Skip to content

Commit

Permalink
Dependabot: ignore @vue/test-utils >1
Browse files Browse the repository at this point in the history
v2 is for Vue 3; so stay with v1 because we're on Vue 2.

Also, amend the vue rule (we ignore v3; but a theoretical v2.8 would be
fine though that is never coming).

Also, drop webpack (v5 is the latest).

Signed-off-by: Mark Yen <[email protected]>
  • Loading branch information
mook-as committed Apr 4, 2024
1 parent 1058c98 commit 0749051
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ updates:
versions: [ ">18" ]
- # Need to migrate to Vue 3 before moving beyond 2.7.x.
dependency-name: "vue"
versions: [ ">2.7" ]
- # Current Vue config targets webpack 5.
dependency-name: "webpack"
versions: [ ">5" ]
versions: [ ">2" ]
- # @vue/test-utils v2 is for Vue 3; we're on Vue 2 for now
dependency-name: "@vue/test-utils"
versions: [ ">1" ]
- # Since we no longer pull in Nuxt (i.e. we have "ejected"), newer
# versions of this package mis-detect and think we're using Nuxt 3 (with
# Vue 3), and uses the wrong set of linters. This happened in v12, so
Expand Down

0 comments on commit 0749051

Please sign in to comment.