Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2025

Bumps svelte-sonner from 0.3.28 to 1.0.1.

Release notes

Sourced from svelte-sonner's releases.

v1.0.1

Patch Changes

  • 02af4ff: Fixes an issue where runed package can't be resolved due to it being in the devDependencies section instead of dependencies.

v1.0.0

Major Changes

  • 1b1f5b3: Introducing Svelte Sonner v1! 🥳

    This release brings compatibility with Svelte 5, a major internal refactor to use Svelte runes and snippets, and feature parity with the original package.

    Here's an example of using snippets to change the default loading icon:

    <Toaster>
    	{#snippet loadingIcon()}
    		<LoadingIcon />
    	{/snippet}
    </Toaster>

    Coming soon: Docs site 😉

Changelog

Sourced from svelte-sonner's changelog.

1.0.1

Patch Changes

  • 02af4ff: Fixes an issue where runed package can't be resolved due to it being in the devDependencies section instead of dependencies.

1.0.0

Major Changes

  • 1b1f5b3: Introducing Svelte Sonner v1! 🥳

    This release brings compatibility with Svelte 5, a major internal refactor to use Svelte runes and snippets, and feature parity with the original package.

    Here's an example of using snippets to change the default loading icon:

    <Toaster>
    	{#snippet loadingIcon()}
    		<LoadingIcon />
    	{/snippet}
    </Toaster>

    Coming soon: Docs site 😉

0.3.26

Patch Changes

  • 1836b26: Add license

0.3.25

Patch Changes

  • a9e6f9c: fix: Svelte 5 peer dep

0.3.24

Patch Changes

  • 52a09f2: fix: animate manually dismissed toasts

0.3.23

Patch Changes

  • 3903d66: feat: exported Icon and Loader component
  • 771223b: fix: dark mode for close button

... (truncated)

Commits
  • 2e07f8a Merge pull request #148 from wobsoriano/changeset-release/main
  • 8a6638f Version Packages
  • 46664cb Merge pull request #147 from wobsoriano/rob/move-runed-to-deps
  • 02af4ff chore: add changeset
  • 48f15a2 fix: Move runed package to dependencies
  • baf4380 docs: update method props
  • 40e22a4 Merge pull request #145 from wobsoriano/changeset-release/main
  • 806e16d Version Packages
  • 57a9776 chore: update changeset
  • 3642c11 chore: update changeset
  • 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)

Bumps [svelte-sonner](https://github.com/wobsoriano/svelte-sonner) from 0.3.28 to 1.0.1.
- [Release notes](https://github.com/wobsoriano/svelte-sonner/releases)
- [Changelog](https://github.com/wobsoriano/svelte-sonner/blob/main/CHANGELOG.md)
- [Commits](wobsoriano/svelte-sonner@v0.3.28...v1.0.1)

---
updated-dependencies:
- dependency-name: svelte-sonner
  dependency-version: 1.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 13, 2025
@vercel
Copy link

vercel bot commented May 13, 2025

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

Name Status Preview Comments Updated (UTC)
promplate-docs ❌ Failed (Inspect) May 13, 2025 8:38pm

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@netlify
Copy link

netlify bot commented May 13, 2025

Deploy Preview for promplate-site failed. Why did it fail? →

Name Link
🔨 Latest commit 1271228
🔍 Latest deploy log https://app.netlify.com/sites/promplate-site/deploys/6823ada15235350008843564

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 22, 2025

Superseded by #168.

@dependabot dependabot bot closed this May 22, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/svelte-sonner-1.0.1 branch May 22, 2025 20:44
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

Development

Successfully merging this pull request may close these issues.

0 participants