Skip to content

chore(deps): bump @nextcloud/vue-select from 4.0.0 to 4.1.0#8438

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/nextcloud/vue-select-4.1.0
Apr 17, 2026
Merged

chore(deps): bump @nextcloud/vue-select from 4.0.0 to 4.1.0#8438
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/nextcloud/vue-select-4.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 17, 2026

Bumps @nextcloud/vue-select from 4.0.0 to 4.1.0.

Release notes

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

v4.1.0

4.1.0 (2026-04-16)

🐛 Fixed bugs

  • fix(a11y): do not auto-open the dropdown on search input focus (WCAG 3.2.1 On Focus). Keyboard users still open via Space/Enter/ArrowDown/ArrowUp; mouse users still open by clicking. #73 (pringelmann)
  • fix(a11y): hide the decorative open-indicator button from the accessibility tree (aria-hidden="true", no aria-labelledby/aria-controls/aria-expanded). WCAG 4.1.2 Name, Role, Value. #73 (pringelmann)

⚠️ Behavior changes

  • Focusing the combobox no longer opens the dropdown. Consumers that relied on this side-effect should open the dropdown explicitly (e.g. via ref.open = true) or migrate to a keyboard/click gesture.
  • The open-indicator button no longer exposes its listbox state to assistive technology. Any code querying those ARIA attributes on the button will need to update.
Changelog

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

4.1.0 (2026-04-16)

🐛 Fixed bugs

  • fix(a11y): do not auto-open the dropdown on search input focus (WCAG 3.2.1 On Focus). Keyboard users still open via Space/Enter/ArrowDown/ArrowUp; mouse users still open by clicking.
  • fix(a11y): hide the decorative open-indicator button from the accessibility tree (aria-hidden="true", no aria-labelledby/aria-controls/aria-expanded). WCAG 4.1.2 Name, Role, Value.

⚠️ Behavior changes

  • Focusing the combobox no longer opens the dropdown. Consumers that relied on this side-effect should open the dropdown explicitly (e.g. via ref.open = true) or migrate to a keyboard/click gesture.
  • The open-indicator button no longer exposes its listbox state to assistive technology. Any code querying those ARIA attributes on .vs__open-indicator-button will need to update.
Commits
  • 6c91432 Merge pull request #74 from nextcloud-libraries/chore/release
  • 740da01 chore: prepare v4.1.0 release
  • 3879669 Merge pull request #73 from nextcloud-libraries/feat/a11y-ncselect-props
  • 74d22e6 fix(a11y): don't auto-open dropdown on focus, hide decorative chevron
  • See full diff 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 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/vue-select](https://github.com/nextcloud-libraries/vue-select) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/nextcloud-libraries/vue-select/releases)
- [Changelog](https://github.com/nextcloud-libraries/vue-select/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/vue-select@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue-select"
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Apr 17, 2026
@github-actions github-actions Bot enabled auto-merge April 17, 2026 06:34
@github-actions github-actions Bot merged commit 3619404 into main Apr 17, 2026
23 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/nextcloud/vue-select-4.1.0 branch April 17, 2026 06:38
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 Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant