From ce26700098f3a6832e4eeae16fe3af3b726fe08c Mon Sep 17 00:00:00 2001 From: Aaron Stoddart <833745+inkbeard@users.noreply.github.com> Date: Sat, 2 Nov 2024 19:40:39 -0500 Subject: [PATCH] added notes for ignoring vue-router Change-Id: I1eac839cdf6e3235a205289e17ba3b82684fa6e3 --- .github/dependabot.yml | 1 + pnpm-lock.yaml | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c38e518c..7af67cbc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,7 @@ updates: versions: [">= 21"] - dependency-name: "eslint-plugin-cypress" versions: [">= 4"] + # Pinned to 4.4.0 due to breaking changes in 4.4.1 (https://github.com/vuejs/router/discussions/2321) - dependency-name: "vue-router" versions: ["<= 4.4.5"] # ignore @vue/eslint-config-typescript since it's only supports flat config diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a9440775..84c9b105 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7272,6 +7272,9 @@ packages: typescript: optional: true + vue-component-type-helpers@2.1.10: + resolution: {integrity: sha512-lfgdSLQKrUmADiSV6PbBvYgQ33KF3Ztv6gP85MfGaGaSGMTXORVaHT1EHfsqCgzRNBstPKYDmvAV9Do5CmJ07A==} + vue-component-type-helpers@2.1.6: resolution: {integrity: sha512-ng11B8B/ZADUMMOsRbqv0arc442q7lifSubD0v8oDXIFoMg/mXwAPUunrroIDkY+mcD0dHKccdaznSVp8EoX3w==} @@ -9105,7 +9108,7 @@ snapshots: ts-dedent: 2.2.0 type-fest: 2.19.0 vue: 3.5.12(typescript@5.2.2) - vue-component-type-helpers: 2.1.6 + vue-component-type-helpers: 2.1.10 '@testing-library/dom@10.4.0': dependencies: @@ -15731,6 +15734,8 @@ snapshots: optionalDependencies: typescript: 5.2.2 + vue-component-type-helpers@2.1.10: {} + vue-component-type-helpers@2.1.6: {} vue-demi@0.14.10(vue@3.5.12(typescript@5.2.2)):