Skip to content

Commit 30381a4

Browse files
chore(deps): update all non-major dependencies (#604)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 1730c74 commit 30381a4

File tree

193 files changed

+1518
-1364
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+1518
-1364
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { DefaultTheme } from 'vitepress'
21
import { defineConfig } from 'vitepress'
2+
import type { DefaultTheme } from 'vitepress'
33
import { version } from '../../packages/core/package.json'
44
import vite from './vite.config'
55

docs/.vitepress/theme/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// https://vitepress.dev/guide/custom-theme
2-
import { h } from 'vue'
32
import Theme from 'vitepress/theme'
3+
import { h } from 'vue'
44
import 'uno.css'
55
import './style.css'
66

docs/.vitepress/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { fileURLToPath } from 'node:url'
2-
import { defineConfig } from 'vite'
32
import UnoCSS from 'unocss/vite'
43
import Components from 'unplugin-vue-components/vite'
4+
import { defineConfig } from 'vite'
55

66
export default defineConfig({
77
plugins: [

docs/help/faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ export default defineConfig({
2525
## How to work with Laravel Vite Plugin?
2626

2727
```ts
28-
import { defineConfig } from 'vite'
2928
import laravel from 'laravel-vite-plugin'
29+
import { defineConfig } from 'vite'
3030
import VueDevTools from 'vite-plugin-vue-devtools'
3131

3232
export default defineConfig({
@@ -64,9 +64,9 @@ export default defineNuxtConfig({
6464
## How to work with [Vite Ruby](https://vite-ruby.netlify.app/)?
6565

6666
```ts
67+
import vue from '@vitejs/plugin-vue'
6768
import { defineConfig } from 'vite'
6869
import RubyPlugin from 'vite-plugin-ruby'
69-
import vue from '@vitejs/plugin-vue'
7070
import VueDevTools from 'vite-plugin-vue-devtools'
7171

7272
export default defineConfig({
@@ -84,8 +84,8 @@ export default defineConfig({
8484

8585
```ts
8686
// wxt.config.ts
87-
import { defineConfig } from 'wxt'
8887
import devtools from 'vite-plugin-vue-devtools'
88+
import { defineConfig } from 'wxt'
8989

9090
export default defineConfig({
9191
modules: ['@wxt-dev/module-vue'],

docs/help/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ And you are using `vite-plugin-html`, please make sure register `vite-plugin-vue
1111
```ts
1212
// vite.config.ts
1313
import { defineConfig } from 'vite'
14-
import vueDevTools from 'vite-plugin-vue-devtools'
1514
import { createHtmlPlugin } from 'vite-plugin-html'
15+
import vueDevTools from 'vite-plugin-vue-devtools'
1616

1717
export default defineConfig({
1818
plugins: [

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"@vueuse/core": "^11.0.3",
1313
"unplugin-vue-components": "^0.27.4",
1414
"vitepress": "1.3.4",
15-
"vue": "^3.4.38"
15+
"vue": "^3.5.3"
1616
}
1717
}

eslint-plugins/rules/no-vue-runtime-import/no-vue-runtime-import.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { run } from '../../test-utils'
21
import rule from '.'
2+
import { run } from '../../test-utils'
33

44
run({
55
name: 'no-vue-runtime-import',

eslint-plugins/test-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import tsParser from '@typescript-eslint/parser'
22

3-
import type { RuleTesterInitOptions, TestCasesOptions } from 'eslint-vitest-rule-tester'
43
import { run as _run } from 'eslint-vitest-rule-tester'
4+
import type { RuleTesterInitOptions, TestCasesOptions } from 'eslint-vitest-rule-tester'
55

66
export * from 'eslint-vitest-rule-tester'
77

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,16 @@
7272
"gen:vue-apis": "tsx ./scripts/vue-api-manifest.ts"
7373
},
7474
"devDependencies": {
75-
"@antfu/eslint-config": "^3.0.0",
75+
"@antfu/eslint-config": "^3.4.1",
7676
"@antfu/ni": "^0.23.0",
77-
"@arethetypeswrong/cli": "^0.15.4",
77+
"@arethetypeswrong/cli": "^0.16.1",
7878
"@clack/prompts": "^0.7.0",
7979
"@types/chrome": "^0.0.270",
8080
"@types/degit": "^2.8.6",
8181
"@types/fs-extra": "^11.0.4",
82-
"@types/node": "^20.16.3",
83-
"@typescript-eslint/parser": "^8.3.0",
84-
"@typescript-eslint/utils": "^8.3.0",
82+
"@types/node": "^20.16.5",
83+
"@typescript-eslint/parser": "^8.4.0",
84+
"@typescript-eslint/utils": "^8.4.0",
8585
"@unocss/eslint-plugin": "^0.62.3",
8686
"@vue/devtools-core": "workspace:^",
8787
"@vue/devtools-kit": "workspace:^",
@@ -90,7 +90,7 @@
9090
"bumpp": "^9.5.2",
9191
"cross-env": "^7.0.3",
9292
"degit": "^2.8.4",
93-
"eslint": "^9.9.1",
93+
"eslint": "^9.10.0",
9494
"eslint-plugin-format": "^0.1.2",
9595
"eslint-vitest-rule-tester": "^0.6.1",
9696
"execa": "^8.0.1",
@@ -99,7 +99,7 @@
9999
"jsdom": "^25.0.0",
100100
"lint-staged": "^15.2.10",
101101
"npm-run-all2": "^6.2.2",
102-
"picocolors": "^1.0.1",
102+
"picocolors": "^1.1.0",
103103
"pnpm": "^9.9.0",
104104
"progress": "^2.0.3",
105105
"publint": "^0.2.10",
@@ -114,9 +114,9 @@
114114
"typescript": "^5.5.4",
115115
"unbuild": "^2.0.0",
116116
"unocss": "^0.62.3",
117-
"vite": "^5.4.2",
117+
"vite": "^5.4.3",
118118
"vitest": "^2.0.5",
119-
"vue": "^3.4.38"
119+
"vue": "^3.5.3"
120120
},
121121
"simple-git-hooks": {
122122
"pre-commit": "pnpm lint-staged"

packages/applet/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"@vue/devtools-ui": "workspace:^",
3636
"lodash-es": "^4.17.21",
3737
"perfect-debounce": "^1.0.0",
38-
"shiki": "^1.16.1",
38+
"shiki": "^1.16.2",
3939
"splitpanes": "^3.1.5",
4040
"vue-virtual-scroller": "2.0.0-beta.8"
4141
},
4242
"devDependencies": {
4343
"@types/lodash-es": "^4.17.12",
44-
"unplugin-vue": "^5.1.3",
44+
"unplugin-vue": "^5.1.4",
4545
"vite-plugin-dts": "^3.9.1",
46-
"vue": "^3.4.38",
46+
"vue": "^3.5.3",
4747
"vue-router": "^4.4.3"
4848
}
4949
}

0 commit comments

Comments
 (0)