0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-04-10 12:08:12 +00:00

build(deps-dev): bump @testing-library/vue from 5.9.0 to 8.1.0

Bumps [@testing-library/vue](https://github.com/testing-library/vue-testing-library) from 5.9.0 to 8.1.0.
- [Release notes](https://github.com/testing-library/vue-testing-library/releases)
- [Commits](https://github.com/testing-library/vue-testing-library/compare/v5.9.0...v8.1.0)

---
updated-dependencies:
- dependency-name: "@testing-library/vue"
  dependency-version: 8.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-05 01:18:51 +00:00 committed by GitHub
parent 7b37a58fcc
commit ff890b1484
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 33 additions and 10 deletions

41
package-lock.json generated
View file

@ -105,7 +105,7 @@
"@testing-library/cypress": "^10.0.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.1",
"@testing-library/vue": "^5.8.3",
"@testing-library/vue": "^8.1.0",
"@types/dockerode": "^3.3.32",
"@types/wait-on": "^5.3.4",
"@vitejs/plugin-vue2": "^2.3.1",
@ -5532,22 +5532,27 @@
}
},
"node_modules/@testing-library/vue": {
"version": "5.9.0",
"resolved": "https://registry.npmjs.org/@testing-library/vue/-/vue-5.9.0.tgz",
"integrity": "sha512-HWvI4s6FayFLmiqGcEMAMfTSO1SV12NukdoyllYMBobFqfO0TalQmfofMtiO+eRz+Amej8Z26dx4/WYIROzfVw==",
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/@testing-library/vue/-/vue-8.1.0.tgz",
"integrity": "sha512-ls4RiHO1ta4mxqqajWRh8158uFObVrrtAPoxk7cIp4HrnQUj/ScKzqz53HxYpG3X6Zb7H2v+0eTGLSoy8HQ2nA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.21.0",
"@testing-library/dom": "^9.0.0",
"@vue/test-utils": "^1.3.0"
"@babel/runtime": "^7.23.2",
"@testing-library/dom": "^9.3.3",
"@vue/test-utils": "^2.4.1"
},
"engines": {
"node": ">=14"
},
"peerDependencies": {
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
"@vue/compiler-sfc": ">= 3",
"vue": ">= 3"
},
"peerDependenciesMeta": {
"@vue/compiler-sfc": {
"optional": true
}
}
},
"node_modules/@testing-library/vue/node_modules/@testing-library/dom": {
@ -5570,6 +5575,17 @@
"node": ">=14"
}
},
"node_modules/@testing-library/vue/node_modules/@vue/test-utils": {
"version": "2.4.6",
"resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.4.6.tgz",
"integrity": "sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==",
"dev": true,
"license": "MIT",
"dependencies": {
"js-beautify": "^1.14.9",
"vue-component-type-helpers": "^2.0.0"
}
},
"node_modules/@testing-library/vue/node_modules/ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@ -25375,6 +25391,13 @@
"tinycolor2": "^1.1.2"
}
},
"node_modules/vue-component-type-helpers": {
"version": "2.2.8",
"resolved": "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-2.2.8.tgz",
"integrity": "sha512-4bjIsC284coDO9om4HPA62M7wfsTvcmZyzdfR0aUlFXqq4tXxM1APyXpNVxPC8QazKw9OhmZNHBVDA6ODaZsrA==",
"dev": true,
"license": "MIT"
},
"node_modules/vue-cropperjs": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/vue-cropperjs/-/vue-cropperjs-4.2.0.tgz",

View file

@ -136,7 +136,7 @@
"@testing-library/cypress": "^10.0.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.1",
"@testing-library/vue": "^5.8.3",
"@testing-library/vue": "^8.1.0",
"@types/dockerode": "^3.3.32",
"@types/wait-on": "^5.3.4",
"@vitejs/plugin-vue2": "^2.3.1",