From c345f046c9df4c58df145d25130b1c359b665737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 00:47:58 +0530 Subject: [PATCH 1/2] chore(deps): bump @vue/repl from 3.0.0 to 3.0.1 (#2616) Bumps [@vue/repl](https://github.com/vuejs/repl) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/vuejs/repl/releases) - [Changelog](https://github.com/vuejs/repl/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/repl/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: "@vue/repl" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e420b8c9..cecd85d1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ overrides: dependencies: '@vue/repl': specifier: ^3.0.0 - version: 3.0.0 + version: 3.0.1 '@vue/theme': specifier: ^2.2.5 version: 2.2.5(vitepress@1.0.0-rc.31)(vue@3.4.0-beta.4) @@ -743,8 +743,8 @@ packages: '@vue/shared': 3.4.0-beta.4 dev: false - /@vue/repl@3.0.0: - resolution: {integrity: sha512-tGYibiftMo5yEuIKPWVsNuuNDejjJk0JQmvKtTm12KNLFqtGD7fWoGv1qUzcN9EAxwVeDgnT9ljRgqGVgZkyEg==} + /@vue/repl@3.0.1: + resolution: {integrity: sha512-o3/0bVx8n70BZ+OD/r3KMuWuUR93zA99YtXOtTAKYMYvHf18DfdQt7n1wyIaOgXwK1HwTfUYWJA261Wdyh+U2Q==} dev: false /@vue/runtime-core@3.3.11: From f7555f2fd7000be2d2e9a3677e5f21cbb6867288 Mon Sep 17 00:00:00 2001 From: Megan Coyle Date: Thu, 21 Dec 2023 10:18:10 -0500 Subject: [PATCH 2/2] fix: Update broken link in accessibility.md (#2618) --- src/guide/best-practices/accessibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/best-practices/accessibility.md b/src/guide/best-practices/accessibility.md index f1e04719..03bfc700 100644 --- a/src/guide/best-practices/accessibility.md +++ b/src/guide/best-practices/accessibility.md @@ -503,7 +503,7 @@ W3C's WAI-ARIA provides guidance on how to build dynamic content and advanced us - [ChromeVox](https://chrome.google.com/webstore/detail/chromevox-classic-extensi/kgejglhpjiefppelpmljglcjbhoiplfn?hl=en) - Zooming Tools - [MAGic](https://www.freedomscientific.com/products/software/magic/) - - [ZoomText](https://www.zoomtext.com/) + - [ZoomText](https://www.freedomscientific.com/products/software/zoomtext/) - [Magnifier](https://support.microsoft.com/en-us/help/11542/windows-use-magnifier-to-make-things-easier-to-see) ### Testing {#testing}