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

Commit 76a7dd3

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.14.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.14.0) Updates `@types/eslint` from 8.56.7 to 9.6.1 - [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 b8a6160 commit 76a7dd3

File tree

12 files changed

+419
-487
lines changed

12 files changed

+419
-487
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@typescript-eslint/eslint-plugin": "^8.4.0",
5454
"@typescript-eslint/parser": "^8.4.0",
5555
"chai": "^5.1.2",
56-
"eslint": "^8.57.0",
56+
"eslint": "^9.14.0",
5757
"eslint-plugin-require-extensions": "^0.1.1",
5858
"gh-pages": "^6.2.0",
5959
"mocha": "^10.8.2",

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": "^8.4.0",
6060
"@typescript-eslint/parser": "^8.4.0",
6161
"chai": "^5.1.2",
62-
"eslint": "^8.57.0",
62+
"eslint": "^9.14.0",
6363
"eslint-plugin-require-extensions": "^0.1.1",
6464
"gh-pages": "^6.2.0",
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.8.6",
4949
"@typescript-eslint/eslint-plugin": "^8.4.0",
5050
"@typescript-eslint/parser": "^8.4.0",
51-
"eslint": "^8.57.0",
51+
"eslint": "^9.14.0",
5252
"eslint-plugin-eslint-comments": "^3.2.0",
5353
"eslint-plugin-functional": "^7.1.0",
5454
"eslint-plugin-import": "^2.31.0",

0 commit comments

Comments
 (0)