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

fix(deps): upgrade knex #1868

Merged
merged 3 commits into from Mar 18, 2024
Merged

fix(deps): upgrade knex #1868

merged 3 commits into from Mar 18, 2024

Conversation

bodinsamuel
Copy link
Contributor

@bodinsamuel bodinsamuel commented Mar 18, 2024

Describe your changes

Fixes NAN-594

  • Upgrade and pin knex

@bodinsamuel bodinsamuel self-assigned this Mar 18, 2024
@bodinsamuel bodinsamuel requested review from khaliqgant and TBonnin and removed request for khaliqgant March 18, 2024 15:19
Copy link

linear bot commented Mar 18, 2024

NAN-594 Upgrade knex

packages/jobs/package.json Outdated Show resolved Hide resolved
@@ -29,7 +30,7 @@
"dotenv": "^16.0.3",
"fs-extra": "^11.1.1",
"js-yaml": "^4.1.0",
"knex": "^2.4.2",
"knex": "3.1.0",
Copy link
Collaborator

Choose a reason for hiding this comment

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

it is a major upgrade. Are we fully confident upgrading doesn't break anythin?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the main breaking change is the drop of Node16 and some small types fixes
https://github.com/knex/knex/releases/tag/3.0.0

But I would love to test on staging before merging

@bodinsamuel
Copy link
Contributor Author

Looks good on staging 👌🏻

@bodinsamuel bodinsamuel merged commit 22c5792 into master Mar 18, 2024
16 checks passed
@bodinsamuel bodinsamuel deleted the fix/upgrade-knex branch March 18, 2024 16:38
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.

None yet

2 participants