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

chore(deps): update dependency sonda to v0.7.0 #2545

Merged
merged 2 commits into from
Dec 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 27, 2024

This PR contains the following updates:

Package Change Age Confidence
sonda (source) 0.6.2 -> 0.7.0 age confidence

Release Notes

filipsobol/sonda (sonda)

v0.7.0

Compare Source

Changes
New import paths

This release includes a breaking change. Now every bundler and framework has its own unique import path. For example, if you are using Vite, this is how the import has changed:

- import { SondaRollupPlugin } from 'sonda';
+ import Sonda from 'sonda/vite';

Please refer to the Getting started page for more information.

New integrations

Sonda now has integrations for the following frameworks:

New enabled option

You can now control whether the Sonda plugin is enabled or not using the enabled option.

Minor Changes
  • 215b289: Create an individual export path for each integration
  • 215b289: Add Next.js integration
  • 519ddea: Add Nuxt integration
  • b450e5b: Add Astro integration
  • dc237e5: Add SvelteKit integration
  • 215b289: Add the enabled option to control whether to run the plugin
Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 27, 2024
@jellyfin-bot
Copy link

jellyfin-bot commented Dec 27, 2024

Cloudflare Pages deployment

Latest commit 43985f4
Status ✅ Deployed!
Preview URL https://f3411c27.jf-vue.pages.dev
Preview alias https://renovate-npm--development.jf-vue.pages.dev
Type 🔀 Preview

View build logs

@ferferga ferferga enabled auto-merge (squash) December 27, 2024 12:57
@ferferga ferferga merged commit b008658 into master Dec 27, 2024
19 of 22 checks passed
@ferferga ferferga deleted the renovate/npm-(development) branch December 27, 2024 13:05
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
Projects
Development

Successfully merging this pull request may close these issues.

3 participants