Skip to content

Commit b6e1f26

Browse files
dependabot[bot]apupier
authored andcommitted
Bump the eslint group with 4 updates
Bumps the eslint group with 4 updates: [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint](https://github.com/eslint/eslint). Updates `@stylistic/eslint-plugin` from 2.12.1 to 2.13.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.13.0/packages/eslint-plugin) Updates `@typescript-eslint/eslint-plugin` from 8.19.1 to 8.20.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.20.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.19.1 to 8.20.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.20.0/packages/parser) Updates `eslint` from 9.17.0 to 9.18.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.17.0...v9.18.0) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c266536 commit b6e1f26

File tree

2 files changed

+84
-104
lines changed

2 files changed

+84
-104
lines changed

Diff for: package-lock.json

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

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
"ui-coverage": "npm run ui-test -- coverage"
355355
},
356356
"devDependencies": {
357-
"@stylistic/eslint-plugin": "^2.12.1",
357+
"@stylistic/eslint-plugin": "^2.13.0",
358358
"@types/chai": "^4.3.20",
359359
"@types/fs-extra": "^11.0.4",
360360
"@types/glob": "^8.0.1",
@@ -364,13 +364,13 @@
364364
"@types/sinon": "^17.0.3",
365365
"@types/vscode": "^1.82.0",
366366
"@types/winreg": "^1.2.36",
367-
"@typescript-eslint/eslint-plugin": "^8.19.1",
368-
"@typescript-eslint/parser": "^8.19.1",
367+
"@typescript-eslint/eslint-plugin": "^8.20.0",
368+
"@typescript-eslint/parser": "^8.20.0",
369369
"@vscode/test-electron": "^2.3.9",
370370
"@vscode/vsce": "^3.2.1",
371371
"async-wait-until": "^2.0.18",
372372
"chai": "^4.5.0",
373-
"eslint": "^9.17.0",
373+
"eslint": "^9.18.0",
374374
"eslint-define-config": "^2.1.0",
375375
"eslint-plugin-import": "^2.31.0",
376376
"glob": "^11.0.0",

0 commit comments

Comments
 (0)