Skip to content

Bump choices.js from 11.1.0 to 11.2.1 in the js-dependencies group#1448

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/js-dependencies-6e486d8549
Mar 13, 2026
Merged

Bump choices.js from 11.1.0 to 11.2.1 in the js-dependencies group#1448
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/js-dependencies-6e486d8549

Conversation

@dependabot
Copy link
Contributor

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

Bumps the js-dependencies group with 1 update: choices.js.

Updates 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the js-dependencies group with 1 update: [choices.js](https://github.com/Choices-js/Choices).


Updates `choices.js` 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:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
...

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 13, 2026
@github-actions github-actions bot merged commit 274b8e0 into main Mar 13, 2026
4 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/js-dependencies-6e486d8549 branch March 13, 2026 03:04
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

Development

Successfully merging this pull request may close these issues.

0 participants