Skip to content

Commit

Permalink
Merge branch 'master' into renovate-prettier-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c authored Jul 14, 2023
2 parents 6c8a2d9 + 3b50658 commit c7d0326
Show file tree
Hide file tree
Showing 12 changed files with 886 additions and 992 deletions.
5 changes: 5 additions & 0 deletions .changeset/breezy-bananas-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'skuba': patch
---

template: Require Node.js 18.12+
14 changes: 14 additions & 0 deletions .changeset/sharp-chairs-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
'skuba': major
---

deps: Require Node.js 18.12+

Node.js 16 will reach end of life by September 2023. We have aligned our version support with [sku 18](https://github.com/seek-oss/sku/releases/tag/sku%4012.0.0).

Consider upgrading the Node.js version for your project across:

- `.nvmrc`
- `package.json#/engines/node`
- `@types/node` package version
- CI/CD configuration (`.buildkite/pipeline.yml`, `Dockerfile`, etc.)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![GitHub Release](https://github.com/seek-oss/skuba/workflows/Release/badge.svg?branch=master)](https://github.com/seek-oss/skuba/actions?query=workflow%3ARelease)
[![GitHub Validate](https://github.com/seek-oss/skuba/workflows/Validate/badge.svg?branch=master)](https://github.com/seek-oss/skuba/actions?query=workflow%3AValidate)
[![Node.js version](https://img.shields.io/badge/node-%3E%3D%2016.11-brightgreen)](https://nodejs.org/en/)
[![Node.js version](https://img.shields.io/badge/node-%3E%3D%2018.12-brightgreen)](https://nodejs.org/en/)
[![npm package](https://img.shields.io/npm/v/skuba)](https://www.npmjs.com/package/skuba)

---
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
]
},
"resolutions": {
"**/@types/node": ">=16.11"
"**/@types/node": ">=18.12"
},
"dependencies": {
"@esbuild-plugins/tsconfig-paths": "^0.1.0",
Expand All @@ -75,7 +75,7 @@
"@octokit/rest": "^20.0.0",
"@octokit/types": "^11.0.0",
"@types/jest": "^29.0.0",
"@types/node": ">=16.11",
"@types/node": ">=18.12",
"chalk": "^4.1.0",
"concurrently": "^8.0.0",
"dotenv": "^16.0.0",
Expand Down Expand Up @@ -105,7 +105,7 @@
"prettier": "~3.0.0",
"read-pkg-up": "^7.0.1",
"runtypes": "^6.0.0",
"semantic-release": "^19.0.0",
"semantic-release": "^21.0.0",
"serialize-error": "^8.0.1",
"simple-git": "^3.5.0",
"sort-package-json": "^1.57.0",
Expand Down Expand Up @@ -155,7 +155,7 @@
}
},
"engines": {
"node": ">=16.11"
"node": ">=18.12"
},
"publishConfig": {
"provenance": true
Expand Down
2 changes: 1 addition & 1 deletion template/express-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"supertest": "^6.1.6"
},
"engines": {
"node": ">=18"
"node": ">=18.12"
}
}
2 changes: 1 addition & 1 deletion template/greeter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"skuba": "*"
},
"engines": {
"node": ">=18"
"node": ">=18.12"
}
}
2 changes: 1 addition & 1 deletion template/koa-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"supertest": "^6.1.6"
},
"engines": {
"node": ">=18"
"node": ">=18.12"
}
}
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 @@ -25,6 +25,6 @@
"skuba": "*"
},
"engines": {
"node": ">=18"
"node": ">=18.12"
}
}
2 changes: 1 addition & 1 deletion template/lambda-sqs-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"skuba": "*"
},
"engines": {
"node": ">=18"
"node": ">=18.12"
}
}
2 changes: 1 addition & 1 deletion template/oss-npm-package/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"skuba": "*"
},
"engines": {
"node": ">=16.11"
"node": ">=18.12"
},
"publishConfig": {
"provenance": true
Expand Down
2 changes: 1 addition & 1 deletion template/private-npm-package/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"skuba": "*"
},
"engines": {
"node": ">=16.11"
"node": ">=18.12"
}
}
Loading

0 comments on commit c7d0326

Please sign in to comment.