Skip to content

Commit

Permalink
Support @ngrx/eslint-plugin v19
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Jan 17, 2025
1 parent 77d98d8 commit 076cd29
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ All peer dependencies used by `@code-pushup/eslint-config` are listed below, alo
| ![global](./docs/icons/icons8/global.png) | [globals](https://www.npmjs.com/package/globals) | `>=14.0.0` ||
| ![typescript](./docs/icons/material/typescript.png) | [typescript-eslint](https://www.npmjs.com/package/typescript-eslint) | `^8.0.0` ||
| ![graphql](./docs/icons/material/graphql.png) | [@graphql-eslint/eslint-plugin](https://www.npmjs.com/package/@graphql-eslint/eslint-plugin) | `^3.0.0` | |
| ![ngrx](./docs/icons/other/ngrx.png) | [@ngrx/eslint-plugin](https://www.npmjs.com/package/@ngrx/eslint-plugin) | `^18.0.0` | |
| ![ngrx](./docs/icons/other/ngrx.png) | [@ngrx/eslint-plugin](https://www.npmjs.com/package/@ngrx/eslint-plugin) | `^18.0.0 \|\| ^19.0.0` | |
| ![angular](./docs/icons/material/angular.png) | [angular-eslint](https://www.npmjs.com/package/angular-eslint) | `^18.0.0 \|\| ^19.0.0` | |
| ![cypress](./docs/icons/material/cypress.png) | [eslint-plugin-cypress](https://www.npmjs.com/package/eslint-plugin-cypress) | `>=3.3.0` | |
| ![jest](./docs/icons/material/jest.png) | [eslint-plugin-jest](https://www.npmjs.com/package/eslint-plugin-jest) | `^28.8.0` | |
Expand Down
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"peerDependencies": {
"@eslint/js": "^9.0.0",
"@graphql-eslint/eslint-plugin": "^3.0.0",
"@ngrx/eslint-plugin": "^18.0.0",
"@ngrx/eslint-plugin": "^18.0.0 || ^19.0.0",
"angular-eslint": "^18.0.0 || ^19.0.0",
"eslint": "^9.0.0",
"eslint-import-resolver-typescript": "^3.0.0",
Expand Down Expand Up @@ -117,7 +117,7 @@
"devDependencies": {
"@eslint/js": "^9.14.0",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@ngrx/eslint-plugin": "^18.1.0",
"@ngrx/eslint-plugin": "^19.0.0",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/types": "^8.13.0",
"angular-eslint": "^19.0.2",
Expand Down

0 comments on commit 076cd29

Please sign in to comment.