Skip to content

Commit 6f9de80

Browse files
authored
Merge pull request owncloud#46 from opencloud-eu/dependabot/npm_and_yarn/vitest-2.1.9
chore(deps-dev): bump vitest from 2.1.6 to 2.1.9
2 parents da36cb1 + f63613f commit 6f9de80

File tree

3 files changed

+598
-113
lines changed

3 files changed

+598
-113
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"vite-plugin-treat-umd-as-commonjs": "0.1.4",
8383
"vite": "6.0.1",
8484
"vitest-mock-extended": "2.0.2",
85-
"vitest": "^2.1.6",
85+
"vitest": "^2.1.9",
8686
"vue-demi": "0.14.10",
8787
"vue-tsc": "2.1.10",
8888
"vue": "3.5.13",

packages/web-runtime/tests/unit/components/SidebarNav/__snapshots__/SidebarNavItem.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`OcSidebarNav > renders navItem with toolTip if collapsed 1`] = `
44
"<li class="oc-sidebar-nav-item oc-pb-xs oc-px-s" id="123">
5-
<router-link-stub to="/files/list/all" class="oc-button oc-rounded oc-button-m oc-button-justify-content-center oc-button-gap-m oc-button-passive oc-button-raw oc-button-passive-raw oc-sidebar-nav-item-link oc-oc-width-1-1" data-nav-id="5" data-nav-name="route.name"></router-link-stub>
5+
<router-link-stub to="/files/list/all" aria-label="Navigate to Personal page" class="oc-button oc-rounded oc-button-m oc-button-justify-content-center oc-button-gap-m oc-button-passive oc-button-raw oc-button-passive-raw oc-sidebar-nav-item-link oc-oc-width-1-1" data-nav-id="5" data-nav-name="route.name"></router-link-stub>
66
</li>"
77
`;
88

0 commit comments

Comments
 (0)