Update npm-shrinkwrap.md - #1
Open
saifktk5383 wants to merge 117 commits into
Open
Conversation
<!-- What / Why --> <!-- Describe the request in detail. What it does and why it's being changed. --> Fix a typo ## References <!-- Examples: Related to #0 Depends on #0 Blocked by #0 Fixes #0 Closes #0 -->
Hoisted
This contains the changes from - a2154cd (npm#8996) - 880ecb7 (npm#9013) - 26fa40e (npm#9041) - 983742b (npm#9055) - 10d5302 (npm#9051) - a29aeee (npm#9028) - 16fbe13 (npm#9030) - 8614b2a (npm#9031) Since Node 22 doesn't have npm 11 yet, it would be better to have this change backported to v10 Also, we wish to use `install-strategy=linked` in the [Gutenberg monorepo](WordPress/gutenberg#75814), which powers the WordPress Block Editor. We are still on v10. So, these fixes will help.
These were deep in the tree, with dev dependencies being hoisted. We try to hoist production deps in favor of dev dependencies
When npm 10.x upgrades itself to npm 11.12+, the new npm no longer bundles promise-retry. The lazy require in _linkBins fires after the reify step has already deleted promise-retry from disk, causing MODULE_NOT_FOUND. Moving the require to the top of the file ensures it is loaded at startup while the module still exists on disk. Fixes: npm#9151 Ref: nodejs/node#62425
Backport of npm#9317 to `release/v10`. Co-authored-by: Michael Smith <owlstronaut@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.