From 93fbdcc338b79e069bfc9d5734eca5e20024d740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 07:41:55 +0000 Subject: [PATCH] chore(deps-dev): bump @pinia/testing from 1.0.3 to 2.0.1 Bumps [@pinia/testing](https://github.com/vuejs/pinia) from 1.0.3 to 2.0.1. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/@pinia/testing@1.0.3...@pinia/testing@2.0.1) --- updated-dependencies: - dependency-name: "@pinia/testing" dependency-version: 2.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 29471790..37e4b7a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "@nextcloud/prettier-config": "^1.2.0", "@nextcloud/stylelint-config": "^3.2.2", "@nextcloud/webpack-vue-config": "^7.0.2", - "@pinia/testing": "^1.0.2", + "@pinia/testing": "^2.0.1", "@playwright/test": "^1.60.0", "@types/jest": "^29.5.12", "@types/node": "^26.4.0", @@ -5070,16 +5070,19 @@ } }, "node_modules/@pinia/testing": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-1.0.3.tgz", - "integrity": "sha512-g+qR49GNdI1Z8rZxKrQC3GN+LfnGTNf5Kk8Nz5Cz6mIGva5WRS+ffPXQfzhA0nu6TveWzPNYTjGl4nJqd3Cu9Q==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@pinia/testing/-/testing-2.0.1.tgz", + "integrity": "sha512-pQ4a4SCzdiLrhM4yv/TQG2ufNmktNlLZjjN6X/qMhXvZIiDN3L4L4WrChmcufX2LIarbl/ZPWOty1RB5KZIb2A==", "dev": true, "license": "MIT", + "dependencies": { + "nostics": "^1.1.4" + }, "funding": { "url": "https://github.com/sponsors/posva" }, "peerDependencies": { - "pinia": ">=3.0.4" + "pinia": ">=4.0.2" } }, "node_modules/@pkgjs/parseargs": { diff --git a/package.json b/package.json index 8d700702..dbfe20d2 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "@nextcloud/prettier-config": "^1.2.0", "@nextcloud/stylelint-config": "^3.2.2", "@nextcloud/webpack-vue-config": "^7.0.2", - "@pinia/testing": "^1.0.2", + "@pinia/testing": "^2.0.1", "@playwright/test": "^1.60.0", "@types/jest": "^29.5.12", "@types/node": "^26.4.0",