Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: update typescript-eslint packages to v8.5.0 #2020

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e/src/__snapshots__/inline-template-fixer.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ exports[`inline-template-fixer should generate the expected inline template fixe
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.X.X",
"typescript-eslint": "8.2.0"
"typescript-eslint": "8.5.0"
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports[`new-workspace-create-application-false-ng-add-then-project should pass
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.X.X",
"typescript-eslint": "8.2.0"
"typescript-eslint": "8.5.0"
}
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports[`new-workspace-create-application-false-project-then-ng-add should pass
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.X.X",
"typescript-eslint": "8.2.0"
"typescript-eslint": "8.5.0"
}
`;

Expand Down
2 changes: 1 addition & 1 deletion e2e/src/__snapshots__/new-workspace.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports[`new-workspace should pass linting after creating a new workspace from s
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^18.X.X",
"typescript": "~5.X.X",
"typescript-eslint": "8.2.0"
"typescript-eslint": "8.5.0"
}
`;

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@types/node": "20.16.5",
"@types/semver": "^7.5.8",
"@types/yargs": "^17.0.33",
"@typescript-eslint/rule-tester": "8.2.0",
"@typescript-eslint/rule-tester": "8.5.0",
"chalk": "4.1.2",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
Expand All @@ -101,7 +101,7 @@
"tslib": "^2.4.1",
"tsx": "^4.7.3",
"typescript": "5.5.4",
"typescript-eslint": "8.2.0",
"typescript-eslint": "8.5.0",
"verdaccio": "5.32.2",
"yargs": "17.7.2"
},
Expand All @@ -112,7 +112,7 @@
"@typescript-eslint/utils": "$typescript-eslint"
},
"patchedDependencies": {
"@typescript-eslint/rule-tester@8.2.0": "tools/patches/@typescript-eslint__rule-tester@8.2.0.patch"
"@typescript-eslint/rule-tester@8.5.0": "tools/patches/@typescript-eslint__rule-tester@8.5.0.patch"
}
},
"nx": {
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"strip-json-comments": "3.1.1"
},
"devDependencies": {
"@typescript-eslint/utils": "8.2.0",
"@typescript-eslint/utils": "8.5.0",
"eslint": "9.9.1"
},
"peerDependencies": {
Expand Down
228 changes: 114 additions & 114 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

File renamed without changes.