Skip to content

Commit

Permalink
Bump typescript from 5.3.3 to 5.5.4
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.5.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 24, 2024
1 parent 6f2f239 commit ed6032d
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"ts-node": "10.9.2",
"ts-unused-exports": "10.0.1",
"tslib": "2.6.2",
"typescript": "5.3.3",
"typescript": "5.5.4",
"webpack": "5.90.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/comlink-transfer-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"devDependencies": {
"@foxglove/tsconfig": "2.0.0",
"comlink": "github:foxglove/comlink#9181fa505671b35b1e66e0a8361a6fc1bdd03307",
"typescript": "5.3.3"
"typescript": "5.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@testing-library/react": "14.0.0",
"@types/foxglove__web": "workspace:*",
"@types/lodash-es": "^4",
"typescript": "5.3.3"
"typescript": "5.5.4"
},
"dependencies": {
"@foxglove/log": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"devDependencies": {
"@foxglove/tsconfig": "2.0.0",
"typescript": "5.3.3"
"typescript": "5.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/mcap-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@foxglove/tsconfig": "2.0.0",
"@types/protobufjs": "workspace:*",
"typescript": "5.3.3"
"typescript": "5.5.4"
},
"dependencies": {
"@foxglove/message-definition": "0.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/message-path/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"devDependencies": {
"@foxglove/tsconfig": "2.0.0",
"@types/nearley": "2.11.5",
"typescript": "5.3.3"
"typescript": "5.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/studio-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"ts-key-enum": "2.0.12",
"ts-loader": "9.5.1",
"tss-react": "4.8.6",
"typescript": "5.3.3",
"typescript": "5.5.4",
"use-debounce": "10.0.0",
"use-immer": "0.10.0",
"uuid": "9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
},
"devDependencies": {
"@foxglove/tsconfig": "2.0.0",
"typescript": "5.3.3"
"typescript": "5.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-transformers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prepack": "tsc -b"
},
"dependencies": {
"typescript": "5.3.3"
"typescript": "5.5.4"
},
"devDependencies": {
"@foxglove/tsconfig": "2.0.0"
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2521,7 +2521,7 @@ __metadata:
dependencies:
"@foxglove/tsconfig": 2.0.0
comlink: "github:foxglove/comlink#9181fa505671b35b1e66e0a8361a6fc1bdd03307"
typescript: 5.3.3
typescript: 5.5.4
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2595,7 +2595,7 @@ __metadata:
"@types/lodash-es": ^4
lodash-es: 4.17.21
shallowequal: 1.1.0
typescript: 5.3.3
typescript: 5.5.4
peerDependencies:
react: ^18.2.0
languageName: unknown
Expand All @@ -2615,7 +2615,7 @@ __metadata:
resolution: "@foxglove/log@workspace:packages/log"
dependencies:
"@foxglove/tsconfig": 2.0.0
typescript: 5.3.3
typescript: 5.5.4
languageName: unknown
linkType: soft

Expand All @@ -2641,7 +2641,7 @@ __metadata:
flatbuffers: 23.5.26
flatbuffers_reflection: 0.0.7
protobufjs: "patch:[email protected]#../../patches/protobufjs.patch"
typescript: 5.3.3
typescript: 5.5.4
languageName: unknown
linkType: soft

Expand All @@ -2666,7 +2666,7 @@ __metadata:
"@foxglove/tsconfig": 2.0.0
"@types/nearley": 2.11.5
nearley: 2.20.1
typescript: 5.3.3
typescript: 5.5.4
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3032,7 +3032,7 @@ __metadata:
ts-key-enum: 2.0.12
ts-loader: 9.5.1
tss-react: 4.8.6
typescript: 5.3.3
typescript: 5.5.4
use-debounce: 10.0.0
use-immer: 0.10.0
uuid: 9.0.1
Expand Down Expand Up @@ -3126,7 +3126,7 @@ __metadata:
resolution: "@foxglove/studio@workspace:packages/studio"
dependencies:
"@foxglove/tsconfig": 2.0.0
typescript: 5.3.3
typescript: 5.5.4
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3174,7 +3174,7 @@ __metadata:
resolution: "@foxglove/typescript-transformers@workspace:packages/typescript-transformers"
dependencies:
"@foxglove/tsconfig": 2.0.0
typescript: 5.3.3
typescript: 5.5.4
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -13376,7 +13376,7 @@ __metadata:
ts-node: 10.9.2
ts-unused-exports: 10.0.1
tslib: 2.6.2
typescript: 5.3.3
typescript: 5.5.4
vm-browserify: 1.1.2
webpack: 5.90.0
webpack-cli: 5.1.4
Expand Down Expand Up @@ -22579,13 +22579,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.3.3":
version: 5.3.3
resolution: "typescript@npm:5.3.3"
"typescript@npm:5.5.4":
version: 5.5.4
resolution: "typescript@npm:5.5.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 2007ccb6e51bbbf6fde0a78099efe04dc1c3dfbdff04ca3b6a8bc717991862b39fd6126c0c3ebf2d2d98ac5e960bcaa873826bb2bb241f14277034148f41f6a2
checksum: b309040f3a1cd91c68a5a58af6b9fdd4e849b8c42d837b2c2e73f9a4f96a98c4f1ed398a9aab576ee0a4748f5690cf594e6b99dbe61de7839da748c41e6d6ca8
languageName: node
linkType: hard

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

"typescript@patch:typescript@5.3.3#~builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#~builtin<compat/typescript>::version=5.3.3&hash=f3b441"
"typescript@patch:typescript@5.5.4#~builtin<compat/typescript>":
version: 5.5.4
resolution: "typescript@patch:typescript@npm%3A5.5.4#~builtin<compat/typescript>::version=5.5.4&hash=f3b441"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: f61375590b3162599f0f0d5b8737877ac0a7bc52761dbb585d67e7b8753a3a4c42d9a554c4cc929f591ffcf3a2b0602f65ae3ce74714fd5652623a816862b610
checksum: fc52962f31a5bcb716d4213bef516885e4f01f30cea797a831205fc9ef12b405a40561c40eae3127ab85ba1548e7df49df2bcdee6b84a94bfbe3a0d7eff16b14
languageName: node
linkType: hard

Expand Down

0 comments on commit ed6032d

Please sign in to comment.