Skip to content

Commit efdfa35

Browse files
authored
chore(deps): update dependencies (#3926)
* fix: update deps and move `typescript` to dev deps * test: skip flaky bundle size test * fix: unpin unhead and move typescript to prod deps * fix: remove resolutions and add expect-error statements
1 parent a6ebe4a commit efdfa35

File tree

6 files changed

+4615
-2950
lines changed

6 files changed

+4615
-2950
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export default createConfigForNuxt({
111111
},
112112
},
113113
// Sort rule keys in eslint config
114+
// @ts-ignore type issues with eslint
114115
{
115116
files: ['**/eslint.config.mjs'],
116117
name: 'local/sort-eslint-config',

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@intlify/unplugin-vue-i18n": "^11.0.0",
7979
"@intlify/utils": "^0.13.0",
8080
"@miyaneee/rollup-plugin-json5": "^1.2.0",
81-
"@nuxt/kit": "^4.1.2",
81+
"@nuxt/kit": "^4.3.1",
8282
"@rollup/plugin-yaml": "^4.1.2",
8383
"@vue/compiler-sfc": "^3.5.22",
8484
"defu": "^6.1.4",
@@ -89,22 +89,22 @@
8989
"mlly": "^1.7.4",
9090
"nuxt-define": "^1.0.0",
9191
"ohash": "^2.0.11",
92-
"oxc-parser": "^0.95.0",
93-
"oxc-transform": "^0.95.0",
94-
"oxc-walker": "^0.5.2",
92+
"oxc-parser": "^0.112.0",
93+
"oxc-transform": "^0.112.0",
94+
"oxc-walker": "^0.7.0",
9595
"pathe": "^2.0.3",
96-
"typescript": "^5.9.2",
96+
"typescript": "^5.9.3",
9797
"ufo": "^1.6.1",
98-
"unplugin": "^2.3.5",
98+
"unplugin": "^2.3.11",
9999
"unplugin-vue-router": "^0.16.0",
100100
"unstorage": "^1.16.1",
101101
"vue-i18n": "^11.1.11",
102-
"vue-router": "^4.6.3"
102+
"vue-router": "^4.6.4"
103103
},
104104
"devDependencies": {
105105
"@nuxt/eslint-config": "^1.9.0",
106106
"@nuxt/module-builder": "^1.0.2",
107-
"@nuxt/schema": "^4.1.2",
107+
"@nuxt/schema": "^4.3.1",
108108
"bumpp": "^10.2.0",
109109
"consola": "^3.4.2",
110110
"eslint": "^9.32.0",
@@ -113,16 +113,16 @@
113113
"get-port-please": "^3.2.0",
114114
"jiti": "^2.5.1",
115115
"knip": "5.62.0",
116-
"nitropack": "^2.12.6",
117-
"nuxt": "^4.1.2",
116+
"nitropack": "^2.13.1",
117+
"nuxt": "^4.3.1",
118118
"ofetch": "^1.4.1",
119119
"playwright-core": "^1.54.1",
120120
"scule": "^1.3.0",
121121
"tinyexec": "^1.0.1",
122122
"unbuild": "^3.6.0",
123123
"undici": "^7.12.0",
124124
"vitest": "^3.2.4",
125-
"vue": "^3.5.22"
125+
"vue": "^3.5.27"
126126
},
127127
"publishConfig": {
128128
"access": "public"

0 commit comments

Comments
 (0)