(jsii) Remove Package Resolutions for `@types/babel__traverse`
See original GitHub issueThis change in DefinitelyTyped drops release for TS3.9 which is needed for jsii: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/63359
Pinning @types/babel__traverse
to 7.18.2
works for now.
Once we can, we should remove the pin.
Issue Analytics
- State:
- Created 10 months ago
- Reactions:1
- Comments:20 (7 by maintainers)
Top Results From Across the Web
Selective dependency resolutions - Yarn
Yarn supports selective version resolutions, which lets you define custom package versions or ranges inside your dependencies through the resolutions field ...
Read more >npm equivalent of yarn resolutions? - package.json
Npm equivalent to yarn resolutions is overrides. After the RFC was accepted now there's an epic to watch the progress of implementation.
Read more >npm-force-resolutions
This packages modifies package-lock.json to force the installation of specific version of a transitive dependency (dependency of dependency) ...
Read more >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
Found the issue. The root
NxMonorepoProject
also depends on the breaking dependency. Because of the way node or TS or jsii works, it somehow attempts to use the (wrong) version from the root and not the correct version frombase/cdk-projen-test/node_modules
. The error message should have pointed us to that.You’ll need to add this to the
NxMonorepoProject
:and raise an issue with the maintainers of
nx-monorepo
😕New zip attached. Thanks 😃 test_projen.zip