Skip to content

Commit f63182f

Browse files
chore(deps): update dependency @npmcli/package-json to v7 (#1276)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@npmcli/package-json](https://redirect.github.com/npm/package-json) | dependencies | major | [`^6` -> `^7.0.0`](https://renovatebot.com/diffs/npm/@npmcli%2fpackage-json/6.2.0/7.0.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/npm/package-json/badge)](https://securityscorecards.dev/viewer/?uri=github.com/npm/package-json) | --- ### Release Notes <details> <summary>npm/package-json (@&#8203;npmcli/package-json)</summary> ### [`v7.0.0`](https://redirect.github.com/npm/package-json/blob/HEAD/CHANGELOG.md#700-2025-07-25) [Compare Source](https://redirect.github.com/npm/package-json/compare/v6.2.0...v7.0.0) ##### ⚠️ BREAKING CHANGES - `package-json` now supports node `^20.17.0 || >=22.9.0` ##### Features - [`9dd0eb5`](https://redirect.github.com/npm/package-json/commit/9dd0eb52ab851f5c89f2d12b569fcc4a395b4e05) [#&#8203;144](https://redirect.github.com/npm/package-json/pull/144) add syncNormalize ([@&#8203;wraithgar](https://redirect.github.com/wraithgar)) - [`08eae47`](https://redirect.github.com/npm/package-json/commit/08eae4767be22343453984bce953d767643d47a8) [#&#8203;144](https://redirect.github.com/npm/package-json/pull/144) add binDir step to normalize function ([@&#8203;wraithgar](https://redirect.github.com/wraithgar)) ##### Bug Fixes - [`a5e4ac3`](https://redirect.github.com/npm/package-json/commit/a5e4ac3ab364b83afd86517d83f451e4762ed1f8) [#&#8203;152](https://redirect.github.com/npm/package-json/pull/152) align to npm 11 node engine range ([@&#8203;owlstronaut](https://redirect.github.com/owlstronaut)) - [`4695e87`](https://redirect.github.com/npm/package-json/commit/4695e876df8a8488862eb158f235dbe7608cb1e9) [#&#8203;150](https://redirect.github.com/npm/package-json/pull/150) use `URL.canParse` instead of runtime deprecated `url.parse` api ([#&#8203;150](https://redirect.github.com/npm/package-json/issues/150)) ([@&#8203;SuperchupuDev](https://redirect.github.com/SuperchupuDev)) - [`dbc9ef1`](https://redirect.github.com/npm/package-json/commit/dbc9ef12c5f0a73b8f734ebe27f325bf289b1a69) [#&#8203;144](https://redirect.github.com/npm/package-json/pull/144) require an object in fromContent() ([@&#8203;wraithgar](https://redirect.github.com/wraithgar)) - [`f06eb18`](https://redirect.github.com/npm/package-json/commit/f06eb1879e988813baba80896f99cf778c89199f) [#&#8203;144](https://redirect.github.com/npm/package-json/pull/144) remove unused bundleDependenciesFalse ([@&#8203;wraithgar](https://redirect.github.com/wraithgar)) - [`a8b1cc9`](https://redirect.github.com/npm/package-json/commit/a8b1cc9d7339c1c84d379545d9996b953858a6bb) [#&#8203;144](https://redirect.github.com/npm/package-json/pull/144) secure and unixify paths discovered via directories.bin ([@&#8203;wraithgar](https://redirect.github.com/wraithgar)) - [`23c29a9`](https://redirect.github.com/npm/package-json/commit/23c29a9f66707b91d9401d104bd33bbe59ddc715) [#&#8203;144](https://redirect.github.com/npm/package-json/pull/144) remove erroneous bundledDependencies log ([@&#8203;wraithgar](https://redirect.github.com/wraithgar)) ##### Documentation - [`14f8141`](https://redirect.github.com/npm/package-json/commit/14f8141fec4a865cb4586937e0659390238edb71) [#&#8203;147](https://redirect.github.com/npm/package-json/pull/147) adding sort option docs to README ([#&#8203;147](https://redirect.github.com/npm/package-json/issues/147)) ([@&#8203;idhard](https://redirect.github.com/idhard)) ##### Dependencies - [`a0dcfde`](https://redirect.github.com/npm/package-json/commit/a0dcfde4b10ecbb826cb41bae61d60d261bd9a24) [#&#8203;152](https://redirect.github.com/npm/package-json/pull/152) `[email protected]` - [`41128c1`](https://redirect.github.com/npm/package-json/commit/41128c1ca85b882dab4db5f1af1688fadd935904) [#&#8203;152](https://redirect.github.com/npm/package-json/pull/152) `[email protected]` ##### Chores - [`a179a87`](https://redirect.github.com/npm/package-json/commit/a179a8796a55948865e9b308c750c54fbc2270ce) [#&#8203;144](https://redirect.github.com/npm/package-json/pull/144) fix tests to await async normalize ([@&#8203;wraithgar](https://redirect.github.com/wraithgar)) - [`203fec8`](https://redirect.github.com/npm/package-json/commit/203fec813379bf479d8deb4f68526b2373f0d6c6) [#&#8203;144](https://redirect.github.com/npm/package-json/pull/144) remove read-package-json ([@&#8203;wraithgar](https://redirect.github.com/wraithgar)) - [`7bde184`](https://redirect.github.com/npm/package-json/commit/7bde18448299c0ec904df573125e524eed566b98) [#&#8203;144](https://redirect.github.com/npm/package-json/pull/144) remove read-package-json-fast ([@&#8203;wraithgar](https://redirect.github.com/wraithgar)) - [`394192d`](https://redirect.github.com/npm/package-json/commit/394192d632511bdcbc92cd9b562a7642e8fb06be) [#&#8203;144](https://redirect.github.com/npm/package-json/pull/144) remove backward compatiblity tests ([@&#8203;wraithgar](https://redirect.github.com/wraithgar)) - [`6e89e39`](https://redirect.github.com/npm/package-json/commit/6e89e3960c8c16c2797eeaba70e4062ab15c3267) [#&#8203;148](https://redirect.github.com/npm/package-json/pull/148) bump [@&#8203;npmcli/template-oss](https://redirect.github.com/npmcli/template-oss) from 4.23.6 to 4.25.0 ([#&#8203;148](https://redirect.github.com/npm/package-json/issues/148)) ([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot], [@&#8203;owlstronaut](https://redirect.github.com/owlstronaut)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> 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 4901baf commit f63182f

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

bun.lock

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
"@antfu/install-pkg": "^1",
210210
"@dotenvx/dotenvx": "^1",
211211
"@manypkg/find-root": "^3.0.0",
212-
"@npmcli/package-json": "^6",
212+
"@npmcli/package-json": "^7.0.0",
213213
"console-table-printer": "^2",
214214
"deepmerge-ts": "^7",
215215
"environment": "^1",
@@ -571,7 +571,7 @@
571571

572572
"@npmcli/git": ["@npmcli/[email protected]", "", { "dependencies": { "@npmcli/promise-spawn": "^8.0.0", "ini": "^5.0.0", "lru-cache": "^10.0.1", "npm-pick-manifest": "^10.0.0", "proc-log": "^5.0.0", "promise-retry": "^2.0.1", "semver": "^7.3.5", "which": "^5.0.0" } }, "sha512-GUYESQlxZRAdhs3UhbB6pVRNUELQOHXwK9ruDkwmCv2aZ5y0SApQzUJCg02p3A7Ue2J5hxvlk1YI53c00NmRyQ=="],
573573

574-
"@npmcli/package-json": ["@npmcli/package-json@6.2.0", "", { "dependencies": { "@npmcli/git": "^6.0.0", "glob": "^10.2.2", "hosted-git-info": "^8.0.0", "json-parse-even-better-errors": "^4.0.0", "proc-log": "^5.0.0", "semver": "^7.5.3", "validate-npm-package-license": "^3.0.4" } }, "sha512-rCNLSB/JzNvot0SEyXqWZ7tX2B5dD2a1br2Dp0vSYVo5jh8Z0EZ7lS9TsZ1UtziddB1UfNUaMCc538/HztnJGA=="],
574+
"@npmcli/package-json": ["@npmcli/package-json@7.0.0", "", { "dependencies": { "@npmcli/git": "^6.0.0", "glob": "^11.0.3", "hosted-git-info": "^9.0.0", "json-parse-even-better-errors": "^4.0.0", "proc-log": "^5.0.0", "semver": "^7.5.3", "validate-npm-package-license": "^3.0.4" } }, "sha512-wy5os0g17akBCVScLyDsDFFf4qC/MmUgIGAFw2pmBGJ/yAQfFbTR9gEaofy4HGm9Jf2MQBnKZICfNds2h3WpEg=="],
575575

576576
"@npmcli/promise-spawn": ["@npmcli/[email protected]", "", { "dependencies": { "which": "^5.0.0" } }, "sha512-/bNJhjc+o6qL+Dwz/bqfTQClkEO5nTQ1ZEcdCkAQjhkZMHIh22LPG7fNh1enJP1NKWDqYiiABnjFCY7E0zHYtQ=="],
577577

@@ -617,8 +617,6 @@
617617

618618
"@oxc-resolver/binding-win32-x64-msvc": ["@oxc-resolver/[email protected]", "", { "os": "win32", "cpu": "x64" }, "sha512-y/xXcOwP9kp+3zRC8PiG5E4VMJeW59gwwRyxzh6DyMrKlcfikMFnuEbC2ZV0+mOffg7pkOOMKlNRK2aJC8gzkA=="],
619619

620-
"@pkgjs/parseargs": ["@pkgjs/[email protected]", "", {}, "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg=="],
621-
622620
"@publint/pack": ["@publint/[email protected]", "", {}, "sha512-S+9ANAvUmjutrshV4jZjaiG8XQyuJIZ8a4utWmN/vW1sgQ9IfBnPndwkmQYw53QmouOIytT874u65HEmu6H5jw=="],
623621

624622
"@quansync/fs": ["@quansync/[email protected]", "", { "dependencies": { "quansync": "^0.2.11" } }, "sha512-lNS9hL2aS2NZgNW7BBj+6EBl4rOf8l+tQ0eRY6JWCI8jI2kc53gSoqbjojU0OnAWhzoXiOjFyGsHcDGePB3lhA=="],
@@ -1037,7 +1035,7 @@
10371035

10381036
"hookable": ["[email protected]", "", {}, "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ=="],
10391037

1040-
"hosted-git-info": ["hosted-git-info@8.1.0", "", { "dependencies": { "lru-cache": "^10.0.1" } }, "sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw=="],
1038+
"hosted-git-info": ["hosted-git-info@9.0.0", "", { "dependencies": { "lru-cache": "^11.1.0" } }, "sha512-gEf705MZLrDPkbbhi8PnoO4ZwYgKoNL+ISZ3AjZMht2r3N5tuTwncyDi6Fv2/qDnMmZxgs0yI8WDOyR8q3G+SQ=="],
10411039

10421040
"http-errors": ["[email protected]", "", { "dependencies": { "depd": "2.0.0", "inherits": "2.0.4", "setprototypeof": "1.2.0", "statuses": "2.0.1", "toidentifier": "1.0.1" } }, "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ=="],
10431041

@@ -1633,8 +1631,6 @@
16331631

16341632
"@npmcli/git/lru-cache": ["[email protected]", "", {}, "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="],
16351633

1636-
"@npmcli/package-json/glob": ["[email protected]", "", { "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", "minimatch": "^9.0.4", "minipass": "^7.1.2", "package-json-from-dist": "^1.0.0", "path-scurry": "^1.11.1" }, "bin": { "glob": "dist/esm/bin.mjs" } }, "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg=="],
1637-
16381634
"accepts/mime-types": ["[email protected]", "", { "dependencies": { "mime-db": "^1.54.0" } }, "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA=="],
16391635

16401636
"cliui/wrap-ansi": ["[email protected]", "", { "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", "strip-ansi": "^6.0.0" } }, "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q=="],
@@ -1649,8 +1645,6 @@
16491645

16501646
"glob/minimatch": ["[email protected]", "", { "dependencies": { "@isaacs/brace-expansion": "^5.0.0" } }, "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw=="],
16511647

1652-
"hosted-git-info/lru-cache": ["[email protected]", "", {}, "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="],
1653-
16541648
"http-errors/statuses": ["[email protected]", "", {}, "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ=="],
16551649

16561650
"it-pushable/p-defer": ["[email protected]", "", {}, "sha512-Mr5KC5efvAK5VUptYEIopP1bakB85k2IWXaRC0rsh1uwn1L6M0LVml8OIQ4Gudg4oyZakf7FmeRLkMMtZW1i5A=="],
@@ -1663,6 +1657,8 @@
16631657

16641658
"micromatch/picomatch": ["[email protected]", "", {}, "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="],
16651659

1660+
"npm-package-arg/hosted-git-info": ["[email protected]", "", { "dependencies": { "lru-cache": "^10.0.1" } }, "sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw=="],
1661+
16661662
"npm-package-arg/validate-npm-package-name": ["[email protected]", "", {}, "sha512-IUoow1YUtvoBBC06dXs8bR8B9vuA3aJfmQNKMoaPG/OFsPmoQvw8xh+6Ye25Gx9DQhoEom3Pcu9MKHerm/NpUQ=="],
16671663

16681664
"p-locate/p-limit": ["[email protected]", "", { "dependencies": { "yocto-queue": "^1.0.0" } }, "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ=="],
@@ -1743,16 +1739,14 @@
17431739

17441740
"@isaacs/cliui/wrap-ansi/ansi-styles": ["[email protected]", "", {}, "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug=="],
17451741

1746-
"@npmcli/package-json/glob/jackspeak": ["[email protected]", "", { "dependencies": { "@isaacs/cliui": "^8.0.2" }, "optionalDependencies": { "@pkgjs/parseargs": "^0.11.0" } }, "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw=="],
1747-
1748-
"@npmcli/package-json/glob/path-scurry": ["[email protected]", "", { "dependencies": { "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" } }, "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA=="],
1749-
17501742
"accepts/mime-types/mime-db": ["[email protected]", "", {}, "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ=="],
17511743

17521744
"cross-spawn/which/isexe": ["[email protected]", "", {}, "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="],
17531745

17541746
"express/mime-types/mime-db": ["[email protected]", "", {}, "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ=="],
17551747

1748+
"npm-package-arg/hosted-git-info/lru-cache": ["[email protected]", "", {}, "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="],
1749+
17561750
"p-locate/p-limit/yocto-queue": ["[email protected]", "", {}, "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg=="],
17571751

17581752
"send/mime-types/mime-db": ["[email protected]", "", {}, "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ=="],
@@ -1763,8 +1757,6 @@
17631757

17641758
"type-is/mime-types/mime-db": ["[email protected]", "", {}, "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ=="],
17651759

1766-
"@npmcli/package-json/glob/path-scurry/lru-cache": ["[email protected]", "", {}, "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="],
1767-
17681760
"test/viem/ox/@noble/curves": ["@noble/[email protected]", "", { "dependencies": { "@noble/hashes": "1.8.0" } }, "sha512-GIKz/j99FRthB8icyJQA51E8Uk5hXmdyThjgQXRKiv9h0zeRlzSCLIzFw6K1LotZ3XuB7yzlf76qk7uBmTdFqA=="],
17691761
}
17701762
}

sdk/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@antfu/install-pkg": "^1",
6969
"@dotenvx/dotenvx": "^1",
7070
"@manypkg/find-root": "^3.0.0",
71-
"@npmcli/package-json": "^6",
71+
"@npmcli/package-json": "^7.0.0",
7272
"console-table-printer": "^2",
7373
"deepmerge-ts": "^7",
7474
"environment": "^1",

0 commit comments

Comments
 (0)