Skip to content

Commit

Permalink
Bump typescript from 5.3.3 to 5.5.3
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.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.3.3...v5.5.3)

---
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 5, 2024
1 parent 497ed25 commit 4a5e783
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 20 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.3",
"webpack": "5.90.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
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.3"
}
}
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.3"
},
"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.3"
}
}
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.3"
},
"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.3"
}
}
2 changes: 1 addition & 1 deletion packages/studio-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"ts-key-enum": "2.0.12",
"ts-loader": "9.5.1",
"tss-react": "4.8.6",
"typescript": "5.3.3",
"typescript": "5.5.3",
"use-debounce": "10.0.0",
"use-immer": "0.9.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.3"
}
}
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.3"
},
"devDependencies": {
"@foxglove/tsconfig": "2.0.0"
Expand Down
42 changes: 31 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2538,7 +2538,7 @@ __metadata:
dependencies:
"@foxglove/tsconfig": 2.0.0
comlink: "github:foxglove/comlink#9181fa505671b35b1e66e0a8361a6fc1bdd03307"
typescript: 5.3.3
typescript: 5.5.3
languageName: unknown
linkType: soft

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

Expand All @@ -2658,7 +2658,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.3
languageName: unknown
linkType: soft

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

Expand Down Expand Up @@ -3013,7 +3013,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.3
use-debounce: 10.0.0
use-immer: 0.9.0
uuid: 9.0.1
Expand Down Expand Up @@ -3106,7 +3106,7 @@ __metadata:
resolution: "@foxglove/studio@workspace:packages/studio"
dependencies:
"@foxglove/tsconfig": 2.0.0
typescript: 5.3.3
typescript: 5.5.3
languageName: unknown
linkType: soft

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

Expand Down Expand Up @@ -13123,7 +13123,7 @@ __metadata:
ts-node: 10.9.2
ts-unused-exports: 10.0.1
tslib: 2.6.2
typescript: 5.3.3
typescript: 5.5.3
webpack: 5.90.0
webpack-cli: 5.1.4
webpack-dev-server: 4.15.1
Expand Down Expand Up @@ -22116,7 +22116,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.3.3, typescript@npm:^4 || ^5, typescript@npm:^5.3.3":
"typescript@npm:5.5.3":
version: 5.5.3
resolution: "typescript@npm:5.5.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 4b4f14313484d5c86064d04ba892544801fa551f5cf72719b540b498056fec7fc192d0bbdb2ba1448e759b1548769956da9e43e7c16781e8d8856787b0575004
languageName: node
linkType: hard

"typescript@npm:^4 || ^5, typescript@npm:^5.3.3":
version: 5.3.3
resolution: "typescript@npm:5.3.3"
bin:
Expand All @@ -22126,7 +22136,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:[email protected]#~builtin<compat/typescript>, typescript@patch:typescript@^4 || ^5#~builtin<compat/typescript>, typescript@patch:typescript@^5.3.3#~builtin<compat/typescript>":
"typescript@patch:[email protected]#~builtin<compat/typescript>":
version: 5.5.3
resolution: "typescript@patch:typescript@npm%3A5.5.3#~builtin<compat/typescript>::version=5.5.3&hash=f3b441"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 6853be4607706cc1ad2f16047cf1cd72d39f79acd5f9716e1d23bc0e462c7f59be7458fe58a21665e7657a05433d7ab8419d093a5a4bd5f3a33f879b35d2769b
languageName: node
linkType: hard

"typescript@patch:typescript@^4 || ^5#~builtin<compat/typescript>, 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"
bin:
Expand Down

0 comments on commit 4a5e783

Please sign in to comment.