Skip to content

Commit baf8d52

Browse files
authoredMar 17, 2025··
fix(deps): update all non-major dependencies (#76)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1ab56ce commit baf8d52

File tree

2 files changed

+165
-239
lines changed

2 files changed

+165
-239
lines changed
 

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tsdown",
33
"version": "0.6.8",
4-
"packageManager": "pnpm@10.6.2",
4+
"packageManager": "pnpm@10.6.3",
55
"description": "An even faster bundler powered by Rolldown.",
66
"type": "module",
77
"license": "MIT",
@@ -79,7 +79,7 @@
7979
"rollup-plugin-dts": "^6.1.1",
8080
"tinyglobby": "^0.2.12",
8181
"unconfig": "^7.3.1",
82-
"unplugin-isolated-decl": "^0.13.2"
82+
"unplugin-isolated-decl": "^0.13.3"
8383
},
8484
"devDependencies": {
8585
"@sxzz/eslint-config": "^6.0.2",
@@ -88,9 +88,9 @@
8888
"@types/debug": "^4.1.12",
8989
"@types/diff": "^7.0.1",
9090
"@types/node": "^22.13.10",
91-
"bumpp": "^10.0.3",
91+
"bumpp": "^10.1.0",
9292
"eslint": "^9.22.0",
93-
"oxc-transform": "^0.57.0",
93+
"oxc-transform": "^0.58.1",
9494
"prettier": "^3.5.3",
9595
"publint": "^0.3.9",
9696
"tinyexec": "^0.3.2",
@@ -99,7 +99,7 @@
9999
"typescript": "~5.8.2",
100100
"unplugin-ast": "^0.14.3",
101101
"unplugin-unused": "^0.4.3",
102-
"vite": "^6.2.1",
102+
"vite": "^6.2.2",
103103
"vitest": "^3.0.8"
104104
},
105105
"engines": {

‎pnpm-lock.yaml

+160-234
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.