Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: semantic-release ^24.0.0 #1636

Merged
merged 2 commits into from
Sep 9, 2024
Merged
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
9 changes: 9 additions & 0 deletions .changeset/renovate-6eb125a.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'skuba': major
---

deps: semantic-release ^24.0.0

This major upgrade bumps our minimum requirement from Node.js 18.18 to 20.8.1.

If using Node.js 18, a previous release landed a [`skuba migrate`](https://seek-oss.github.io/skuba/docs/cli/migrate.html) command to simplify upgrades to Node.js 20. Node.js 18 reaches EOL in April 2025.
2 changes: 1 addition & 1 deletion integration/base/patch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM gcr.io/distroless/nodejs:18 AS runtime
FROM gcr.io/distroless/nodejs:20 AS runtime
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@octokit/rest": "^21.0.0",
"@octokit/types": "^13.0.0",
"@types/jest": "^29.0.0",
"@types/node": ">=18.12",
"@types/node": ">=20",
"chalk": "^4.1.0",
"concurrently": "^8.0.0",
"dotenv": "^16.0.0",
Expand Down Expand Up @@ -107,7 +107,7 @@
"prettier": "~3.3.0",
"prettier-plugin-packagejson": "^2.4.10",
"read-pkg-up": "^7.0.1",
"semantic-release": "^22.0.12",
"semantic-release": "^24.0.0",
"serialize-error": "^8.0.1",
"simple-git": "^3.5.0",
"strip-ansi": "^6.0.1",
Expand Down Expand Up @@ -161,7 +161,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.18.0"
"node": ">=20.8.1"
},
"publishConfig": {
"provenance": true
Expand Down
577 changes: 520 additions & 57 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion template/express-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
"node": ">=20.8.1"
}
}
2 changes: 1 addition & 1 deletion template/greeter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
"node": ">=20.8.1"
}
}
2 changes: 1 addition & 1 deletion template/koa-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
"node": ">=20.8.1"
}
}
2 changes: 1 addition & 1 deletion template/lambda-sqs-worker-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
"node": ">=20.8.1"
}
}
2 changes: 1 addition & 1 deletion template/lambda-sqs-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
"node": ">=20.8.1"
}
}
4 changes: 2 additions & 2 deletions template/oss-npm-package/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
},
"dependencies": {},
"devDependencies": {
"@types/node": "^18.19.8",
"@types/node": "^20.14.8",
"commitizen": "^4.2.4",
"skuba": "*"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.12"
"node": ">=20.8.1"
},
"publishConfig": {
"provenance": true
Expand Down
4 changes: 2 additions & 2 deletions template/private-npm-package/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
},
"dependencies": {},
"devDependencies": {
"@types/node": "^18.19.8",
"@types/node": "^20.14.8",
"commitizen": "^4.2.4",
"skuba": "*"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.12"
"node": ">=20.8.1"
}
}