Skip to content

Commit c988e7e

Browse files
dependabot[bot]targos
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.7.2 to 2.8.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/v2.8.0/packages/eslint-plugin-js) Updates `eslint` from 9.9.1 to 9.11.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.9.1...v9.11.1) Updates `eslint-plugin-jsdoc` from 50.2.2 to 50.3.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.2.2...v50.3.1) Updates `globals` from 15.9.0 to 15.10.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.9.0...v15.10.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-minor 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> PR-URL: #55227 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 0f4269f commit c988e7e

File tree

2 files changed

+50
-38
lines changed

2 files changed

+50
-38
lines changed

tools/eslint/package-lock.json

+46-34
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.25.2",
77
"@babel/eslint-parser": "^7.25.1",
88
"@babel/plugin-syntax-import-attributes": "^7.25.6",
9-
"@stylistic/eslint-plugin-js": "^2.7.2",
10-
"eslint": "^9.9.1",
9+
"@stylistic/eslint-plugin-js": "^2.8.0",
10+
"eslint": "^9.11.1",
1111
"eslint-formatter-tap": "^8.40.0",
12-
"eslint-plugin-jsdoc": "^50.2.2",
12+
"eslint-plugin-jsdoc": "^50.3.1",
1313
"eslint-plugin-markdown": "^5.1.0",
14-
"globals": "^15.9.0"
14+
"globals": "^15.10.0"
1515
}
1616
}

0 commit comments

Comments
 (0)