Skip to content

Commit

Permalink
build(deps): Bump typescript from 5.7.2 to 5.7.3 (#8158)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 to 5.7.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.7.2...v5.7.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 Jan 20, 2025
1 parent 5d7e08f commit 868721c
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 @@ -93,7 +93,7 @@
"swc-plugin-css-modules": "1.0.0",
"swc-plugin-transform-remove-imports": "2.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"typescript-plugin-css-modules": "^5.1.0",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
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.5",
"jscodeshift": "^17.1.1",
"prompts": "^2.4.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"devDependencies": {
"@swc/core": "^1.9.3",
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.7.2"
"typescript": "^5.7.3"
},
"devDependencies": {
"@swc/core": "1.9.3",
Expand Down
30 changes: 25 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5489,7 +5489,7 @@ __metadata:
jscodeshift: "npm:^17.1.1"
prompts: "npm:^2.4.2"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.7.2"
typescript: "npm:^5.7.3"
bin:
vkui-codemods: ./dist/index.js
languageName: unknown
Expand Down Expand Up @@ -5638,7 +5638,7 @@ __metadata:
swc-plugin-css-modules: "npm:1.0.0"
swc-plugin-transform-remove-imports: "npm:2.0.0"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.7.2"
typescript: "npm:^5.7.3"
typescript-plugin-css-modules: "npm:^5.1.0"
webpack: "npm:^5.97.1"
webpack-cli: "npm:^6.0.1"
Expand All @@ -5662,7 +5662,7 @@ __metadata:
postcss-scss: "npm:^4.0.9"
postcss-value-parser: "npm:^4.2.0"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.7.2"
typescript: "npm:^5.7.3"
bin:
vkui-token-translator: ./dist/index.js
languageName: unknown
Expand Down Expand Up @@ -20773,7 +20773,7 @@ __metadata:
languageName: node
linkType: hard

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

"typescript@patch:typescript@npm%3A*#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.7.2#optional!builtin<compat/typescript>":
"typescript@npm:^5.7.3":
version: 5.7.3
resolution: "typescript@npm:5.7.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/6a7e556de91db3d34dc51cd2600e8e91f4c312acd8e52792f243c7818dfadb27bae677175fad6947f9c81efb6c57eb6b2d0c736f196a6ee2f1f7d57b74fc92fa
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A*#optional!builtin<compat/typescript>":
version: 5.7.2
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=5786d5"
bin:
Expand All @@ -20793,6 +20803,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.7.3#optional!builtin<compat/typescript>":
version: 5.7.3
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/dc58d777eb4c01973f7fbf1fd808aad49a0efdf545528dab9b07d94fdcb65b8751742804c3057e9619a4627f2d9cc85547fdd49d9f4326992ad0181b49e61d81
languageName: node
linkType: hard

"ufo@npm:^1.5.4":
version: 1.5.4
resolution: "ufo@npm:1.5.4"
Expand Down

0 comments on commit 868721c

Please sign in to comment.