Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
acdd6d5
chore: bumping @npmcli/template-oss from 4.29.0 to 5.1.0
owlstronaut Jun 16, 2026
18eb967
feat!: bump to new node engine range
owlstronaut Jun 16, 2026
d25a179
chore: template-oss-apply
owlstronaut Jun 16, 2026
4d234b2
deps: @npmcli/map-workspaces@6.0.0
owlstronaut Jun 16, 2026
f86a019
deps: @npmcli/metavuln-calculator@10.0.0
owlstronaut Jun 16, 2026
0be6ae2
deps: @npmcli/package-json@8.0.0
owlstronaut Jun 16, 2026
f0eaef3
deps: @npmcli/promise-spawn@10.0.0
owlstronaut Jun 16, 2026
27c4dcc
deps: @npmcli/redact@5.0.0
owlstronaut Jun 16, 2026
9d13ebf
deps: @npmcli/run-script@11.0.0
owlstronaut Jun 16, 2026
9bbdefb
deps: @sigstore/tuf@5.0.0
owlstronaut Jun 16, 2026
0d15aec
deps: abbrev@5.0.0
owlstronaut Jun 16, 2026
66d46bc
deps: cacache@21.0.1
owlstronaut Jun 16, 2026
d867351
deps: hosted-git-info@10.1.1
owlstronaut Jun 16, 2026
406820a
deps: ini@7.0.0
owlstronaut Jun 16, 2026
350fb18
deps: init-package-json@9.0.0
owlstronaut Jun 16, 2026
d44db96
deps: is-cidr@7.0.0
owlstronaut Jun 16, 2026
30e89d9
deps: json-parse-even-better-errors@6.0.0
owlstronaut Jun 16, 2026
40395b8
deps: make-fetch-happen@16.0.1
owlstronaut Jun 16, 2026
471309f
deps: nopt@10.0.1
owlstronaut Jun 16, 2026
faf97e5
deps: npm-audit-report@8.0.0
owlstronaut Jun 16, 2026
5e1d513
deps: npm-install-checks@9.0.0
owlstronaut Jun 16, 2026
d80859a
deps: npm-package-arg@14.0.0
owlstronaut Jun 16, 2026
998ff1d
deps: npm-pick-manifest@12.0.0
owlstronaut Jun 16, 2026
1fd247a
deps: npm-profile@13.0.0
owlstronaut Jun 16, 2026
1f9c567
deps: npm-registry-fetch@20.0.1
owlstronaut Jun 16, 2026
171bba3
deps: npm-user-validate@5.0.0
owlstronaut Jun 16, 2026
a44c1cf
deps: pacote@22.0.0
owlstronaut Jun 16, 2026
8f85646
deps: parse-conflict-json@6.0.0
owlstronaut Jun 16, 2026
21df0ab
deps: proc-log@7.0.0
owlstronaut Jun 16, 2026
3484d7f
deps: read@6.0.0
owlstronaut Jun 16, 2026
68eb39c
deps: semver@7.8.4
owlstronaut Jun 16, 2026
1502286
deps: ssri@14.0.0
owlstronaut Jun 16, 2026
13d97ac
deps: tar@7.5.16
owlstronaut Jun 16, 2026
5032af3
deps: validate-npm-package-name@8.0.0
owlstronaut Jun 16, 2026
e459d7a
deps: which@7.0.0
owlstronaut Jun 16, 2026
370f9c6
deps: node-gyp@13.0.0
owlstronaut Jun 16, 2026
2f5da83
deps: @npmcli/fs@6.0.0
owlstronaut Jun 16, 2026
b62db95
deps: bin-links@7.0.0
owlstronaut Jun 16, 2026
95ed19c
deps: regenerate bundled dependencies
owlstronaut Jun 16, 2026
428afa6
deps: sigstore@5.0.0
owlstronaut Jun 16, 2026
3dc18e5
deps: @npmcli/git@8.0.0
owlstronaut Jun 16, 2026
cc96d57
deps: @npmcli/installed-package-contents@5.0.0
owlstronaut Jun 16, 2026
a12e2c8
deps: @npmcli/name-from-folder@5.0.0
owlstronaut Jun 16, 2026
cc45055
deps: @npmcli/node-gyp@6.0.0
owlstronaut Jun 16, 2026
ad05528
deps: @npmcli/git@8.0.0
owlstronaut Jun 16, 2026
5dce6fb
deps: npm-packlist@11.2.0
owlstronaut Jun 16, 2026
ee3d87f
chore: @npmcli/template-oss@5.1.1
owlstronaut Jun 16, 2026
0323f2d
chore: template-oss-apply
owlstronaut Jun 16, 2026
3ef66bb
deps: bundle arborist runtime deps for bootstrap
owlstronaut Jun 16, 2026
d4e0a70
deps: @tufjs/repo-mock@5.0.0
owlstronaut Jun 17, 2026
1453954
chore: nock@14.0.0
owlstronaut Jun 17, 2026
fc3ef5a
fix: adapt to @npmcli/run-script@11 breaking changes
owlstronaut Jun 17, 2026
be8053c
feat: warn when min-release-age blocks an audit fix (#9544)
JamieMagee Jun 18, 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