Skip to content

Commit 9d7e3c5

Browse files
committed
version 3.3.3 snapshot
1 parent 9ac9e6f commit 9d7e3c5

File tree

344 files changed

+2952
-2904
lines changed

Some content is hidden

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

344 files changed

+2952
-2904
lines changed

Diff for: cypress/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"test:unit:ci": "cypress run --component --quiet --reporter spec"
1212
},
1313
"dependencies": {
14-
"vue": "^3.2.37"
14+
"vue": "^3.2.38"
1515
},
1616
"devDependencies": {
17-
"@vitejs/plugin-vue": "^3.0.1",
18-
"cypress": "^10.4.0",
17+
"@vitejs/plugin-vue": "^3.0.3",
18+
"cypress": "^10.7.0",
1919
"start-server-and-test": "^1.14.0",
20-
"vite": "^3.0.4"
20+
"vite": "^3.0.9"
2121
}
2222
}

Diff for: cypress/src/components/HelloWorld.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ defineProps({
1212
<h1 class="green">{{ msg }}</h1>
1313
<h3>
1414
You’ve successfully created a project with
15-
<a target="_blank" href="https://vitejs.dev/">Vite</a> +
16-
<a target="_blank" href="https://vuejs.org/">Vue 3</a>.
15+
<a href="https://vitejs.dev/" target="_blank" rel="noopener">Vite</a> +
16+
<a href="https://vuejs.org/" target="_blank" rel="noopener">Vue 3</a>.
1717
</h3>
1818
</div>
1919
</template>

Diff for: cypress/src/components/TheWelcome.vue

+23-21
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import SupportIcon from './icons/IconSupport.vue'
1515
<template #heading>Documentation</template>
1616

1717
Vue’s
18-
<a target="_blank" href="https://vuejs.org/">official documentation</a>
18+
<a href="https://vuejs.org/" target="_blank" rel="noopener">official documentation</a>
1919
provides you with all information you need to get started.
2020
</WelcomeItem>
2121

@@ -26,14 +26,13 @@ import SupportIcon from './icons/IconSupport.vue'
2626
<template #heading>Tooling</template>
2727

2828
This project is served and bundled with
29-
<a href="https://vitejs.dev/guide/features.html" target="_blank">Vite</a>. The recommended IDE
30-
setup is <a href="https://code.visualstudio.com/" target="_blank">VSCode</a> +
31-
<a href="https://github.com/johnsoncodehk/volar" target="_blank">Volar</a>. If you need to test
32-
your components and web pages, check out
33-
<a href="https://www.cypress.io/" target="_blank">Cypress</a> and
34-
<a href="https://on.cypress.io/component" target="_blank"
35-
>Cypress Component Testing</a
36-
>.
29+
<a href="https://vitejs.dev/guide/features.html" target="_blank" rel="noopener">Vite</a>. The
30+
recommended IDE setup is
31+
<a href="https://code.visualstudio.com/" target="_blank" rel="noopener">VSCode</a> +
32+
<a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
33+
you need to test your components and web pages, check out
34+
<a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a> and
35+
<a href="https://on.cypress.io/component" target="_blank">Cypress Component Testing</a>.
3736

3837
<br />
3938

@@ -47,12 +46,12 @@ import SupportIcon from './icons/IconSupport.vue'
4746
<template #heading>Ecosystem</template>
4847

4948
Get official tools and libraries for your project:
50-
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
51-
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
52-
<a target="_blank" href="https://test-utils.vuejs.org/">Vue Test Utils</a>, and
53-
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more
54-
resources, we suggest paying
55-
<a target="_blank" href="https://github.com/vuejs/awesome-vue">Awesome Vue</a>
49+
<a href="https://pinia.vuejs.org/" target="_blank" rel="noopener">Pinia</a>,
50+
<a href="https://router.vuejs.org/" target="_blank" rel="noopener">Vue Router</a>,
51+
<a href="https://test-utils.vuejs.org/" target="_blank" rel="noopener">Vue Test Utils</a>, and
52+
<a href="https://github.com/vuejs/devtools" target="_blank" rel="noopener">Vue Dev Tools</a>. If
53+
you need more resources, we suggest paying
54+
<a href="https://github.com/vuejs/awesome-vue" target="_blank" rel="noopener">Awesome Vue</a>
5655
a visit.
5756
</WelcomeItem>
5857

@@ -63,11 +62,14 @@ import SupportIcon from './icons/IconSupport.vue'
6362
<template #heading>Community</template>
6463

6564
Got stuck? Ask your question on
66-
<a target="_blank" href="https://chat.vuejs.org">Vue Land</a>, our official Discord server, or
67-
<a target="_blank" href="https://stackoverflow.com/questions/tagged/vue.js">StackOverflow</a>.
68-
You should also subscribe to
69-
<a target="_blank" href="https://news.vuejs.org">our mailing list</a> and follow the official
70-
<a target="_blank" href="https://twitter.com/vuejs">@vuejs</a>
65+
<a href="https://chat.vuejs.org" target="_blank" rel="noopener">Vue Land</a>, our official
66+
Discord server, or
67+
<a href="https://stackoverflow.com/questions/tagged/vue.js" target="_blank" rel="noopener"
68+
>StackOverflow</a
69+
>. You should also subscribe to
70+
<a href="https://news.vuejs.org" target="_blank" rel="noopener">our mailing list</a> and follow
71+
the official
72+
<a href="https://twitter.com/vuejs" target="_blank" rel="noopener">@vuejs</a>
7173
twitter account for latest news in the Vue world.
7274
</WelcomeItem>
7375

@@ -79,6 +81,6 @@ import SupportIcon from './icons/IconSupport.vue'
7981

8082
As an independent project, Vue relies on community backing for its sustainability. You can help
8183
us by
82-
<a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
84+
<a href="https://vuejs.org/sponsor/" target="_blank" rel="noopener">becoming a sponsor</a>.
8385
</WelcomeItem>
8486
</template>

Diff for: default/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"preview": "vite preview --port 4173"
88
},
99
"dependencies": {
10-
"vue": "^3.2.37"
10+
"vue": "^3.2.38"
1111
},
1212
"devDependencies": {
13-
"@vitejs/plugin-vue": "^3.0.1",
14-
"vite": "^3.0.4"
13+
"@vitejs/plugin-vue": "^3.0.3",
14+
"vite": "^3.0.9"
1515
}
1616
}

Diff for: default/src/components/HelloWorld.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ defineProps({
1212
<h1 class="green">{{ msg }}</h1>
1313
<h3>
1414
You’ve successfully created a project with
15-
<a target="_blank" href="https://vitejs.dev/">Vite</a> +
16-
<a target="_blank" href="https://vuejs.org/">Vue 3</a>.
15+
<a href="https://vitejs.dev/" target="_blank" rel="noopener">Vite</a> +
16+
<a href="https://vuejs.org/" target="_blank" rel="noopener">Vue 3</a>.
1717
</h3>
1818
</div>
1919
</template>

Diff for: default/src/components/TheWelcome.vue

+23-21
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import SupportIcon from './icons/IconSupport.vue'
1515
<template #heading>Documentation</template>
1616

1717
Vue’s
18-
<a target="_blank" href="https://vuejs.org/">official documentation</a>
18+
<a href="https://vuejs.org/" target="_blank" rel="noopener">official documentation</a>
1919
provides you with all information you need to get started.
2020
</WelcomeItem>
2121

@@ -26,14 +26,13 @@ import SupportIcon from './icons/IconSupport.vue'
2626
<template #heading>Tooling</template>
2727

2828
This project is served and bundled with
29-
<a href="https://vitejs.dev/guide/features.html" target="_blank">Vite</a>. The recommended IDE
30-
setup is <a href="https://code.visualstudio.com/" target="_blank">VSCode</a> +
31-
<a href="https://github.com/johnsoncodehk/volar" target="_blank">Volar</a>. If you need to test
32-
your components and web pages, check out
33-
<a href="https://www.cypress.io/" target="_blank">Cypress</a> and
34-
<a href="https://on.cypress.io/component" target="_blank"
35-
>Cypress Component Testing</a
36-
>.
29+
<a href="https://vitejs.dev/guide/features.html" target="_blank" rel="noopener">Vite</a>. The
30+
recommended IDE setup is
31+
<a href="https://code.visualstudio.com/" target="_blank" rel="noopener">VSCode</a> +
32+
<a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
33+
you need to test your components and web pages, check out
34+
<a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a> and
35+
<a href="https://on.cypress.io/component" target="_blank">Cypress Component Testing</a>.
3736

3837
<br />
3938

@@ -47,12 +46,12 @@ import SupportIcon from './icons/IconSupport.vue'
4746
<template #heading>Ecosystem</template>
4847

4948
Get official tools and libraries for your project:
50-
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
51-
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
52-
<a target="_blank" href="https://test-utils.vuejs.org/">Vue Test Utils</a>, and
53-
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more
54-
resources, we suggest paying
55-
<a target="_blank" href="https://github.com/vuejs/awesome-vue">Awesome Vue</a>
49+
<a href="https://pinia.vuejs.org/" target="_blank" rel="noopener">Pinia</a>,
50+
<a href="https://router.vuejs.org/" target="_blank" rel="noopener">Vue Router</a>,
51+
<a href="https://test-utils.vuejs.org/" target="_blank" rel="noopener">Vue Test Utils</a>, and
52+
<a href="https://github.com/vuejs/devtools" target="_blank" rel="noopener">Vue Dev Tools</a>. If
53+
you need more resources, we suggest paying
54+
<a href="https://github.com/vuejs/awesome-vue" target="_blank" rel="noopener">Awesome Vue</a>
5655
a visit.
5756
</WelcomeItem>
5857

@@ -63,11 +62,14 @@ import SupportIcon from './icons/IconSupport.vue'
6362
<template #heading>Community</template>
6463

6564
Got stuck? Ask your question on
66-
<a target="_blank" href="https://chat.vuejs.org">Vue Land</a>, our official Discord server, or
67-
<a target="_blank" href="https://stackoverflow.com/questions/tagged/vue.js">StackOverflow</a>.
68-
You should also subscribe to
69-
<a target="_blank" href="https://news.vuejs.org">our mailing list</a> and follow the official
70-
<a target="_blank" href="https://twitter.com/vuejs">@vuejs</a>
65+
<a href="https://chat.vuejs.org" target="_blank" rel="noopener">Vue Land</a>, our official
66+
Discord server, or
67+
<a href="https://stackoverflow.com/questions/tagged/vue.js" target="_blank" rel="noopener"
68+
>StackOverflow</a
69+
>. You should also subscribe to
70+
<a href="https://news.vuejs.org" target="_blank" rel="noopener">our mailing list</a> and follow
71+
the official
72+
<a href="https://twitter.com/vuejs" target="_blank" rel="noopener">@vuejs</a>
7173
twitter account for latest news in the Vue world.
7274
</WelcomeItem>
7375

@@ -79,6 +81,6 @@ import SupportIcon from './icons/IconSupport.vue'
7981

8082
As an independent project, Vue relies on community backing for its sustainability. You can help
8183
us by
82-
<a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
84+
<a href="https://vuejs.org/sponsor/" target="_blank" rel="noopener">becoming a sponsor</a>.
8385
</WelcomeItem>
8486
</template>

Diff for: jsx-cypress/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"test:unit:ci": "cypress run --component --quiet --reporter spec"
1212
},
1313
"dependencies": {
14-
"vue": "^3.2.37"
14+
"vue": "^3.2.38"
1515
},
1616
"devDependencies": {
17-
"@vitejs/plugin-vue": "^3.0.1",
18-
"@vitejs/plugin-vue-jsx": "^2.0.0",
19-
"cypress": "^10.4.0",
17+
"@vitejs/plugin-vue": "^3.0.3",
18+
"@vitejs/plugin-vue-jsx": "^2.0.1",
19+
"cypress": "^10.7.0",
2020
"start-server-and-test": "^1.14.0",
21-
"vite": "^3.0.4"
21+
"vite": "^3.0.9"
2222
}
2323
}

Diff for: jsx-cypress/src/components/HelloWorld.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ defineProps({
1212
<h1 class="green">{{ msg }}</h1>
1313
<h3>
1414
You’ve successfully created a project with
15-
<a target="_blank" href="https://vitejs.dev/">Vite</a> +
16-
<a target="_blank" href="https://vuejs.org/">Vue 3</a>.
15+
<a href="https://vitejs.dev/" target="_blank" rel="noopener">Vite</a> +
16+
<a href="https://vuejs.org/" target="_blank" rel="noopener">Vue 3</a>.
1717
</h3>
1818
</div>
1919
</template>

Diff for: jsx-cypress/src/components/TheWelcome.vue

+23-21
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import SupportIcon from './icons/IconSupport.vue'
1515
<template #heading>Documentation</template>
1616

1717
Vue’s
18-
<a target="_blank" href="https://vuejs.org/">official documentation</a>
18+
<a href="https://vuejs.org/" target="_blank" rel="noopener">official documentation</a>
1919
provides you with all information you need to get started.
2020
</WelcomeItem>
2121

@@ -26,14 +26,13 @@ import SupportIcon from './icons/IconSupport.vue'
2626
<template #heading>Tooling</template>
2727

2828
This project is served and bundled with
29-
<a href="https://vitejs.dev/guide/features.html" target="_blank">Vite</a>. The recommended IDE
30-
setup is <a href="https://code.visualstudio.com/" target="_blank">VSCode</a> +
31-
<a href="https://github.com/johnsoncodehk/volar" target="_blank">Volar</a>. If you need to test
32-
your components and web pages, check out
33-
<a href="https://www.cypress.io/" target="_blank">Cypress</a> and
34-
<a href="https://on.cypress.io/component" target="_blank"
35-
>Cypress Component Testing</a
36-
>.
29+
<a href="https://vitejs.dev/guide/features.html" target="_blank" rel="noopener">Vite</a>. The
30+
recommended IDE setup is
31+
<a href="https://code.visualstudio.com/" target="_blank" rel="noopener">VSCode</a> +
32+
<a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
33+
you need to test your components and web pages, check out
34+
<a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a> and
35+
<a href="https://on.cypress.io/component" target="_blank">Cypress Component Testing</a>.
3736

3837
<br />
3938

@@ -47,12 +46,12 @@ import SupportIcon from './icons/IconSupport.vue'
4746
<template #heading>Ecosystem</template>
4847

4948
Get official tools and libraries for your project:
50-
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
51-
<a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
52-
<a target="_blank" href="https://test-utils.vuejs.org/">Vue Test Utils</a>, and
53-
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more
54-
resources, we suggest paying
55-
<a target="_blank" href="https://github.com/vuejs/awesome-vue">Awesome Vue</a>
49+
<a href="https://pinia.vuejs.org/" target="_blank" rel="noopener">Pinia</a>,
50+
<a href="https://router.vuejs.org/" target="_blank" rel="noopener">Vue Router</a>,
51+
<a href="https://test-utils.vuejs.org/" target="_blank" rel="noopener">Vue Test Utils</a>, and
52+
<a href="https://github.com/vuejs/devtools" target="_blank" rel="noopener">Vue Dev Tools</a>. If
53+
you need more resources, we suggest paying
54+
<a href="https://github.com/vuejs/awesome-vue" target="_blank" rel="noopener">Awesome Vue</a>
5655
a visit.
5756
</WelcomeItem>
5857

@@ -63,11 +62,14 @@ import SupportIcon from './icons/IconSupport.vue'
6362
<template #heading>Community</template>
6463

6564
Got stuck? Ask your question on
66-
<a target="_blank" href="https://chat.vuejs.org">Vue Land</a>, our official Discord server, or
67-
<a target="_blank" href="https://stackoverflow.com/questions/tagged/vue.js">StackOverflow</a>.
68-
You should also subscribe to
69-
<a target="_blank" href="https://news.vuejs.org">our mailing list</a> and follow the official
70-
<a target="_blank" href="https://twitter.com/vuejs">@vuejs</a>
65+
<a href="https://chat.vuejs.org" target="_blank" rel="noopener">Vue Land</a>, our official
66+
Discord server, or
67+
<a href="https://stackoverflow.com/questions/tagged/vue.js" target="_blank" rel="noopener"
68+
>StackOverflow</a
69+
>. You should also subscribe to
70+
<a href="https://news.vuejs.org" target="_blank" rel="noopener">our mailing list</a> and follow
71+
the official
72+
<a href="https://twitter.com/vuejs" target="_blank" rel="noopener">@vuejs</a>
7173
twitter account for latest news in the Vue world.
7274
</WelcomeItem>
7375

@@ -79,6 +81,6 @@ import SupportIcon from './icons/IconSupport.vue'
7981

8082
As an independent project, Vue relies on community backing for its sustainability. You can help
8183
us by
82-
<a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
84+
<a href="https://vuejs.org/sponsor/" target="_blank" rel="noopener">becoming a sponsor</a>.
8385
</WelcomeItem>
8486
</template>

Diff for: jsx-pinia-cypress/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"test:unit:ci": "cypress run --component --quiet --reporter spec"
1212
},
1313
"dependencies": {
14-
"pinia": "^2.0.17",
15-
"vue": "^3.2.37"
14+
"pinia": "^2.0.21",
15+
"vue": "^3.2.38"
1616
},
1717
"devDependencies": {
18-
"@vitejs/plugin-vue": "^3.0.1",
19-
"@vitejs/plugin-vue-jsx": "^2.0.0",
20-
"cypress": "^10.4.0",
18+
"@vitejs/plugin-vue": "^3.0.3",
19+
"@vitejs/plugin-vue-jsx": "^2.0.1",
20+
"cypress": "^10.7.0",
2121
"start-server-and-test": "^1.14.0",
22-
"vite": "^3.0.4"
22+
"vite": "^3.0.9"
2323
}
2424
}

Diff for: jsx-pinia-cypress/src/components/HelloWorld.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ defineProps({
1212
<h1 class="green">{{ msg }}</h1>
1313
<h3>
1414
You’ve successfully created a project with
15-
<a target="_blank" href="https://vitejs.dev/">Vite</a> +
16-
<a target="_blank" href="https://vuejs.org/">Vue 3</a>.
15+
<a href="https://vitejs.dev/" target="_blank" rel="noopener">Vite</a> +
16+
<a href="https://vuejs.org/" target="_blank" rel="noopener">Vue 3</a>.
1717
</h3>
1818
</div>
1919
</template>

0 commit comments

Comments
 (0)