-
Notifications
You must be signed in to change notification settings - Fork 26
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
base: master
Are you sure you want to change the base?
Conversation
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
Wiz Scan Summary
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", |
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.
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", |
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.
downgraded due to peer dependency conflict
"tslint-config-prettier": "1.18.0", | ||
"tslint-microsoft-contrib": "6.2.0", | ||
"typescript": "^4.3.4" | ||
}, | ||
"overrides": { |
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.
Needed to override due to tslint-microsoft-contrib saying it only supports typescript@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.
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
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.
LGTM !
No description provided.