Skip to content

Commit 383e200

Browse files
authored
Prepare v4 major release (#1463)
* drop support for node 18 Signed-off-by: Brian DeHamer <[email protected]> * bump make-fetch-happen from 14.x to 15.x Signed-off-by: Brian DeHamer <[email protected]> * npm audit fix Signed-off-by: Brian DeHamer <[email protected]> --------- Signed-off-by: Brian DeHamer <[email protected]>
1 parent 40395f5 commit 383e200

32 files changed

+269
-102
lines changed

.changeset/beige-peas-wait.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sigstore/sign': major
3+
---
4+
5+
Bump make-fetch-happen from 14.x to 15.x

.changeset/many-rice-accept.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@sigstore/conformance': minor
3+
'@sigstore/mock-server': minor
4+
'@sigstore/mock': minor
5+
'@sigstore/cli': minor
6+
'@sigstore/oci': minor
7+
---
8+
9+
Drop support for node 18

.changeset/mean-laws-check.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@sigstore/mock': minor
3+
'@sigstore/cli': minor
4+
'@sigstore/oci': minor
5+
---
6+
7+
Bump make-fetch-happen from 14.x to 15.x

.changeset/smart-parts-beg.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'@sigstore/rekor-types': major
3+
'@sigstore/bundle': major
4+
'sigstore': major
5+
'@sigstore/verify': major
6+
'@sigstore/core': major
7+
'@sigstore/sign': major
8+
'@sigstore/tuf': major
9+
---
10+
11+
Drop support for node 18

.changeset/violet-geckos-lick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sigstore/tuf': major
3+
---
4+
5+
Bump tuf-js from 3.x to 4.x

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
node-version:
39-
- 18.17.0
40-
- 18.x
41-
- 20.5.0
39+
- 20.17.0
4240
- 20.x
41+
- 22.9.0
4342
- 22.x
4443
platform:
4544
- os: ubuntu-latest

.github/workflows/compatibility-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup node
2424
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v3
2525
with:
26-
node-version: 18.17
26+
node-version: 20
2727
cache: npm
2828
- name: Install CLI
2929
run: npm install -g @sigstore/cli

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
- name: Setup node
2626
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2727
with:
28-
node-version: 18.17.0
28+
node-version: 20
2929
registry-url: 'https://registry.npmjs.org'
3030
cache: npm
3131

3232
- name: Install npm w/ OIDC support
3333
run: |
34-
curl -fsSL https://raw.githubusercontent.com/npm/cli/refs/heads/oidc-install/install.sh | bash
34+
npm install -g npm@^11.5.0
3535
3636
- name: Install dependencies
3737
run: npm ci

.github/workflows/smoke-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup node
2424
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2525
with:
26-
node-version: 18.17
26+
node-version: 20
2727
cache: npm
2828
- name: Install dependencies
2929
run: npm ci
@@ -61,7 +61,7 @@ jobs:
6161
- name: Setup node
6262
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
6363
with:
64-
node-version: 18.17
64+
node-version: 20
6565
cache: npm
6666
- name: Install dependencies
6767
run: npm ci
@@ -114,7 +114,7 @@ jobs:
114114
- name: Setup node
115115
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
116116
with:
117-
node-version: 18.17
117+
node-version: 20
118118
cache: npm
119119
- name: Install dependencies
120120
run: npm ci

0 commit comments

Comments
 (0)