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

Appearance settings

Commit aa72e02

Browse filesBrowse files
fix: update typescript-eslint packages to v8.34.0 (#2511)
1 parent 5c1caea commit aa72e02
Copy full SHA for aa72e02
Expand file treeCollapse file tree

8 files changed

+199
-95
lines changed

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

Copy file name to clipboardExpand all lines: e2e/src/__snapshots__/inline-template-fixer.test.ts.snap
+1-1Lines 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.33.1"
33+
"typescript-eslint": "8.34.0"
3434
}
3535
`;

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

Copy file name to clipboardExpand all lines: e2e/src/__snapshots__/new-workspace-create-application-false-ng-add-then-project.test.ts.snap
+1-1Lines 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.33.1"
18+
"typescript-eslint": "8.34.0"
1919
}
2020
`;
2121

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

Copy file name to clipboardExpand all lines: e2e/src/__snapshots__/new-workspace-create-application-false-project-then-ng-add.test.ts.snap
+1-1Lines 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.33.1"
18+
"typescript-eslint": "8.34.0"
1919
}
2020
`;
2121

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

Copy file name to clipboardExpand all lines: e2e/src/__snapshots__/new-workspace-type-module.test.ts.snap
+1-1Lines 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.33.1"
19+
"typescript-eslint": "8.34.0"
2020
}
2121
`;
2222

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

Copy file name to clipboardExpand all lines: e2e/src/__snapshots__/new-workspace.test.ts.snap
+1-1Lines 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.33.1"
19+
"typescript-eslint": "8.34.0"
2020
}
2121
`;
2222

‎package.json

Copy file name to clipboardExpand all lines: package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
"@types/node": "20.19.0",
7373
"@types/semver": "^7.5.8",
7474
"@types/yargs": "^17.0.33",
75-
"@typescript-eslint/rule-tester": "8.33.1",
76-
"@typescript-eslint/types": "8.33.1",
77-
"@typescript-eslint/utils": "8.33.1",
75+
"@typescript-eslint/rule-tester": "8.34.0",
76+
"@typescript-eslint/types": "8.34.0",
77+
"@typescript-eslint/utils": "8.34.0",
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.33.1",
101+
"typescript-eslint": "8.34.0",
102102
"verdaccio": "6.1.3",
103103
"yargs": "18.0.0"
104104
},

‎packages/schematics/package.json

Copy file name to clipboardExpand all lines: packages/schematics/package.json
+1-1Lines 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.33.1",
48+
"@typescript-eslint/utils": "8.34.0",
4949
"eslint": "9.29.0"
5050
},
5151
"gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"

‎pnpm-lock.yaml

Copy file name to clipboardExpand all lines: pnpm-lock.yaml
+189-85Lines changed: 189 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.