Skip to content

Commit 7b37ea8

Browse files
committed
nestjs@10 support
1 parent 5ba5c8c commit 7b37ea8

File tree

7 files changed

+90
-318
lines changed

7 files changed

+90
-318
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-node@v2
1919
with:
20-
node-version: '14.x'
20+
node-version: '16.x'
2121
registry-url: 'https://registry.npmjs.org'
2222

2323
- name: Install npm v7

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: '14.x'
17+
node-version: '16.x'
1818
registry-url: 'https://registry.npmjs.org'
1919

2020
- name: Install npm v7

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-node@v2
1717
with:
18-
node-version: '14.x'
18+
node-version: '16.x'
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- name: Install npm v7

README.md

Lines changed: 1 addition & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -595,74 +595,4 @@ All the other cases are lead to either code duplication or unexpected behavior.
595595

596596
<h2 align="center">Do you use this library?<br/>Don't be shy to give it a star! ★</h2>
597597

598-
Also if you are into NestJS ecosystem you may be interested in one of my other libs:
599-
600-
[nestjs-pino](https://github.com/iamolegga/nestjs-pino)
601-
602-
[![GitHub stars](https://img.shields.io/github/stars/iamolegga/nestjs-pino?style=flat-square)](https://github.com/iamolegga/nestjs-pino)
603-
[![npm](https://img.shields.io/npm/dm/nestjs-pino?style=flat-square)](https://www.npmjs.com/package/nestjs-pino)
604-
605-
Platform agnostic logger for NestJS based on [pino](http://getpino.io/) with request context in every log
606-
607-
---
608-
609-
[nestjs-session](https://github.com/iamolegga/nestjs-session)
610-
611-
[![GitHub stars](https://img.shields.io/github/stars/iamolegga/nestjs-session?style=flat-square)](https://github.com/iamolegga/nestjs-session)
612-
[![npm](https://img.shields.io/npm/dm/nestjs-session?style=flat-square)](https://www.npmjs.com/package/nestjs-session)
613-
614-
Idiomatic session module for NestJS. Built on top of [express-session](https://www.npmjs.com/package/express-session)
615-
616-
---
617-
618-
[nestjs-cookie-session](https://github.com/iamolegga/nestjs-cookie-session)
619-
620-
[![GitHub stars](https://img.shields.io/github/stars/iamolegga/nestjs-cookie-session?style=flat-square)](https://github.com/iamolegga/nestjs-cookie-session)
621-
[![npm](https://img.shields.io/npm/dm/nestjs-cookie-session?style=flat-square)](https://www.npmjs.com/package/nestjs-cookie-session)
622-
623-
Idiomatic cookie session module for NestJS. Built on top of [cookie-session](https://www.npmjs.com/package/cookie-session)
624-
625-
---
626-
627-
[nestjs-roles](https://github.com/iamolegga/nestjs-roles)
628-
629-
[![GitHub stars](https://img.shields.io/github/stars/iamolegga/nestjs-roles?style=flat-square)](https://github.com/iamolegga/nestjs-roles)
630-
[![npm](https://img.shields.io/npm/dm/nestjs-roles?style=flat-square)](https://www.npmjs.com/package/nestjs-roles)
631-
632-
Type safe roles guard and decorator made easy
633-
634-
---
635-
636-
[nestjs-injectable](https://github.com/segmentstream/nestjs-injectable)
637-
638-
[![GitHub stars](https://img.shields.io/github/stars/segmentstream/nestjs-injectable?style=flat-square)](https://github.com/segmentstream/nestjs-injectable)
639-
[![npm](https://img.shields.io/npm/dm/nestjs-injectable?style=flat-square)](https://www.npmjs.com/package/nestjs-injectable)
640-
641-
`@Injectable()` on steroids that simplifies work with inversion of control in your hexagonal architecture
642-
643-
---
644-
645-
[nest-ratelimiter](https://github.com/iamolegga/nestjs-ratelimiter)
646-
647-
[![GitHub stars](https://img.shields.io/github/stars/iamolegga/nestjs-ratelimiter?style=flat-square)](https://github.com/iamolegga/nestjs-ratelimiter)
648-
[![npm](https://img.shields.io/npm/dm/nest-ratelimiter?style=flat-square)](https://www.npmjs.com/package/nest-ratelimiter)
649-
650-
Distributed consistent flexible NestJS rate limiter based on Redis
651-
652-
---
653-
654-
[create-nestjs-middleware-module](https://github.com/iamolegga/create-nestjs-middleware-module)
655-
656-
[![GitHub stars](https://img.shields.io/github/stars/iamolegga/create-nestjs-middleware-module?style=flat-square)](https://github.com/iamolegga/create-nestjs-middleware-module)
657-
[![npm](https://img.shields.io/npm/dm/create-nestjs-middleware-module?style=flat-square)](https://www.npmjs.com/package/create-nestjs-middleware-module)
658-
659-
Create simple idiomatic NestJS module based on Express/Fastify middleware in just a few lines of code with routing out of the box
660-
661-
---
662-
663-
[nestjs-configure-after](https://github.com/iamolegga/nestjs-configure-after)
664-
665-
[![GitHub stars](https://img.shields.io/github/stars/iamolegga/nestjs-configure-after?style=flat-square)](https://github.com/iamolegga/nestjs-configure-after)
666-
[![npm](https://img.shields.io/npm/dm/nestjs-configure-after?style=flat-square)](https://www.npmjs.com/package/nestjs-configure-after)
667-
668-
Declarative configuration of NestJS middleware order
598+
<h3 align="center">Also if you are into NestJS you might be interested in one of my <a href="https://github.com/iamolegga#nestjs">other NestJS libs</a>.</h3>

0 commit comments

Comments
 (0)