Skip to content

Commit 1fab34e

Browse files
authored
Merge pull request #689 from nextcloud-libraries/release/v6.3.1
release: v6.3.1
2 parents 3bc2f25 + b8eecae commit 1fab34e

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,37 @@
44
-->
55
# Changelog
66

7+
## [v6.3.1](https://github.com/nextcloud/webpack-vue-config/tree/v6.3.1) (2025-10-25)
8+
9+
[Full Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v6.3.0...v6.3.1)
10+
11+
### Fixes
12+
* fix: remove `vue$` alias to support dependencies with different Vue version by @ShGKme in https://github.com/nextcloud-libraries/webpack-vue-config/pull/672
13+
14+
### Dependencies
15+
* chore(deps-dev): Bump webpack from 5.98.0 to 5.99.5 by @dependabot[bot] in https://github.com/nextcloud-libraries/webpack-vue-config/pull/665
16+
* chore(deps-dev): Bump node-polyfill-webpack-plugin from 4.0.0 to 4.1.0 by @dependabot[bot] in https://github.com/nextcloud-libraries/webpack-vue-config/pull/664
17+
* chore(deps-dev): Bump webpack from 5.99.5 to 5.99.6 by @dependabot[bot] in https://github.com/nextcloud-libraries/webpack-vue-config/pull/667
18+
* chore(deps-dev): Bump http-proxy-middleware from 2.0.7 to 2.0.9 by @dependabot[bot] in https://github.com/nextcloud-libraries/webpack-vue-config/pull/668
19+
* chore(deps-dev): Bump webpack from 5.99.6 to 5.99.7 by @dependabot[bot] in https://github.com/nextcloud-libraries/webpack-vue-config/pull/669
20+
* chore(deps-dev): Bump sass from 1.86.3 to 1.87.0 by @dependabot[bot] in https://github.com/nextcloud-libraries/webpack-vue-config/pull/670
21+
* chore(deps-dev): Bump @babel/core from 7.26.10 to 7.27.1 by @dependabot[bot] in https://github.com/nextcloud-libraries/webpack-vue-config/pull/671
22+
* chore(deps-dev): Bump webpack from 5.99.7 to 5.99.8 by @dependabot[bot] in https://github.com/nextcloud-libraries/webpack-vue-config/pull/673
23+
* chore(deps-dev): Bump sass from 1.87.0 to 1.89.0 by @dependabot[bot] in https://github.com/nextcloud-libraries/webpack-vue-config/pull/675
24+
* chore(deps-dev): Bump webpack from 5.99.8 to 5.99.9 by @dependabot[bot] in https://github.com/nextcloud-libraries/webpack-vue-config/pull/676
25+
* chore(deps-dev): Bump @babel/core from 7.27.1 to 7.27.4 by @dependabot[bot] in https://github.com/nextcloud-libraries/webpack-vue-config/pull/677
26+
* chore(deps-dev): Bump sass from 1.89.0 to 1.89.1 by @dependabot[bot] in https://github.com/nextcloud-libraries/webpack-vue-config/pull/678
27+
* chore(deps-dev): Bump webpack-dev-server from 5.2.1 to 5.2.2 by @dependabot[bot] in https://github.com/nextcloud-libraries/webpack-vue-config/pull/680
28+
* chore(deps-dev): Bump sass from 1.89.1 to 1.89.2 by @dependabot[bot] in https://github.com/nextcloud-libraries/webpack-vue-config/pull/681
29+
* chore(deps-dev): Bump pbkdf2 from 3.1.2 to 3.1.3 by @dependabot[bot] in https://github.com/nextcloud-libraries/webpack-vue-config/pull/683
30+
* [main] Fix npm audit by @nextcloud-command in https://github.com/nextcloud-libraries/webpack-vue-config/pull/684
31+
pull/686
32+
* [main] Fix npm audit by @nextcloud-command in https://github.com/nextcloud-libraries/webpack-vue-config/pull/687
33+
34+
### Other changes
35+
* ci: update reuse.yml workflow from template by @susnux in https://github.com/nextcloud-libraries/webpack-vue-config/pull/685
36+
* ci: update npm-publish.yml workflow from template by @susnux in https://github.com/nextcloud-libraries/webpack-vue-config/
37+
738
## [v6.3.0](https://github.com/nextcloud/webpack-vue-config/tree/v6.3.0) (2025-04-08)
839

940
[Full Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v6.2.0...v6.3.0)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/webpack-vue-config",
3-
"version": "6.3.0",
3+
"version": "6.3.1",
44
"description": "A webpack vue config for nextcloud apps",
55
"keywords": [
66
"nextcloud",

0 commit comments

Comments
 (0)