Skip to content

Commit

Permalink
chore: Bump typescript from 5.4.5 to 5.5.3
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 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.4.5...v5.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and doug-wade committed Jul 18, 2024
1 parent 7cc89d0 commit 2b1f309
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"mkdirp": "^3.0.1",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"devDependencies": {
"@types/browser-sync": "^2.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"esbuild-jest": "^0.5.0",
"jest": "^29.7.0",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"files": [
"types.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"esbuild-jest": "^0.5.0",
"jest": "^29.7.0",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"files": [
"dist/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"esbuild": "^0.21.1",
"eslint-plugin-cypress": "^2.15.1",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"concurrently": "^8.2.2",
"esbuild": "^0.21.1",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"keywords": [
"tybalt",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"jest": "^29.7.0",
"js-convert-case": "^4.2.0",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"license": "MIT",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint": "^8.57.0",
"jest": "^29.7.0",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion packages/reactive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"esbuild-jest": "^0.5.0",
"jest": "^29.7.0",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"files": [
"dist/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils-lit-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"dependencies": {
"lit": "^3.1.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"esbuild-jest": "^0.5.0",
"jest": "^29.7.0",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"files": [
"dist/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"esbuild": "^0.21.1",
"jest": "^29.7.0",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"files": [
"dist/**/*",
Expand Down
38 changes: 19 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2822,7 +2822,7 @@ __metadata:
rimraf: "npm:^5.0.7"
ts-jest: "npm:^29.1.2"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.3"
bin:
tybalt: dist/index.js
languageName: unknown
Expand All @@ -2837,7 +2837,7 @@ __metadata:
esbuild-jest: "npm:^0.5.0"
jest: "npm:^29.7.0"
rimraf: "npm:^5.0.7"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.3"
languageName: unknown
linkType: soft

Expand All @@ -2853,7 +2853,7 @@ __metadata:
esbuild-jest: "npm:^0.5.0"
jest: "npm:^29.7.0"
rimraf: "npm:^5.0.7"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.3"
languageName: unknown
linkType: soft

Expand All @@ -2865,7 +2865,7 @@ __metadata:
esbuild: "npm:^0.21.1"
eslint-plugin-cypress: "npm:^2.15.1"
rimraf: "npm:^5.0.7"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2897,7 +2897,7 @@ __metadata:
concurrently: "npm:^8.2.2"
esbuild: "npm:^0.21.1"
rimraf: "npm:^5.0.7"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.3"
languageName: unknown
linkType: soft

Expand All @@ -2916,7 +2916,7 @@ __metadata:
jest: "npm:^29.7.0"
js-convert-case: "npm:^4.2.0"
rimraf: "npm:^5.0.7"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2944,7 +2944,7 @@ __metadata:
eslint: "npm:^8.57.0"
jest: "npm:^29.7.0"
rimraf: "npm:^5.0.7"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.3"
languageName: unknown
linkType: soft

Expand All @@ -2957,7 +2957,7 @@ __metadata:
esbuild-jest: "npm:^0.5.0"
jest: "npm:^29.7.0"
rimraf: "npm:^5.0.7"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.3"
languageName: unknown
linkType: soft

Expand All @@ -2973,7 +2973,7 @@ __metadata:
jest-environment-jsdom: "npm:^29.7.0"
lit: "npm:^3.1.4"
rimraf: "npm:^5.0.7"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.3"
languageName: unknown
linkType: soft

Expand All @@ -2989,7 +2989,7 @@ __metadata:
jest: "npm:^29.7.0"
js-convert-case: "npm:^4.2.0"
rimraf: "npm:^5.0.7"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.3"
uuid: "npm:^9.0.1"
languageName: unknown
linkType: soft
Expand All @@ -3002,7 +3002,7 @@ __metadata:
esbuild: "npm:^0.21.1"
jest: "npm:^29.7.0"
rimraf: "npm:^5.0.7"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -13312,23 +13312,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.4.5":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
"typescript@npm:^5.5.3":
version: 5.5.3
resolution: "typescript@npm:5.5.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/d04a9e27e6d83861f2126665aa8d84847e8ebabcea9125b9ebc30370b98cb38b5dff2508d74e2326a744938191a83a69aa9fddab41f193ffa43eabfdf3f190a5
checksum: 10/11a867312419ed497929aafd2f1d28b2cd41810a5eb6c6e9e169559112e9ea073d681c121a29102e67cd4478d0a4ae37a306a5800f3717f59c4337e6a9bd5e8d
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=5adc0c"
"typescript@patch:typescript@npm%3A^5.5.3#optional!builtin<compat/typescript>":
version: 5.5.3
resolution: "typescript@patch:typescript@npm%3A5.5.3#optional!builtin<compat/typescript>::version=5.5.3&hash=5adc0c"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/760f7d92fb383dbf7dee2443bf902f4365db2117f96f875cf809167f6103d55064de973db9f78fe8f31ec08fff52b2c969aee0d310939c0a3798ec75d0bca2e1
checksum: 10/b61b8bb4b4d6a8a00f9d5f931f8c67070eed6ad11feabf4c41744a326987080bfc806a621596c70fbf2e5974eca3ed65bafeeeb22a078071bdfb51d8abd7c013
languageName: node
linkType: hard

Expand Down

0 comments on commit 2b1f309

Please sign in to comment.