Skip to content

build(deps-dev): bump @nextcloud/webpack-vue-config from 6.0.1 to 6.1.1 #52610

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: stable30
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

v6.1.1

v6.1.1 (2024-09-23)

Full Changelog

🐛 Bug Fix

Dependencies

v6.1.0

v6.1.0 (2024-09-17)

Changelog

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

v6.1.1 (2024-09-23)

🐛 Bug Fix

v6.1.0 (2024-09-17)

Commits
  • 376dd7b Merge pull request #614 from nextcloud-libraries/release/v6.1.1
  • d5305c4 chore(release): v6.1.1
  • e1be26e Merge pull request #613 from nextcloud-libraries/fix/process-alias
  • ef55f8d fix: include process Node polyfill
  • 5f4e4ef Merge pull request #611 from nextcloud-libraries/dependabot/npm_and_yarn/babe...
  • 56f036c Merge pull request #610 from nextcloud-libraries/dependabot/npm_and_yarn/sass...
  • 53e52b2 chore(deps-dev): Bump babel-loader from 9.1.3 to 9.2.1
  • 23b2268 chore(deps-dev): Bump sass from 1.78.0 to 1.79.3
  • 5b59425 6.1.0
  • 5522e9f Merge pull request #609 from nextcloud-libraries/automated/noid/main-fix-npm-...
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@nextcloud/webpack-vue-config [>= 6.3.a, < 6.4]
@nextcloud/webpack-vue-config [>= 6.2.a, < 6.3]

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team May 3, 2025 02:18
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

Copy link
Contributor Author

dependabot bot commented on behalf of github May 3, 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.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stable30/nextcloud/webpack-vue-config-6.1.1 branch from 072f7e0 to 230b007 Compare May 24, 2025 02:54
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

@AndyScherzinger AndyScherzinger force-pushed the dependabot/npm_and_yarn/stable30/nextcloud/webpack-vue-config-6.1.1 branch 2 times, most recently from 896a1de to 2f146e8 Compare May 29, 2025 17:00
@AndyScherzinger AndyScherzinger force-pushed the dependabot/npm_and_yarn/stable30/nextcloud/webpack-vue-config-6.1.1 branch from 2f146e8 to 48cbdae Compare June 1, 2025 16:15
@susnux susnux force-pushed the dependabot/npm_and_yarn/stable30/nextcloud/webpack-vue-config-6.1.1 branch from 48cbdae to 8f2a8ba Compare June 2, 2025 14:12
@susnux susnux force-pushed the dependabot/npm_and_yarn/stable30/nextcloud/webpack-vue-config-6.1.1 branch from 8f2a8ba to 283dee2 Compare June 2, 2025 14:18
@susnux
Copy link
Contributor

susnux commented Jun 2, 2025

/compile

dependabot bot and others added 2 commits June 2, 2025 17:01
Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud-libraries/webpack-vue-config) from 6.0.1 to 6.1.1.
- [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.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
@susnux susnux force-pushed the dependabot/npm_and_yarn/stable30/nextcloud/webpack-vue-config-6.1.1 branch from 4c7491e to 74a930c Compare June 2, 2025 15:01
@AndyScherzinger
Copy link
Member

Needs another rebase and compile @susnux 🙏

@nextcloud-bot nextcloud-bot mentioned this pull request Jun 4, 2025
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants