-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
tools: bump the eslint group across 1 directory with 7 updates #60535
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
dependabot
wants to merge
9
commits into
main
Choose a base branch
from
dependabot/npm_and_yarn/tools/eslint/eslint-060719e316
base: main
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
tools: bump the eslint group across 1 directory with 7 updates #60535
dependabot
wants to merge
9
commits into
main
from
dependabot/npm_and_yarn/tools/eslint/eslint-060719e316
+1,370
−507
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
Bumps the eslint group with 7 updates in the /tools/eslint directory: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.27.7` | `7.28.5` | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.27.5` | `7.28.5` | | [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `5.1.0` | `5.5.0` | | [eslint](https://github.com/eslint/eslint) | `9.30.0` | `9.39.0` | | [eslint-formatter-tap](https://github.com/fregante/eslint-formatters) | `8.40.0` | `9.0.1` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `51.3.1` | `61.1.11` | | [globals](https://github.com/sindresorhus/globals) | `16.3.0` | `16.5.0` | Updates `@babel/core` from 7.27.7 to 7.28.5 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-core) Updates `@babel/eslint-parser` from 7.27.5 to 7.28.5 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.5/eslint/babel-eslint-parser) Updates `@stylistic/eslint-plugin` from 5.1.0 to 5.5.0 - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.5.0/packages/eslint-plugin) Updates `eslint` from 9.30.0 to 9.39.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.30.0...v9.39.0) Updates `eslint-formatter-tap` from 8.40.0 to 9.0.1 - [Commits](https://github.com/fregante/eslint-formatters/commits) Updates `eslint-plugin-jsdoc` from 51.3.1 to 61.1.11 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v51.3.1...v61.1.11) Updates `globals` from 16.3.0 to 16.5.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.3.0...v16.5.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@babel/eslint-parser" dependency-version: 7.28.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@stylistic/eslint-plugin" dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-version: 9.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-formatter-tap dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-version: 61.1.11 dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: globals dependency-version: 16.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
da748c2 to
7351a37
Compare
targos
approved these changes
Nov 18, 2025
> [@stylistic/eslint-plugin]: You are using deprecated value(boolean) for "allowTemplateLiterals" in "quotes", please use "always"/"never" instead.
Member
|
I'm looking at the errors |
We are inconsistent so there's no valid config for it. Refs: https://eslint.style/rules/indent#assignmentoperator
Member
|
I think I fixed everything (errors and deprecation warnings). Now we need to reorganise and reword the commits |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #60535 +/- ##
==========================================
- Coverage 88.55% 88.55% -0.01%
==========================================
Files 703 703
Lines 208260 208259 -1
Branches 40155 40160 +5
==========================================
- Hits 184430 184429 -1
Misses 15837 15837
Partials 7993 7993
🚀 New features to boost your workflow:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file.
javascript
Pull requests that update Javascript code
tools
Issues and PRs related to the tools directory.
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.
Bumps the eslint group with 7 updates in the /tools/eslint directory:
7.27.77.28.57.27.57.28.55.1.05.5.09.30.09.39.08.40.09.0.151.3.161.1.1116.3.016.5.0Updates
@babel/corefrom 7.27.7 to 7.28.5Release notes
Sourced from
@babel/core's releases.... (truncated)
Changelog
Sourced from
@babel/core's changelog.... (truncated)
Commits
61647aev7.28.542cb285Improve@babel/coretypes (#17404)da0d1adFaster finding of locations inbuildCodeFrameError(#17490)35055e3v7.28.4b41f8cdUpdate Jest to v30.1.1 (#17493)18d88b8Improve@babel/coretypings (#17471)453b068Switch to@jridgewell/remapping(#17474)ef155f5v7.28.398d18aaMisc: Cleanup Babel 8 tasks (#17429)64ec61eexport PartialConfig and NormalizedOptions (#17470)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@babel/coresince your current version.Updates
@babel/eslint-parserfrom 7.27.5 to 7.28.5Release notes
Sourced from
@babel/eslint-parser's releases.... (truncated)
Changelog
Sourced from
@babel/eslint-parser's changelog.... (truncated)
Commits
61647aev7.28.542cb285Improve@babel/coretypes (#17404)e7031b7[Babel 8] TreatallowSuperOutsideMethodas top-level only (#17505)35055e3v7.28.4f04083a[Babel 8] Align TSMappedType AST (#17479)432a7fffix(parser/typescript): parseimport("./a", {with:{},})(#17465)e77e3b0move eslint-{parser,plugin} docs to the website (#17448)ccc5faev7.28.07896ed7SupportsourceType: "commonjs"(#17390)1b9aba4MaterializeexplicitResourceManagementparser plugin (#17346)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@babel/eslint-parsersince your current version.Updates
@stylistic/eslint-pluginfrom 5.1.0 to 5.5.0Release notes
Sourced from
@stylistic/eslint-plugin's releases.... (truncated)
Changelog
Sourced from
@stylistic/eslint-plugin's changelog.... (truncated)
Commits
ad0c6a9chore: release v5.5.0 (main) (#995)ba930e7feat(comma-dangle): supportTSTypeParameterInstantiation(#1016)b3a3acffeat(padding-line-between-statements): narrow report range to reduce noise (#...cd3776ffeat(comma-dangle): supportTSFunctionTypeandTSDeclareFunction(#1015)8e34765refactor(no-extra-parens): remove useless logic (#1013)9d5085cfeat: update deps (#1011)f2837b1feat(indent): deprecateoffsetTernaryExpressionsOffsetCallExpressionsvia `...85ef5bcfeat(object-curly-spacing): addemptyObjectsoption to control spacing in e...a9ec0defeat: new rule list-style (#895)2b5a39ffeat(indent): introduceNewExpressionandAwaitExpressionin `offsetTerna...Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@stylistic/eslint-pluginsince your current version.Updates
eslintfrom 9.30.0 to 9.39.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
ac3a60d9.39.0e79017fBuild: changelog update for 9.39.0dfe3c1bchore: update@eslint/jsversion to 9.39.0 (#20270)2375a6dchore: package.json update for@eslint/jsreleased3e81e3docs: Always recommend to include a files property (#20158)15f5c7cfix: forward traversalstep.argsto visitors (#20253)5a1a534fix: allow JSDoc comments in object-shorthand rule (#20167)cc57d87feat: update error loc to key inno-dupe-class-members(#20259)a1f4e52chore: update@eslintdependencies (#20265)e86b813fix: Use more types from@eslint/core(#20257)Updates
eslint-formatter-tapfrom 8.40.0 to 9.0.1Commits
Updates
eslint-plugin-jsdocfrom 51.3.1 to 61.1.11Release notes
Sourced from eslint-plugin-jsdoc's releases.
... (truncated)
Commits
4f2ec35fix: fixing of missing parent should go between child and grandparentc9a22b6fix(imports-as-dependencies): check for object-basedtypes(ortypings)ca57a1ffix(CJS): provide CJS version of to-valid-identiifer; fixes #1583f938fdcfix(no-undefined-types): consider module scope variables as defined; fixes ...0c4e5b6fix(imports-as-dependencies): handle resolve.exports errors6c13a32chore: check Node 24c0e4e7cfix(imports-as-dependencies): check withinexportsfor types; fixes #11148aa719crefactor: use node protocol identifier7a45e99fix: update object-deep-merge, devDeps.; closes #157693bb1f4chore: update to-valid-identifier, devDeps.; lintUpdates
globalsfrom 16.3.0 to 16.5.0Release notes
Sourced from globals's releases.
Commits
46fdf1816.5.06d441caUpdate globals (2025-11-01) (#316)d323da6Add test for keys and values (#315)ea31521Add Vue, Svelte, and Astro globals (#314)fa8aaaeAdd date to automated PR title (#311)