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

build(deps): bump @yaireo/tagify from 4.12.0 to 4.19.1 #9748

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @yaireo/tagify from 4.12.0 to 4.19.1.

Release notes

Sourced from @​yaireo/tagify's releases.

v4.19.1

  • fixes #1288 - when editing a tag and hitting TAB or ENTER key to apply the change, it won't do anything since the tag was never blurred. Also decreased the EDITED_TAG_BLUR_DELAY to 0 for better responsiveness 7c63fec
  • fixes an issue where a tag is edited to have no textual value and then blured - and is expected to be removed (by default) 5d21ba2

yairEO/tagify@v4.19.0...v4.19.1

v4.19.0

  • improved the users list demo in the main demos page f7b5164
  • moved last commented change this.state.hasFocus to a better location in the code 2fa118c
  • improved README with a better "basic example" section c6abe27
  • re-made how "select" mode works so instead of the input being editable, the actual tag is now visible and goes into edit-mode and the input is hidden bacaeb0
  • removed a console.log ab10852
  • when calling addEmptyTag method, the Tagify field should be focused dc6adf4
  • in case the suggestions DropDown is placed inside the tagify.DOM.scope node, it should not inherit its line-height style fd6503c
  • dropdown.appendTarget setting can now be a function as well, which should return a DOM node bb40af2
  • fixes #1286 - calling addEmptyTag() with dropdown.enabled: 0 setting should create an empty tag with a dropdown of suggestions c86a231

yairEO/tagify@v4.18.3...v4.19.0

v4.18.3

  • Merge branch 'master' of https://github.com/yairEO/tagify c048e48
  • minor refactor to the "customLook" example code in the demos page b56b47b
  • Don't hide dropdown during whitelist fetch. 9756cee
  • fixes #1282 - Empty (no value) edited tag is not removed when pressing esc key 1e081c1
  • re-expose placeCaretAfterNode which was left out after past refactoing. devs should have access to this method. acdb87f
  • Stop logging input keystrokes. 7d5bc48
  • docs: fix example typo ab1c2ef

yairEO/tagify@v4.18.2...v4.18.3

v4.18.2

  • fixes #1251 - Enter key does not create tag when dropdown.position is set to "manual" 3e10b2b
  • fixes #1277 - Delimiter 'spacebar'-key doesn't work correctly - tag is added only after another text input is performed af15966
  • fixed an issue with tagTextProp and multiple whitelists scenarios 1453040
  • removed a TODO comment which was already done years ago 51bb087
  • #1276 - added a new setting autoComplete.tabKey 325df3e
  • added beforeKeyDown new hook & addTagOn setting dfd234f
  • fixed incorrect path d76eaf2
  • fixed code comment typo 4c474ea
  • improved the events section in the README by mentioning the off method 878d413

yairEO/tagify@v4.18.1...v4.18.2

v4.18.1

  • added Caveats section to the README d57a915
  • fixes #1266 - Pasting text not showing suggestion list ef39d66
  • fixed pasting content in "normal" mode, which was pasting and unable to do "setRangeAtStartEnd" as the second parameter (node) was not a node but just text d8219bc
  • fixes #1268 - transformTag is not called before a tag is edited by selecting a dropdown suggestion 5f48853
    • c5f35a0
  • fixes #1272 - Different order of callbacks betwen desktop & mobile for edit:updated event b151dbe

... (truncated)

Commits
  • b2cb706 4.19.1
  • 7c63fec fixes an issue when editing a tag and hitting TAB or ENTER key to apply the c...
  • 5d21ba2 fixes an issue where a tag is edited to have no textual value and then blured...
  • 234bbbe 4.19.0
  • b79c842 -
  • 3290b95 -
  • f7b5164 improved the users list demo in the main demos page
  • 2fa118c moved last commented change this.state.hasFocus to a better location in the...
  • c6abe27 improved README with a better "basic example" section
  • bacaeb0 re-made how "select" mode works so instead of the input being editable, the a...
  • 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 <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

@dependabot dependabot bot requested a review from a team as a code owner February 5, 2024 10:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file JavaScript labels Feb 5, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/yaireo/tagify-4.19.1 branch from 0e85460 to b6a6875 Compare February 5, 2024 15:52
Bumps [@yaireo/tagify](https://github.com/yairEO/tagify) from 4.12.0 to 4.19.1.
- [Release notes](https://github.com/yairEO/tagify/releases)
- [Commits](yairEO/tagify@v4.12.0...v4.19.1)

---
updated-dependencies:
- dependency-name: "@yaireo/tagify"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/yaireo/tagify-4.19.1 branch from b6a6875 to 98aa1e5 Compare February 5, 2024 15:53
Copy link

sonarqubecloud bot commented Feb 5, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2024

Superseded by #9785.

@dependabot dependabot bot closed this Feb 12, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/yaireo/tagify-4.19.1 branch February 12, 2024 10: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants