Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @nextcloud/password-confirmation from 5.3.1 to 6.0.0.

Release notes

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

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.

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.
  • The legacy, deprecated, dist/style.css entry point was removed. If you still use it please adjust as following:
- import '@nextcloud/password-confirmation/dist/style.css'
+ import '@nextcloud/password-confirmation/style.css'

Added

Fixed

Changed

v6.0.0-rc.0

What's Changed

🚀 Enhancements

🐛 Fixed bugs

... (truncated)

Changelog

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

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.
  • The legacy, deprecated, dist/style.css entry point was removed. If you still use it please adjust as following:
- import '@nextcloud/password-confirmation/dist/style.css'
+ import '@nextcloud/password-confirmation/style.css'

Fixed

Changed

Commits
  • 2c9b0a5 Merge pull request #1155 from nextcloud-libraries/chore/release-6
  • 6d22334 chore: prepare v6.0.0
  • c9cfa77 chore: make changelog content consistant
  • e563a36 Merge pull request #1154 from nextcloud-libraries/chore/update-dependencies
  • 3c5f8a2 chore: adjust location of definitions
  • 6ea7202 chore: update sub-dependencies
  • 26030cc Merge pull request #1139 from nextcloud-libraries/dependabot/npm_and_yarn/nex...
  • 0716b28 Merge pull request #1132 from nextcloud-libraries/dependabot/npm_and_yarn/typ...
  • 787c073 Merge pull request #1143 from nextcloud-libraries/dependabot/npm_and_yarn/vit...
  • 822187b chore(deps-dev): Bump vite from 6.3.5 to 7.1.7
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 review from a team as code owners September 28, 2025 15:33
@dependabot dependabot bot requested review from nfebe, sorbaugh and susnux and removed request for a team September 28, 2025 15:33
@AndyScherzinger AndyScherzinger added this to the Nextcloud 33 milestone Sep 28, 2025
@susnux susnux force-pushed the dependabot/npm_and_yarn/nextcloud/password-confirmation-6.0.0 branch from e23ec4c to f64de19 Compare September 28, 2025 23:10
@susnux
Copy link
Contributor

susnux commented Sep 28, 2025

/compile

@susnux susnux force-pushed the dependabot/npm_and_yarn/nextcloud/password-confirmation-6.0.0 branch from f64de19 to 829eef9 Compare September 28, 2025 23:31
@susnux susnux force-pushed the dependabot/npm_and_yarn/nextcloud/password-confirmation-6.0.0 branch from 829eef9 to d16263a Compare September 28, 2025 23:32
@susnux
Copy link
Contributor

susnux commented Sep 28, 2025

/compile amend

@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/nextcloud/password-confirmation-6.0.0 branch from d16263a to b010565 Compare September 28, 2025 23:46
@miaulalala
Copy link
Contributor

/compile amend /

@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/nextcloud/password-confirmation-6.0.0 branch from b010565 to e1972fb Compare September 29, 2025 12:10
@AndyScherzinger AndyScherzinger force-pushed the dependabot/npm_and_yarn/nextcloud/password-confirmation-6.0.0 branch from e1972fb to bb90b8f Compare September 30, 2025 12:19
@AndyScherzinger
Copy link
Member

/compile

@miaulalala
Copy link
Contributor

/compile amend /

@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/nextcloud/password-confirmation-6.0.0 branch from 1b434fe to c75ebb1 Compare October 1, 2025 08:43
@AndyScherzinger
Copy link
Member

/compile rebase

@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/nextcloud/password-confirmation-6.0.0 branch from c75ebb1 to c48e1a3 Compare October 2, 2025 07:56
@susnux susnux force-pushed the dependabot/npm_and_yarn/nextcloud/password-confirmation-6.0.0 branch from c48e1a3 to a3047bd Compare October 15, 2025 14:09
@susnux susnux force-pushed the dependabot/npm_and_yarn/nextcloud/password-confirmation-6.0.0 branch from a3047bd to 42fa050 Compare October 15, 2025 15:31
@susnux susnux enabled auto-merge October 15, 2025 16:16
@susnux
Copy link
Contributor

susnux commented Oct 15, 2025

Cypress is related and this needs a fix: nextcloud-libraries/nextcloud-password-confirmation#1172

dependabot bot and others added 3 commits October 17, 2025 15:01
Bumps [@nextcloud/password-confirmation](https://github.com/nextcloud-libraries/nextcloud-password-confirmation) from 5.3.1 to 6.0.0.
- [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@v.5.3.1...v6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
…nfirmation` package

Signed-off-by: Ferdinand Thiessen <[email protected]>
@susnux susnux force-pushed the dependabot/npm_and_yarn/nextcloud/password-confirmation-6.0.0 branch from 42fa050 to 7155ea9 Compare October 17, 2025 13:01
@susnux
Copy link
Contributor

susnux commented Oct 17, 2025

/compile amend/

Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/nextcloud/password-confirmation-6.0.0 branch from 7155ea9 to 2e76c31 Compare October 17, 2025 13:40
@susnux susnux merged commit 3882e52 into master Oct 17, 2025
135 of 137 checks passed
@susnux susnux deleted the dependabot/npm_and_yarn/nextcloud/password-confirmation-6.0.0 branch October 17, 2025 14:25
@susnux susnux mentioned this pull request Oct 22, 2025
6 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.

7 participants