Skip to content

Commit 076cd29

Browse files
committed
Support @ngrx/eslint-plugin v19
1 parent 77d98d8 commit 076cd29

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ All peer dependencies used by `@code-pushup/eslint-config` are listed below, alo
8181
| ![global](./docs/icons/icons8/global.png) | [globals](https://www.npmjs.com/package/globals) | `>=14.0.0` ||
8282
| ![typescript](./docs/icons/material/typescript.png) | [typescript-eslint](https://www.npmjs.com/package/typescript-eslint) | `^8.0.0` ||
8383
| ![graphql](./docs/icons/material/graphql.png) | [@graphql-eslint/eslint-plugin](https://www.npmjs.com/package/@graphql-eslint/eslint-plugin) | `^3.0.0` | |
84-
| ![ngrx](./docs/icons/other/ngrx.png) | [@ngrx/eslint-plugin](https://www.npmjs.com/package/@ngrx/eslint-plugin) | `^18.0.0` | |
84+
| ![ngrx](./docs/icons/other/ngrx.png) | [@ngrx/eslint-plugin](https://www.npmjs.com/package/@ngrx/eslint-plugin) | `^18.0.0 \|\| ^19.0.0` | |
8585
| ![angular](./docs/icons/material/angular.png) | [angular-eslint](https://www.npmjs.com/package/angular-eslint) | `^18.0.0 \|\| ^19.0.0` | |
8686
| ![cypress](./docs/icons/material/cypress.png) | [eslint-plugin-cypress](https://www.npmjs.com/package/eslint-plugin-cypress) | `>=3.3.0` | |
8787
| ![jest](./docs/icons/material/jest.png) | [eslint-plugin-jest](https://www.npmjs.com/package/eslint-plugin-jest) | `^28.8.0` | |

package-lock.json

+8-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"peerDependencies": {
4141
"@eslint/js": "^9.0.0",
4242
"@graphql-eslint/eslint-plugin": "^3.0.0",
43-
"@ngrx/eslint-plugin": "^18.0.0",
43+
"@ngrx/eslint-plugin": "^18.0.0 || ^19.0.0",
4444
"angular-eslint": "^18.0.0 || ^19.0.0",
4545
"eslint": "^9.0.0",
4646
"eslint-import-resolver-typescript": "^3.0.0",
@@ -117,7 +117,7 @@
117117
"devDependencies": {
118118
"@eslint/js": "^9.14.0",
119119
"@graphql-eslint/eslint-plugin": "^3.20.1",
120-
"@ngrx/eslint-plugin": "^18.1.0",
120+
"@ngrx/eslint-plugin": "^19.0.0",
121121
"@types/eslint__js": "^8.42.3",
122122
"@typescript-eslint/types": "^8.13.0",
123123
"angular-eslint": "^19.0.2",

0 commit comments

Comments
 (0)