Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
".": "10.9.5",
"workspaces/arborist": "8.0.2",
".": "10.9.6",
"workspaces/arborist": "8.0.3",
"workspaces/libnpmaccess": "9.0.0",
"workspaces/libnpmdiff": "7.0.2",
"workspaces/libnpmexec": "9.0.2",
"workspaces/libnpmfund": "6.0.2",
"workspaces/libnpmdiff": "7.0.3",
"workspaces/libnpmexec": "9.0.3",
"workspaces/libnpmfund": "6.0.3",
"workspaces/libnpmhook": "11.0.0",
"workspaces/libnpmorg": "7.0.0",
"workspaces/libnpmpack": "8.0.2",
"workspaces/libnpmpack": "8.0.3",
"workspaces/libnpmpublish": "10.0.2",
"workspaces/libnpmsearch": "8.0.0",
"workspaces/libnpmteam": "7.0.0",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### Dependencies

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.3): `@npmcli/arborist@8.0.3`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v7.0.3): `libnpmdiff@7.0.3`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v9.0.3): `libnpmexec@9.0.3`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v6.0.3): `libnpmfund@6.0.3`
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v8.0.3): `libnpmpack@8.0.3`

## [10.9.5](https://github.com/npm/cli/compare/v10.9.4...v10.9.5) (2026-03-04)
### Bug Fixes
* [`794f6c8`](https://github.com/npm/cli/commit/794f6c8f0d56698430d05430777d22dbfa92b353) [#9011](https://github.com/npm/cli/pull/9011) backport linked strategy fixes from multiple PRs to v10 (#9011) (@manzoorwanijk)
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "10.9.5",
"version": "10.9.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "10.9.5",
"version": "10.9.6",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -87,7 +87,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^8.0.2",
"@npmcli/arborist": "^8.0.3",
"@npmcli/config": "^9.0.0",
"@npmcli/fs": "^4.0.0",
"@npmcli/map-workspaces": "^4.0.2",
Expand All @@ -112,12 +112,12 @@
"is-cidr": "^5.1.1",
"json-parse-even-better-errors": "^4.0.0",
"libnpmaccess": "^9.0.0",
"libnpmdiff": "^7.0.2",
"libnpmexec": "^9.0.2",
"libnpmfund": "^6.0.2",
"libnpmdiff": "^7.0.3",
"libnpmexec": "^9.0.3",
"libnpmfund": "^6.0.3",
"libnpmhook": "^11.0.0",
"libnpmorg": "^7.0.0",
"libnpmpack": "^8.0.2",
"libnpmpack": "^8.0.3",
"libnpmpublish": "^10.0.2",
"libnpmsearch": "^8.0.0",
"libnpmteam": "^7.0.0",
Expand Down Expand Up @@ -17889,7 +17889,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "8.0.2",
"version": "8.0.3",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -17989,10 +17989,10 @@
}
},
"workspaces/libnpmdiff": {
"version": "7.0.2",
"version": "7.0.3",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^8.0.2",
"@npmcli/arborist": "^8.0.3",
"@npmcli/installed-package-contents": "^3.0.0",
"binary-extensions": "^2.3.0",
"diff": "^5.1.0",
Expand All @@ -18011,10 +18011,10 @@
}
},
"workspaces/libnpmexec": {
"version": "9.0.2",
"version": "9.0.3",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^8.0.2",
"@npmcli/arborist": "^8.0.3",
"@npmcli/run-script": "^9.0.1",
"ci-info": "^4.0.0",
"npm-package-arg": "^12.0.0",
Expand All @@ -18040,10 +18040,10 @@
}
},
"workspaces/libnpmfund": {
"version": "6.0.2",
"version": "6.0.3",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^8.0.2"
"@npmcli/arborist": "^8.0.3"
},
"devDependencies": {
"@npmcli/eslint-config": "^5.0.1",
Expand Down Expand Up @@ -18090,10 +18090,10 @@
}
},
"workspaces/libnpmpack": {
"version": "8.0.2",
"version": "8.0.3",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^8.0.2",
"@npmcli/arborist": "^8.0.3",
"@npmcli/run-script": "^9.0.1",
"npm-package-arg": "^12.0.0",
"pacote": "^19.0.0"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.9.5",
"version": "10.9.6",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^8.0.2",
"@npmcli/arborist": "^8.0.3",
"@npmcli/config": "^9.0.0",
"@npmcli/fs": "^4.0.0",
"@npmcli/map-workspaces": "^4.0.2",
Expand All @@ -77,12 +77,12 @@
"is-cidr": "^5.1.1",
"json-parse-even-better-errors": "^4.0.0",
"libnpmaccess": "^9.0.0",
"libnpmdiff": "^7.0.2",
"libnpmexec": "^9.0.2",
"libnpmfund": "^6.0.2",
"libnpmdiff": "^7.0.3",
"libnpmexec": "^9.0.3",
"libnpmfund": "^6.0.3",
"libnpmhook": "^11.0.0",
"libnpmorg": "^7.0.0",
"libnpmpack": "^8.0.2",
"libnpmpack": "^8.0.3",
"libnpmpublish": "^10.0.2",
"libnpmsearch": "^8.0.0",
"libnpmteam": "^7.0.0",
Expand Down
5 changes: 5 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [8.0.3](https://github.com/npm/cli/compare/arborist-v8.0.2...arborist-v8.0.3) (2026-03-06)
### Bug Fixes
* [`f95f368`](https://github.com/npm/cli/commit/f95f36817abba3ad4c5a983324d2eb1722ced35e) [#9075](https://github.com/npm/cli/pull/9075) consolidate isolated node/link attributes (#9075) (@wraithgar)
* [`2d83231`](https://github.com/npm/cli/commit/2d832315d67683af65b02610446f469f0e49a5ee) [#9064](https://github.com/npm/cli/pull/9064) arborist: add missing top property to isolated reifier proxy nodes (#9064) (@manzoorwanijk)

## [8.0.2](https://github.com/npm/cli/compare/arborist-v8.0.1...arborist-v8.0.2) (2026-03-04)
### Bug Fixes
* [`794f6c8`](https://github.com/npm/cli/commit/794f6c8f0d56698430d05430777d22dbfa92b353) [#9011](https://github.com/npm/cli/pull/9011) backport linked strategy fixes from multiple PRs to v10 (#9011) (@manzoorwanijk)
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "8.0.2",
"version": "8.0.3",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
4 changes: 4 additions & 0 deletions workspaces/libnpmdiff/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.2): `@npmcli/arborist@8.0.2`

### Dependencies

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.3): `@npmcli/arborist@8.0.3`

## [7.0.0](https://github.com/npm/cli/compare/libnpmdiff-v6.1.4...libnpmdiff-v7.0.0) (2024-10-03)
### ⚠️ BREAKING CHANGES
* `libnpmdiff` now supports node `^18.17.0 || >=20.5.0`
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmdiff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmdiff",
"version": "7.0.2",
"version": "7.0.3",
"description": "The registry diff",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
"tap": "^16.3.8"
},
"dependencies": {
"@npmcli/arborist": "^8.0.2",
"@npmcli/arborist": "^8.0.3",
"@npmcli/installed-package-contents": "^3.0.0",
"binary-extensions": "^2.3.0",
"diff": "^5.1.0",
Expand Down
4 changes: 4 additions & 0 deletions workspaces/libnpmexec/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.2): `@npmcli/arborist@8.0.2`

### Dependencies

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.3): `@npmcli/arborist@8.0.3`

## [9.0.0](https://github.com/npm/cli/compare/libnpmexec-v8.1.4...libnpmexec-v9.0.0) (2024-10-03)
### ⚠️ BREAKING CHANGES
* `libnpmexec` now supports node `^18.17.0 || >=20.5.0`
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmexec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
"version": "9.0.2",
"version": "9.0.3",
"files": [
"bin/",
"lib/"
Expand Down Expand Up @@ -60,7 +60,7 @@
"tap": "^16.3.8"
},
"dependencies": {
"@npmcli/arborist": "^8.0.2",
"@npmcli/arborist": "^8.0.3",
"@npmcli/run-script": "^9.0.1",
"ci-info": "^4.0.0",
"npm-package-arg": "^12.0.0",
Expand Down
4 changes: 4 additions & 0 deletions workspaces/libnpmfund/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.2): `@npmcli/arborist@8.0.2`

### Dependencies

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.3): `@npmcli/arborist@8.0.3`

## [6.0.0](https://github.com/npm/cli/compare/libnpmfund-v5.0.12...libnpmfund-v6.0.0) (2024-10-03)
### ⚠️ BREAKING CHANGES
* `libnpmfund` now supports node `^18.17.0 || >=20.5.0`
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmfund/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmfund",
"version": "6.0.2",
"version": "6.0.3",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down Expand Up @@ -46,7 +46,7 @@
"tap": "^16.3.8"
},
"dependencies": {
"@npmcli/arborist": "^8.0.2"
"@npmcli/arborist": "^8.0.3"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
Expand Down
4 changes: 4 additions & 0 deletions workspaces/libnpmpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.2): `@npmcli/arborist@8.0.2`

### Dependencies

* [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.3): `@npmcli/arborist@8.0.3`

## [8.0.0](https://github.com/npm/cli/compare/libnpmpack-v7.0.4...libnpmpack-v8.0.0) (2024-10-03)
### ⚠️ BREAKING CHANGES
* `libnpmpack` now supports node `^18.17.0 || >=20.5.0`
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
"version": "8.0.2",
"version": "8.0.3",
"description": "Programmatic API for the bits behind npm pack",
"author": "GitHub Inc.",
"main": "lib/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"bugs": "https://github.com/npm/libnpmpack/issues",
"homepage": "https://npmjs.com/package/libnpmpack",
"dependencies": {
"@npmcli/arborist": "^8.0.2",
"@npmcli/arborist": "^8.0.3",
"@npmcli/run-script": "^9.0.1",
"npm-package-arg": "^12.0.0",
"pacote": "^19.0.0"
Expand Down