Skip to content

Commit

Permalink
chore: Node 22, package chores
Browse files Browse the repository at this point in the history
  • Loading branch information
WoH committed Sep 28, 2023
1 parent de210a8 commit 0cd6771
Show file tree
Hide file tree
Showing 8 changed files with 348 additions and 211 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runTestsOnPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16, 18, 20]
node-version: [18, 20, 22]
os: [macos-latest, ubuntu-latest, windows-latest]
typescript-version: ['^4.9.5', '^5.0.3' , '^5.1.0']
typescript-version: ['^4.9.5', '^5.2.2']

steps:
- uses: actions/checkout@master
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,24 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.45.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^8.8.0",
"husky": "^4.3.0",
"lerna": "^7.0.2",
"lerna": "^7.3.0",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"ts-node": "^10.9.1"
},
"resolutions": {
"typescript": "^5.0.2"
"typescript": "^5.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/lukeautry/tsoa.git"
},
"engines": {
"yarn": ">=1.9.4",
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"engineStrict": true,
"workspaces": [
Expand Down
20 changes: 10 additions & 10 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@
"@tsoa/runtime": "^6.0.0-rc.2",
"deepmerge": "^4.3.1",
"fs-extra": "^11.1.1",
"glob": "^10.3.3",
"handlebars": "^4.7.7",
"glob": "^10.3.10",
"handlebars": "^4.7.8",
"merge-anything": "^5.1.4",
"minimatch": "^9.0.1",
"typescript": "^5.1.6",
"validator": "^13.9.0",
"typescript": "^5.2.2",
"validator": "^13.11.0",
"yamljs": "^0.3.0",
"yargs": "^17.7.1"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/minimatch": "^5.1.0",
"@types/node": "^16.18.23",
"@types/validator": "^13.7.14",
"@types/yamljs": "^0.2.31",
"@types/yargs": "^17.0.24",
"@types/node": "^18.0.0",
"@types/validator": "^13.11.2",
"@types/yamljs": "^0.2.32",
"@types/yargs": "^17.0.25",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.1"
"rimraf": "^5.0.5"
},
"repository": {
"type": "git",
Expand All @@ -61,7 +61,7 @@
},
"engines": {
"yarn": ">=1.9.4",
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"engineStrict": true,
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
"author": "Luke Autry <lukeautry@gmail.com> (http://www.lukeautry.com)",
"license": "MIT",
"dependencies": {
"@types/multer": "^1.4.7",
"@types/multer": "^1.4.8",
"reflect-metadata": "^0.1.13",
"validator": "^13.9.0"
"validator": "^13.11.0"
},
"devDependencies": {
"@types/node": "^16.18.23",
"@types/validator": "^13.7.14",
"typescript": "^5.1.6"
"@types/node": "^18.0.0",
"@types/validator": "^13.11.2",
"typescript": "^5.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/lukeautry/tsoa.git"
},
"engines": {
"yarn": ">=1.9.4",
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"engineStrict": true,
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/tsoa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@tsoa/runtime": "^6.0.0-rc.2"
},
"devDependencies": {
"@types/node": "^16.18.23",
"typescript": "^5.1.6"
"@types/node": "^18.0.0",
"typescript": "^5.2.2"
},
"repository": {
"type": "git",
Expand All @@ -44,7 +44,7 @@
},
"engines": {
"yarn": ">=1.9.4",
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"engineStrict": true,
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions tests/esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
},
"engines": {
"yarn": ">=1.9.4",
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"engineStrict": true,
"devDependencies": {
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.1",
"@types/chai-as-promised": "^7.1.6",
"@types/mocha": "^10.0.2",
"@types/node": "^16.18.23",
"chai": "^4.3.7",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"tslib": "^2.6.0",
"typescript": "^5.1.6"
"tslib": "^2.6.2",
"typescript": "^5.2.2"
}
}
42 changes: 21 additions & 21 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,56 +29,56 @@
"@hapi/hapi": "^21.3.1",
"@koa/multer": "^3.0.2",
"@koa/router": "^12.0.0",
"@types/body-parser": "^1.19.2",
"@types/chai": "^4.3.4",
"@types/express": "^4.17.17",
"@types/koa": "^2.13.6",
"@types/body-parser": "^1.19.3",
"@types/chai": "^4.3.6",
"@types/express": "^4.17.18",
"@types/koa": "^2.13.9",
"@types/koa-bodyparser": "^4.3.7",
"@types/koa__router": "^12.0.0",
"@types/method-override": "0.0.32",
"@types/mocha": "^10.0.1",
"@types/multer": "1.4.7",
"@types/node": "^16.18.23",
"@types/promise.any": "^2.0.0",
"@types/sinon": "^10.0.13",
"@types/supertest": "^2.0.12",
"@types/koa__router": "^12.0.1",
"@types/method-override": "0.0.33",
"@types/mocha": "^10.0.2",
"@types/multer": "1.4.8",
"@types/node": "^18.0.0",
"@types/promise.any": "^2.0.1",
"@types/sinon": "^10.0.17",
"@types/supertest": "^2.0.13",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "^5.57.0",
"aws-cdk-lib": "^2.88.0",
"aws-cdk-lib": "^2.99.0",
"body-parser": "^1.20.2",
"chai": "^4.3.6",
"chai": "^4.3.10",
"chalk": "^4.1.2",
"constructs": "^10.2.69",
"constructs": "^10.2.70",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^8.8.0",
"express": "^4.18.1",
"husky": "^8.0.3",
"inversify": "^6.0.1",
"inversify-binding-decorators": "^4.0.0",
"koa": "^2.14.1",
"koa-bodyparser": "^4.4.0",
"lerna": "^7.0.2",
"lerna": "^7.3.0",
"lint-staged": "^13.2.0",
"method-override": "^3.0.0",
"mocha": "^10.2.0",
"multer": "^1.4.5-lts.1",
"prettier": "^2.8.7",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.1",
"sinon": "^15.0.3",
"rimraf": "^5.0.5",
"sinon": "^16.0.0",
"supertest": "^6.3.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/lukeautry/tsoa.git"
},
"engines": {
"yarn": ">=1.9.4",
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"engineStrict": true
}
Loading

0 comments on commit 0cd6771

Please sign in to comment.