Skip to content

Commit

Permalink
fix: update dependency eslint to v9.16.0 (#2148)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 8310995 commit 50934dd
Show file tree
Hide file tree
Showing 8 changed files with 113 additions and 51 deletions.
2 changes: 1 addition & 1 deletion e2e/src/__snapshots__/inline-template-fixer.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports[`inline-template-fixer should generate the expected inline template fixe
"@angular/compiler-cli": "^19.X.X",
"@types/jasmine": "~5.1.0",
"angular-eslint": "0.0.0-e2e",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"jasmine-core": "~5.4.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports[`new-workspace-create-application-false-ng-add-then-project should pass
"@angular/compiler-cli": "^19.X.X",
"@types/jasmine": "~5.1.0",
"angular-eslint": "0.0.0-e2e",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"jasmine-core": "~5.4.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports[`new-workspace-create-application-false-project-then-ng-add should pass
"@angular/compiler-cli": "^19.X.X",
"@types/jasmine": "~5.1.0",
"angular-eslint": "0.0.0-e2e",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"jasmine-core": "~5.4.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports[`new-workspace-type-module should pass linting after creating a new work
"@angular/compiler-cli": "^19.X.X",
"@types/jasmine": "~5.1.0",
"angular-eslint": "0.0.0-e2e",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"jasmine-core": "~5.4.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion e2e/src/__snapshots__/new-workspace.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports[`new-workspace should pass linting after creating a new workspace from s
"@angular/compiler-cli": "^19.X.X",
"@types/jasmine": "~5.1.0",
"angular-eslint": "0.0.0-e2e",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"jasmine-core": "~5.4.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"chalk": "4.1.2",
"cz-conventional-changelog": "3.3.0",
"esbuild": "^0.24.0",
"eslint": "9.15.0",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"execa": "5.1.1",
"husky": "9.1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@typescript-eslint/utils": "8.16.0",
"eslint": "9.15.0"
"eslint": "9.16.0"
},
"gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"
}
150 changes: 106 additions & 44 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 50934dd

Please sign in to comment.