Skip to content
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

feat(angular): update angular eslint packages to v18.0.0-alpha.0 #25429

Merged
merged 1 commit into from
May 23, 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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"@angular-devkit/build-angular": "~18.0.0",
"@angular-devkit/core": "~18.0.0",
"@angular-devkit/schematics": "~18.0.0",
"@angular-eslint/eslint-plugin": "~17.3.0",
"@angular-eslint/eslint-plugin-template": "~17.3.0",
"@angular-eslint/template-parser": "~17.3.0",
"@angular-eslint/eslint-plugin": "~18.0.0-alpha.0",
"@angular-eslint/eslint-plugin-template": "~18.0.0-alpha.0",
"@angular-eslint/template-parser": "~18.0.0-alpha.0",
"@angular/cli": "~18.0.0",
"@angular/common": "~18.0.0",
"@angular/compiler": "~18.0.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/angular/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1887,6 +1887,27 @@
"alwaysAddToPackageJson": false
}
}
},
"19.1.0-angular-eslint": {
"version": "19.1.0-beta.2",
"requires": {
"eslint": "^8.57.0 || ^9.0.0",
"@angular/core": ">= 18.0.0 < 19.0.0"
},
"packages": {
"@angular-eslint/eslint-plugin": {
"version": "~18.0.0-alpha.0",
"alwaysAddToPackageJson": false
},
"@angular-eslint/eslint-plugin-template": {
"version": "~18.0.0-alpha.0",
"alwaysAddToPackageJson": false
},
"@angular-eslint/template-parser": {
"version": "~18.0.0-alpha.0",
"alwaysAddToPackageJson": false
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/angular/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const typesExpressVersion = '4.17.14';
export const browserSyncVersion = '^3.0.0';
export const moduleFederationNodeVersion = '~1.0.5';

export const angularEslintVersion = '~17.3.0';
export const angularEslintVersion = '~18.0.0-alpha.0';
export const tailwindVersion = '^3.0.2';
export const postcssVersion = '^8.4.5';
export const postcssUrlVersion = '~10.1.3';
Expand Down
146 changes: 80 additions & 66 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.