Skip to content

build(deps): bump choices.js from 11.1.0 to 11.2.1#4066

Merged
thorsten merged 1 commit intomainfrom
dependabot/npm_and_yarn/choices.js-11.2.1
Mar 11, 2026
Merged

build(deps): bump choices.js from 11.1.0 to 11.2.1#4066
thorsten merged 1 commit intomainfrom
dependabot/npm_and_yarn/choices.js-11.2.1

Conversation

@dependabot
Copy link
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps choices.js from 11.1.0 to 11.2.1.

Release notes

Sourced from choices.js's releases.

v11.2.1

Changes

🔧 Maintenance

  • Fix npm deployment process
  • Update dev dependencies & github workflows for node v24+ @​Xon (#1386)

Contributors

@​Xon and @​jshjohnson

v11.2.0

Changes

🚀 Features

  • Improve UX on the select dropdown @​zoglo (#1361)
  • Add searchRenderSelectedChoices configuration option to control whether selected choices appear in search results for select-multiple inputs @​samuelhwilliams (#1358)
  • Add searchDisabledChoices configuration option to allow disabled choices to appear in search results @​thewatts (#1357)
  • Add CSS custom properties support (+ dark mode for the intro page) @​zoglo (#1335)
  • Soften constraints on remove buttons @​gael-ian (#1338)
  • Add support for required html attribute @​zoglo (#1332)
  • Add additional SCSS variables @​lera-sh (#1304)

🐛 Bug Fixes

  • Fix searchEnabled being disabled for select-multiple did not work @​Xon (#1366)
  • Fix data-label-description from source html was not treated as trusted @​Xon (#1365)
  • Fix kmp search not returning results as expected @​Xon (#1364)
  • Fix selected choice was not reliably highlighted when opening the dropdown @​zoglo (#1339)
  • Define [aria-selected] for selectable choices per WAI-ARIA 1.2 spec, and avoid triple state with aria-selected @​pablobm (#1330)
  • Fix appendGroupInSearch option was non-functional @​Xon (#1324)
  • When resolving the remove item/label/icon, add a 3rd argument item argument. Update default remove item label to use this (Fixes #1296) @​Xon (#1323)
  • Fix searchResultLimit could not be set to -1 when renderChoiceLimit was set @​Xon (#1322)
  • Fix dropdown would stick closed when a search loses focus @​leofeyer (#1308)

🔧 Maintenance

Contributors

@​JordanDDisch, @​Xon, @​dependabot, @​dependabot[bot], @​gael-ian, @​leofeyer, @​lera-sh, @​marcpicaud, @​pablobm, @​samuelhwilliams, @​thewatts and @​zoglo

Changelog

Sourced from choices.js's changelog.

Changelog

[11.2.0] (2026-01-05)

Features

  • Add searchRenderSelectedChoices configuration option to control whether selected choices appear in search results for select-multiple inputs. Defaults to true (backward compatible behavior). Set to false to hide selected choices from search results.
  • Add support for required html attribute #1332
    • Note; This feature requires updating any css targeting the .choices [hidden] selector
  • Improve UX on the select dropdown #1361
  • Add searchDisabledChoices configuration option to allow disabled choices to appear in search results #1357
  • Add additional SCSS variables #1304
  • Add CSS custom properties support (+ dark mode for the intro page) (#1335](Choices-js/Choices#1335)
  • Soften constraints on remove buttons #1338

Bugfixes

  • Fix data-label-description from source html was not treated as trusted #1365
  • Fix kmp search not returning results as expected #1364
  • Fix selected choice was not reliably highlighted when opening the dropdown #1339
  • Define [aria-selected] for selectable choices per WAI-ARIA 1.2 spec, and avoid triple state with aria-selected #1330
  • Fix appendGroupInSearch option was non-functional #1324
  • When resolving the remove item/label/icon, add a 3rd argument item argument. Update default remove item label to use this (Fixes #1296) #1323
  • Fix searchResultLimit could not be set to -1 when renderChoiceLimit was set #1322
  • Fix dropdown would stick closed when a search loses focus #1308
  • Fix searchEnabled being disabled for select-multiple did not work #1366

Chore

  • Update callback argument documentation
  • Update development dependencies to fix npm install warning
Commits
  • 095ecb3 version bump to v11.2.1 & build assets
  • f34ed94 Revert "patch deployment to get the original v11.2.0 deployed"
  • 83345e0 patch deployment to get the original v11.2.0 deployed
  • cccdd16 Merge pull request #1386 from Choices-js/update-dev-dependencies
  • 875b7fc Fix uploading playwright report
  • cdd7aa0 Update badge links
  • a196793 Update links to the git repo
  • 984cdde Remove use of the merged blob reported and just do html breakdown for each te...
  • 186cb39 Update README.md to link to the correct primary branch
  • 820c398 Adjust merge.config.ts & browser e2e workflow
  • 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 choices.js 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 [choices.js](https://github.com/Choices-js/Choices) from 11.1.0 to 11.2.1.
- [Release notes](https://github.com/Choices-js/Choices/releases)
- [Changelog](https://github.com/Choices-js/Choices/blob/main/CHANGELOG.md)
- [Commits](Choices-js/Choices@v11.1.0...v11.2.1)

---
updated-dependencies:
- dependency-name: choices.js
  dependency-version: 11.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 11, 2026
@thorsten thorsten merged commit 2b340b4 into main Mar 11, 2026
9 checks passed
@thorsten thorsten deleted the dependabot/npm_and_yarn/choices.js-11.2.1 branch March 11, 2026 18:42
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.

1 participant