feat: add support nx@^15.0.0 in config-nx-scopes
See original GitHub issueExpected Behavior
Using config-nx-scopes should be compatible with Nx 15, without installing with --legacy-peer-deps
flag.
Current Behavior
Usage with Nx 15 requires using npm install --legacy-peer-deps
, but otherwise works fine.
Affected packages
- cli
- core
- prompt
- config-angular
Possible Solution
Update the Nx version range in package.json to nx: "^14.0.0 || ^15.0.0"
in peerDeps
Context
No response
Issue Analytics
- State:
- Created a year ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@escapedcat @Phault Ok ! Agree ! I have reverted changes and just added the 15.0.0 as peerDependency (together with 14.0.0). Thanks !
Yeah I think so. Keep devDep as-is so we don’t accidentally start relying on a Nx 15 feature without realizing it.