Skip to content

Commit 3cd7085

Browse files
committed
feat!: upgrade unplugin, drop node 16 & webpack 4 support
1 parent b16db4f commit 3cd7085

File tree

2 files changed

+595
-652
lines changed

2 files changed

+595
-652
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-auto-import",
33
"type": "module",
44
"version": "0.18.6",
5-
"packageManager": "pnpm@9.14.2",
5+
"packageManager": "pnpm@9.15.0",
66
"description": "Register global imports on demand for Vite and Webpack",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -167,28 +167,28 @@
167167
"@rollup/pluginutils": "^5.1.3",
168168
"fast-glob": "^3.3.2",
169169
"local-pkg": "^0.5.1",
170-
"magic-string": "^0.30.14",
170+
"magic-string": "^0.30.15",
171171
"minimatch": "^9.0.5",
172-
"unimport": "^3.13.4",
173-
"unplugin": "^1.16.0"
172+
"unimport": "^3.14.5",
173+
"unplugin": "^2.1.0"
174174
},
175175
"devDependencies": {
176-
"@antfu/eslint-config": "^3.10.0",
176+
"@antfu/eslint-config": "^3.12.0",
177177
"@antfu/ni": "^0.23.1",
178178
"@nuxt/kit": "^3.14.1592",
179179
"@svgr/plugin-jsx": "^8.1.0",
180-
"@types/node": "^22.10.0",
180+
"@types/node": "^22.10.2",
181181
"@types/resolve": "^1.20.6",
182182
"@vueuse/metadata": "^12.0.0",
183-
"bumpp": "^9.8.1",
184-
"eslint": "^9.15.0",
183+
"bumpp": "^9.9.1",
184+
"eslint": "^9.16.0",
185185
"esno": "^4.8.0",
186186
"publint": "^0.2.12",
187-
"rollup": "^4.27.4",
187+
"rollup": "^4.28.1",
188188
"tsup": "^8.3.5",
189189
"typescript": "^5.7.2",
190-
"vite": "^6.0.1",
191-
"vitest": "^2.1.6",
192-
"webpack": "^5.96.1"
190+
"vite": "^6.0.3",
191+
"vitest": "^2.1.8",
192+
"webpack": "^5.97.1"
193193
}
194194
}

0 commit comments

Comments
 (0)