Skip to content

Commit

Permalink
feat(angular): bump angular eslint packages to 19.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Dec 10, 2024
1 parent 21a3ba0 commit fc6009f
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 55 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@angular-devkit/build-angular": "~19.0.0",
"@angular-devkit/core": "~19.0.0",
"@angular-devkit/schematics": "~19.0.0",
"@angular-eslint/eslint-plugin": "19.0.1",
"@angular-eslint/eslint-plugin-template": "19.0.1",
"@angular-eslint/template-parser": "19.0.1",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "~19.0.0",
"@angular/common": "~19.0.0",
"@angular/compiler": "~19.0.0",
Expand Down Expand Up @@ -154,7 +154,7 @@
"@zkochan/js-yaml": "0.0.7",
"ai": "^2.2.10",
"ajv": "^8.12.0",
"angular-eslint": "19.0.1",
"angular-eslint": "19.0.2",
"autoprefixer": "10.4.13",
"babel-jest": "29.7.0",
"babel-loader": "^9.1.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/angular/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1377,23 +1377,23 @@
},
"packages": {
"angular-eslint": {
"version": "^19.0.1",
"version": "^19.0.2",
"alwaysAddToPackageJson": false
},
"@angular-eslint/eslint-plugin": {
"version": "^19.0.1",
"version": "^19.0.2",
"alwaysAddToPackageJson": false
},
"@angular-eslint/eslint-plugin-template": {
"version": "^19.0.1",
"version": "^19.0.2",
"alwaysAddToPackageJson": false
},
"@angular-eslint/template-parser": {
"version": "^19.0.1",
"version": "^19.0.2",
"alwaysAddToPackageJson": false
},
"@angular-eslint/utils": {
"version": "^19.0.1",
"version": "^19.0.2",
"alwaysAddToPackageJson": false
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const browserSyncVersion = '^3.0.0';
export const moduleFederationNodeVersion = '~2.6.11';
export const moduleFederationEnhancedVersion = '0.7.6';

export const angularEslintVersion = '^19.0.1';
export const angularEslintVersion = '^19.0.2';
export const typescriptEslintVersion = '^7.16.0';
export const tailwindVersion = '^3.0.2';
export const postcssVersion = '^8.4.5';
Expand Down
90 changes: 45 additions & 45 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 fc6009f

Please sign in to comment.