Skip to content

Commit

Permalink
chore: Bump typescript from 5.3.3 to 5.4.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.4.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.4.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 and doug-wade committed Mar 28, 2024
1 parent 4eb445a commit 5d017f0
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.5",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
"typescript": "^5.4.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.5",
"typescript": "^5.3.2"
"typescript": "^5.4.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.5",
"typescript": "^5.3.3"
"typescript": "^5.4.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.20.1",
"eslint-plugin-cypress": "^2.15.1",
"rimraf": "^5.0.1",
"typescript": "^5.3.3"
"typescript": "^5.4.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.20.1",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.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.5",
"typescript": "^5.3.3"
"typescript": "^5.4.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.5",
"typescript": "^5.3.3"
"typescript": "^5.4.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.5",
"typescript": "^5.3.2"
"typescript": "^5.4.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.5",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"dependencies": {
"lit": "^3.1.2"
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.5",
"typescript": "^5.3.3"
"typescript": "^5.4.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.20.1",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.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 @@ -2832,7 +2832,7 @@ __metadata:
rimraf: "npm:^5.0.5"
ts-jest: "npm:^29.1.2"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.3.3"
typescript: "npm:^5.4.3"
bin:
tybalt: dist/index.js
languageName: unknown
Expand All @@ -2847,7 +2847,7 @@ __metadata:
esbuild-jest: "npm:^0.5.0"
jest: "npm:^29.7.0"
rimraf: "npm:^5.0.5"
typescript: "npm:^5.3.2"
typescript: "npm:^5.4.3"
languageName: unknown
linkType: soft

Expand All @@ -2863,7 +2863,7 @@ __metadata:
esbuild-jest: "npm:^0.5.0"
jest: "npm:^29.7.0"
rimraf: "npm:^5.0.5"
typescript: "npm:^5.3.3"
typescript: "npm:^5.4.3"
languageName: unknown
linkType: soft

Expand All @@ -2875,7 +2875,7 @@ __metadata:
esbuild: "npm:^0.20.1"
eslint-plugin-cypress: "npm:^2.15.1"
rimraf: "npm:^5.0.1"
typescript: "npm:^5.3.3"
typescript: "npm:^5.4.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2907,7 +2907,7 @@ __metadata:
concurrently: "npm:^8.2.2"
esbuild: "npm:^0.20.1"
rimraf: "npm:^5.0.5"
typescript: "npm:^5.3.3"
typescript: "npm:^5.4.3"
languageName: unknown
linkType: soft

Expand All @@ -2926,7 +2926,7 @@ __metadata:
jest: "npm:^29.7.0"
js-convert-case: "npm:^4.2.0"
rimraf: "npm:^5.0.5"
typescript: "npm:^5.3.3"
typescript: "npm:^5.4.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2954,7 +2954,7 @@ __metadata:
eslint: "npm:^8.57.0"
jest: "npm:^29.7.0"
rimraf: "npm:^5.0.5"
typescript: "npm:^5.3.3"
typescript: "npm:^5.4.3"
languageName: unknown
linkType: soft

Expand All @@ -2967,7 +2967,7 @@ __metadata:
esbuild-jest: "npm:^0.5.0"
jest: "npm:^29.7.0"
rimraf: "npm:^5.0.5"
typescript: "npm:^5.3.2"
typescript: "npm:^5.4.3"
languageName: unknown
linkType: soft

Expand All @@ -2983,7 +2983,7 @@ __metadata:
jest-environment-jsdom: "npm:^29.7.0"
lit: "npm:^3.1.2"
rimraf: "npm:^5.0.5"
typescript: "npm:^5.3.3"
typescript: "npm:^5.4.3"
languageName: unknown
linkType: soft

Expand All @@ -2999,7 +2999,7 @@ __metadata:
jest: "npm:^29.7.0"
js-convert-case: "npm:^4.2.0"
rimraf: "npm:^5.0.5"
typescript: "npm:^5.3.3"
typescript: "npm:^5.4.3"
uuid: "npm:^9.0.1"
languageName: unknown
linkType: soft
Expand All @@ -3012,7 +3012,7 @@ __metadata:
esbuild: "npm:^0.20.1"
jest: "npm:^29.7.0"
rimraf: "npm:^5.0.5"
typescript: "npm:^5.3.3"
typescript: "npm:^5.4.3"
languageName: unknown
linkType: soft

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

"typescript@npm:^5.3.2, typescript@npm:^5.3.3":
version: 5.3.3
resolution: "typescript@npm:5.3.3"
"typescript@npm:^5.4.3":
version: 5.4.3
resolution: "typescript@npm:5.4.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/6e4e6a14a50c222b3d14d4ea2f729e79f972fa536ac1522b91202a9a65af3605c2928c4a790a4a50aa13694d461c479ba92cedaeb1e7b190aadaa4e4b96b8e18
checksum: 10/de4c69f49a7ad4b1ea66a6dcc8b055ac34eb56af059a069d8988dd811c5e649be07e042e5bf573e8d0ac3ec2f30e6c999aa651cd09f6e9cbc6113749e8b6be20
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.3.2#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.3.3#optional!builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>::version=5.3.3&hash=e012d7"
"typescript@patch:typescript@npm%3A^5.4.3#optional!builtin<compat/typescript>":
version: 5.4.3
resolution: "typescript@patch:typescript@npm%3A5.4.3#optional!builtin<compat/typescript>::version=5.4.3&hash=d69c25"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/c93786fcc9a70718ba1e3819bab56064ead5817004d1b8186f8ca66165f3a2d0100fee91fa64c840dcd45f994ca5d615d8e1f566d39a7470fc1e014dbb4cf15d
checksum: 10/3abea475798fdf7ee46e75dafc50c85f30fd1e7061559ec2af61646f23d16c91742703f04f0ac55be52f58ca05c02f77404b7b94bbad16278c9a54c9eeb4f4ea
languageName: node
linkType: hard

Expand Down

0 comments on commit 5d017f0

Please sign in to comment.