Skip to content

Commit

Permalink
Bump typescript from 5.2.2 to 5.6.3
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.2.2 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@v5.2.2...v5.6.3)

---
updated-dependencies:
- dependency-name: typescript
  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 6225dad commit 95d52bd
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"jest": "29.6.4",
"prettier": "2.7.1",
"ts-jest": "29.1.4",
"typescript": "5.2.2"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/omgidl-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"rimraf": "5.0.5",
"ts-jest": "29.1.4",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"typescript": "5.6.3",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/omgidl-serialization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@foxglove/omgidl-parser": "workspace:*",
"@sounisi5011/jest-binary-data-matchers": "1.2.1",
"typescript": "5.2.2"
"typescript": "5.6.3"
},
"dependencies": {
"@foxglove/cdr": "3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ros2idl-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"rimraf": "5.0.5",
"ts-jest": "^29.1.4",
"ts-loader": "9.5.1",
"typescript": "5.2.2",
"typescript": "5.6.3",
"webpack": "5.94.0",
"webpack-cli": "5.1.4"
}
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ __metadata:
jest: 29.6.4
prettier: 2.7.1
ts-jest: 29.1.4
typescript: 5.2.2
typescript: 5.6.3
languageName: unknown
linkType: soft

Expand All @@ -632,7 +632,7 @@ __metadata:
ts-jest: 29.1.4
ts-loader: ^9.5.1
tslib: ^2
typescript: 5.2.2
typescript: 5.6.3
webpack: ^5.94.0
webpack-cli: ^5.1.4
languageName: unknown
Expand All @@ -646,7 +646,7 @@ __metadata:
"@foxglove/message-definition": ^0.3.1
"@foxglove/omgidl-parser": "workspace:*"
"@sounisi5011/jest-binary-data-matchers": 1.2.1
typescript: 5.2.2
typescript: 5.6.3
languageName: unknown
linkType: soft

Expand All @@ -663,7 +663,7 @@ __metadata:
rimraf: 5.0.5
ts-jest: ^29.1.4
ts-loader: 9.5.1
typescript: 5.2.2
typescript: 5.6.3
webpack: 5.94.0
webpack-cli: 5.1.4
languageName: unknown
Expand Down Expand Up @@ -8095,13 +8095,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.2.2":
version: 5.2.2
resolution: "typescript@npm:5.2.2"
"typescript@npm:5.6.3":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 7912821dac4d962d315c36800fe387cdc0a6298dba7ec171b350b4a6e988b51d7b8f051317786db1094bd7431d526b648aba7da8236607febb26cf5b871d2d3c
checksum: ba302f8822777ebefb28b554105f3e074466b671e7444ec6b75dadc008a62f46f373d9e57ceced1c433756d06c8b7dc569a7eefdf3a9573122a49205ff99021a
languageName: node
linkType: hard

Expand All @@ -8115,13 +8115,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@5.2.2#~builtin<compat/typescript>":
version: 5.2.2
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=ad5954"
"typescript@patch:typescript@5.6.3#~builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#~builtin<compat/typescript>::version=5.6.3&hash=ad5954"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 07106822b4305de3f22835cbba949a2b35451cad50888759b6818421290ff95d522b38ef7919e70fb381c5fe9c1c643d7dea22c8b31652a717ddbd57b7f4d554
checksum: ade87bce2363ee963eed0e4ca8a312ea02c81873ebd53609bc3f6dc0a57f6e61ad7e3fb8cbb7f7ab8b5081cbee801b023f7c4823ee70b1c447eae050e6c7622b
languageName: node
linkType: hard

Expand Down

0 comments on commit 95d52bd

Please sign in to comment.