-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
tools: bump the eslint group in /tools/eslint with 7 updates #54821
tools: bump the eslint group in /tools/eslint with 7 updates #54821
Conversation
Bumps the eslint group in /tools/eslint with 7 updates: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.9` | `7.25.2` | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.25.0` | `7.25.1` | | [@babel/plugin-syntax-import-attributes](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-import-attributes) | `7.24.7` | `7.25.6` | | [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) | `2.4.0` | `2.7.2` | | [eslint](https://github.com/eslint/eslint) | `9.8.0` | `9.9.1` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.8.3` | `50.2.2` | | [globals](https://github.com/sindresorhus/globals) | `15.8.0` | `15.9.0` | Updates `@babel/core` from 7.24.9 to 7.25.2 - [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.25.2/packages/babel-core) Updates `@babel/eslint-parser` from 7.25.0 to 7.25.1 - [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.25.1/eslint/babel-eslint-parser) Updates `@babel/plugin-syntax-import-attributes` from 7.24.7 to 7.25.6 - [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.25.6/packages/babel-plugin-syntax-import-attributes) Updates `@stylistic/eslint-plugin-js` from 2.4.0 to 2.7.2 - [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/v2.7.2/packages/eslint-plugin-js) Updates `eslint` from 9.8.0 to 9.9.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.8.0...v9.9.1) Updates `eslint-plugin-jsdoc` from 48.8.3 to 50.2.2 - [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@v48.8.3...v50.2.2) Updates `globals` from 15.8.0 to 15.9.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.8.0...v15.9.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@babel/eslint-parser" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint - dependency-name: "@babel/plugin-syntax-import-attributes" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@stylistic/eslint-plugin-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: globals dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
Dependabot (as shown in this PR) now handles the ESlint updates. In this case, the lint is failing on this new version of ESlint. To resolve that issue, you can simply push a commit to the dependabot branch fixing the issue. When it is merged with the CQ, it'll be squashed (with |
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.
RSLGTM
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #54821 +/- ##
==========================================
+ Coverage 87.33% 87.61% +0.27%
==========================================
Files 650 650
Lines 182945 182995 +50
Branches 35083 35409 +326
==========================================
+ Hits 159782 160329 +547
+ Misses 16413 15923 -490
+ Partials 6750 6743 -7
|
Is it possible to customize the commit message? It seems overly verbose. |
Not at the moment, but I can open a feature requests against Dependabot. IIUC, you can manually edit it via a force push. |
Landed in 59c7c55 |
Bumps the eslint group in /tools/eslint with 7 updates: | Package | From | To | | --- | --- | --- | | `@babel/core` | `7.24.9` | `7.25.2` | | `@babel/eslint-parser` | `7.25.0` | `7.25.1` | | `@babel/plugin-syntax-import-attributes` | `7.24.7` | `7.25.6` | | `@stylistic/eslint-plugin-js` | `2.4.0` | `2.7.2` | | `eslint` | `9.8.0` | `9.9.1` | | `eslint-plugin-jsdoc` | `48.8.3` | `50.2.2` | | `globals` | `15.8.0` | `15.9.0` | Signed-off-by: dependabot[bot] <support@github.com> PR-URL: #54821 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Bumps the eslint group in /tools/eslint with 7 updates: | Package | From | To | | --- | --- | --- | | `@babel/core` | `7.24.9` | `7.25.2` | | `@babel/eslint-parser` | `7.25.0` | `7.25.1` | | `@babel/plugin-syntax-import-attributes` | `7.24.7` | `7.25.6` | | `@stylistic/eslint-plugin-js` | `2.4.0` | `2.7.2` | | `eslint` | `9.8.0` | `9.9.1` | | `eslint-plugin-jsdoc` | `48.8.3` | `50.2.2` | | `globals` | `15.8.0` | `15.9.0` | Signed-off-by: dependabot[bot] <support@github.com> PR-URL: nodejs#54821 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Bumps the eslint group in /tools/eslint with 7 updates:
7.24.9
7.25.2
7.25.0
7.25.1
7.24.7
7.25.6
2.4.0
2.7.2
9.8.0
9.9.1
48.8.3
50.2.2
15.8.0
15.9.0
Updates
@babel/core
from 7.24.9 to 7.25.2Release notes
Sourced from
@babel/core
's releases.... (truncated)
Changelog
Sourced from
@babel/core
's changelog.... (truncated)
Commits
0f8f408
v7.25.26a15d7a
Ensure thatrequeueComputedKeyAndDecorators
is available (#16695)9f7e29a
chore: fix one suppressed eslint error (#16696)2413d1a
Add eslint-plugin-regexp (#16680)5dc3b44
Expose wether a module has TLA or not as.extra.async
(#16480)Updates
@babel/eslint-parser
from 7.25.0 to 7.25.1Release notes
Sourced from
@babel/eslint-parser
's releases.Changelog
Sourced from
@babel/eslint-parser
's changelog.Commits
6bfc823
v7.25.1beb3d69
Test eslint plugin against eslint 9 (#16663)Updates
@babel/plugin-syntax-import-attributes
from 7.24.7 to 7.25.6Release notes
Sourced from
@babel/plugin-syntax-import-attributes
's releases.... (truncated)
Changelog
Sourced from
@babel/plugin-syntax-import-attributes
's changelog.... (truncated)
Commits
2f72b97
v7.25.6279aa82
Don't throw when enabling both syntax-import-{assertions,attributes} (#16781)dba45d3
IgnoredevDependencies
when generatingtsconfig.json
(#16659)Updates
@stylistic/eslint-plugin-js
from 2.4.0 to 2.7.2Release notes
Sourced from
@stylistic/eslint-plugin-js
's releases.... (truncated)
Changelog
Sourced from
@stylistic/eslint-plugin-js
's changelog.... (truncated)
Commits
cceeba9
chore: release v2.7.2 (main) (#527)2c72f70
chore: release v2.7.1 (main) (#524)c74c517
chore: release v2.7.0 (main) (#523)380902f
chore: release v2.7.0-beta.1 (main) (#521)971b534
build: standalone build for main packagebb187a8
build: improve bundlingfb49cec
chore: release v2.7.0-beta.0 (main) (#518)7c7301e
refactor: make ts plugin self-contains (#519)2125377
chore: migrate to pnpm catalogs3a9535f
refactor: move code into one package (#497)Updates
eslint
from 9.8.0 to 9.9.1Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
8781e6f
9.9.11503d03
Build: changelog update for 9.9.1b0c34d0
chore: upgrade to@eslint/js
@9
.9.1 (#18809)cd5a0da
chore: package.json update for@eslint/js
release4840930
docs: Update README with version support and clean up content (#18804)f61f40d
docs: Update globals examples (#18805)e112642
refactor: Extract parsing logic from Linter (#18790)241fcea
docs: Use and define languages (#18795)0f68a85
chore: use eslint-plugin-yml on yaml files only (#18801)5dbdd63
docs: eslint-plugin-markdown ->@eslint/markdown
(#18797)Updates
eslint-plugin-jsdoc
from 48.8.3 to 50.2.2Release notes
Sourced from eslint-plugin-jsdoc's releases.
... (truncated)
Commits
288f0ae
fix(check-param-names
): check against whitelist of acceptable function node...b039833
docs(text-escaping): indicate defaults forescapeHTML
964712b
fix: properly include options in ruleset factoriesaed3194
feat: added granular flat TypeScript configs (#1298)