module-svelte-v2.0.0

wxt-dev/wxtmodule-svelte-v2.0.0Nov 13, 2024by github-actions[bot]

AI Summary

Major version bump adding support for Svelte 5 and upgrading the Vite plugin.

Key Highlights

  • Svelte 5 support added
  • Upgraded `@sveltejs/vite-plugin-svelte` from v3 to v4

Breaking Changes

  • Drops support for Svelte 4 and below due to Vite plugin upgrade

New Features

  • Svelte 5 support

Full Release Notes

[⚠️ breaking changes](https://wxt.dev/guide/upgrade-guide/wxt) • [compare changes](https://github.com/wxt-dev/wxt/compare/module-svelte-v1.0.1...module-svelte-v2.0.0)

### 🚀 Enhancements

- ⚠️  Svelte 5 support ([#1104](https://github.com/wxt-dev/wxt/pull/1104))

### 🏡 Chore

- Add  `oxlint` for linting ([#947](https://github.com/wxt-dev/wxt/pull/947))
- Upgrade all non-major dependencies ([#1040](https://github.com/wxt-dev/wxt/pull/1040))

#### ⚠️ Breaking Changes

Upgraded `@sveltejs/vite-plugin-svelte` from v3 to v4. This drops support for Svelte 4 and below. To continue using older versions of Svelte, use v1 of this module.

To upgrade to svelte 5, just install `svelte@5`.

### ❤️ Contributors

- Aaron ([@aklinker1](http://github.com/aklinker1))