Skip to content

Commit

Permalink
Bump typescript and typedoc
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) and [typedoc](https://github.com/TypeStrong/TypeDoc). These dependencies needed to be updated together.

Updates `typescript` from 4.7.4 to 5.6.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v4.7.4...v5.6.3)

Updates `typedoc` from 0.22.18 to 0.26.8
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.22.18...v0.26.8)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent cc5975c commit 773b809
Show file tree
Hide file tree
Showing 21 changed files with 357 additions and 67 deletions.
2 changes: 1 addition & 1 deletion examples/robot-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
},
"devDependencies": {
"tslint": "^6.1.3",
"typescript": "^4.3.5"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion examples/simple-example/game-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
},
"devDependencies": {
"tslint": "^6.1.3",
"typescript": "^4.3.5"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion examples/ssl-connector/game-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
},
"devDependencies": {
"tslint": "^6.1.3",
"typescript": "^4.3.5"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion examples/websocket-chat-ts-run/game-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"devDependencies": {
"ts-node": "5.0.1",
"tslint": "^6.1.3",
"typescript": "^4.3.5"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion examples/websocket-chat/game-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
},
"devDependencies": {
"tslint": "^6.1.3",
"typescript": "^4.3.5"
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"pinus-site-tools": "1.0.6",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typedoc": "0.22.18",
"typescript": "^4.3.5"
"typedoc": "0.26.8",
"typescript": "^5.6.3"
},
"scripts": {
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('请使用 Yarn 来代替 NPM 安装依赖,请看:https://yarnpkg.com/zh-Hans/docs/install')\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/pinus-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"mocha": "10.3.0",
"should": "13.2.3",
"tslint": "6.1.3",
"typescript": "^4.3.5"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/pinus-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"mocha": "10.3.0",
"should": "13.2.3",
"tslint": "6.1.3",
"typescript": "^4.3.5"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/pinus-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"mocha": "10.3.0",
"should": "13.2.3",
"tslint": "6.1.3",
"typescript": "^4.3.5"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/pinus-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"devDependencies": {
"@types/node": "^12.20.41",
"tslint": "6.1.3",
"typescript": "^4.3.5"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/pinus-protobuf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"mocha": "10.3.0",
"should": "13.2.3",
"tslint": "6.1.3",
"typescript": "^4.3.5"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/pinus-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"mocha": "10.3.0",
"should": "13.2.3",
"tslint": "6.1.3",
"typescript": "^4.3.5"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/pinus-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"mocha": "10.3.0",
"should": "13.2.3",
"tslint": "6.1.3",
"typescript": "^4.3.5"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/pinus-scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"devDependencies": {
"@types/node": "^12.20.41",
"tslint": "6.1.3",
"typescript": "^4.3.5"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/pinus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@
"nyc": "15.1.0",
"should": "13.2.3",
"tslint": "6.1.3",
"typescript": "^4.3.5"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion plugins/base-gate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/crc": "^3.4.0",
"@types/node": "^12.20.41",
"tslint": "6.1.3",
"typescript": "^4.3.5"
"typescript": "^5.6.3"
},
"license": "MIT",
"publishConfig": {}
Expand Down
2 changes: 1 addition & 1 deletion plugins/base-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@types/node": "^12.20.41",
"tslint": "6.1.3",
"typescript": "^4.3.5"
"typescript": "^5.6.3"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion plugins/pinus-robot-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/node": "^12.20.41",
"@types/yargs": "^17.0.2",
"tslint": "6.1.3",
"typescript": "^4.3.5"
"typescript": "^5.6.3"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion tools/pinus-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/node": "^12.20.41",
"@types/optimist": "0.0.33",
"tslint": "6.1.3",
"typescript": "^4.3.5"
"typescript": "^5.6.3"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion tools/pinus-robot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"pretty-columns": "^1.2.1",
"socket.io": "^4.1.3",
"socket.io-client": "~4.1.3",
"typescript": "^4.3.5",
"typescript": "^5.6.3",
"underscore": "1.13.6"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 773b809

Please sign in to comment.