Skip to content

build(deps-dev): Bump @nextcloud/webpack-vue-config from 6.2.0 to 6.3.0#887

Merged
come-nc merged 2 commits intostable31from
dependabot/npm_and_yarn/stable31/nextcloud/webpack-vue-config-6.3.0
May 26, 2025
Merged

build(deps-dev): Bump @nextcloud/webpack-vue-config from 6.2.0 to 6.3.0#887
come-nc merged 2 commits intostable31from
dependabot/npm_and_yarn/stable31/nextcloud/webpack-vue-config-6.3.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps @nextcloud/webpack-vue-config from 6.2.0 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 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 requested a review from a team May 26, 2025 14:20
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 26, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added 3. to review Waiting for reviews dependencies labels May 26, 2025
@come-nc
Copy link
Collaborator

come-nc commented May 26, 2025

/compile /

@come-nc
Copy link
Collaborator

come-nc commented May 26, 2025

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 26, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@come-nc
Copy link
Collaborator

come-nc commented May 26, 2025

@dependabot recreate

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](nextcloud-libraries/webpack-vue-config@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>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stable31/nextcloud/webpack-vue-config-6.3.0 branch from ba993a1 to 1a6e8e7 Compare May 26, 2025 14:29
@come-nc
Copy link
Collaborator

come-nc commented May 26, 2025

/compile /

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@come-nc come-nc merged commit 1ed53f7 into stable31 May 26, 2025
37 checks passed
@come-nc come-nc deleted the dependabot/npm_and_yarn/stable31/nextcloud/webpack-vue-config-6.3.0 branch May 26, 2025 14:53
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 dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants