Skip to content

Commit 794f6c8

Browse files
fix: backport linked strategy fixes from multiple PRs to v10 (#9011)
This contains the changes from - a2154cd (#8996) - 880ecb7 (#9013) - 26fa40e (#9041) - 983742b (#9055) - 10d5302 (#9051) - a29aeee (#9028) - 16fbe13 (#9030) - 8614b2a (#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.
1 parent 72cc7de commit 794f6c8

File tree

9 files changed

+990
-294
lines changed

9 files changed

+990
-294
lines changed

DEPENDENCIES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@ graph LR;
601601
npmcli-arborist-->proggy;
602602
npmcli-arborist-->promise-all-reject-late;
603603
npmcli-arborist-->promise-call-limit;
604+
npmcli-arborist-->promise-retry;
604605
npmcli-arborist-->read-package-json-fast;
605606
npmcli-arborist-->semver;
606607
npmcli-arborist-->ssri;

package-lock.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17922,6 +17922,7 @@
1792217922
"proggy": "^3.0.0",
1792317923
"promise-all-reject-late": "^1.0.0",
1792417924
"promise-call-limit": "^3.0.1",
17925+
"promise-retry": "^2.0.1",
1792517926
"read-package-json-fast": "^4.0.0",
1792617927
"semver": "^7.3.7",
1792717928
"ssri": "^12.0.0",

0 commit comments

Comments
 (0)