Skip to content

Commit

Permalink
Merge pull request #6680 from mook-as/dependabot/@vue/test-utils/v1-only
Browse files Browse the repository at this point in the history
Dependabot: ignore @vue/test-utils >1
  • Loading branch information
jandubois authored Apr 4, 2024
2 parents 1058c98 + 0749051 commit 6a812bb
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 6a812bb

Please sign in to comment.