Skip to content

Commit 67425e9

Browse files
chore(deps): update dependency nano-spawn to v2 (#1354)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [nano-spawn](https://redirect.github.com/sindresorhus/nano-spawn) | dependencies | major | [`^1.0.0` -> `^2.0.0`](https://renovatebot.com/diffs/npm/nano-spawn/1.0.3/2.0.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/sindresorhus/nano-spawn/badge)](https://securityscorecards.dev/viewer/?uri=github.com/sindresorhus/nano-spawn) | --- ### Release Notes <details> <summary>sindresorhus/nano-spawn (nano-spawn)</summary> ### [`v2.0.0`](https://redirect.github.com/sindresorhus/nano-spawn/releases/tag/v2.0.0) [Compare Source](https://redirect.github.com/sindresorhus/nano-spawn/compare/v1.0.3...v2.0.0) ##### Breaking - Prevent improper iteration ([#&#8203;109](https://redirect.github.com/sindresorhus/nano-spawn/issues/109)) [`5aab750`](https://redirect.github.com/sindresorhus/nano-spawn/commit/5aab750) ##### Improvements - Support TypeScript `exactOptionalPropertyTypes` setting ([#&#8203;102](https://redirect.github.com/sindresorhus/nano-spawn/issues/102)) [`7b081f8`](https://redirect.github.com/sindresorhus/nano-spawn/commit/7b081f8) - Fix buffering `result.stderr` when `subprocess.stdout` is iterated ([#&#8203;107](https://redirect.github.com/sindresorhus/nano-spawn/issues/107)) [`fe95614`](https://redirect.github.com/sindresorhus/nano-spawn/commit/fe95614) *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cccd27c commit 67425e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"find-up": "^8.0.0",
217217
"glob": "11.0.3",
218218
"is-in-ci": "^2.0.0",
219-
"nano-spawn": "^1.0.0",
219+
"nano-spawn": "^2.0.0",
220220
"package-manager-detector": "^1.0.0",
221221
"yocto-spinner": "^1.0.0",
222222
"yoctocolors": "^2",
@@ -1187,7 +1187,7 @@
11871187

11881188
"mz": ["[email protected]", "", { "dependencies": { "any-promise": "^1.0.0", "object-assign": "^4.0.1", "thenify-all": "^1.0.0" } }, "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q=="],
11891189

1190-
"nano-spawn": ["nano-spawn@1.0.3", "", {}, "sha512-jtpsQDetTnvS2Ts1fiRdci5rx0VYws5jGyC+4IYOTnIQ/wwdf6JdomlHBwqC3bJYOvaKu0C2GSZ1A60anrYpaA=="],
1190+
"nano-spawn": ["nano-spawn@2.0.0", "", {}, "sha512-tacvGzUY5o2D8CBh2rrwxyNojUsZNU2zjNTzKQrkgGJQTbGAfArVWXSKMBokBeeg6C7OLRGUEyoFlYbfeWQIqw=="],
11911191

11921192
"nanoid": ["[email protected]", "", { "bin": { "nanoid": "bin/nanoid.js" } }, "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg=="],
11931193

sdk/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"find-up": "^8.0.0",
7676
"glob": "11.0.3",
7777
"is-in-ci": "^2.0.0",
78-
"nano-spawn": "^1.0.0",
78+
"nano-spawn": "^2.0.0",
7979
"package-manager-detector": "^1.0.0",
8080
"yocto-spinner": "^1.0.0",
8181
"yoctocolors": "^2",

0 commit comments

Comments
 (0)