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 @sveltejs/vite-plugin-svelte to v3 #282

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/vite-plugin-svelte (source) ^1.4.0 -> ^3.1.1 age adoption passing confidence

Release Notes

sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v3.1.1

Compare Source

Patch Changes
  • fix: ensure vite config is only resolved once during lazy init of vitePreprocess (#​917)

  • fix: disable hmr when vite config server.hmr is false (#​917)

v3.1.0

Compare Source

Minor Changes
  • feat(svelte5): enable hmr option in dev (#​836)
Patch Changes

v3.0.2

Compare Source

Patch Changes
  • fix(compile): correctly determine script lang in files where a comment precedes the script tag (#​844)

v3.0.1

Compare Source

Patch Changes
  • fix: improve checking of script and style in .svelte code to work with new generic= attribute (#​799)

  • Fix optional parameter types (#​797)

  • Update log level for HMR updates where the output is functionally equivalent to the previous version to "debug" (#​806)

v3.0.0

Compare Source

Major Changes
  • breaking: update minimum supported node version to node18 (#​744)

  • breaking: update supported vite version to vite 5 (#​743)

  • breaking: remove support for svelte 3 (#​746)

  • Preprocess style tags by default with vitePreprocess (#​756)

  • breaking: remove package.json export (#​751)

  • breaking(types): emit types with dts-buddy to include type map (#​751)

  • breaking(debug): remove 'vite:' and add suffixes to debug namespace (#​749)

  • breaking(types): rename SvelteOptions to SvelteConfig (#​751)

  • breaking: prefer svelte exports condition over package.json svelte field (#​747)

Minor Changes
  • feat(preprocess): add warnings in case preprocess dependencies contain anomalies (#​767)

  • Add experimental support for svelte5 (#​787)

Patch Changes

v2.5.3

Compare Source

Patch Changes
  • fix: handle closing tags in attributes when detecting script language (#​796)

v2.5.2

Compare Source

Patch Changes
  • fix compileModule call for optimizing libraries (#​788)

v2.5.1

Compare Source

Patch Changes
  • feat: support Svelte 5 compiler API (#​785)

v2.5.0

Compare Source

Minor Changes
  • feat: add experimental support for Svelte 5 (#​782)

v2.4.6

Compare Source

Patch Changes
  • fix(prebundleSvelteLibraries): don't try to append missing sourcemap (#​737)

v2.4.5

Compare Source

Patch Changes

v2.4.4

Compare Source

Patch Changes
  • fix links in error handling (console and vite overlay) (#​700)

v2.4.3

Compare Source

Patch Changes
  • add svelte/internal/disclose-version to vite config optimizeDeps.include by default (#​692)

v2.4.2

Compare Source

Patch Changes

v2.4.1

Compare Source

Patch Changes

v2.4.0

Compare Source

Minor Changes
  • refactor: release vite-plugin-svelte as unbundled javascript with jsdoc types (#​657)

v2.3.0

Compare Source

Minor Changes
  • Refactor Svelte inspector as a separate package (#​646)
Patch Changes

v2.2.0

Compare Source

Minor Changes
  • feat(inspector): Promote experimental.inspector to regular option (#​631)

  • feat(inspector): allow configuration via environment SVELTE_INSPECTOR_OPTIONS or SVELTE_INSPECTOR_TOGGLE (#​631)

  • feat(inspector): enable holdMode by default (#​631)

  • Remove internal SvelteKit specific handling (#​638)

Patch Changes
  • fix(inspector): prepend vite base when calling __openInEditor (#​631)

  • fix(inspector): after a file has been opened, automatically disable inspector on leaving browser (#​631)

  • fix(inspector): use control-shift as default keycombo on linux to avoid problems in firefox (#​631)

  • fix(svelte-inspector): mount outside body to avoid hydration claiming body removing it (#​631)

v2.1.1

Compare Source

Patch Changes
  • fix(resolve): normalize path resolved from "svelte" field to ensure consistency across operating systems (#​635)

v2.1.0

Compare Source

Minor Changes
  • log warnings for packages that use the svelte field to resolve Svelte files differently than standard Vite resolve (#​510)
Patch Changes
  • fix(vitePreprocess): add dependencies to style preprocessor output (#​625)

  • Skip Vite resolve workaround on Vite 4.1+ or Svelte 4+ (#​622)

  • fix(vitePreprocess): use relative paths without lang suffix in sourcemaps to avoid missing source file errors. (#​625)

  • Log stats in debug mode and remove experimental.disableCompileStats option. Use DEBUG="vite:vite-plugin-svelte:stats" when starting the dev server or build to log the compile stats. (#​614)

v2.0.4

Compare Source

Patch Changes
  • fix(vitePreprocess): remove problematic pure annotations that could lead to wrong build output in some cases (#​609)

v2.0.3

Compare Source

Patch Changes
  • fix(vitePreprocess): use relative paths in sourcemap sources (#​570)

  • show correct error overlay for compiler errors during hot update (#​592)

  • respect custom resolve.mainFields config when adding svelte (#​582)

v2.0.2

Compare Source

Patch Changes
  • improve detection of sveltekit in inspector plugin to be compatible to latest changes (47c54c9)

v2.0.1

Compare Source

Patch Changes
  • update minimum version of vitefu dependency to avoid peer mismatch (#​543)

v2.0.0

Compare Source

Major Changes
  • update svelte peerDependency to ^3.54.0 (#​529)

  • remove commonjs variant of vite-plugin-svelte (#​522)

    Make sure your package.json contains "type": "module"and see FAQ for more information

  • update vite peerDependency to vite-4 (#​521)

Patch Changes
  • Remove experimental.useVitePreprocess option in favour of vitePreprocess (#​538)

  • Remove pre Vite 3.2 support for vitePreprocess (#​536)


Configuration

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

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-3.x branch from c97b572 to 38e6d4d Compare January 27, 2024 19:01
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-3.x branch 2 times, most recently from 97ee116 to f29b92a Compare February 25, 2024 19:14
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-3.x branch 2 times, most recently from af34149 to 314e4e9 Compare April 10, 2024 23:03
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-3.x branch 3 times, most recently from d43f6aa to a187550 Compare April 14, 2024 00:04
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-3.x branch from a187550 to 886e46e Compare May 29, 2024 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants