Skip to content

Commit

Permalink
Revert "deps: semantic-release ^24.0.0 (#1636)"
Browse files Browse the repository at this point in the history
This reverts commit 6ae2f3c.
  • Loading branch information
AaronMoat committed Sep 9, 2024
1 parent 6ae2f3c commit 971c20f
Show file tree
Hide file tree
Showing 11 changed files with 70 additions and 542 deletions.
9 changes: 0 additions & 9 deletions .changeset/renovate-6eb125a.md

This file was deleted.

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:20 AS runtime
FROM gcr.io/distroless/nodejs:18 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": ">=20",
"@types/node": ">=18.12",
"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": "^24.0.0",
"semantic-release": "^22.0.12",
"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": ">=20.8.1"
"node": ">=18.18.0"
},
"publishConfig": {
"provenance": true
Expand Down
577 changes: 57 additions & 520 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.8.1"
"node": ">=20"
}
}
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.8.1"
"node": ">=20"
}
}
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.8.1"
"node": ">=20"
}
}
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.8.1"
"node": ">=20"
}
}
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.8.1"
"node": ">=20"
}
}
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": "^20.14.8",
"@types/node": "^18.19.8",
"commitizen": "^4.2.4",
"skuba": "*"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20.8.1"
"node": ">=18.12"
},
"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": "^20.14.8",
"@types/node": "^18.19.8",
"commitizen": "^4.2.4",
"skuba": "*"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20.8.1"
"node": ">=18.12"
}
}

0 comments on commit 971c20f

Please sign in to comment.