aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-14 09:15:19 +0000
committerGitHub <noreply@github.com>2025-04-14 09:15:19 +0000
commit6aa2f27c3a38ddf8e9bac1dd5227e54ee1db11ef (patch)
treeb7bd0d885e1cd2170ff6a8adcd31c9a9f58bf66c
parent6e2afef86082437044e30b391b4a2e5313fc8c59 (diff)
downloadnextcloud-server-dependabot/npm_and_yarn/nextcloud/webpack-vue-config-6.3.0.tar.gz
nextcloud-server-dependabot/npm_and_yarn/nextcloud/webpack-vue-config-6.3.0.zip
build(deps-dev): bump @nextcloud/webpack-vue-config from 6.2.0 to 6.3.0dependabot/npm_and_yarn/nextcloud/webpack-vue-config-6.3.0
Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud-libraries/webpack-vue-config) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/nextcloud-libraries/webpack-vue-config/releases) - [Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: "@nextcloud/webpack-vue-config" dependency-version: 6.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 44ec4097933..b0129dac6ac 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -99,7 +99,7 @@
"@nextcloud/eslint-config": "^8.4.2",
"@nextcloud/stylelint-config": "^3.0.1",
"@nextcloud/typings": "^1.9.1",
- "@nextcloud/webpack-vue-config": "^6.2.0",
+ "@nextcloud/webpack-vue-config": "^6.3.0",
"@pinia/testing": "^0.1.7",
"@simplewebauthn/types": "^12.0.0",
"@testing-library/cypress": "^10.0.3",
@@ -4279,10 +4279,11 @@
}
},
"node_modules/@nextcloud/webpack-vue-config": {
- "version": "6.2.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.2.0.tgz",
- "integrity": "sha512-6nrrO8O53nog+ThQstPr2iOzrOpKgYTAkfEg2TEsX8cfmtbYzQmb4w+88G8ergL3EH8NyYxuSIvGcXqFO09IIg==",
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.3.0.tgz",
+ "integrity": "sha512-Reciadvarap6j3d0arMH34zNiXx6d7B5QXDiosV6ZwDu63mR1lSm4ZUdLr6lv4gfmrADmQ5iP7PQMr99MBeTvw==",
"dev": true,
+ "hasInstallScript": true,
"license": "AGPL-3.0-or-later",
"engines": {
"node": "^20.0.0",
@@ -4290,18 +4291,17 @@
},
"peerDependencies": {
"@babel/core": "^7.22.9",
- "babel-loader": "^9.1.3",
+ "babel-loader": "^10.0.0",
"css-loader": "^7.1.1",
"node-polyfill-webpack-plugin": "4.0.0",
"sass": "^1.64.2",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"ts-loader": "^9.4.4",
- "vue": "^2.7.16",
- "vue-loader": "^15.10.1",
- "vue-template-compiler": "^2.7.16",
+ "vue": "^2.7.16 || ^3.5.13",
+ "vue-loader": "^15.11.1 || ^17.4.2",
"webpack": "^5.88.2",
- "webpack-cli": "^5.1.4",
+ "webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.0.2"
}
},
diff --git a/package.json b/package.json
index 85013c04e6c..ffd04447967 100644
--- a/package.json
+++ b/package.json
@@ -130,7 +130,7 @@
"@nextcloud/eslint-config": "^8.4.2",
"@nextcloud/stylelint-config": "^3.0.1",
"@nextcloud/typings": "^1.9.1",
- "@nextcloud/webpack-vue-config": "^6.2.0",
+ "@nextcloud/webpack-vue-config": "^6.3.0",
"@pinia/testing": "^0.1.7",
"@simplewebauthn/types": "^12.0.0",
"@testing-library/cypress": "^10.0.3",