Skip to content

Commit 42c41cb

Browse files
chore(deps): update all non-major dependencies
1 parent 5d552e3 commit 42c41cb

File tree

3 files changed

+282
-287
lines changed

3 files changed

+282
-287
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: denoland/setup-deno@v2
3838
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == 22 }}
3939
with:
40-
deno-version: v2.x
40+
deno-version: 2.7.4
4141
- run: pnpm install
4242
- run: pnpm lint
4343
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == 22 }}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@
9191
"@babel/template": "^7.28.6",
9292
"@babel/traverse": "^7.29.0",
9393
"@babel/types": "^7.29.0",
94-
"@rspack/cli": "^1.7.6",
95-
"@rspack/core": "^1.7.6",
94+
"@rspack/cli": "^1.7.8",
95+
"@rspack/core": "^1.7.8",
9696
"@types/babel__core": "^7.20.5",
9797
"@types/babel__helper-module-imports": "^7.18.3",
9898
"@types/babel__helper-plugin-utils": "^7.10.3",
9999
"@types/babel__template": "^7.4.4",
100100
"@types/babel__traverse": "^7.28.0",
101-
"@types/node": "^25.3.2",
102-
"@typescript/native-preview": "7.0.0-dev.20260227.1",
101+
"@types/node": "^25.4.0",
102+
"@typescript/native-preview": "7.0.0-dev.20260310.1",
103103
"@vitest/coverage-v8": "^4.0.18",
104104
"acorn": "^8.16.0",
105105
"babel-plugin-parameter-decorator": "^1.0.16",
@@ -109,7 +109,7 @@
109109
"defu": "^6.1.4",
110110
"destr": "^2.0.5",
111111
"escape-string-regexp": "^5.0.0",
112-
"eslint": "^10.0.2",
112+
"eslint": "^10.0.3",
113113
"eslint-config-unjs": "^0.6.2",
114114
"estree-walker": "^3.0.3",
115115
"etag": "^1.8.1",
@@ -118,27 +118,27 @@
118118
"is-installed-globally": "^1.0.0",
119119
"mime": "^4.1.0",
120120
"mitata": "^1.0.34",
121-
"mlly": "^1.8.0",
121+
"mlly": "^1.8.1",
122122
"moment-timezone": "^0.6.0",
123123
"nano-jsx": "^0.2.1",
124124
"pathe": "^2.0.3",
125125
"pkg-types": "^2.3.0",
126-
"preact": "^10.28.4",
126+
"preact": "^10.29.0",
127127
"preact-render-to-string": "^6.6.6",
128128
"prettier": "^3.8.1",
129129
"react": "^19.2.4",
130130
"react-dom": "^19.2.4",
131131
"reflect-metadata": "^0.2.2",
132132
"solid-js": "^1.9.11",
133-
"std-env": "^4.0.0-rc.1",
134-
"terser-webpack-plugin": "^5.3.16",
133+
"std-env": "^4.0.0",
134+
"terser-webpack-plugin": "^5.4.0",
135135
"tinyexec": "^1.0.2",
136136
"ts-loader": "^9.5.4",
137137
"typescript": "^5.9.3",
138138
"vitest": "^4.0.18",
139-
"vue": "^3.5.29",
139+
"vue": "^3.5.30",
140140
"yoctocolors": "^2.1.2",
141141
"zod": "^4.3.6"
142142
},
143-
"packageManager": "pnpm@10.30.3"
143+
"packageManager": "pnpm@10.32.1"
144144
}

0 commit comments

Comments
 (0)