Skip to content

Commit 187a747

Browse files
chore(deps): bump the eslint group across 1 directory with 6 updates
Bumps the eslint group with 6 updates in the /tools/code-style directory: | Package | From | To | | --- | --- | --- | | [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.2.0` | `3.3.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.20.0` | `9.22.0` | | [eslint-config-love](https://github.com/mightyiam/eslint-config-love) | `118.0.0` | `119.0.0` | | [eslint-plugin-license-header](https://github.com/nikku/eslint-plugin-license-header) | `0.6.1` | `0.8.0` | | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.15.1` | `17.16.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.24.0` | `8.26.0` | Updates `@eslint/eslintrc` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/eslint/eslintrc/releases) - [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md) - [Commits](eslint/eslintrc@v3.2.0...v3.3.0) Updates `@eslint/js` from 9.20.0 to 9.22.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.22.0/packages/js) Updates `eslint-config-love` from 118.0.0 to 119.0.0 - [Release notes](https://github.com/mightyiam/eslint-config-love/releases) - [Changelog](https://github.com/mightyiam/eslint-config-love/blob/main/CHANGELOG.md) - [Commits](mightyiam/eslint-config-love@v118.0.0...v119.0.0) Updates `eslint-plugin-license-header` from 0.6.1 to 0.8.0 - [Release notes](https://github.com/nikku/eslint-plugin-license-header/releases) - [Changelog](https://github.com/nikku/eslint-plugin-license-header/blob/main/CHANGELOG.md) - [Commits](nikku/eslint-plugin-license-header@v0.6.1...v0.8.0) Updates `eslint-plugin-n` from 17.15.1 to 17.16.2 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-n@v17.15.1...v17.16.2) Updates `typescript-eslint` from 8.24.0 to 8.26.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.26.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/eslintrc" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@eslint/js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-config-love dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-license-header dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-n dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: typescript-eslint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a9fbde3 commit 187a747

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tools/code-style/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
"node": ">=20.18"
77
},
88
"dependencies": {
9-
"@eslint/eslintrc": "3.2.0",
10-
"@eslint/js": "9.20.0",
9+
"@eslint/eslintrc": "3.3.0",
10+
"@eslint/js": "9.22.0",
1111
"@types/eslint": "^9.6.1",
1212
"eslint": "9.14.0",
13-
"eslint-config-love": "118.0.0",
13+
"eslint-config-love": "119.0.0",
1414
"eslint-plugin-editorconfig": "4.0.3",
1515
"eslint-plugin-import": "2.31.0",
1616
"eslint-plugin-jsdoc": "50.6.3",
17-
"eslint-plugin-license-header": "0.6.1",
18-
"eslint-plugin-n": "17.15.1",
17+
"eslint-plugin-license-header": "0.8.0",
18+
"eslint-plugin-n": "17.16.2",
1919
"eslint-plugin-promise": "7.2.1",
2020
"eslint-plugin-simple-import-sort": "12.1.1",
2121
"eslint-plugin-tsdoc": "0.4.0",
2222
"globals": "^16.0.0",
23-
"typescript-eslint": "8.24.0"
23+
"typescript-eslint": "8.26.0"
2424
},
2525
"scripts": {
2626
"cs-fix": "npm exec -- eslint --fix ."

0 commit comments

Comments
 (0)