Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2025

Bumps @nextcloud/webpack-vue-config from 6.0.1 to 6.3.0.

Release notes

Sourced from @​nextcloud/webpack-vue-config's releases.

v6.3.0 - Vue 2 and Vue 3 support

v6.3.0 (2025-04-08)

Full Changelog

📝 Note on Vue 2 support

This package now supports both Vue 2 and Vue 3 by installing legacy vue-loader for Vue 2 in a postinstall script.

In Vue 2 it may result in different vue-loader version in the package-lock.json and node_modules.

Troubleshooting in Vue 2 apps

In case of npm error code ENOTEMPTY - remove node_modules and try again:

# In case of "npm error code ENOTEMPTY" in Vue 2
rm -rf node_modules

To avoid any errors and have explicitly specified vue-loader - install it as a dependency:

# Install legacy vue-loader for Vue 2
npm i -D vue-loader@legacy

🚀 Features

Dependencies

... (truncated)

Changelog

Sourced from @​nextcloud/webpack-vue-config's changelog.

v6.3.0 (2025-04-08)

Full Changelog

📝 Note on Vue 2 support

This package now supports both Vue 2 and Vue 3 by installing legacy vue-loader for Vue 2 in a postinstall script.

In Vue 2 it may result in different vue-loader version in the package-lock.json and node_modules.

Troubleshooting in Vue 2 apps

In case of npm error code ENOTEMPTY - remove node_modules and try again:

# In case of "npm error code ENOTEMPTY" in Vue 2
rm -rf node_modules

To avoid any errors and have explicitly specified vue-loader - install it as a dependency:

# Install legacy vue-loader for Vue 2
npm i -D vue-loader@legacy

🚀 Features

Dependencies

... (truncated)

Commits
  • e749764 Merge pull request #663 from nextcloud-libraries/release/v6.3.0
  • 4f96b0f chore(release): v6.3.0
  • 6c39cc3 Merge pull request #662 from nextcloud-libraries/chore/do-not-publish-tests
  • 745da1a chore: ignore test-apps in NPM package
  • 3cdd6cc Merge pull request #658 from nextcloud-libraries/feat/vu2-and-vue3-compatibility
  • fb852f4 chore(ci): remove node
  • 4732a70 test: add install and build tests
  • da1cdd6 feat: support both Vue 2 and Vue 3
  • 087d2e2 chore(devDeps): bump vue-loader from 15.10.1 to 15.11.1
  • 26c4067 chore(deps): uninstall vue-template-compiler
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @nextcloud-command.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the 3. to review Waiting for reviews label Sep 4, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2025

Labels

The following labels could not be found: feature: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stable32/nextcloud/webpack-vue-config-6.3.0 branch from 45906a2 to a75c5ef Compare September 4, 2025 16:59
@susnux susnux changed the title chore(deps-dev): bump @nextcloud/webpack-vue-config from 6.0.1 to 6.3.0 [stable32] chore(deps-dev): bump @nextcloud/webpack-vue-config from 6.0.1 to 6.3.0 Sep 4, 2025
@susnux
Copy link
Contributor

susnux commented Sep 4, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stable32/nextcloud/webpack-vue-config-6.3.0 branch from a75c5ef to 5b5891f Compare September 4, 2025 17:09
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud-libraries/webpack-vue-config) from 6.0.1 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](nextcloud-libraries/webpack-vue-config@v6.0.1...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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stable32/nextcloud/webpack-vue-config-6.3.0 branch from 5b5891f to 38915ce Compare September 4, 2025 17:10
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2025

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@susnux
Copy link
Contributor

susnux commented Sep 4, 2025

/compile

Signed-off-by: nextcloud-command <[email protected]>
@susnux susnux merged commit 7e0dac7 into stable32 Sep 4, 2025
24 of 25 checks passed
@susnux susnux deleted the dependabot/npm_and_yarn/stable32/nextcloud/webpack-vue-config-6.3.0 branch September 4, 2025 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants