Skip to content

Commit

Permalink
Merge pull request #936 from akunzai/angular-eslint/19
Browse files Browse the repository at this point in the history
Migrate to angular-eslint v19
  • Loading branch information
akunzai authored Dec 1, 2024
2 parents d48a5ff + d74544f commit 085c3b3
Show file tree
Hide file tree
Showing 3 changed files with 417 additions and 3,854 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:application",
"builder": "@angular/build:application",
"options": {
"outputPath": {
"base": "dist/angular-boilerplate"
Expand Down Expand Up @@ -110,7 +110,7 @@
},
"cli": {
"schematicCollections": [
"@angular-eslint/schematics"
"angular-eslint"
],
"packageManager": "pnpm",
"analytics": false
Expand Down
18 changes: 6 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "angular-boilerplate",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.14.4",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0",
Expand Down Expand Up @@ -31,28 +31,22 @@
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.2",
"@angular-eslint/builder": "^18.4.2",
"@angular-eslint/eslint-plugin": "^18.4.2",
"@angular-eslint/eslint-plugin-template": "^18.4.2",
"@angular-eslint/schematics": "^18.4.2",
"@angular-eslint/template-parser": "^18.4.2",
"@angular/build": "^19.0.2",
"@angular/cli": "^19.0.2",
"@angular/compiler-cli": "^19.0.1",
"@angular/localize": "^19.0.1",
"@biesbjerg/ngx-translate-extract": "^7.0.4",
"@testing-library/angular": "^17.3.2",
"@testing-library/angular": "^17.3.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.5.2",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.0",
"angular-eslint": "^18.4.2",
"eslint": "^9.15.0",
"@types/node": "^22.10.1",
"angular-eslint": "^19.0.0",
"eslint": "^9.16.0",
"jest": "~29.7.0",
"jest-fixed-jsdom": "^0.0.9",
"jest-preset-angular": "^14.4.0",
"jest-preset-angular": "^14.4.1",
"msw": "^2.6.6",
"ts-node": "^10.9.2",
"typescript": "~5.6.3",
Expand Down
Loading

0 comments on commit 085c3b3

Please sign in to comment.