Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@angular-devkit/schematics v14 imported because of wrong @ngrx/eslint-plugin peer dependency config #3709

Closed
1 of 2 tasks
danielsogl opened this issue Dec 15, 2022 · 0 comments · Fixed by #3710
Closed
1 of 2 tasks
Labels
Accepting PRs bug community watch Someone from the community is working this issue/PR Project: ESLint Plugin

Comments

@danielsogl
Copy link
Contributor

Which @ngrx/* package(s) are the source of the bug?

eslint-plugin

Minimal reproduction of the bug/regression with instructions

Install the latest @ngrx/eslint-plugin version and check the package-lock.json. This will add "@angular-devkit/schematics": "^14.0.0-rc.0", as peer dependency

Minimal reproduction of the bug/regression with instructions

check the package-lock.json

    "@ngrx/eslint-plugin": {
      "version": "15.0.0",
      "resolved": "https://registry.npmjs.org/@ngrx/eslint-plugin/-/eslint-plugin-15.0.0.tgz",
      "integrity": "sha512-ywxT0Uc6egU0/GY9D/YxGeB/qGPmvDcNmTzMxXfXLrScDCkG+rh5Xjn0JLj2NVT+Am4kxzUWxE4PSuru7h0mlQ==",
      "dev": true,
      "requires": {
        "@angular-devkit/schematics": "^14.0.0-rc.0",
        "@typescript-eslint/experimental-utils": "^5.4.0",
        "eslint-etc": "^5.1.0",
        "semver": "^7.3.5",
        "strip-json-comments": "3.1.1"
      }
    },

Versions of NgRx, Angular, Node, affected browser(s) and operating system(s)

latest versions of all dependencies

Other information

No response

I would be willing to submit a PR to fix this issue

  • Yes
  • No
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepting PRs bug community watch Someone from the community is working this issue/PR Project: ESLint Plugin
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants