Skip to content

Commit

Permalink
feat(angular): update angular eslint packages to v18.0.0-alpha.1 (#25429
Browse files Browse the repository at this point in the history
)

<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

<!-- This is the behavior we have today -->

<!-- This is the behavior we should expect with the changes in this PR
-->

<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
  • Loading branch information
leosvelperez committed May 23, 2024
1 parent 587294b commit 6b4f822
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 70 deletions.
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.1",
"@angular-eslint/eslint-plugin-template": "~18.0.0-alpha.1",
"@angular-eslint/template-parser": "~18.0.0-alpha.1",
"@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.1",
"alwaysAddToPackageJson": false
},
"@angular-eslint/eslint-plugin-template": {
"version": "~18.0.0-alpha.1",
"alwaysAddToPackageJson": false
},
"@angular-eslint/template-parser": {
"version": "~18.0.0-alpha.1",
"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.1';
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.

0 comments on commit 6b4f822

Please sign in to comment.