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

Update dependency @sveltejs/vite-plugin-svelte to v2 #26

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2022

This PR contains the following updates:

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

Release Notes

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

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)

v1.4.0

Compare Source

Minor Changes
  • support &direct and &raw query parameters for svelte requests (#​513)

  • Export vitePreprocess() Svelte preprocessor (#​509)

Patch Changes
  • ensure sources paths in sourcemaps are not absolute file paths (#​513)

  • remove experimental.generateMissingPreprocessorSourcemaps (#​514)

v1.3.1

Compare Source

Patch Changes
  • improve robustness of compile stats taking (#​507)

v1.3.0

Compare Source

Minor Changes
  • enable prebundleSvelteLibraries during dev by default to improve page loading for the dev server. (#​494)

    see the FAQ for more information about prebundleSvelteLibraries and how to tune it.

  • Enable resolving via "svelte" exports condition (#​502)

  • add compile time stats logging (#​503)

v1.2.0

Compare Source

Minor Changes
  • support string values of compilerOptions.css added in svelte 3.53.0 (#​490)
Patch Changes
  • simplify init of compilerOptions.hydratable for kit (kit.browser.hydrate is no longer in use) (#​496)

  • when prebundleSvelteLibraries is true and a dependency is manually excluded, generate reincludes for it's cjs deps (#​493)

  • Refactor Svelte libraries config handling (#​478)

  • fix(prebundleSvelteLibraries): avoid resolving via svelte field after a library has been prebundled (#​482)

v1.1.1

Compare Source

Patch Changes
  • Use preprocessCSS API from Vite 3.2 for useVitePreprocess option (#​479)

  • add types to exports map in package.json (#​488)

v1.1.0

Compare Source

Minor Changes
  • Bring prebundleSvelteLibraries out of experimental, it is now a top-level option (#​476)
Patch Changes
  • Remove @rollup/pluginutils dependency (#​469)

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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Dependency updates label Dec 12, 2022
@vercel
Copy link

vercel bot commented Dec 12, 2022

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

Name Status Preview Comments Updated (UTC)
kompetansemodul-test ❌ Failed (Inspect) Nov 25, 2023 4:41pm
kompetansemodul-web ❌ Failed (Inspect) Nov 25, 2023 4:41pm

@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-2.x branch from bf6be7e to f3efe7f Compare December 14, 2022 13:12
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-2.x branch from f3efe7f to 72dd18a Compare December 15, 2022 10:36
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-2.x branch from 72dd18a to c98eed6 Compare January 26, 2023 11:16
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-2.x branch from c98eed6 to 255e3fc Compare February 26, 2023 13:36
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-2.x branch from 255e3fc to b875a83 Compare April 2, 2023 10:11
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-2.x branch from b875a83 to 708b8cb Compare April 24, 2023 16:56
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-2.x branch from 708b8cb to 74aa284 Compare April 28, 2023 19:41
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-2.x branch from 74aa284 to b0a5fc8 Compare May 8, 2023 08:48
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-2.x branch from b0a5fc8 to a054ffc Compare May 25, 2023 15:33
@renovate
Copy link
Contributor Author

renovate bot commented Jul 30, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN old lockfile 
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile 
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/svelte
npm ERR!   dev svelte@"3.50.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer svelte@"^3.54.0 || ^4.0.0 || ^5.0.0-next.0" from @sveltejs/[email protected]
npm ERR! node_modules/@sveltejs/vite-plugin-svelte
npm ERR!   dev @sveltejs/vite-plugin-svelte@"2.5.3" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/4b01f9/9ed490/cache/others/npm/_logs/2023-11-25T16_40_20_742Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/4b01f9/9ed490/cache/others/npm/_logs/2023-11-25T16_40_20_742Z-debug-0.log

@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-2.x branch from 6a429cb to b3ff9a1 Compare August 9, 2023 16:38
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-2.x branch from b3ff9a1 to 0007560 Compare August 13, 2023 18:12
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-2.x branch from 0007560 to b834339 Compare September 18, 2023 07:59
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-2.x branch from b834339 to 03228d8 Compare November 12, 2023 12:42
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-2.x branch from 03228d8 to 802f750 Compare November 13, 2023 01:48
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-2.x branch from 802f750 to 35e35ae Compare November 13, 2023 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants