Skip to content

Commit 491fc23

Browse files
authored
Merge branch 'vuejs:main' into main
2 parents ed261c3 + 935a075 commit 491fc23

File tree

96 files changed

+3190
-2121
lines changed

Some content is hidden

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

96 files changed

+3190
-2121
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
<p align="center">
2-
<a href="https://github.com/vuejs/devtools-next">
3-
<img src="https://raw.githubusercontent.com/vuejs/devtools-next/main/docs/public/logo.svg" alt="Vue DevTools - Unleash Vue Developer Experience" width="200">
2+
<a href="https://github.com/vuejs/devtools">
3+
<img src="https://raw.githubusercontent.com/vuejs/devtools/main/docs/public/logo.svg" alt="Vue DevTools - Unleash Vue Developer Experience" width="200">
44
</a>
55
<br>
6-
<h1 align="center">Vue DevTools Next</h1>
6+
<h1 align="center">Vue DevTools</h1>
77
<p align="center">Unleash Vue Developer Experience</p>
88
</p>
99

10+
> Note: this repository is for Vue Devtools v7 (previously known as Vue Devtools Next). The now legacy v6 version has been moved to [vuejs/devtools-v6](https://github.com/vuejs/devtools-v6).
11+
1012
## Getting Started
1113

12-
- [Chrome Extension](https://chromewebstore.google.com/detail/vuejs-devtools-beta/ljjemllljcmogpfapbkkighbhhppjdbg)
14+
- [Chrome Extension](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd)
1315
- [Install as Vite plugin](https://devtools.vuejs.org/guide/vite-plugin)
1416
- [Standalone App](https://devtools.vuejs.org/guide/standalone)
1517

@@ -29,8 +31,8 @@ Please make sure to read the [Contributing Guide](https://devtools.vuejs.org/hel
2931

3032
Thank you to all the people who already contributed to Vue DevTools!
3133

32-
<!-- <a href="https://github.com/vuejs/devtools-next/graphs/contributors">
33-
<img src="https://contrib.rocks/image?repo=vuejs/devtools-next" />
34+
<!-- <a href="https://github.com/vuejs/devtools/graphs/contributors">
35+
<img src="https://contrib.rocks/image?repo=vuejs/devtools" />
3436
</a> -->
3537

3638
## License

docs/.vitepress/components/HomeContributors.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</h2>
66
</div>
77
<p id="contributors" class="mt-5 text-center">
8-
<a href="https://github.com/vuejs/devtools-next/graphs/contributors">
9-
<img src="https://contrib.rocks/image?repo=vuejs/devtools-next">
8+
<a href="https://github.com/vuejs/devtools/graphs/contributors">
9+
<img src="https://contrib.rocks/image?repo=vuejs/devtools">
1010
</a>
1111
</p>
1212
</template>

docs/.vitepress/components/UseModeList.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ const list = [
1414
link: '/guide/standalone',
1515
},
1616
{
17-
name: 'Chrome Extension (Beta)',
17+
name: 'Chrome Extension',
1818
logo: '/features/chrome-logo.svg',
19-
link: 'https://chromewebstore.google.com/detail/vuejs-devtools-beta/ljjemllljcmogpfapbkkighbhhppjdbg?utm_source=ext_sidebar',
19+
link: 'https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?utm_source=ext_sidebar',
2020
blank: true,
2121
},
2222
]

docs/.vitepress/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const PLUGINS: DefaultTheme.NavItemWithLink[] = [
2727
]
2828

2929
// const VERSIONS: DefaultTheme.NavItemWithLink[] = [
30-
// { text: `v${version} (current)`, link: 'https://github.com/vuejs/devtools-next/releases' },
30+
// { text: `v${version} (current)`, link: 'https://github.com/vuejs/devtools/releases' },
3131
// ]
3232

3333
// https://vitepress.dev/reference/site-config
@@ -117,15 +117,15 @@ export default defineConfig({
117117
),
118118

119119
editLink: {
120-
pattern: 'https://github.com/vuejs/devtools-next/edit/main/docs/:path',
120+
pattern: 'https://github.com/vuejs/devtools/edit/main/docs/:path',
121121
text: 'Suggest changes to this page',
122122
},
123123
search: {
124124
provider: 'local',
125125
},
126126

127127
socialLinks: [
128-
{ icon: 'github', link: 'https://github.com/vuejs/devtools-next' },
128+
{ icon: 'github', link: 'https://github.com/vuejs/devtools' },
129129
],
130130

131131
footer: {

docs/guide/browser-extension.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ The v7 version of devtools only supports Vue3. If your application is still usin
66

77
## Chrome
88

9-
The extension is in beta, remove or disable any existing versions and install the extension from [here](https://chromewebstore.google.com/detail/vuejs-devtools-beta/ljjemllljcmogpfapbkkighbhhppjdbg?utm_source=ext_sidebar).
9+
Remove or disable any existing versions and install the extension from [here](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?utm_source=ext_sidebar).
1010

1111
<div
1212
class="w-83 group cursor-pointer list-none rounded pr-5 hover:b-$vp-c-brand-1"
1313
border="~ solid base" flex="~ flex-row items-center"
1414
>
1515
<a
16-
href="https://chromewebstore.google.com/detail/vuejs-devtools-beta/ljjemllljcmogpfapbkkighbhhppjdbg?utm_source=ext_sidebar"
16+
href="https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?utm_source=ext_sidebar"
1717
class="group text-! h-full w-full flex cursor-pointer list-none items-center rounded pr-5 hover:b-$vp-c-brand-1 text-$vp-c-text-1! decoration-none!"
1818
target="_blank"
1919
>
2020
<img src="/features/chrome-logo.svg" alt="Chrome Extension" class="mx-2 h-10">
2121
<p class="group-hover:text-$vp-c-brand-1">
22-
Install Beta version on Chrome
22+
Install on Chrome
2323
</p>
2424
</a>
2525
</div>
@@ -28,24 +28,24 @@ The extension is in beta, remove or disable any existing versions and install th
2828

2929
...and other Chromium-based browsers.
3030

31-
This is the same as the Chrome extension, but you need to install it from the Chrome Web Store. You can install it from [here](https://chromewebstore.google.com/detail/vuejs-devtools-beta/ljjemllljcmogpfapbkkighbhhppjdbg?utm_source=ext_sidebar).
31+
This is the same as the Chrome extension, but you need to install it from the Chrome Web Store. You can install it from [here](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?utm_source=ext_sidebar).
3232

3333
<div
3434
class="w-123 group cursor-pointer list-none rounded pr-5 hover:b-$vp-c-brand-1"
3535
border="~ solid base" flex="~ flex-row items-center"
3636
>
3737
<a
38-
href="https://chromewebstore.google.com/detail/vuejs-devtools-beta/ljjemllljcmogpfapbkkighbhhppjdbg?utm_source=ext_sidebar"
38+
href="https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?utm_source=ext_sidebar"
3939
class="group text-! h-full w-full flex cursor-pointer list-none items-center rounded pr-5 hover:b-$vp-c-brand-1 text-$vp-c-text-1! decoration-none!"
4040
target="_blank"
4141
>
4242
<img src="/features/chromium-logo.svg" alt="Chrome Extension" class="mx-2 h-10">
4343
<p class="group-hover:text-$vp-c-brand-1">
44-
Install Beta version on Chromium-based browsers
44+
Install on Chromium-based browsers
4545
</p>
4646
</a>
4747
</div>
4848

4949
## Firefox
5050

51-
We'll launch on the Firefox App Store once v7.0 is stable.
51+
We'll launch on the Firefox App Store once v7.x is stable.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hero:
1515
link: /getting-started/features
1616
- theme: alt
1717
text: View on GitHub
18-
link: https://github.com/vuejs/devtools-next
18+
link: https://github.com/vuejs/devtools
1919
image:
2020
src: /logo.svg
2121
alt: Vue DevTools

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"docs:preview": "vitepress preview"
99
},
1010
"devDependencies": {
11-
"@unocss/reset": "^0.63.4",
12-
"@vueuse/core": "^11.1.0",
11+
"@unocss/reset": "^0.64.0",
12+
"@vueuse/core": "^11.2.0",
1313
"unplugin-vue-components": "^0.27.4",
14-
"vitepress": "1.4.1",
14+
"vitepress": "1.5.0",
1515
"vue": "^3.5.12"
1616
}
1717
}

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"type": "module",
44
"version": "7.3.2",
55
"private": true,
6-
"packageManager": "[email protected].2",
6+
"packageManager": "[email protected].3",
77
"description": "DevTools for Vue.js",
88
"author": "webfansplz",
99
"license": "MIT",
10-
"homepage": "https://github.com/vuejs/devtools-next#readme",
10+
"homepage": "https://github.com/vuejs/devtools#readme",
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/vuejs/devtools-next.git"
13+
"url": "git+https://github.com/vuejs/devtools.git"
1414
},
1515
"bugs": {
16-
"url": "https://github.com/vuejs/devtools-next/issues"
16+
"url": "https://github.com/vuejs/devtools/issues"
1717
},
1818
"keywords": [
1919
"vue-devtools",
@@ -74,48 +74,48 @@
7474
"devDependencies": {
7575
"@antfu/eslint-config": "^3.8.0",
7676
"@antfu/ni": "^0.23.0",
77-
"@arethetypeswrong/cli": "^0.16.4",
77+
"@arethetypeswrong/cli": "^0.17.0",
7878
"@clack/prompts": "^0.7.0",
79-
"@types/chrome": "^0.0.279",
79+
"@types/chrome": "^0.0.280",
8080
"@types/degit": "^2.8.6",
8181
"@types/fs-extra": "^11.0.4",
82-
"@types/node": "^20.16.14",
83-
"@typescript-eslint/parser": "^8.11.0",
84-
"@typescript-eslint/utils": "^8.11.0",
85-
"@unocss/eslint-plugin": "^0.63.4",
82+
"@types/node": "^22.9.0",
83+
"@typescript-eslint/parser": "^8.13.0",
84+
"@typescript-eslint/utils": "^8.13.0",
85+
"@unocss/eslint-plugin": "^0.64.0",
8686
"@vue/devtools-core": "workspace:^",
8787
"@vue/devtools-kit": "workspace:^",
8888
"@vue/test-utils": "^2.4.6",
8989
"archiver": "^7.0.1",
90-
"bumpp": "^9.7.1",
90+
"bumpp": "^9.8.1",
9191
"cross-env": "^7.0.3",
9292
"degit": "^2.8.4",
93-
"eslint": "^9.13.0",
93+
"eslint": "^9.14.0",
9494
"eslint-plugin-format": "^0.1.2",
9595
"eslint-vitest-rule-tester": "^0.6.1",
9696
"execa": "^8.0.1",
9797
"fast-glob": "^3.3.2",
9898
"fs-extra": "^11.2.0",
9999
"jsdom": "^25.0.1",
100100
"lint-staged": "^15.2.10",
101-
"npm-run-all2": "^6.2.6",
101+
"npm-run-all2": "^7.0.1",
102102
"picocolors": "^1.1.1",
103-
"pnpm": "^9.12.2",
103+
"pnpm": "^9.12.3",
104104
"progress": "^2.0.3",
105-
"publint": "^0.2.11",
106-
"readdir-glob": "^2.0.0",
105+
"publint": "^0.2.12",
106+
"readdir-glob": "^2.0.1",
107107
"regex-extra": "^0.2.2",
108108
"semver": "^7.6.3",
109109
"simple-git-hooks": "^2.11.1",
110-
"taze": "^0.17.2",
111-
"tsup": "^8.3.0",
112-
"tsx": "^4.19.1",
110+
"taze": "^0.18.0",
111+
"tsup": "^8.3.5",
112+
"tsx": "^4.19.2",
113113
"turbo": "^2.2.3",
114114
"typescript": "^5.6.3",
115115
"unbuild": "^2.0.0",
116-
"unocss": "^0.63.4",
117-
"vite": "^5.4.9",
118-
"vitest": "^2.1.3",
116+
"unocss": "^0.64.0",
117+
"vite": "^5.4.11",
118+
"vitest": "^2.1.4",
119119
"vue": "^3.5.12"
120120
},
121121
"simple-git-hooks": {

packages/applet/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@vue/devtools-applet",
33
"type": "module",
4-
"version": "7.5.4",
4+
"version": "7.6.4",
55
"author": "webfansplz",
66
"license": "MIT",
77
"repository": {
88
"directory": "packages/applet",
99
"type": "git",
10-
"url": "git+https://github.com/vuejs/devtools-next.git"
10+
"url": "git+https://github.com/vuejs/devtools.git"
1111
},
1212
"exports": {
1313
".": {
@@ -35,7 +35,7 @@
3535
"@vue/devtools-ui": "workspace:^",
3636
"lodash-es": "^4.17.21",
3737
"perfect-debounce": "^1.0.0",
38-
"shiki": "^1.22.0",
38+
"shiki": "^1.22.2",
3939
"splitpanes": "^3.1.5",
4040
"vue-virtual-scroller": "2.0.0-beta.8"
4141
},

packages/applet/src/components/state/RootStateViewer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const { expanded, toggleExpanded } = useToggleExpanded(props.expandedStateId)
5050
/>
5151
<!-- placeholder -->
5252
<span v-else pl5 />
53-
<span font-state-field text-3.5>
53+
<span font-state-field text-3.5 text-hex-a3a3a3>
5454
{{ key }}
5555
</span>
5656
</div>

0 commit comments

Comments
 (0)