-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to node 18 and nest 10 #48
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #48 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 2 -2
Lines 73 10 -63
Branches 9 0 -9
=========================================
- Hits 73 10 -63 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple comments. Feels like old times 😛
@@ -36,29 +36,28 @@ | |||
"prepare": "npm run format && npm run build" | |||
}, | |||
"peerDependencies": { | |||
"@nestjs/common": "^7.4.0 || ^8.1.2", | |||
"@nestjs/microservices": "^7.4.0 || ^8.1.2" | |||
"@nestjs/common": "^7.4.0 || ^8.1.2 || ^10.3.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you're adding support for 10 should 9 also be added to ensure users with 9 can also leverage the lib?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have an immediate need to get it working with nest 10. I don't see why this couldn't work with nest 9, but I don't know what the compatible versions are of each of the dependencies.
If you have a specific version of nest 9 you want to use this with, I can test against it to be sure
@@ -0,0 +1,18 @@ | |||
name: Node.js CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is deploy also going to be moved to github actions or is that still going to be done in Circle?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uhhh eventually, maybe 😅. Some sort of company mandate since GitHub actions is cheaper for the company than CircleCi
a9dfc31
to
6d6a500
Compare
Wiz Scan Summary
|
See code changes