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

Commit 5c5fefd

Browse files
build(deps-dev): bump @typescript-eslint/parser from 7.18.0 to 8.1.0 (#7140)
* build(deps-dev): bump @typescript-eslint/parser from 7.18.0 to 8.1.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.18.0 to 8.1.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.1.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Allow in one place --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon C <[email protected]>
1 parent c3f8c8a commit 5c5fefd

File tree

12 files changed

+148
-56
lines changed

12 files changed

+148
-56
lines changed

account-compression/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@types/node": "^22.2.0",
7171
"@types/node-fetch": "^2.6.11",
7272
"@typescript-eslint/eslint-plugin": "^7.17.0",
73-
"@typescript-eslint/parser": "^7.18.0",
73+
"@typescript-eslint/parser": "^8.1.0",
7474
"eslint": "^8.57.0",
7575
"eslint-config-turbo": "^2.0.12",
7676
"eslint-plugin-import": "^2.29.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/mocha": "^10.0.7",
5151
"@types/node": "^22.2.0",
5252
"@typescript-eslint/eslint-plugin": "^7.17.0",
53-
"@typescript-eslint/parser": "^7.18.0",
53+
"@typescript-eslint/parser": "^8.1.0",
5454
"chai": "^5.1.1",
5555
"eslint": "^8.57.0",
5656
"eslint-plugin-require-extensions": "^0.1.1",

memo/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/node": "^22.2.0",
5858
"@types/node-fetch": "^2.6.11",
5959
"@typescript-eslint/eslint-plugin": "^7.17.0",
60-
"@typescript-eslint/parser": "^7.18.0",
60+
"@typescript-eslint/parser": "^8.1.0",
6161
"chai": "^5.1.1",
6262
"eslint": "^8.57.0",
6363
"eslint-plugin-require-extensions": "^0.1.1",

name-service/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/jest": "^29.5.12",
4848
"@types/node": "^22.2.0",
4949
"@typescript-eslint/eslint-plugin": "^7.17.0",
50-
"@typescript-eslint/parser": "^7.18.0",
50+
"@typescript-eslint/parser": "^8.1.0",
5151
"eslint": "^8.57.0",
5252
"eslint-plugin-eslint-comments": "^3.2.0",
5353
"eslint-plugin-functional": "^7.0.1",

pnpm-lock.yaml

Lines changed: 137 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stake-pool/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@types/node": "^22.2.0",
6565
"@types/node-fetch": "^2.6.11",
6666
"@typescript-eslint/eslint-plugin": "^7.17.0",
67-
"@typescript-eslint/parser": "^7.18.0",
67+
"@typescript-eslint/parser": "^8.1.0",
6868
"cross-env": "^7.0.3",
6969
"eslint": "^8.57.0",
7070
"jest": "^29.0.0",

stake-pool/js/src/instructions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export function tokenMetadataLayout(
9090
* @internal
9191
*/
9292
export const STAKE_POOL_INSTRUCTION_LAYOUTS: {
93+
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
9394
[type in StakePoolInstructionType]: InstructionType;
9495
} = Object.freeze({
9596
AddValidatorToPool: {

token-group/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/mocha": "^10.0.7",
5656
"@types/node": "^22.2.0",
5757
"@typescript-eslint/eslint-plugin": "^7.17.0",
58-
"@typescript-eslint/parser": "^7.18.0",
58+
"@typescript-eslint/parser": "^8.1.0",
5959
"chai": "^5.1.1",
6060
"eslint": "^8.57.0",
6161
"eslint-plugin-require-extensions": "^0.1.1",

token-lending/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/eslint": "^8.56.7",
5050
"@types/node": "^22.2.0",
5151
"@typescript-eslint/eslint-plugin": "^7.17.0",
52-
"@typescript-eslint/parser": "^7.18.0",
52+
"@typescript-eslint/parser": "^8.1.0",
5353
"eslint": "^8.57.0",
5454
"gh-pages": "^6.1.1",
5555
"rollup": "^4.20.0",

token-metadata/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/mocha": "^10.0.7",
5656
"@types/node": "^22.2.0",
5757
"@typescript-eslint/eslint-plugin": "^7.17.0",
58-
"@typescript-eslint/parser": "^7.18.0",
58+
"@typescript-eslint/parser": "^8.1.0",
5959
"chai": "^5.1.1",
6060
"eslint": "^8.57.0",
6161
"eslint-plugin-require-extensions": "^0.1.1",

0 commit comments

Comments
 (0)