Skip to content

Commit

Permalink
chore: Bump @yaireo/tagify and @types/yaireo__tagify (#2195)
Browse files Browse the repository at this point in the history
Bumps [@yaireo/tagify](https://github.com/yairEO/tagify) and
[@types/yaireo__tagify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yaireo__tagify).
These dependencies needed to be updated together.
Updates `@yaireo/tagify` from 4.17.8 to 4.17.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/yairEO/tagify/releases"><code>@​yaireo/tagify</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v4.17.9</h2>
<ul>
<li>added <code>engines</code> section to <code>package.json</code> file
9ad1cf6</li>
<li>improved example code to initially be disabled and quickly be
enabled after initialization 748c501</li>
<li>fixed so <code>removeTags</code> only happens if the
<code>delete</code> key was pressed and not the <code>backspace</code>
key 4438723</li>
<li>
<ul>
<li>allow DELETE key before the very first tag, if it&amp;<a
href="https://redirect.github.com/yairEO/tagify/issues/39">#39</a>;s the
first node also - added a <code>constants</code> file -
<code>fixCaretBetweenTags</code> helper function should not change caret
position if the tagify instance is not in focus 787eb49</li>
</ul>
</li>
<li>fixes <a
href="https://redirect.github.com/yairEO/tagify/issues/1221">#1221</a> -
an initially disabled field should be editable once
<code>setDisabled(false</code> is called 37ba312</li>
<li>fixes <a
href="https://redirect.github.com/yairEO/tagify/issues/1231">#1231</a> -
moved <code>placeCaretAfterNode</code> to the <code>helpers</code> file
and added 2 places where a zero-width character is injected: between
tags and before the first tag, only if its the first node 1d41a69</li>
<li>should allow selecting dropdown values with multiple spaces in them
c8b9466</li>
<li>fixes <a
href="https://redirect.github.com/yairEO/tagify/issues/1214">#1214</a> -
in mix-mode, the <code>pattern</code> setting represents which pattern
starts a tag, but the tags themselves do not have this pattern when
being edited, and so, pattern-validaiton should not occur 4a67775</li>
<li>fixes <a
href="https://redirect.github.com/yairEO/tagify/issues/1232">#1232</a> -
<code>getTagIndexByValue</code> should use the <code>value</code>
property of the tag&amp;<a
href="https://redirect.github.com/yairEO/tagify/issues/39">#39</a>;s
data and not assume the tag&amp;<a
href="https://redirect.github.com/yairEO/tagify/issues/39">#39</a>;s
innerText is same as the value 5c76a58</li>
<li>added <code>pre-wrap</code> to the styles of the dropdown items so
multiple spaces could be rendered (fixes <a
href="https://redirect.github.com/yairEO/tagify/issues/1224">#1224</a>)
0e6f3de</li>
<li>replaced minified regex which was supposed to collapse white space
between tags but also caused a bug - it removed spaced within
attributes. Came up with a better solution. (fixes <a
href="https://redirect.github.com/yairEO/tagify/issues/1224">#1224</a>)
97380d9</li>
</ul>
<p><a
href="https://github.com/yairEO/tagify/compare/v4.17.8...v4.17.9">https://github.com/yairEO/tagify/compare/v4.17.8...v4.17.9</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/yairEO/tagify/commit/9d8b577860e961c40eb436629a35c5ad1fcbda9a"><code>9d8b577</code></a>
4.17.9</li>
<li><a
href="https://github.com/yairEO/tagify/commit/9ad1cf62ec4861f58e32c28504dd543f12c02b96"><code>9ad1cf6</code></a>
added <code>engines</code> section to <code>package.json</code>
file</li>
<li><a
href="https://github.com/yairEO/tagify/commit/748c5015c302caba0ac45c4c8a1207ab2181fa1d"><code>748c501</code></a>
improved example code to initially be disabled and quickly be enabled
after i...</li>
<li><a
href="https://github.com/yairEO/tagify/commit/44387237b2abc85e645d4d5f37592fb12625bf40"><code>4438723</code></a>
fixed so <code>removeTags</code> only happens if the <code>delete</code>
key was pressed and not th...</li>
<li><a
href="https://github.com/yairEO/tagify/commit/787eb49101b971c6646a145e44718fbedaa6109a"><code>787eb49</code></a>
- allow DELETE key before the very first tag, if it's the first node
also</li>
<li><a
href="https://github.com/yairEO/tagify/commit/37ba312436a57dc278ac249ae3c67cdeb540c5d9"><code>37ba312</code></a>
fixes <a
href="https://redirect.github.com/yairEO/tagify/issues/1221">#1221</a> -
an initially disabled field should be editable once `setDisable...</li>
<li><a
href="https://github.com/yairEO/tagify/commit/1d41a6980507de07d7161846125aea26a842aa7e"><code>1d41a69</code></a>
fixes <a
href="https://redirect.github.com/yairEO/tagify/issues/1231">#1231</a> -
moved <code>placeCaretAfterNode</code> to the <code>helpers</code> file
and added 2 p...</li>
<li><a
href="https://github.com/yairEO/tagify/commit/c8b9466eefc665d9fabee0e649a5aa041c6ae05f"><code>c8b9466</code></a>
should allow selecting dropdown values with multiple spaces in them</li>
<li><a
href="https://github.com/yairEO/tagify/commit/b3e2cb67354bbbf2020be751950903e4a1f42ba3"><code>b3e2cb6</code></a>
added custom validation</li>
<li><a
href="https://github.com/yairEO/tagify/commit/4a67775a2f350bbb85bc4e2f9f1f6d884728a4cc"><code>4a67775</code></a>
fixes <a
href="https://redirect.github.com/yairEO/tagify/issues/1214">#1214</a> -
in mix-mode, the <code>pattern</code> setting represents which pattern
sta...</li>
<li>Additional commits viewable in <a
href="https://github.com/yairEO/tagify/compare/v4.17.8...v4.17.9">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/yaireo__tagify` from 4.17.0 to 4.17.1
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yaireo__tagify">compare
view</a></li>
</ul>
</details>
<br />


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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2023
1 parent 7ed06f2 commit f3695cc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@vue/apollo-composable": "4.0.0-beta.8",
"@vue/apollo-util": "^4.0.0-beta.6",
"@vueuse/core": "^10.2.1",
"@yaireo/tagify": "^4.17.8",
"@yaireo/tagify": "^4.17.9",
"autoprefixer": "^10.4.15",
"body-scroll-lock": "^4.0.0-beta.0",
"connect-redis": "^7.1.0",
Expand Down Expand Up @@ -112,7 +112,7 @@
"@types/redis-mock": "^0.17.1",
"@types/supertest": "^2.0.12",
"@types/uuid": "^9.0.3",
"@types/yaireo__tagify": "^4.17.0",
"@types/yaireo__tagify": "^4.17.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vee-validate/nuxt": "^4.10.5",
Expand Down
24 changes: 17 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6627,7 +6627,7 @@ __metadata:
languageName: node
linkType: hard

"@types/yaireo__tagify@npm:*, @types/yaireo__tagify@npm:^4.17.0":
"@types/yaireo__tagify@npm:*":
version: 4.17.0
resolution: "@types/yaireo__tagify@npm:4.17.0"
dependencies:
Expand All @@ -6637,6 +6637,16 @@ __metadata:
languageName: node
linkType: hard

"@types/yaireo__tagify@npm:^4.17.1":
version: 4.17.1
resolution: "@types/yaireo__tagify@npm:4.17.1"
dependencies:
"@types/react": "*"
"@types/yaireo__tagify": "*"
checksum: fa91995c41ab1fff7bc16f8e212c11e7abba0287a6bc20a16ea722335f41a46c8b02b2b77084f5de511a8bc5ad7c1cc219805ac6d9039898bcaf16bd94f1b9e9
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^5.42.1":
version: 5.61.0
resolution: "@typescript-eslint/eslint-plugin@npm:5.61.0"
Expand Down Expand Up @@ -7692,12 +7702,12 @@ __metadata:
languageName: node
linkType: hard

"@yaireo/tagify@npm:^4.17.8":
version: 4.17.8
resolution: "@yaireo/tagify@npm:4.17.8"
"@yaireo/tagify@npm:^4.17.9":
version: 4.17.9
resolution: "@yaireo/tagify@npm:4.17.9"
peerDependencies:
prop-types: ^15.7.2
checksum: be3c7469d358b52b28e8384cf7b989679d181cf6a7d01c8296db45cb64c86783291be60447fcafbe0470fa00c3f6f6e573a3342723a35578a22e557c8d677d66
checksum: 0db7dd5458f5bcfe849cd3922b9e245ff684defc90ce7f5d9443ec5c2d940ba4cb878934f2138074848f50e3fde25b6d4619aa12e72d101aa583c01ce1b3f3e2
languageName: node
linkType: hard

Expand Down Expand Up @@ -14726,7 +14736,7 @@ __metadata:
"@types/redis-mock": ^0.17.1
"@types/supertest": ^2.0.12
"@types/uuid": ^9.0.3
"@types/yaireo__tagify": ^4.17.0
"@types/yaireo__tagify": ^4.17.1
"@typescript-eslint/eslint-plugin": ^6.5.0
"@typescript-eslint/parser": ^6.5.0
"@variantjs/core": ^0.0.90
Expand All @@ -14741,7 +14751,7 @@ __metadata:
"@vue/runtime-dom": ^3.3.4
"@vue/test-utils": ^2.4.0
"@vueuse/core": ^10.2.1
"@yaireo/tagify": ^4.17.8
"@yaireo/tagify": ^4.17.9
autoprefixer: ^10.4.15
body-scroll-lock: ^4.0.0-beta.0
chromatic: ^6.19.9
Expand Down

0 comments on commit f3695cc

Please sign in to comment.