Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
5db8422
chore: bumping @npmcli/template-oss from 4.29.0 to 5.1.0
Jun 16, 2026
f4aff06
feat!: bump to new node engine range
Jun 16, 2026
9ea3614
chore: template-oss-apply
Jun 16, 2026
cbbac1b
deps: @npmcli/map-workspaces@6.0.0
Jun 16, 2026
27493a3
deps: @npmcli/metavuln-calculator@10.0.0
Jun 16, 2026
93d6f55
deps: @npmcli/package-json@8.0.0
Jun 16, 2026
d6d9572
deps: @npmcli/promise-spawn@10.0.0
Jun 16, 2026
d18edfe
deps: @npmcli/redact@5.0.0
Jun 16, 2026
19c1636
deps: @npmcli/run-script@11.0.0
Jun 16, 2026
39b5bde
deps: @sigstore/tuf@5.0.0
Jun 16, 2026
ef75ff8
deps: abbrev@5.0.0
Jun 16, 2026
d428b51
deps: cacache@21.0.1
Jun 16, 2026
b4e199f
deps: hosted-git-info@10.1.1
Jun 16, 2026
cec6ad3
deps: ini@7.0.0
Jun 16, 2026
20f057a
deps: init-package-json@9.0.0
Jun 16, 2026
07990ea
deps: is-cidr@7.0.0
Jun 16, 2026
7f870af
deps: json-parse-even-better-errors@6.0.0
Jun 16, 2026
e80f4fc
deps: make-fetch-happen@16.0.1
Jun 16, 2026
4b6f036
deps: nopt@10.0.1
Jun 16, 2026
f137076
deps: npm-audit-report@8.0.0
Jun 16, 2026
31415f0
deps: npm-install-checks@9.0.0
Jun 16, 2026
252c74a
deps: npm-package-arg@14.0.0
Jun 16, 2026
7c18153
deps: npm-pick-manifest@12.0.0
Jun 16, 2026
5b8a764
deps: npm-profile@13.0.0
Jun 16, 2026
e947ee3
deps: npm-registry-fetch@20.0.1
Jun 16, 2026
7369d9f
deps: npm-user-validate@5.0.0
Jun 16, 2026
c865110
deps: pacote@22.0.0
Jun 16, 2026
2c9cae8
deps: parse-conflict-json@6.0.0
Jun 16, 2026
ea16bc4
deps: proc-log@7.0.0
Jun 16, 2026
4e39e88
deps: read@6.0.0
Jun 16, 2026
e9563fc
deps: semver@7.8.4
Jun 16, 2026
fd36e5a
deps: ssri@14.0.0
Jun 16, 2026
c0f83fe
deps: tar@7.5.16
Jun 16, 2026
6ef6216
deps: validate-npm-package-name@8.0.0
Jun 16, 2026
f9f08fd
deps: which@7.0.0
Jun 16, 2026
80a1055
deps: node-gyp@13.0.0
Jun 16, 2026
dacdf57
deps: @npmcli/fs@6.0.0
Jun 16, 2026
80b9d50
deps: bin-links@7.0.0
Jun 16, 2026
44f6f5c
deps: regenerate bundled dependencies
Jun 16, 2026
53fdd79
deps: sigstore@5.0.0
Jun 16, 2026
14b0a64
deps: @npmcli/git@8.0.0
Jun 16, 2026
b9b1131
deps: @npmcli/installed-package-contents@5.0.0
Jun 16, 2026
a4a2e3d
deps: @npmcli/name-from-folder@5.0.0
Jun 16, 2026
1cff284
deps: @npmcli/node-gyp@6.0.0
Jun 16, 2026
71d06ef
deps: @npmcli/git@8.0.0
Jun 16, 2026
3174e55
deps: npm-packlist@11.2.0
Jun 16, 2026
4f37eab
chore: @npmcli/template-oss@5.1.1
Jun 16, 2026
adf1134
chore: template-oss-apply
Jun 16, 2026
3170b93
deps: bundle arborist runtime deps for bootstrap
Jun 16, 2026
a23a6da
deps: @tufjs/repo-mock@5.0.0
Jun 17, 2026
c1cdb4e
chore: nock@14.0.0
Jun 17, 2026
bfd1095
fix: adapt to @npmcli/run-script@11 breaking changes
Jun 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup Git User
run: |
git config --global user.email "npm-cli+bot@github.com"
git config --global user.name "npm CLI robot"
- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
id: node
with:
node-version: 22.x
check-latest: contains('22.x', '.x')
node-version: 26.x
check-latest: contains('26.x', '.x')
cache: npm
- name: Check Git Status
run: node scripts/git-dirty.js
Expand Down
32 changes: 19 additions & 13 deletions .github/workflows/ci-libnpmaccess.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ jobs:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup Git User
run: |
git config --global user.email "npm-cli+bot@github.com"
git config --global user.name "npm CLI robot"
- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
id: node
with:
node-version: 22.x
check-latest: contains('22.x', '.x')
node-version: 26.x
check-latest: contains('26.x', '.x')
cache: npm
- name: Check Git Status
run: node scripts/git-dirty.js
Expand Down Expand Up @@ -71,32 +71,38 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 20.17.0
- 20.x
- 22.9.0
- 22.22.2
- 22.x
- 24.15.0
- 24.x
- 26.0.0
- 26.x
exclude:
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 20.17.0
node-version: 22.22.2
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 20.x
node-version: 22.x
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 22.9.0
node-version: 24.15.0
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 22.x
node-version: 24.x
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 26.0.0
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 26.x
runs-on: ${{ matrix.platform.os }}
defaults:
run:
shell: ${{ matrix.platform.shell }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup Git User
run: |
git config --global user.email "npm-cli+bot@github.com"
git config --global user.name "npm CLI robot"
- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
id: node
with:
node-version: ${{ matrix.node-version }}
Expand Down
32 changes: 19 additions & 13 deletions .github/workflows/ci-libnpmdiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ jobs:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup Git User
run: |
git config --global user.email "npm-cli+bot@github.com"
git config --global user.name "npm CLI robot"
- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
id: node
with:
node-version: 22.x
check-latest: contains('22.x', '.x')
node-version: 26.x
check-latest: contains('26.x', '.x')
cache: npm
- name: Check Git Status
run: node scripts/git-dirty.js
Expand Down Expand Up @@ -71,32 +71,38 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 20.17.0
- 20.x
- 22.9.0
- 22.22.2
- 22.x
- 24.15.0
- 24.x
- 26.0.0
- 26.x
exclude:
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 20.17.0
node-version: 22.22.2
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 20.x
node-version: 22.x
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 22.9.0
node-version: 24.15.0
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 22.x
node-version: 24.x
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 26.0.0
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 26.x
runs-on: ${{ matrix.platform.os }}
defaults:
run:
shell: ${{ matrix.platform.shell }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup Git User
run: |
git config --global user.email "npm-cli+bot@github.com"
git config --global user.name "npm CLI robot"
- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
id: node
with:
node-version: ${{ matrix.node-version }}
Expand Down
32 changes: 19 additions & 13 deletions .github/workflows/ci-libnpmexec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ jobs:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup Git User
run: |
git config --global user.email "npm-cli+bot@github.com"
git config --global user.name "npm CLI robot"
- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
id: node
with:
node-version: 22.x
check-latest: contains('22.x', '.x')
node-version: 26.x
check-latest: contains('26.x', '.x')
cache: npm
- name: Check Git Status
run: node scripts/git-dirty.js
Expand Down Expand Up @@ -71,32 +71,38 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 20.17.0
- 20.x
- 22.9.0
- 22.22.2
- 22.x
- 24.15.0
- 24.x
- 26.0.0
- 26.x
exclude:
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 20.17.0
node-version: 22.22.2
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 20.x
node-version: 22.x
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 22.9.0
node-version: 24.15.0
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 22.x
node-version: 24.x
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 26.0.0
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 26.x
runs-on: ${{ matrix.platform.os }}
defaults:
run:
shell: ${{ matrix.platform.shell }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup Git User
run: |
git config --global user.email "npm-cli+bot@github.com"
git config --global user.name "npm CLI robot"
- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
id: node
with:
node-version: ${{ matrix.node-version }}
Expand Down
32 changes: 19 additions & 13 deletions .github/workflows/ci-libnpmfund.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ jobs:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup Git User
run: |
git config --global user.email "npm-cli+bot@github.com"
git config --global user.name "npm CLI robot"
- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
id: node
with:
node-version: 22.x
check-latest: contains('22.x', '.x')
node-version: 26.x
check-latest: contains('26.x', '.x')
cache: npm
- name: Check Git Status
run: node scripts/git-dirty.js
Expand Down Expand Up @@ -71,32 +71,38 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 20.17.0
- 20.x
- 22.9.0
- 22.22.2
- 22.x
- 24.15.0
- 24.x
- 26.0.0
- 26.x
exclude:
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 20.17.0
node-version: 22.22.2
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 20.x
node-version: 22.x
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 22.9.0
node-version: 24.15.0
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 22.x
node-version: 24.x
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 26.0.0
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 26.x
runs-on: ${{ matrix.platform.os }}
defaults:
run:
shell: ${{ matrix.platform.shell }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup Git User
run: |
git config --global user.email "npm-cli+bot@github.com"
git config --global user.name "npm CLI robot"
- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
id: node
with:
node-version: ${{ matrix.node-version }}
Expand Down
32 changes: 19 additions & 13 deletions .github/workflows/ci-libnpmorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ jobs:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup Git User
run: |
git config --global user.email "npm-cli+bot@github.com"
git config --global user.name "npm CLI robot"
- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
id: node
with:
node-version: 22.x
check-latest: contains('22.x', '.x')
node-version: 26.x
check-latest: contains('26.x', '.x')
cache: npm
- name: Check Git Status
run: node scripts/git-dirty.js
Expand Down Expand Up @@ -71,32 +71,38 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 20.17.0
- 20.x
- 22.9.0
- 22.22.2
- 22.x
- 24.15.0
- 24.x
- 26.0.0
- 26.x
exclude:
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 20.17.0
node-version: 22.22.2
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 20.x
node-version: 22.x
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 22.9.0
node-version: 24.15.0
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 22.x
node-version: 24.x
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 26.0.0
- platform: { name: macOS, os: macos-15-intel, shell: bash }
node-version: 26.x
runs-on: ${{ matrix.platform.os }}
defaults:
run:
shell: ${{ matrix.platform.shell }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup Git User
run: |
git config --global user.email "npm-cli+bot@github.com"
git config --global user.name "npm CLI robot"
- name: Setup Node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
id: node
with:
node-version: ${{ matrix.node-version }}
Expand Down
Loading
Loading