Skip to content

Commit c249c97

Browse files
dependabot[bot]RafaelGSS
authored andcommitted
tools: bump the eslint group in /tools/eslint with 4 updates
Bumps the eslint group in /tools/eslint with 4 updates: [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js), [eslint](https://github.com/eslint/eslint), [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) and [globals](https://github.com/sindresorhus/globals). Updates `@stylistic/eslint-plugin-js` from 2.11.0 to 2.12.1 - [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.12.1/packages/eslint-plugin-js) Updates `eslint` from 9.16.0 to 9.17.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.16.0...v9.17.0) Updates `eslint-plugin-jsdoc` from 50.6.0 to 50.6.1 - [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.0...v50.6.1) Updates `globals` from 15.12.0 to 15.14.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.12.0...v15.14.0) --- updated-dependencies: - 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-patch dependency-group: eslint - dependency-name: globals dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: #56426 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
1 parent 3aa8649 commit c249c97

File tree

2 files changed

+29
-34
lines changed

2 files changed

+29
-34
lines changed

tools/eslint/package-lock.json

+25-30
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
@@ -6,11 +6,11 @@
66
"@babel/core": "^7.26.0",
77
"@babel/eslint-parser": "^7.25.9",
88
"@babel/plugin-syntax-import-attributes": "^7.26.0",
9-
"@stylistic/eslint-plugin-js": "^2.11.0",
10-
"eslint": "^9.16.0",
9+
"@stylistic/eslint-plugin-js": "^2.12.1",
10+
"eslint": "^9.17.0",
1111
"eslint-formatter-tap": "^8.40.0",
12-
"eslint-plugin-jsdoc": "^50.6.0",
12+
"eslint-plugin-jsdoc": "^50.6.1",
1313
"eslint-plugin-markdown": "^5.1.0",
14-
"globals": "^15.12.0"
14+
"globals": "^15.14.0"
1515
}
1616
}

0 commit comments

Comments
 (0)