Skip to content

Commit

Permalink
feat(angular): bump angular eslint and analog deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Dec 2, 2024
1 parent 5a64dff commit 13b0d92
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 65 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.0-alpha.4",
"@angular-eslint/eslint-plugin-template": "^19.0.0-alpha.4",
"@angular-eslint/template-parser": "^19.0.0-alpha.4",
"@angular-eslint/eslint-plugin": "^19.0.0",
"@angular-eslint/eslint-plugin-template": "^19.0.0",
"@angular-eslint/template-parser": "^19.0.0",
"@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.0-alpha.4",
"angular-eslint": "^19.0.0",
"autoprefixer": "10.4.13",
"babel-jest": "29.7.0",
"babel-loader": "^9.1.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/angular/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1288,11 +1288,11 @@
"version": "20.2.0-beta.4",
"packages": {
"@analogjs/vitest-angular": {
"version": "~1.10.0-beta.5",
"version": "~1.10.0-beta.6",
"alwaysAddToPackageJson": false
},
"@analogjs/vite-plugin-angular": {
"version": "~1.10.0-beta.5",
"version": "~1.10.0-beta.6",
"alwaysAddToPackageJson": false
}
}
Expand Down Expand Up @@ -1321,23 +1321,23 @@
},
"packages": {
"angular-eslint": {
"version": "^19.0.0-alpha.4",
"version": "^19.0.0",
"alwaysAddToPackageJson": false
},
"@angular-eslint/eslint-plugin": {
"version": "^19.0.0-alpha.4",
"version": "^19.0.0",
"alwaysAddToPackageJson": false
},
"@angular-eslint/eslint-plugin-template": {
"version": "^19.0.0-alpha.4",
"version": "^19.0.0",
"alwaysAddToPackageJson": false
},
"@angular-eslint/template-parser": {
"version": "^19.0.0-alpha.4",
"version": "^19.0.0",
"alwaysAddToPackageJson": false
},
"@angular-eslint/utils": {
"version": "^19.0.0-alpha.4",
"version": "^19.0.0",
"alwaysAddToPackageJson": false
}
}
Expand Down
4 changes: 2 additions & 2 deletions 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.0-alpha.4';
export const angularEslintVersion = '^19.0.0';
export const typescriptEslintVersion = '^7.16.0';
export const tailwindVersion = '^3.0.2';
export const postcssVersion = '^8.4.5';
Expand All @@ -28,6 +28,6 @@ export const tsNodeVersion = '10.9.1';
export const jestPresetAngularVersion = '~14.4.0';
export const typesNodeVersion = '18.16.9';
export const jasmineMarblesVersion = '^0.9.2';
export const analogVitestAngular = '~1.10.0-beta.5';
export const analogVitestAngular = '~1.10.0-beta.6';

export const jsoncEslintParserVersion = '^2.1.0';
108 changes: 56 additions & 52 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 13b0d92

Please sign in to comment.