Skip to content

fix: update typescript-eslint packages to v8.27.0 #2328

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 4 commits into from
Mar 22, 2025
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
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
pnpm nx-cloud record -- pnpm format-check
pnpm nx-cloud record -- pnpm nx sync:check

- name: Run parallel distributed tasks for build, typecheck, check-rule-docs, check-rule-lists, check-rule-configs, lint and test targets
uses: jameshenry/parallel-bash-commands@v1
with:
# Note that the typecheck target *also* typechecks tests and tools,
# whereas the build only checks src files
cmd1: pnpm nx run-many -t build,typecheck,check-rule-docs,lint,check-rule-lists,check-rule-configs
cmd2: pnpm nx run-many -t test --codeCoverage
- name: Run parallel distributed tasks for build, typecheck, check-rule-docs, check-rule-lists, check-rule-configs, lint targets
# Note that the typecheck target *also* typechecks tests and tools,
# whereas the build only checks src files
run: pnpm nx run-many -t build,typecheck,check-rule-docs,lint,check-rule-lists,check-rule-configs

- name: Run unit tests
run: pnpm nx run-many -t test --codeCoverage

# Run distributed e2e test suites with independent local registries (max 1 per agent via parallel=1)
- name: Run e2e test suites
Expand Down
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.26.1"
"typescript-eslint": "8.27.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.26.1"
"typescript-eslint": "8.27.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.26.1"
"typescript-eslint": "8.27.0"
}
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports[`new-workspace-type-module should pass linting after creating a new work
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^19.X.X",
"typescript": "~5.X.X",
"typescript-eslint": "8.26.1"
"typescript-eslint": "8.27.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": "^19.X.X",
"typescript": "~5.X.X",
"typescript-eslint": "8.26.1"
"typescript-eslint": "8.27.0"
}
`;

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"@types/node": "20.17.25",
"@types/semver": "^7.5.8",
"@types/yargs": "^17.0.33",
"@typescript-eslint/rule-tester": "8.26.1",
"@typescript-eslint/types": "8.26.1",
"@typescript-eslint/utils": "8.26.1",
"@typescript-eslint/rule-tester": "8.27.0",
"@typescript-eslint/types": "8.27.0",
"@typescript-eslint/utils": "8.27.0",
"cz-conventional-changelog": "3.3.0",
"esbuild": "^0.25.0",
"eslint": "9.22.0",
Expand All @@ -98,7 +98,7 @@
"tslib": "^2.4.1",
"tsx": "^4.7.3",
"typescript": "5.7.3",
"typescript-eslint": "8.26.1",
"typescript-eslint": "8.27.0",
"verdaccio": "6.0.5",
"yargs": "17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"strip-json-comments": "3.1.1"
},
"devDependencies": {
"@typescript-eslint/utils": "8.26.1",
"@typescript-eslint/utils": "8.27.0",
"eslint": "9.22.0"
},
"gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"
Expand Down
274 changes: 174 additions & 100 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ packages:
- packages/*
onlyBuiltDependencies:
- '@swc/core'
- esbuild
- nx
ignoredBuiltDependencies:
- core-js