-
Notifications
You must be signed in to change notification settings - Fork 3
chore(deps): updated all dependencies (pre-req for #207) #208
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
Conversation
Except left eslint at 8.57 since moving to eslint 9 requires maintainer decisions. Added @types/node to get tests to pass. Refreshed package-lock.json to ensure that "npm audit" is clean.
No linked issues found. Please add the corresponding issues in the pull request description. |
I don't know what the bot wants me to change. Please feel free to edit the descriptions as necessary. |
CI is failing. Note that we usually prefer relying on dependabot for the dependency bumps. |
So that CI passes.
Let's see if this works; |
Also, I'm happy to let this PR go, and rebase #209 wherever you like. |
CI is still failing |
CI fails on the master branch also for node 24.6, but not for node 24.5 with the same error. I'm looking into why. |
This CI error is caused by nodejs/node#58253 which changed Assert to become a class.
|
Except left eslint at 8.57 since moving to eslint
9 requires maintainer decisions. Added @types/node to get tests to pass. Refreshed package-lock.json to ensure that "npm audit" is clean.
Pre-requisite to fixing #207