Skip to content

Commit

Permalink
build(deps): Bump typescript from 5.4.2 to 5.4.3 (#6745)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.2 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.4.2...v5.4.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent ef602df commit a98ad8d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"swc-plugin-css-modules": "0.1.10",
"swc-plugin-transform-remove-imports": "1.12.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"typescript-plugin-css-modules": "^5.1.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"cross-spawn": "^7.0.3",
"jscodeshift": "^0.13.1",
"prompts": "^2.4.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"devDependencies": {
"@swc/core": "^1.4.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/token-translator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.9",
"postcss-value-parser": "^4.2.0",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"devDependencies": {
"@swc/core": "1.4.8",
Expand Down
30 changes: 25 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5700,7 +5700,7 @@ __metadata:
jscodeshift: ^0.13.1
prompts: ^2.4.2
ts-node: ^10.9.2
typescript: ^5.4.2
typescript: ^5.4.3
bin:
vkui-codemods: ./dist/index.js
languageName: unknown
Expand Down Expand Up @@ -5818,7 +5818,7 @@ __metadata:
swc-plugin-css-modules: 0.1.10
swc-plugin-transform-remove-imports: 1.12.1
ts-node: ^10.9.2
typescript: ^5.4.2
typescript: ^5.4.3
typescript-plugin-css-modules: ^5.1.0
webpack: ^5.91.0
webpack-cli: ^5.1.4
Expand All @@ -5842,7 +5842,7 @@ __metadata:
postcss-scss: ^4.0.9
postcss-value-parser: ^4.2.0
ts-node: ^10.9.2
typescript: ^5.4.2
typescript: ^5.4.3
bin:
vkui-token-translator: ./dist/index.js
languageName: unknown
Expand Down Expand Up @@ -19596,7 +19596,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:*, typescript@npm:^5.4.2":
"typescript@npm:*":
version: 5.4.2
resolution: "typescript@npm:5.4.2"
bin:
Expand All @@ -19606,7 +19606,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@*#~builtin<compat/typescript>, typescript@patch:typescript@^5.4.2#~builtin<compat/typescript>":
"typescript@npm:^5.4.3":
version: 5.4.3
resolution: "typescript@npm:5.4.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: d74d731527e35e64d8d2dcf2f897cf8cfbc3428be0ad7c48434218ba4ae41239f53be7c90714089db1068c05cae22436af2ecba71fd36ecc5e7a9118af060198
languageName: node
linkType: hard

"typescript@patch:typescript@*#~builtin<compat/typescript>":
version: 5.4.2
resolution: "typescript@patch:typescript@npm%3A5.4.2#~builtin<compat/typescript>::version=5.4.2&hash=f3b441"
bin:
Expand All @@ -19616,6 +19626,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^5.4.3#~builtin<compat/typescript>":
version: 5.4.3
resolution: "typescript@patch:typescript@npm%3A5.4.3#~builtin<compat/typescript>::version=5.4.3&hash=f3b441"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 3a62fe90aa79d68c9ce38ea5edb2957e62801c733b99f0e5a2b8b50922761f68f7d9a40d28c544b449866e81185cddb93cba2496d0ff3fa52ef5b1f8bcace38c
languageName: node
linkType: hard

"uglify-js@npm:^3.1.4":
version: 3.17.4
resolution: "uglify-js@npm:3.17.4"
Expand Down

0 comments on commit a98ad8d

Please sign in to comment.