Skip to content

build(deps): bump @yaireo/tagify from 4.33.2 to 4.35.0 #11837

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

Merged
merged 1 commit into from
May 9, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2025

Bumps @yaireo/tagify from 4.33.2 to 4.35.0.

Release notes

Sourced from @​yaireo/tagify's releases.

v4.35.0

  • refactor: simplify isNodeTag function for improved readability 5f1c50d
  • fixed readonly & disabled so it is now impossible to interact with the Tagify component when these states are set. It was previously possible to edit things when tabbing "into" them 704b3b7
  • refactor: remove unnecessary data-can-editable attribute from tag template 1290dee
  • undid last change. the user should control this from the outside. fbd51e6
  • fix: if userInput is false, only set dropdown.enabled = 0 if dropdown.enabled setting was not intentionally set to false/null/undefined, which indicates the user does not want to show it no matter what 4fb2331
  • refactor: update contenteditable attributes to use data-can-editable so "setContentEditable" method could work properly regardless of the contenteditable attribute existance ced5432
  • disabled tagify with a placeholder should still show the placeholder text, but only if there are no tags c69ec4d

yairEO/tagify@v4.34.0...v4.35.0

v4.34.0

  • fixes #1434 - className prop can be undefined which throws an error when calling "compareStrings" in the className useEffect 281946e
  • fixes #1443 - readonly select-mode is focusable and editable by being focused-into using "tab" 7bdc781
  • fixes #1444 - if the tagify field has a fixed width with an overflow and it is set not to wrap the tags, (then the new) focusInputOnRemove setting should be set to false 0716ed8
  • fixes #1261 - tags do not align as expected when the tagify container with height set to it 8b3a30b
  • fixes #1261 - tags do not align as expected when the tagify container with height set to it 6930e19
  • fixes #1383 - if tagify container has padding, the dropdown is opened and closed immediately f060eae

yairEO/tagify@v4.33.2...v4.34.0

Commits
  • 8d25c14 4.35.0
  • 5f1c50d refactor: simplify isNodeTag function for improved readability
  • 704b3b7 fixed readonly & disabled so it is now impossible to interact with the Ta...
  • 1290dee refactor: remove unnecessary data-can-editable attribute from tag template
  • fbd51e6 undid last change. the user should control this from the outside.
  • 4fb2331 fix: if userInput is false, only set dropdown.enabled = 0 if `dropdown.en...
  • ced5432 refactor: update contenteditable attributes to use data-can-editable so "setC...
  • c69ec4d disabled tagify with a placeholder should still show the placeholder text, bu...
  • 23c9599 4.34.0
  • 281946e fixes #1434 - className prop can be undefined which throws an error when ca...
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file JavaScript labels Apr 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 29, 2025 12:25
@github-project-automation github-project-automation bot moved this to To discuss and validate in 🍊 Open Food Facts Server issues Apr 29, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/yaireo/tagify-4.35.0 branch from b7fab46 to 9d498ee Compare May 9, 2025 18:10
@hangy hangy enabled auto-merge (squash) May 9, 2025 18:10
@github-project-automation github-project-automation bot moved this from To discuss and validate to Done in 🍊 Open Food Facts Server issues May 9, 2025
Bumps [@yaireo/tagify](https://github.com/yairEO/tagify) from 4.33.2 to 4.35.0.
- [Release notes](https://github.com/yairEO/tagify/releases)
- [Commits](yairEO/tagify@v4.33.2...v4.35.0)

---
updated-dependencies:
- dependency-name: "@yaireo/tagify"
  dependency-version: 4.35.0
  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.35.0 branch from 9d498ee to bdd7b56 Compare May 9, 2025 18:11
Copy link

sonarqubecloud bot commented May 9, 2025

@hangy hangy merged commit e4ba6e0 into main May 9, 2025
14 checks passed
@hangy hangy deleted the dependabot/npm_and_yarn/yaireo/tagify-4.35.0 branch May 9, 2025 19:01
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
Projects
Development

Successfully merging this pull request may close these issues.

1 participant