Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 328432f

Browse files
build(deps-dev): bump eslint and @types/eslint
Bumps [eslint](https://github.com/eslint/eslint) and [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint). These dependencies needed to be updated together. Updates `eslint` from 8.57.0 to 9.9.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.9.0) Updates `@types/eslint` from 8.56.7 to 9.6.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/eslint" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d0eff43 commit 328432f

File tree

13 files changed

+368
-159
lines changed

13 files changed

+368
-159
lines changed

account-compression/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@types/node-fetch": "^2.6.11",
7272
"@typescript-eslint/eslint-plugin": "^7.17.0",
7373
"@typescript-eslint/parser": "^7.18.0",
74-
"eslint": "^8.57.0",
74+
"eslint": "^9.9.0",
7575
"eslint-config-turbo": "^2.0.12",
7676
"eslint-plugin-import": "^2.29.1",
7777
"eslint-plugin-jest": "^28.8.0",

libraries/type-length-value/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@typescript-eslint/eslint-plugin": "^7.17.0",
5353
"@typescript-eslint/parser": "^7.18.0",
5454
"chai": "^5.1.1",
55-
"eslint": "^8.57.0",
55+
"eslint": "^9.9.0",
5656
"eslint-plugin-require-extensions": "^0.1.1",
5757
"gh-pages": "^6.1.1",
5858
"mocha": "^10.7.0",

memo/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@typescript-eslint/eslint-plugin": "^7.17.0",
6060
"@typescript-eslint/parser": "^7.18.0",
6161
"chai": "^5.1.1",
62-
"eslint": "^8.57.0",
62+
"eslint": "^9.9.0",
6363
"eslint-plugin-require-extensions": "^0.1.1",
6464
"gh-pages": "^6.1.1",
6565
"jest": "^29.0.0",

name-service/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/node": "^22.1.0",
4949
"@typescript-eslint/eslint-plugin": "^7.17.0",
5050
"@typescript-eslint/parser": "^7.18.0",
51-
"eslint": "^8.57.0",
51+
"eslint": "^9.9.0",
5252
"eslint-plugin-eslint-comments": "^3.2.0",
5353
"eslint-plugin-functional": "^7.0.1",
5454
"eslint-plugin-import": "^2.29.1",

0 commit comments

Comments
 (0)