Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump symfony/ux-autocomplete from 2.7.1 to 2.11.2 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

Bumps symfony/ux-autocomplete from 2.7.1 to 2.11.2.

Changelog

Sourced from symfony/ux-autocomplete's changelog.

CHANGELOG

2.9.0

  • Add support for symfony/asset-mapper

2.8.0

  • The autocomplete now watches for update to any option elements inside of it change, including the empty / placeholder element. Additionally, if the select or input element's disabled attribute changes, the autocomplete instance will update accordingly. This makes Autocomplete work correctly inside of a LiveComponent. This functionality does not work for multiple selects.

  • Added support for using OptionGroups.

2.7.0

  • Add assets/src to .gitattributes to exclude them from the installation

  • Fix minCharacters option default value handling when using a falsy value like 0.

  • Fix TypeScript types

  • Add a new route parameter to AsEntityAutocompleteField, which allows to choose another route for Ajax calls.

  • Fix minCharacters option default value handling when using a falsy value like 0.

  • Fix TypeScript types

  • Add a way to detect if a field is an "autocomplete" field in form themes - #608

2.6.0

  • [BC BREAK]: The path to routes.php changed and you should update your route import accordingly:
# config/routes/ux_autocomplete.yaml
ux_autocomplete:
-    resource: '@AutocompleteBundle/Resources/routes.php'
+    resource: '@AutocompleteBundle/config/routes.php'
    prefix: '/autocomplete'
  • Add support for tom-select version 2.2.2 and made this the minimum-supported version.
  • Added support for the preload TomSelect option.
  • Fix don't add WHERE IN criteria without params (#561).
  • Fix issue where max_results was not passed as a Stimulus value (#538).

... (truncated)

Commits
  • fabcb2e Fixing autocomplete security bug by using the query_builder
  • d562b80 bump to php >=8.1 everywhere
  • 23cd521 [LiveComponent] Working around issue where FormView is passed to the component
  • 610b4f9 Asset mapper: Further docs updates
  • 961820a [Autocomplete] When min chars is not set, keep loading after initial load
  • 49f9a19 More precisely initializing services/config for asset mapper
  • cf08b23 Asset mapper integration part 2!
  • 6e4b01c [Turbo] Upgrading and fixing phpstan & CI
  • 28b7c6b Adding Asset Mapper support + new StimulusBundle
  • b226b47 [Autocomplete] Removing excess deprecation warning
  • Additional commits viewable 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [symfony/ux-autocomplete](https://github.com/symfony/ux-autocomplete) from 2.7.1 to 2.11.2.
- [Changelog](https://github.com/symfony/ux-autocomplete/blob/2.x/CHANGELOG.md)
- [Commits](symfony/ux-autocomplete@v2.7.1...v2.11.2)

---
updated-dependencies:
- dependency-name: symfony/ux-autocomplete
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Sep 11, 2023
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants