Skip to content

Bump @nextcloud/password-confirmation from 5.3.2 to 6.0.3#598

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/nextcloud/password-confirmation-6.0.3
Open

Bump @nextcloud/password-confirmation from 5.3.2 to 6.0.3#598
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/nextcloud/password-confirmation-6.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2026

Bumps @nextcloud/password-confirmation from 5.3.2 to 6.0.3.

Release notes

Sourced from @​nextcloud/password-confirmation's releases.

6.0.3

What's Changed

🐛 Fixed bugs

Other Changes

Full Changelog: nextcloud-libraries/nextcloud-password-confirmation@v6.0.2...v6.0.3

v6.0.2

What's Changed

🐛 Fixed bugs

Other Changes

New Contributors

Full Changelog: nextcloud-libraries/nextcloud-password-confirmation@v6.0.1...v6.0.2

v6.0.1

6.0.1 - 2025-10-16

Fixed

  • fix: ensure password is used for axios request #1172 (susnux)

Changed

  • ci: add workflow to block unconventional commits #1175 (susnux)
  • Updated translations

v6.0.0

6.0.0 - 2025-09-28

Notes

This package now builds on top of @nextcloud/vue version 9 using Vue 3. While this package uses Vue 3 it is also possible to use it within a Vue 2 project, in this case the Vue dependency will not be shared as the dependency was moved from a peer dependency to a plain dependency. This also means that if you are using Vue 2 you have to ensure you do not use bundler configurations that enforce resolving Vue to the same version as this will fail now, instead let the bundler choose the matching Vue version.

... (truncated)

Changelog

Sourced from @​nextcloud/password-confirmation's changelog.

6.0.3 - 2026-03-06

Fixed

  • fix: Don't apply password policy when trying to confirm a password #1228

Changed

  • Updated translations
  • Updated development dependencies

6.0.2 - 2025-11-06

Fixed

Changed

6.0.1 - 2025-10-16

Fixed

  • fix: ensure password is used for axios request #1172 (susnux)

Changed

  • ci: add workflow to block unconventional commits #1175 (susnux)
  • Updated translations

6.0.0 - 2025-09-28

Notes

This package now builds on top of @nextcloud/vue version 9 using Vue 3. While this package uses Vue 3 it is also possible to use it within a Vue 2 project, in this case the Vue dependency will not be shared as the dependency was moved from a peer dependency to a plain dependency. This also means that if you are using Vue 2 you have to ensure you do not use bundler configurations that enforce resolving Vue to the same version as this will fail now, instead let the bundler choose the matching Vue version.

For example if using Webpack this will no longer work in Vue 2 apps:

  resolve: {
                alias: {
                        vue$: path.resolve('./node_modules/vue'),
                },
  }

For Vue 3 apps nothing changed, meaning the app and this library will share the same Vue dependency as long as the versions are compatible.

Breaking

  • This package now uses Vue 3 internally.
  • The legacy common js entry point is removed.

... (truncated)

Commits
  • b42d001 ci: update npm-release workflow
  • fb5c1bc Merge pull request #1348 from nextcloud-libraries/dependabot/github_actions/a...
  • 4d08a9b chore(deps): Bump actions/setup-node from 6.2.0 to 6.3.0
  • d33bf1f Merge pull request #1344 from nextcloud-libraries/dependabot/npm_and_yarn/vue...
  • 4084dfb Merge pull request #1343 from nextcloud-libraries/dependabot/npm_and_yarn/hap...
  • f27ec16 Merge pull request #1346 from nextcloud-libraries/dependabot/npm_and_yarn/typ...
  • 071bd31 chore(deps-dev): Bump @​types/node from 24.11.0 to 25.3.5
  • 8569afa chore(deps-dev): Bump @​vue/tsconfig from 0.8.1 to 0.9.0
  • 6761c4f chore(deps-dev): Bump happy-dom from 20.7.0 to 20.8.3
  • 137d94c Merge pull request #1342 from nextcloud-libraries/chore/prepare-6-0-3
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nextcloud/password-confirmation since your current version.


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 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)

Bumps [@nextcloud/password-confirmation](https://github.com/nextcloud-libraries/nextcloud-password-confirmation) from 5.3.2 to 6.0.3.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-password-confirmation@v5.3.2...6.0.3)

---
updated-dependencies:
- dependency-name: "@nextcloud/password-confirmation"
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants