Skip to content

Commit f5db81b

Browse files
chore: release 7.0.0 (#149)
🤖 I have created a release *beep* *boop* --- ## [7.0.0](v6.2.0...v7.0.0) (2025-07-25) ### ⚠️ BREAKING CHANGES * `package-json` now supports node `^20.17.0 || >=22.9.0` ### Features * [`9dd0eb5`](9dd0eb5) [#144](#144) add syncNormalize (@wraithgar) * [`08eae47`](08eae47) [#144](#144) add binDir step to normalize function (@wraithgar) ### Bug Fixes * [`a5e4ac3`](a5e4ac3) [#152](#152) align to npm 11 node engine range (@owlstronaut) * [`4695e87`](4695e87) [#150](#150) use `URL.canParse` instead of runtime deprecated `url.parse` api (#150) (@SuperchupuDev) * [`dbc9ef1`](dbc9ef1) [#144](#144) require an object in fromContent() (@wraithgar) * [`f06eb18`](f06eb18) [#144](#144) remove unused bundleDependenciesFalse (@wraithgar) * [`a8b1cc9`](a8b1cc9) [#144](#144) secure and unixify paths discovered via directories.bin (@wraithgar) * [`23c29a9`](23c29a9) [#144](#144) remove erroneous bundledDependencies log (@wraithgar) ### Documentation * [`14f8141`](14f8141) [#147](#147) adding sort option docs to README (#147) (@idhard) ### Dependencies * [`a0dcfde`](a0dcfde) [#152](#152) `[email protected]` * [`41128c1`](41128c1) [#152](#152) `[email protected]` ### Chores * [`a179a87`](a179a87) [#144](#144) fix tests to await async normalize (@wraithgar) * [`203fec8`](203fec8) [#144](#144) remove read-package-json (@wraithgar) * [`7bde184`](7bde184) [#144](#144) remove read-package-json-fast (@wraithgar) * [`394192d`](394192d) [#144](#144) remove backward compatiblity tests (@wraithgar) * [`6e89e39`](6e89e39) [#148](#148) bump @npmcli/template-oss from 4.23.6 to 4.25.0 (#148) (@dependabot[bot], @owlstronaut) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a5e4ac3 commit f5db81b

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.2.0"
2+
".": "7.0.0"
33
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [7.0.0](https://github.com/npm/package-json/compare/v6.2.0...v7.0.0) (2025-07-25)
4+
### ⚠️ BREAKING CHANGES
5+
* `package-json` now supports node `^20.17.0 || >=22.9.0`
6+
### Features
7+
* [`9dd0eb5`](https://github.com/npm/package-json/commit/9dd0eb52ab851f5c89f2d12b569fcc4a395b4e05) [#144](https://github.com/npm/package-json/pull/144) add syncNormalize (@wraithgar)
8+
* [`08eae47`](https://github.com/npm/package-json/commit/08eae4767be22343453984bce953d767643d47a8) [#144](https://github.com/npm/package-json/pull/144) add binDir step to normalize function (@wraithgar)
9+
### Bug Fixes
10+
* [`a5e4ac3`](https://github.com/npm/package-json/commit/a5e4ac3ab364b83afd86517d83f451e4762ed1f8) [#152](https://github.com/npm/package-json/pull/152) align to npm 11 node engine range (@owlstronaut)
11+
* [`4695e87`](https://github.com/npm/package-json/commit/4695e876df8a8488862eb158f235dbe7608cb1e9) [#150](https://github.com/npm/package-json/pull/150) use `URL.canParse` instead of runtime deprecated `url.parse` api (#150) (@SuperchupuDev)
12+
* [`dbc9ef1`](https://github.com/npm/package-json/commit/dbc9ef12c5f0a73b8f734ebe27f325bf289b1a69) [#144](https://github.com/npm/package-json/pull/144) require an object in fromContent() (@wraithgar)
13+
* [`f06eb18`](https://github.com/npm/package-json/commit/f06eb1879e988813baba80896f99cf778c89199f) [#144](https://github.com/npm/package-json/pull/144) remove unused bundleDependenciesFalse (@wraithgar)
14+
* [`a8b1cc9`](https://github.com/npm/package-json/commit/a8b1cc9d7339c1c84d379545d9996b953858a6bb) [#144](https://github.com/npm/package-json/pull/144) secure and unixify paths discovered via directories.bin (@wraithgar)
15+
* [`23c29a9`](https://github.com/npm/package-json/commit/23c29a9f66707b91d9401d104bd33bbe59ddc715) [#144](https://github.com/npm/package-json/pull/144) remove erroneous bundledDependencies log (@wraithgar)
16+
### Documentation
17+
* [`14f8141`](https://github.com/npm/package-json/commit/14f8141fec4a865cb4586937e0659390238edb71) [#147](https://github.com/npm/package-json/pull/147) adding sort option docs to README (#147) (@idhard)
18+
### Dependencies
19+
* [`a0dcfde`](https://github.com/npm/package-json/commit/a0dcfde4b10ecbb826cb41bae61d60d261bd9a24) [#152](https://github.com/npm/package-json/pull/152) `[email protected]`
20+
* [`41128c1`](https://github.com/npm/package-json/commit/41128c1ca85b882dab4db5f1af1688fadd935904) [#152](https://github.com/npm/package-json/pull/152) `[email protected]`
21+
### Chores
22+
* [`a179a87`](https://github.com/npm/package-json/commit/a179a8796a55948865e9b308c750c54fbc2270ce) [#144](https://github.com/npm/package-json/pull/144) fix tests to await async normalize (@wraithgar)
23+
* [`203fec8`](https://github.com/npm/package-json/commit/203fec813379bf479d8deb4f68526b2373f0d6c6) [#144](https://github.com/npm/package-json/pull/144) remove read-package-json (@wraithgar)
24+
* [`7bde184`](https://github.com/npm/package-json/commit/7bde18448299c0ec904df573125e524eed566b98) [#144](https://github.com/npm/package-json/pull/144) remove read-package-json-fast (@wraithgar)
25+
* [`394192d`](https://github.com/npm/package-json/commit/394192d632511bdcbc92cd9b562a7642e8fb06be) [#144](https://github.com/npm/package-json/pull/144) remove backward compatiblity tests (@wraithgar)
26+
* [`6e89e39`](https://github.com/npm/package-json/commit/6e89e3960c8c16c2797eeaba70e4062ab15c3267) [#148](https://github.com/npm/package-json/pull/148) bump @npmcli/template-oss from 4.23.6 to 4.25.0 (#148) (@dependabot[bot], @owlstronaut)
27+
328
## [6.2.0](https://github.com/npm/package-json/compare/v6.1.1...v6.2.0) (2025-05-21)
429
### Features
530
* [`228539f`](https://github.com/npm/package-json/commit/228539fe73402e28d1f5b875f34cd5aeb0474d2e) [#145](https://github.com/npm/package-json/pull/145) adds fixName step for publishing (#145) (@owlstronaut)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/package-json",
3-
"version": "6.2.0",
3+
"version": "7.0.0",
44
"description": "Programmatic API to update package.json",
55
"keywords": [
66
"npm",

0 commit comments

Comments
 (0)