build(deps-dev): Bump @nextcloud/webpack-vue-config from 5.0.0 to 5.1.0

Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud/webpack-vue-config) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/nextcloud/webpack-vue-config/releases)
- [Changelog](https://github.com/nextcloud/webpack-vue-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/webpack-vue-config/compare/v5.0.0...v5.1.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/webpack-vue-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-05-07 01:04:05 +00:00
committed by GitHub
parent b86fbb3cd8
commit ae24d9ef03
2 changed files with 8 additions and 114 deletions

120
package-lock.json generated
View File

@@ -47,7 +47,7 @@
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^8.0.0",
"@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^5.0.0",
"@nextcloud/webpack-vue-config": "^5.1.0",
"@relative-ci/agent": "^3.1.2",
"@vue/test-utils": "^1.3.0",
"jest": "^28.0.3",
@@ -3383,9 +3383,9 @@
}
},
"node_modules/@nextcloud/webpack-vue-config": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-5.0.0.tgz",
"integrity": "sha512-NTmRxqcJ6FBFHrpIpDTvqhvH8DDyI8ZUVraCOsg5TVe0saYHl5HLABEn4UZqx0/heeFqI2Vr+mCM66bz2NsuKA==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-5.1.0.tgz",
"integrity": "sha512-s/6UpWf9YXCbV9rUkVe4KS+PxZsTlReufNvH5CmxHVbJxxhL88flf0pOStC/WKI0A05YbfbRniIPVvQOFpXXaQ==",
"dev": true,
"engines": {
"node": "^14.0.0",
@@ -3395,14 +3395,10 @@
"@babel/core": "^7.16.7",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"eslint": "^8.6.0",
"eslint-webpack-plugin": "^3.1.1",
"node-polyfill-webpack-plugin": "1.1.4",
"sass": "^1.47.0",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"stylelint": "^14.2.0",
"stylelint-webpack-plugin": "^3.1.0",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.66.0",
@@ -3866,17 +3862,6 @@
"dev": true,
"license": "MIT"
},
"node_modules/@types/stylelint": {
"version": "13.13.3",
"resolved": "https://registry.npmjs.org/@types/stylelint/-/stylelint-13.13.3.tgz",
"integrity": "sha512-xvYwobi9L69FXbJTimKYRNHyMwtmcJxMd1woI3U822rkW/f7wcZ6fsV1DqYPT+sNaO0qUtngiBhTQfMeItUvUA==",
"dev": true,
"peer": true,
"dependencies": {
"globby": "11.x.x",
"postcss": "7.x.x"
}
},
"node_modules/@types/tern": {
"version": "0.23.4",
"resolved": "https://registry.npmjs.org/@types/tern/-/tern-0.23.4.tgz",
@@ -7584,31 +7569,6 @@
"node": ">=10"
}
},
"node_modules/eslint-webpack-plugin": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.1.1.tgz",
"integrity": "sha512-xSucskTN9tOkfW7so4EaiFIkulWLXwCB/15H917lR6pTv0Zot6/fetFucmENRb7J5whVSFKIvwnrnsa78SG2yg==",
"dev": true,
"peer": true,
"dependencies": {
"@types/eslint": "^7.28.2",
"jest-worker": "^27.3.1",
"micromatch": "^4.0.4",
"normalize-path": "^3.0.0",
"schema-utils": "^3.1.1"
},
"engines": {
"node": ">= 12.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0",
"webpack": "^5.0.0"
}
},
"node_modules/eslint/node_modules/ansi-regex": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
@@ -15492,32 +15452,6 @@
"stylelint": "^14.0.0"
}
},
"node_modules/stylelint-webpack-plugin": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-3.1.0.tgz",
"integrity": "sha512-qKBj9s2BVnxwQXdqRKd637gtASYel6FA/a9PfyfsplUqiBmBjJeeTrcJPp9v/HEN4FRw2CJDNbO2xuYUF7DsuA==",
"dev": true,
"peer": true,
"dependencies": {
"@types/stylelint": "^13.13.3",
"globby": "^11.0.4",
"jest-worker": "^27.3.1",
"micromatch": "^4.0.4",
"normalize-path": "^3.0.0",
"schema-utils": "^3.1.1"
},
"engines": {
"node": ">= 12.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependencies": {
"stylelint": "^13.0.0 || ^14.0.0",
"webpack": "^5.0.0"
}
},
"node_modules/stylelint/node_modules/ansi-regex": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
@@ -19824,9 +19758,9 @@
}
},
"@nextcloud/webpack-vue-config": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-5.0.0.tgz",
"integrity": "sha512-NTmRxqcJ6FBFHrpIpDTvqhvH8DDyI8ZUVraCOsg5TVe0saYHl5HLABEn4UZqx0/heeFqI2Vr+mCM66bz2NsuKA==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-5.1.0.tgz",
"integrity": "sha512-s/6UpWf9YXCbV9rUkVe4KS+PxZsTlReufNvH5CmxHVbJxxhL88flf0pOStC/WKI0A05YbfbRniIPVvQOFpXXaQ==",
"dev": true,
"requires": {}
},
@@ -20241,17 +20175,6 @@
"version": "0.0.30",
"dev": true
},
"@types/stylelint": {
"version": "13.13.3",
"resolved": "https://registry.npmjs.org/@types/stylelint/-/stylelint-13.13.3.tgz",
"integrity": "sha512-xvYwobi9L69FXbJTimKYRNHyMwtmcJxMd1woI3U822rkW/f7wcZ6fsV1DqYPT+sNaO0qUtngiBhTQfMeItUvUA==",
"dev": true,
"peer": true,
"requires": {
"globby": "11.x.x",
"postcss": "7.x.x"
}
},
"@types/tern": {
"version": "0.23.4",
"resolved": "https://registry.npmjs.org/@types/tern/-/tern-0.23.4.tgz",
@@ -23297,20 +23220,6 @@
"dev": true,
"peer": true
},
"eslint-webpack-plugin": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.1.1.tgz",
"integrity": "sha512-xSucskTN9tOkfW7so4EaiFIkulWLXwCB/15H917lR6pTv0Zot6/fetFucmENRb7J5whVSFKIvwnrnsa78SG2yg==",
"dev": true,
"peer": true,
"requires": {
"@types/eslint": "^7.28.2",
"jest-worker": "^27.3.1",
"micromatch": "^4.0.4",
"normalize-path": "^3.0.0",
"schema-utils": "^3.1.1"
}
},
"espree": {
"version": "9.3.1",
"resolved": "https://registry.npmjs.org/espree/-/espree-9.3.1.tgz",
@@ -28885,21 +28794,6 @@
"postcss-value-parser": "^4.1.0"
}
},
"stylelint-webpack-plugin": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-3.1.0.tgz",
"integrity": "sha512-qKBj9s2BVnxwQXdqRKd637gtASYel6FA/a9PfyfsplUqiBmBjJeeTrcJPp9v/HEN4FRw2CJDNbO2xuYUF7DsuA==",
"dev": true,
"peer": true,
"requires": {
"@types/stylelint": "^13.13.3",
"globby": "^11.0.4",
"jest-worker": "^27.3.1",
"micromatch": "^4.0.4",
"normalize-path": "^3.0.0",
"schema-utils": "^3.1.1"
}
},
"superstruct": {
"version": "0.8.3",
"resolved": "https://registry.npmjs.org/superstruct/-/superstruct-0.8.3.tgz",

View File

@@ -74,7 +74,7 @@
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^8.0.0",
"@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^5.0.0",
"@nextcloud/webpack-vue-config": "^5.1.0",
"@relative-ci/agent": "^3.1.2",
"@vue/test-utils": "^1.3.0",
"jest": "^28.0.3",