Skip to content

Commit c514e8f

Browse files
tools: bump the eslint group in /tools/eslint with 4 updates
Bumps the eslint group in /tools/eslint with 4 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser), [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `@babel/core` from 7.26.9 to 7.26.10 - [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.26.10/packages/babel-core) Updates `@babel/eslint-parser` from 7.26.8 to 7.27.0 - [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.27.0/eslint/babel-eslint-parser) Updates `@stylistic/eslint-plugin-js` from 3.1.0 to 4.2.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/v4.2.0/packages/eslint-plugin-js) Updates `eslint-plugin-jsdoc` from 50.6.3 to 50.6.9 - [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@v50.6.3...v50.6.9) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.26.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint - dependency-name: "@babel/eslint-parser" dependency-version: 7.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@stylistic/eslint-plugin-js" dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-version: 50.6.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: #57721 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 9aa57bf commit c514e8f

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

tools/eslint/package-lock.json

+46-46
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/eslint/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"@babel/core": "^7.26.9",
7-
"@babel/eslint-parser": "^7.26.8",
6+
"@babel/core": "^7.26.10",
7+
"@babel/eslint-parser": "^7.27.0",
88
"@babel/plugin-syntax-import-attributes": "^7.26.0",
99
"@babel/plugin-syntax-import-source": "^7.25.9",
10-
"@stylistic/eslint-plugin-js": "^3.0.1",
10+
"@stylistic/eslint-plugin-js": "^4.2.0",
1111
"eslint": "^9.21.0",
1212
"eslint-formatter-tap": "^8.40.0",
13-
"eslint-plugin-jsdoc": "^50.6.3",
13+
"eslint-plugin-jsdoc": "^50.6.9",
1414
"eslint-plugin-markdown": "^5.1.0",
1515
"globals": "^16.0.0"
1616
}

0 commit comments

Comments
 (0)