Skip to content

Commit f2ee2f7

Browse files
authored
Merge branch 'main' into main
2 parents fd41ff2 + 6324a00 commit f2ee2f7

File tree

163 files changed

+5445
-3063
lines changed

Some content is hidden

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

163 files changed

+5445
-3063
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Get changed files
6363
id: changed-files
64-
uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # v45.0.3
64+
uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf # v45.0.4
6565
with:
6666
files: |
6767
docs/**

docs/.vitepress/components/FeaturesList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
>
77
<ListItem><a target="_blank" href="https://vitejs.dev" rel="noopener noreferrer">Vite</a>'s config, transformers, resolvers, and plugins</ListItem>
88
<ListItem>Use the same setup from your app to run the tests!</ListItem>
9-
<ListItem><a target="_blank" href="https://twitter.com/antfu7/status/1468233216939245579" rel="noopener noreferrer">Smart & instant watch mode, like HMR for tests!</a></ListItem>
9+
<ListItem>Smart & instant watch mode, like HMR for tests!</ListItem>
1010
<ListItem>Component testing for Vue, React, Svelte, Lit, Marko and more</ListItem>
1111
<ListItem>Out-of-the-box TypeScript / JSX support</ListItem>
1212
<ListItem>ESM first, top level await</ListItem>

docs/.vitepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { tabsMarkdownPlugin } from 'vitepress-plugin-tabs'
55
import { version } from '../../package.json'
66
import { teamMembers } from './contributors'
77
import {
8+
bluesky,
89
contributing,
910
discord,
1011
font,
@@ -13,7 +14,6 @@ import {
1314
ogImage,
1415
ogUrl,
1516
releases,
16-
twitter,
1717
vitestDescription,
1818
vitestName,
1919
} from './meta'
@@ -104,8 +104,8 @@ export default ({ mode }: { mode: string }) => {
104104
},
105105

106106
socialLinks: [
107+
{ icon: 'bluesky', link: bluesky },
107108
{ icon: 'mastodon', link: mastodon },
108-
{ icon: 'x', link: twitter },
109109
{ icon: 'discord', link: discord },
110110
{ icon: 'github', link: github },
111111
],

0 commit comments

Comments
 (0)