Skip to content

Commit ec06e41

Browse files
chore(deps-dev): bump typescript from 5.9.2 to 5.9.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.2 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.9.2...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e01572 commit ec06e41

File tree

2 files changed

+5
-42
lines changed

2 files changed

+5
-42
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"lint-staged": "^16.1.5",
5353
"plop": "^4.0.1",
5454
"prettier": "3.6.2",
55-
"typescript": "^5.9.2",
55+
"typescript": "^5.9.3",
5656
"vite": "^7.1.3"
5757
}
5858
}

yarn.lock

Lines changed: 4 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,16 +1535,6 @@
15351535
jest-mock "30.0.5"
15361536
jest-util "30.0.5"
15371537

1538-
"@jest/environment@30.0.5":
1539-
version "30.0.5"
1540-
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-30.0.5.tgz#eaaae0403c7d3f8414053c2224acc3011e1c3a1b"
1541-
integrity sha512-aRX7WoaWx1oaOkDQvCWImVQ8XNtdv5sEWgk4gxR6NXb7WBUnL5sRak4WRzIQRZ1VTWPvV4VI4mgGjNL9TeKMYA==
1542-
dependencies:
1543-
"@jest/fake-timers" "30.0.5"
1544-
"@jest/types" "30.0.5"
1545-
"@types/node" "*"
1546-
jest-mock "30.0.5"
1547-
15481538
"@jest/environment@30.1.2":
15491539
version "30.1.2"
15501540
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-30.1.2.tgz#f1bd73a7571f96104a3ff2007747c2ce12b5c038"
@@ -1577,18 +1567,6 @@
15771567
expect "30.1.2"
15781568
jest-snapshot "30.1.2"
15791569

1580-
"@jest/fake-timers@30.0.5":
1581-
version "30.0.5"
1582-
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-30.0.5.tgz#c028a9465a44b7744cb2368196bed89ce13c7054"
1583-
integrity sha512-ZO5DHfNV+kgEAeP3gK3XlpJLL4U3Sz6ebl/n68Uwt64qFFs5bv4bfEEjyRGK5uM0C90ewooNgFuKMdkbEoMEXw==
1584-
dependencies:
1585-
"@jest/types" "30.0.5"
1586-
"@sinonjs/fake-timers" "^13.0.0"
1587-
"@types/node" "*"
1588-
jest-message-util "30.0.5"
1589-
jest-mock "30.0.5"
1590-
jest-util "30.0.5"
1591-
15921570
"@jest/fake-timers@30.1.2":
15931571
version "30.1.2"
15941572
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-30.1.2.tgz#cb0df6995034d50c6973ffd3ffdaa1353a816c41"
@@ -5549,21 +5527,6 @@ jest-message-util@30.0.2:
55495527
slash "^3.0.0"
55505528
stack-utils "^2.0.6"
55515529

5552-
jest-message-util@30.0.5:
5553-
version "30.0.5"
5554-
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-30.0.5.tgz#dd12ffec91dd3fa6a59cbd538a513d8e239e070c"
5555-
integrity sha512-NAiDOhsK3V7RU0Aa/HnrQo+E4JlbarbmI3q6Pi4KcxicdtjV82gcIUrejOtczChtVQR4kddu1E1EJlW6EN9IyA==
5556-
dependencies:
5557-
"@babel/code-frame" "^7.27.1"
5558-
"@jest/types" "30.0.5"
5559-
"@types/stack-utils" "^2.0.3"
5560-
chalk "^4.1.2"
5561-
graceful-fs "^4.2.11"
5562-
micromatch "^4.0.8"
5563-
pretty-format "30.0.5"
5564-
slash "^3.0.0"
5565-
stack-utils "^2.0.6"
5566-
55675530
jest-message-util@30.1.0:
55685531
version "30.1.0"
55695532
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-30.1.0.tgz#653a9bb1a33306eddf13455ce0666ba621b767c4"
@@ -7829,10 +7792,10 @@ typed-array-length@^1.0.7:
78297792
possible-typed-array-names "^1.0.0"
78307793
reflect.getprototypeof "^1.0.6"
78317794

7832-
typescript@^5.9.2:
7833-
version "5.9.2"
7834-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
7835-
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
7795+
typescript@^5.9.3:
7796+
version "5.9.3"
7797+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
7798+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
78367799

78377800
uglify-js@^3.1.4:
78387801
version "3.17.0"

0 commit comments

Comments
 (0)