-
-
Notifications
You must be signed in to change notification settings - Fork 307
Update dependencies (November 2025) #3675
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
Open
reosarevok
wants to merge
23
commits into
metabrainz:master
Choose a base branch
from
reosarevok:update-deps-nov-25
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+962
−870
Conversation
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
Member
|
Looks good, except I'd prefer setting |
As far as I can tell, we are not using this at all anymore; we use bin/babel-node instead (and webpack + babel).
Using yarn up '@babel/*' --exact https://github.com/babel/babel/releases/tag/v7.27.5 https://github.com/babel/babel/releases/tag/v7.27.6 https://github.com/babel/babel/releases/tag/v7.27.7 https://github.com/babel/babel/releases/tag/v7.28.0 https://github.com/babel/babel/releases/tag/v7.28.1 https://github.com/babel/babel/releases/tag/v7.28.2 https://github.com/babel/babel/releases/tag/v7.28.3 https://github.com/babel/babel/releases/tag/v7.28.4 https://github.com/babel/babel/releases/tag/v7.28.5
Bugfixes, new features and performance improvements Should not have breaking changes Seems to work fine locally after some testing https://github.com/webpack/webpack/releases/tag/v5.100.0 https://github.com/webpack/webpack/releases/tag/v5.100.1 https://github.com/webpack/webpack/releases/tag/v5.100.2 https://github.com/webpack/webpack/releases/tag/v5.101.0 https://github.com/webpack/webpack/releases/tag/v5.101.1 https://github.com/webpack/webpack/releases/tag/v5.101.2 https://github.com/webpack/webpack/releases/tag/v5.101.3 https://github.com/webpack/webpack/releases/tag/v5.102.0 https://github.com/webpack/webpack/releases/tag/v5.102.1 https://github.com/webpack/webpack/releases/tag/v5.103.0
No changes affecting us, no new rules https://github.com/eslint-stylistic/eslint-stylistic/releases/tag/v5.0.0
No changes affecting us, no new rules https://github.com/eslint-stylistic/eslint-stylistic/releases/tag/v5.1.0
While running this, I got a warning: [@stylistic/eslint-plugin]: You are using deprecated value(boolean) for "allowTemplateLiterals" in "quotes", please use "always"/"never" instead. Changing to the now intended option "avoidEscape" turned up a bunch of new issues, amended with --fix See https://github.com/eslint-stylistic/eslint-stylistic/blob/52b2b2ebd1d911c72c42aea7db05a56ea919cdca/packages/eslint-plugin/rules/quotes/README.md Otherwise, nothing that requires changes. https://github.com/eslint-stylistic/eslint-stylistic/releases/tag/v5.2.0 https://github.com/eslint-stylistic/eslint-stylistic/releases/tag/v5.2.1 https://github.com/eslint-stylistic/eslint-stylistic/releases/tag/v5.2.2 https://github.com/eslint-stylistic/eslint-stylistic/releases/tag/v5.2.3
indent now wants to change the indents of a bunch of lines, mostly indenting further where we assign a const after newline; the changes seem generally cleaner to me than before. multiline-comment-style seems to have a new bug for cases where code is surrounded by comments; disabling it for now in the affected places. https://github.com/eslint-stylistic/eslint-stylistic/releases/tag/v5.3.0 http://github.com/eslint-stylistic/eslint-stylistic/releases/tag/v5.3.1
The multiline-comment-style from 5.3 seems to be fixed. https://github.com/eslint-stylistic/eslint-stylistic/releases/tag/v5.4.0
Adds new experimental rule list-style. It causes no new warnings but it mostly seems meant as a condensation of several existing rules, so for now I'm not activating it. Eventually (once non-experimental) I expect they will deprecate some other rules for this one. https://github.com/eslint-stylistic/eslint-stylistic/releases/tag/v5.5.0
Adds new rule enforce-node-protocol-usage - we mostly followed the never option, but mwiencek mentioned that he's been trying to follow the always one in new files, so I set it to always and let --fix make it consistent. crypto and readline were missing from flow-typed, so I am adding them here so Flow is happy. For some reason, the rule wants to use node punycode, which is not what we want, so I had to disable eslint there. https://github.com/import-js/eslint-plugin-import/releases/tag/v2.32.0
The breaking change for v 16: "serviceworker globals are now generated from browsers" https://github.com/sindresorhus/globals/releases/tag/v16.0.0
c45a8a8 to
ae50b79
Compare
mwiencek
approved these changes
Dec 8, 2025
Member
mwiencek
left a comment
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.
Thank you!
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.
Generally bringing some dependencies up to date. See commits for info.