-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Downgrade execa to 9.1.0 for Node.js 18.18 support (#10500)
## Description Version ^18.19.0 is required by execa 9.5.1 (which we already use in fast-usdc and a3p-integration/proposals/n:upgrade-next): https://github.com/Agoric/agoric-sdk/actions/runs/11863279067/job/33064414447?pr=10499#step:4:270 ```console error [email protected]: The engine "node" is incompatible with this module. Expected version "^18.19.0 || >=20.5.0". Got "18.18.2" ``` ...and is the LTS version anyway. ### Security Considerations n/a ### Scaling Considerations n/a ### Documentation Considerations n/a ### Testing Considerations There was a comment from last year about Node.js v18.19 incompatibility; integration testing will reveal if it has in fact been resolved. ### Upgrade Considerations It might be time to bump the Node.js ^18.12 [prerequisite](https://github.com/Agoric/agoric-sdk/tree/master#prerequisites).
- Loading branch information
Showing
10 changed files
with
134 additions
and
59 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6428,6 +6428,24 @@ eventemitter3@^4.0.0, eventemitter3@^4.0.4: | |
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" | ||
integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== | ||
|
||
[email protected]: | ||
version "9.1.0" | ||
resolved "https://registry.yarnpkg.com/execa/-/execa-9.1.0.tgz#c42845d2b079642b8e07d9de81db13cdb91e7a9b" | ||
integrity sha512-lSgHc4Elo2m6bUDhc3Hl/VxvUDJdQWI40RZ4KMY9bKRc+hgMOT7II/JjbNDhI8VnMtrCb7U/fhpJIkLORZozWw== | ||
dependencies: | ||
"@sindresorhus/merge-streams" "^4.0.0" | ||
cross-spawn "^7.0.3" | ||
figures "^6.1.0" | ||
get-stream "^9.0.0" | ||
human-signals "^7.0.0" | ||
is-plain-obj "^4.1.0" | ||
is-stream "^4.0.1" | ||
npm-run-path "^5.2.0" | ||
pretty-ms "^9.0.0" | ||
signal-exit "^4.1.0" | ||
strip-final-newline "^4.0.0" | ||
yoctocolors "^2.0.0" | ||
|
||
execa@^5.0.0: | ||
version "5.1.1" | ||
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" | ||
|
@@ -6458,24 +6476,6 @@ execa@^7.1.1: | |
signal-exit "^3.0.7" | ||
strip-final-newline "^3.0.0" | ||
|
||
execa@^9.5.1: | ||
version "9.5.1" | ||
resolved "https://registry.yarnpkg.com/execa/-/execa-9.5.1.tgz#ab9b68073245e1111bba359962a34fcdb28deef2" | ||
integrity sha512-QY5PPtSonnGwhhHDNI7+3RvY285c7iuJFFB+lU+oEzMY/gEGJ808owqJsrr8Otd1E/x07po1LkUBmdAc5duPAg== | ||
dependencies: | ||
"@sindresorhus/merge-streams" "^4.0.0" | ||
cross-spawn "^7.0.3" | ||
figures "^6.1.0" | ||
get-stream "^9.0.0" | ||
human-signals "^8.0.0" | ||
is-plain-obj "^4.1.0" | ||
is-stream "^4.0.1" | ||
npm-run-path "^6.0.0" | ||
pretty-ms "^9.0.0" | ||
signal-exit "^4.1.0" | ||
strip-final-newline "^4.0.0" | ||
yoctocolors "^2.0.0" | ||
|
||
expand-template@^2.0.3: | ||
version "2.0.3" | ||
resolved "https://registry.yarnpkg.com/expand-template/-/expand-template-2.0.3.tgz#6e14b3fcee0f3a6340ecb57d2e8918692052a47c" | ||
|
@@ -7424,10 +7424,10 @@ human-signals@^4.3.0: | |
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-4.3.1.tgz#ab7f811e851fca97ffbd2c1fe9a958964de321b2" | ||
integrity sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ== | ||
|
||
human-signals@^8.0.0: | ||
version "8.0.0" | ||
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-8.0.0.tgz#2d3d63481c7c2319f0373428b01ffe30da6df852" | ||
integrity sha512-/1/GPCpDUCCYwlERiYjxoczfP0zfvZMU/OWgQPMya9AbAE24vseigFdhAMObpc8Q4lc/kjutPfUddDYyAmejnA== | ||
human-signals@^7.0.0: | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-7.0.0.tgz#93e58e0c19cfec1dded4af10cd4969f5ab75f6c8" | ||
integrity sha512-74kytxOUSvNbjrT9KisAbaTZ/eJwD/LrbM/kh5j0IhPuJzwuA19dWvniFGwBzN9rVjg+O/e+F310PjObDXS+9Q== | ||
|
||
humanize-ms@^1.2.1: | ||
version "1.2.1" | ||
|
@@ -9660,21 +9660,13 @@ npm-run-path@^4.0.1: | |
dependencies: | ||
path-key "^3.0.0" | ||
|
||
npm-run-path@^5.1.0: | ||
npm-run-path@^5.1.0, npm-run-path@^5.2.0: | ||
version "5.3.0" | ||
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-5.3.0.tgz#e23353d0ebb9317f174e93417e4a4d82d0249e9f" | ||
integrity sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ== | ||
dependencies: | ||
path-key "^4.0.0" | ||
|
||
npm-run-path@^6.0.0: | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-6.0.0.tgz#25cfdc4eae04976f3349c0b1afc089052c362537" | ||
integrity sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA== | ||
dependencies: | ||
path-key "^4.0.0" | ||
unicorn-magic "^0.3.0" | ||
|
||
npmlog@^6.0.0, npmlog@^6.0.2: | ||
version "6.0.2" | ||
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-6.0.2.tgz#c8166017a42f2dea92d6453168dd865186a70830" | ||
|
@@ -12239,11 +12231,6 @@ unicode-property-aliases-ecmascript@^2.0.0: | |
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd" | ||
integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w== | ||
|
||
unicorn-magic@^0.3.0: | ||
version "0.3.0" | ||
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz#4efd45c85a69e0dd576d25532fbfa22aa5c8a104" | ||
integrity sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA== | ||
|
||
unique-filename@^2.0.0: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-2.0.1.tgz#e785f8675a9a7589e0ac77e0b5c34d2eaeac6da2" | ||
|