Skip to content
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

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Upgrade to node 18 and nest 10 #48

wants to merge 21 commits into from

Conversation

viktree
Copy link

@viktree viktree commented Feb 14, 2024

See code changes

Copy link

codecov bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (6cadfa3) to head (17c808b).

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.
📢 Have feedback on the report? Share it here.

package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
Copy link
Contributor

@arvinsingla arvinsingla left a 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",
Copy link
Contributor

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?

Copy link
Author

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
Copy link
Contributor

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?

Copy link
Author

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

@viktree viktree force-pushed the upgrade-node-nest branch from a9dfc31 to 6d6a500 Compare April 18, 2024 15:18
@wiz-inc-2870274313
Copy link

wiz-inc-2870274313 bot commented Apr 18, 2024

Wiz Scan Summary

IaC Misconfigurations 0C 0H 0M 0L 0I
Vulnerabilities 1C 0H 0M 0L 0I
Sensitive Data 0C 0H 0M 0L 0I
Total 1C 0H 0M 0L 0I
Secrets 0🔑

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants