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

Node 20 for master/1.X branch #77

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

Conversation

mbradydeliverr
Copy link

No description provided.

@mbradydeliverr mbradydeliverr requested a review from a team as a code owner September 27, 2024 15:03
@mbradydeliverr mbradydeliverr requested review from ankit-deliverr and platform-deliverr and removed request for a team September 27, 2024 15:03
package-lock.json Outdated Show resolved Hide resolved
@wiz-inc-deliverr-65db1082ab
Copy link

wiz-inc-deliverr-65db1082ab bot commented Sep 27, 2024

Wiz Scan Summary

Scan Module Critical High Medium Low Info Total
Vulnerabilities 0 0 1 1 0 2
Total 0 0 1 1 0 2

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

@wiz-inc-deliverr-65db1082ab
Copy link

Wiz Scan Summary

Scan Module Critical High Medium Low Info Total
Vulnerabilities 0 0 1 1 0 2
Total 0 0 1 1 0 2

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

@@ -1,6 +1,6 @@
{
"name": "knex-snowflake-dialect",
"version": "1.0.3",
"version": "1.1.0",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Explicitly bumped new minor since circleci will only automatically do patch versions

@@ -72,9 +72,14 @@
"sinon": "9.0.1",
"sinon-chai": "3.5.0",
"ts-jest": "25.2.1",
"tslint": "6.1.0",
"tslint": "^5.20.1",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

downgraded due to peer dependency conflict

"tslint-config-prettier": "1.18.0",
"tslint-microsoft-contrib": "6.2.0",
"typescript": "^4.3.4"
},
"overrides": {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed to override due to tslint-microsoft-contrib saying it only supports typescript@3

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These rules weren't even working, probably due to the wrong peer dependencies. I opted to disable the rules instead of trying to fix all the warnings

@mbradydeliverr mbradydeliverr changed the title Node 20 for 1.X branch Node 20 for master/1.X branch Sep 27, 2024
Copy link

@couimet couimet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !

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.

3 participants