Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit34af849

Browse files
fix: update typescript-eslint packages to v8.34.1 (#2522)
1 parentd1d1afb commit34af849

8 files changed

+139
-129
lines changed

‎e2e/src/__snapshots__/inline-template-fixer.test.ts.snap‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ exports[`inline-template-fixer should generate the expected inline template fixe
3030
"karma-jasmine":"~5.1.0",
3131
"karma-jasmine-html-reporter":"~2.1.0",
3232
"typescript":"~5.X.X",
33-
"typescript-eslint":"8.34.0"
33+
"typescript-eslint":"8.34.1"
3434
}
3535
`;

‎e2e/src/__snapshots__/new-workspace-create-application-false-ng-add-then-project.test.ts.snap‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exports[`new-workspace-create-application-false-ng-add-then-project should pass
1515
"karma-jasmine":"~5.1.0",
1616
"karma-jasmine-html-reporter":"~2.1.0",
1717
"typescript":"~5.X.X",
18-
"typescript-eslint":"8.34.0"
18+
"typescript-eslint":"8.34.1"
1919
}
2020
`;
2121

‎e2e/src/__snapshots__/new-workspace-create-application-false-project-then-ng-add.test.ts.snap‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exports[`new-workspace-create-application-false-project-then-ng-add should pass
1515
"karma-jasmine":"~5.1.0",
1616
"karma-jasmine-html-reporter":"~2.1.0",
1717
"typescript":"~5.X.X",
18-
"typescript-eslint":"8.34.0"
18+
"typescript-eslint":"8.34.1"
1919
}
2020
`;
2121

‎e2e/src/__snapshots__/new-workspace-type-module.test.ts.snap‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports[`new-workspace-type-module should pass linting after creating a new work
1616
"karma-jasmine-html-reporter":"~2.1.0",
1717
"ng-packagr":"^20.X.X",
1818
"typescript":"~5.X.X",
19-
"typescript-eslint":"8.34.0"
19+
"typescript-eslint":"8.34.1"
2020
}
2121
`;
2222

‎e2e/src/__snapshots__/new-workspace.test.ts.snap‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports[`new-workspace should pass linting after creating a new workspace from s
1616
"karma-jasmine-html-reporter":"~2.1.0",
1717
"ng-packagr":"^20.X.X",
1818
"typescript":"~5.X.X",
19-
"typescript-eslint":"8.34.0"
19+
"typescript-eslint":"8.34.1"
2020
}
2121
`;
2222

‎package.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
"@types/node":"20.19.1",
7373
"@types/semver":"^7.5.8",
7474
"@types/yargs":"^17.0.33",
75-
"@typescript-eslint/rule-tester":"8.34.0",
76-
"@typescript-eslint/types":"8.34.0",
77-
"@typescript-eslint/utils":"8.34.0",
75+
"@typescript-eslint/rule-tester":"8.34.1",
76+
"@typescript-eslint/types":"8.34.1",
77+
"@typescript-eslint/utils":"8.34.1",
7878
"cz-conventional-changelog":"3.3.0",
7979
"esbuild":"^0.25.0",
8080
"eslint":"9.29.0",
@@ -98,7 +98,7 @@
9898
"tslib":"^2.4.1",
9999
"tsx":"^4.7.3",
100100
"typescript":"5.8.3",
101-
"typescript-eslint":"8.34.0",
101+
"typescript-eslint":"8.34.1",
102102
"verdaccio":"6.1.3",
103103
"yargs":"18.0.0"
104104
},

‎packages/schematics/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"strip-json-comments":"3.1.1"
4646
},
4747
"devDependencies": {
48-
"@typescript-eslint/utils":"8.34.0",
48+
"@typescript-eslint/utils":"8.34.1",
4949
"eslint":"9.29.0"
5050
},
5151
"gitHead":"e2006e5e9c99e5a943d1a999e0efa5247d29ec24"

‎pnpm-lock.yaml‎

Lines changed: 129 additions & 119 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp