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 react-tag-autocomplete from 7.0.0 to 7.2.0 #228

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps react-tag-autocomplete from 7.0.0 to 7.2.0.

Release notes

Sourced from react-tag-autocomplete's releases.

v7.1.0

  • Added support for rendering a custom list box component using renderListBox prop
  • Fixed an issue where auto scrolling to the active option in the list box could also scroll parent containers

v7.0.1

  • Fixed an issue where the onShouldExpand and onShouldCollapse callbacks would receive the previous value on input
Changelog

Sourced from react-tag-autocomplete's changelog.

v7.2.0

  • Fixed an issue where deleting multiple selected tags would fail to maintain cursor focus
  • Refactored focus trap to return focus to the component root instead of the input

v7.1.0

  • Added support for rendering a custom list box component using renderListBox prop
  • Fixed an issue where auto scrolling to the active option in the list box could also scroll parent containers

v7.0.1

  • Fixed an issue where the onShouldExpand and onShouldCollapse callbacks would receive the previous value on input
Commits
  • aaa30e8 7.2.0
  • e143594 Update changelog
  • 4e7c699 Update Vite and Vitest
  • 528b278 Merge pull request #66 from i-like-robots/focus-root
  • e9b9456 Focus component root not input after tag with focus is deleted
  • 6b4baaf Refactor tag deleted effect to track the changed tag not list length so that ...
  • 3998dbf Refactor root ref into global context
  • 9bcf004 Update readme.md
  • d0798c9 Clear up unused husky config
  • 8ee9b5a Bump dev dependencies
  • 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 <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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [react-tag-autocomplete](https://github.com/i-like-robots/react-tag-autocomplete) from 7.0.0 to 7.2.0.
- [Release notes](https://github.com/i-like-robots/react-tag-autocomplete/releases)
- [Changelog](https://github.com/i-like-robots/react-tag-autocomplete/blob/main/changelog.md)
- [Commits](i-like-robots/react-tag-autocomplete@v7.0.0...v7.2.0)

---
updated-dependencies:
- dependency-name: react-tag-autocomplete
  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 Feb 19, 2024
Copy link
Author

dependabot bot commented on behalf of github Jun 17, 2024

Superseded by #269.

@dependabot dependabot bot closed this Jun 17, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-tag-autocomplete-7.2.0 branch June 17, 2024 17:56
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.

0 participants