From ed98e5d333c98420eb0530a60c7ff0f87062642a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 14 Oct 2022 06:41:12 +0200 Subject: Pin versions in package.json and group more dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- package.json | 8 ++++---- renovate.json | 15 ++------------- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index d3054ff59..d6916a019 100644 --- a/package.json +++ b/package.json @@ -105,10 +105,10 @@ "slug": "^8.2.2", "tippy.js": "^6.3.7", "uuid": "^9.0.0", - "vue": "^2.7.13", + "vue": "^2.7.13 <3", "vue-click-outside": "^1.1.0", "vue-material-design-icons": "^5.1.2", - "vuex": "^3.6.2" + "vuex": "^3.6.2 <4" }, "engines": { "node": "^16.0.0", @@ -123,7 +123,7 @@ "@nextcloud/stylelint-config": "^2.3.0", "@nextcloud/webpack-vue-config": "^5.3.0", "@vitejs/plugin-vue2": "^2.0.0", - "@vue/test-utils": "^1.3.0", + "@vue/test-utils": "^1.3.0 <2", "@vue/vue2-jest": "^29.1.1", "cypress": "^10.10.0", "cypress-file-upload": "^5.0.8", @@ -135,7 +135,7 @@ "vite": "^3.1.8", "vite-plugin-commonjs": "^0.5.3", "vue-demi": "^0.13.11", - "vue-template-compiler": "^2.7.13" + "vue-template-compiler": "^2.7.13 <3" }, "jest": { "verbose": true, diff --git a/renovate.json b/renovate.json index 6230b2180..b6ca8bead 100644 --- a/renovate.json +++ b/renovate.json @@ -39,25 +39,14 @@ "groupName": "jest", "matchPackageNames": [ "jest", - "@vue/vue2-jest" + "@vue/vue2-jest", + "jest-environment-jsdom" ] }, { "matchUpdateTypes": ["major"], "matchBaseBranches": ["stable25", "stable24", "stable23"], "enabled": false - }, - { - "matchPackageNames": ["vue"], - "allowedVersions": "<3" - }, - { - "matchPackageNames": ["vuex"], - "allowedVersions": "<4" - }, - { - "matchPackageNames": ["@vue/test-utils"], - "allowedVersions": "<2" } ] } -- cgit v1.2.3