chore(deps): updated all dependencies (pre-req for #207)#208
Closed
hildjj wants to merge 2 commits intonearform:masterfrom
Closed
chore(deps): updated all dependencies (pre-req for #207)#208hildjj wants to merge 2 commits intonearform:masterfrom
hildjj wants to merge 2 commits intonearform:masterfrom
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. |
Contributor
Author
|
I don't know what the bot wants me to change. Please feel free to edit the descriptions as necessary. |
simoneb
approved these changes
Aug 18, 2025
Member
|
CI is failing. Note that we usually prefer relying on dependabot for the dependency bumps. |
So that CI passes.
Contributor
Author
|
Let's see if this works; |
Contributor
Author
|
Also, I'm happy to let this PR go, and rebase #209 wherever you like. |
Member
|
CI is still failing |
Member
Contributor
Author
|
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. |
Contributor
Author
|
This CI error is caused by nodejs/node#58253 which changed Assert to become a class.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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