Skip to content

Commit 3fd6d93

Browse files
chore(deps): update dependency vite-plus, vitest, and playwright (#2941)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Willow (GHOST) <git@willow.sh>
1 parent a19950d commit 3fd6d93

7 files changed

Lines changed: 638 additions & 639 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
name: 🖥️ Browser tests
145145
runs-on: ubuntu-24.04-arm
146146
container:
147-
image: mcr.microsoft.com/playwright:v1.60.0-noble@sha256:9bd26ad900bb5e0f4dee75839e957a89ae89c2b7ab1e76050e559790e946b948
147+
image: mcr.microsoft.com/playwright:v1.61.1-noble@sha256:5b8f294aff9041b7191c34a4bab3ac270157a28774d4b0660e9743297b697e48
148148

149149
steps:
150150
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ docker run --rm \
798798
-e NODE_OPTIONS="--max-old-space-size=4096" \
799799
-v $(pwd):/work \
800800
-w /work \
801-
mcr.microsoft.com/playwright:v1.58.2-noble \
801+
mcr.microsoft.com/playwright:v1.61.1-noble \
802802
sh -c "npm install -g pnpm && pnpm install && pnpm vp run build:test && pnpm vp run test:browser:prebuilt --update-snapshots"
803803
```
804804

@@ -1067,7 +1067,9 @@ It's recommended to add a tooltip with event information to each noodle. If the
10671067
<template>
10681068
<TooltipApp interactive position="top">
10691069
<template #content>
1070-
<p class="text-sm font-medium text-fg mb-1"><strong>World Tetris Day</strong></p>
1070+
<p class="text-sm font-medium text-fg mb-1">
1071+
<strong>World Tetris Day</strong>
1072+
</p>
10711073
</template>
10721074
<img
10731075
width="400"

app/components/Input/Base.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<script setup lang="ts">
2+
// oxlint-disable-next-line vue/no-dupe-keys todo
23
import { noCorrect, noPasswordManager } from '~/utils/input'
34
45
const model = defineModel<string>({ default: '' })

app/components/Tooltip/Base.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<script setup lang="ts">
22
import type { HTMLAttributes } from 'vue'
33
import type { Placement, Strategy } from '@floating-ui/vue'
4+
// oxlint-disable-next-line vue/no-dupe-keys todo
45
import { autoUpdate, flip, offset, shift, useFloating } from '@floating-ui/vue'
56
67
const props = withDefaults(

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"validate-npm-package-name": "8.0.0",
111111
"virtua": "0.49.0",
112112
"vite-plugin-pwa": "1.3.0",
113-
"vite-plus": "0.1.20",
113+
"vite-plus": "0.2.1",
114114
"vue": "3.5.39",
115115
"vue-data-ui": "3.22.0",
116116
"vue-router": "5.0.4"
@@ -119,7 +119,7 @@
119119
"@e18e/eslint-plugin": "0.5.1",
120120
"@intlify/core-base": "11.3.0",
121121
"@npm/types": "2.1.0",
122-
"@playwright/test": "1.60.0",
122+
"@playwright/test": "1.61.1",
123123
"@storybook-vue/nuxt": "catalog:storybook",
124124
"@storybook/addon-a11y": "catalog:storybook",
125125
"@storybook/addon-docs": "catalog:storybook",
@@ -128,7 +128,8 @@
128128
"@types/sanitize-html": "2.16.1",
129129
"@types/semver": "7.7.1",
130130
"@types/validate-npm-package-name": "4.0.2",
131-
"@vitest/coverage-v8": "4.1.6",
131+
"@vitest/browser-playwright": "4.1.9",
132+
"@vitest/coverage-v8": "4.1.9",
132133
"@vue/test-utils": "2.4.6",
133134
"axe-core": "4.11.2",
134135
"changelogen": "0.6.2",
@@ -147,12 +148,12 @@
147148
"storybook-i18n": "catalog:storybook",
148149
"typescript": "6.0.2",
149150
"unplugin-vue-markdown": "32.0.0",
150-
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.20",
151+
"vitest": "4.1.9",
151152
"vue-i18n-extract": "2.0.7",
152153
"vue-tsc": "3.2.6"
153154
},
154155
"engines": {
155-
"node": "24"
156+
"node": ">=24.11.0"
156157
},
157158
"packageManager": "pnpm@11.1.1",
158159
"storybook": {

pnpm-lock.yaml

Lines changed: 624 additions & 629 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ overrides:
3838
'@types/node': 24.12.0
3939
nuxt-og-image: ^6.6.0
4040
sharp: 0.34.5
41-
vite: npm:@voidzero-dev/vite-plus-core@0.1.20
42-
vitest: npm:@voidzero-dev/vite-plus-test@0.1.20
41+
vite: npm:@voidzero-dev/vite-plus-core@0.2.1
4342
vue-router: 5.0.4
4443

4544
packageExtensions:

0 commit comments

Comments
 (0)