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.24.0 to 4.26.1 #1677

Closed

Conversation

dependabot[bot]
Copy link

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

Bumps @yaireo/tagify from 4.24.0 to 4.26.1.

Release notes

Sourced from @​yaireo/tagify's releases.

v4.26.1

  • Merge branch 'master' of https://github.com/yairEO/tagify f319aa1
  • fixes #1334 - pressing DOWN arrow key in mix-mode should not show the suggestions dropdown 81da842
  • [chore] minor change to the example files template bcaac7b
  • fixed typo 63e411a
  • Fixed package.json main attribute after .min file removal 41aac95

yairEO/tagify@v4.26.0...v4.26.1

v4.26.0

  • [bugfix] in mix-mode, when pressing the ENTER key when typing non-tag text, there should be no tag entering edit-mode and also, entering edit-mode should should be allowed when the a11y.focusableTags setting it set to true and also the currently focusable element is a tag. (fixes #1331, fixes #1329) dbd7d77
  • fixes #1328 - setReadonly method should only blur if the current active element is that specific Tagify instance. This might not work if an external button was used to trigger this method. 69eb547
  • Added gulp-nunjucks devDependencies in order to completely refactor the index.html demos page
  • Added new Gulp task for compiling the homepage index.html containing all the examples
  • Added a new Gulp task for watching & compiling all the examples, individually, so each example could be used for testing purposes eacaa77

yairEO/tagify@v4.25.1...v4.26.0

v4.25.1

  • Added files from the dist folder to the exports property in package.json. Seems like recent addition of the exports property had caused issues for some users when trying to import the CSS file which was not included in the exports and so I've added all the files, just in case fa82144
  • Added missing export for css file in package.json 58eaa24
  • Update README.md top screen captures to have links c4c2013

yairEO/tagify@v4.25.0...v4.25.1

v4.25.0

  • [chore[ replaced unmaintained pkg-ok pre-check lib with package-json-validator (pjv) 0833599
  • Added a link for the RTL example in the demos page for the features section in the README file 02ff494
  • Replaced demo gif in the README with an APNG recording of another, better, Tagify example 92f6434
  • [bugfix] when editing a tag, pressing backspace key should not remove any tags b059350
  • [chore] re-instated react.tagify.js file in dist folder 1a9d1ab
  • [chore] minor change in index.html demos file afba253
  • Re-instated React pre-bundling as some users have reported their bundlers cannot handle unbundled 3rd-party modules with ES6 code imports mixed with commonjs. Output file saved in: ./dist/react.tagify.jsx 80a2af8
  • fixes #1295 - when calling removeTags method when there are no tags, there should not be an error in the console due to tagElms variable equals to[undefined] and not [] 2637510
  • [bugfix] select-mode should not re-show the dropdown once an option has been selected using the keyboard 4d3edf0
  • [bugfix] select-mode should support ENTER key for deleting current tag (when X button is in focus) and also KEYDOWN should toggle the dropdown so it's visible ff37bbf
  • Refactored wrapper HTML template by extracting the input into its own template function c52c6e3
  • [feat] added keyboard ENTER support for deleting selected tag using TAB navigation when in select-mode e0c6380
  • Fixed tagify.js file-path after recent search & replace mistake a868247
  • Replaced tagify.min.js script in index.html examples page to tagify.js c1fc042
  • [bugfix] when a suggestion is selected the suggestions dropdown should refilter itself to replenish the suggestions to reach to dropdown.maxItems setting ae8185b
  • replaced all tagify.min.js scripts in the test HTML files to tagify.js b185d7c
  • added additional exports to package.json to alias the deprecated tagify.min.js path to the new file name af08d05
  • fixes #1321 - clicking selected tags toggled the dropdown. it shouldn't affect the dropdown. 7c9a8e9
  • gulpfile main file output changed from tagify.min.js to tagify.js ed900bc
  • [chore] - README: simplified the way the React port is imported (@yaireo/tagify/react) 02a59cb
  • Added exports property in package.json for easier imports for the React port and also to eliminate errors after recent breaking-changes to the react.tagify.jsx file which is not in the dist folder d12daa6
  • [bugfix] getWhitelistItem method did not take into consideration whitelist array consisting of primitives of type number 99af32b

yairEO/tagify@v4.24.0...v4.25.0

Commits

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)

Bumps [@yaireo/tagify](https://github.com/yairEO/tagify) from 4.24.0 to 4.26.1.
- [Release notes](https://github.com/yairEO/tagify/releases)
- [Commits](yairEO/tagify@v4.24.0...v4.26.1)

---
updated-dependencies:
- dependency-name: "@yaireo/tagify"
  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 May 5, 2024
Copy link
Author

dependabot bot commented on behalf of github May 13, 2024

Superseded by #1685.

@dependabot dependabot bot closed this May 13, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/yaireo/tagify-4.26.1 branch May 13, 2024 03:24
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
0 participants