chore(deps): bump sonner from 2.0.5 to 2.0.7 #44

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/sonner-2.0.7 into dev 2025-08-16 16:03:37 -05:00
dependabot[bot] commented 2025-08-03 19:55:37 -05:00 (Migrated from github.com)

Bumps sonner from 2.0.5 to 2.0.7.

Release notes

Sourced from sonner's releases.

v2.0.7

Sonner now supports multiple <Toaster /> components, see more here.

What's Changed

New Contributors

Full Changelog: https://github.com/emilkowalski/sonner/compare/v2.0.6...v2.0.7

v2.0.6

What's Changed

New Contributors

Full Changelog: https://github.com/emilkowalski/sonner/compare/v2.0.5...v2.0.6

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 [sonner](https://github.com/emilkowalski/sonner) from 2.0.5 to 2.0.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/emilkowalski/sonner/releases">sonner's releases</a>.</em></p> <blockquote> <h2>v2.0.7</h2> <p>Sonner now supports multiple <code>&lt;Toaster /&gt;</code> components, see more <a href="https://sonner.emilkowal.ski/toaster#multiple-toasters">here</a>.</p> <h2>What's Changed</h2> <ul> <li>feat: add testId prop for individual toast components by <a href="https://github.com/b-like-bahar"><code>@​b-like-bahar</code></a> in <a href="https://redirect.github.com/emilkowalski/sonner/pull/660">emilkowalski/sonner#660</a></li> <li>feat(toaster): add support for multiple toasters with unique identifiers by <a href="https://github.com/taroj1205"><code>@​taroj1205</code></a> in <a href="https://redirect.github.com/emilkowalski/sonner/pull/665">emilkowalski/sonner#665</a></li> <li>fix: tests by <a href="https://github.com/emilkowalski"><code>@​emilkowalski</code></a> in <a href="https://redirect.github.com/emilkowalski/sonner/pull/677">emilkowalski/sonner#677</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/b-like-bahar"><code>@​b-like-bahar</code></a> made their first contribution in <a href="https://redirect.github.com/emilkowalski/sonner/pull/660">emilkowalski/sonner#660</a></li> <li><a href="https://github.com/taroj1205"><code>@​taroj1205</code></a> made their first contribution in <a href="https://redirect.github.com/emilkowalski/sonner/pull/665">emilkowalski/sonner#665</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/emilkowalski/sonner/compare/v2.0.6...v2.0.7">https://github.com/emilkowalski/sonner/compare/v2.0.6...v2.0.7</a></p> <h2>v2.0.6</h2> <h2>What's Changed</h2> <ul> <li>chore: upgrade pnpm to v9 to fix lockfileVersion mismatch by <a href="https://github.com/metacode22"><code>@​metacode22</code></a> in <a href="https://redirect.github.com/emilkowalski/sonner/pull/658">emilkowalski/sonner#658</a></li> <li>fix: right click event swallowing by <a href="https://github.com/emilkowalski"><code>@​emilkowalski</code></a> in <a href="https://redirect.github.com/emilkowalski/sonner/pull/661">emilkowalski/sonner#661</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/metacode22"><code>@​metacode22</code></a> made their first contribution in <a href="https://redirect.github.com/emilkowalski/sonner/pull/658">emilkowalski/sonner#658</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/emilkowalski/sonner/compare/v2.0.5...v2.0.6">https://github.com/emilkowalski/sonner/compare/v2.0.5...v2.0.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/emilkowalski/sonner/commit/3ba7aa17ab7e8101b9cf4893936f873b0d4769b3"><code>3ba7aa1</code></a> v2.0.7</li> <li><a href="https://github.com/emilkowalski/sonner/commit/06048270633a4f0cb954688d571e7bed2bc597f4"><code>0604827</code></a> fix: tests (<a href="https://redirect.github.com/emilkowalski/sonner/issues/677">#677</a>)</li> <li><a href="https://github.com/emilkowalski/sonner/commit/c50fe92dfb5bc42163ab418a274c86e47ba8dd5e"><code>c50fe92</code></a> fix tests</li> <li><a href="https://github.com/emilkowalski/sonner/commit/0600a5cb4040e38ac7972f6bcd0895b150e51949"><code>0600a5c</code></a> feat(toaster): add support for multiple toasters with unique identifiers (<a href="https://redirect.github.com/emilkowalski/sonner/issues/665">#665</a>)</li> <li><a href="https://github.com/emilkowalski/sonner/commit/c14bf44a0363105c4d2232d426412ba28c7edca6"><code>c14bf44</code></a> feat: add testId prop for individual toast components (<a href="https://redirect.github.com/emilkowalski/sonner/issues/660">#660</a>)</li> <li><a href="https://github.com/emilkowalski/sonner/commit/05af865038d80f6391570c89740da3d0fdf45eda"><code>05af865</code></a> v2.0.6</li> <li><a href="https://github.com/emilkowalski/sonner/commit/eee422884e4412dac1175b6e1ef1d606fe68fc09"><code>eee4228</code></a> fix: right click event swallowing (<a href="https://redirect.github.com/emilkowalski/sonner/issues/661">#661</a>)</li> <li><a href="https://github.com/emilkowalski/sonner/commit/c8caf35ffdc5c0c7dc53b8c67cdd570231c95829"><code>c8caf35</code></a> chore: update pnpm version (<a href="https://redirect.github.com/emilkowalski/sonner/issues/658">#658</a>)</li> <li>See full diff in <a href="https://github.com/emilkowalski/sonner/compare/v2.0.5...v2.0.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sonner&package-manager=npm_and_yarn&previous-version=2.0.5&new-version=2.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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) </details>
vercel[bot] commented 2025-08-03 19:55:39 -05:00 (Migrated from github.com)

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mice Ready (Inspect) Visit Preview 💬 Add feedback Aug 4, 2025 0:58am
[vc]: #KfDazJukNzvSAfT5smfm+3C39qRo4n7YrXU9duw2CaY=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJtaWNlIiwiaW5zcGVjdG9yVXJsIjoiaHR0cHM6Ly92ZXJjZWwuY29tL2JhbmFuYW5hbmFzLXByb2plY3RzL21pY2UvN3JWNFZacWZWU0tpOWMzVWFwY0xwTGt1MlBiTSIsInByZXZpZXdVcmwiOiJtaWNlLWdpdC1kZXBlbmRhYm90LW5wbWFuZHlhcm5zb25uZXItMjA3LWJhbmFuYW5hbmFzLXByb2plY3RzLnZlcmNlbC5hcHAiLCJuZXh0Q29tbWl0U3RhdHVzIjoiREVQTE9ZRUQiLCJsaXZlRmVlZGJhY2siOnsicmVzb2x2ZWQiOjAsInVucmVzb2x2ZWQiOjAsInRvdGFsIjowLCJsaW5rIjoibWljZS1naXQtZGVwZW5kYWJvdC1ucG1hbmR5YXJuc29ubmVyLTIwNy1iYW5hbmFuYW5hcy1wcm9qZWN0cy52ZXJjZWwuYXBwIn0sInJvb3REaXJlY3RvcnkiOm51bGx9XX0= **The latest updates on your projects**. Learn more about [Vercel for Git ↗︎](https://vercel.link/github-learn-more) | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **mice** | ✅ Ready ([Inspect](https://vercel.com/bananananas-projects/mice/7rV4VZqfVSKi9c3UapcLpLku2PbM)) | [Visit Preview](https://mice-git-dependabot-npmandyarnsonner-207-bananananas-projects.vercel.app) | 💬 [**Add feedback**](https://vercel.live/open-feedback/mice-git-dependabot-npmandyarnsonner-207-bananananas-projects.vercel.app?via=pr-comment-feedback-link) | Aug 4, 2025 0:58am |
angel merged commit 5dda540a16 into dev 2025-08-16 16:03:37 -05:00
angel deleted branch dependabot/npm_and_yarn/sonner-2.0.7 2025-08-16 16:03:37 -05:00
Sign in to join this conversation.