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 v3 #447

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 16, 2023

This PR contains the following updates:

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

Release Notes

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

v3.1.2

Compare Source

Patch Changes
  • add warning for svelte5 users to update to vite-plugin-svelte@4 (#​964)

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

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.

Copy link
Contributor Author

renovate bot commented Nov 16, 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 ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: demo-dialogic-svelte@0.13.10
npm ERR! Found: vite@4.5.2
npm ERR! node_modules/vite
npm ERR!   dev vite@"^4.1.4" from demo-dialogic-svelte@0.13.10
npm ERR!   packages/demo-dialogic-svelte
npm ERR!     demo-dialogic-svelte@0.13.10
npm ERR!     node_modules/demo-dialogic-svelte
npm ERR!       workspace packages/demo-dialogic-svelte from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer vite@"^5.0.0" from @sveltejs/vite-plugin-svelte@3.0.1
npm ERR! node_modules/@sveltejs/vite-plugin-svelte
npm ERR!   dev @sveltejs/vite-plugin-svelte@"^3.0.0" from demo-dialogic-svelte@0.13.10
npm ERR!   packages/demo-dialogic-svelte
npm ERR!     demo-dialogic-svelte@0.13.10
npm ERR!     node_modules/demo-dialogic-svelte
npm ERR!       workspace packages/demo-dialogic-svelte 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/renovate/cache/others/npm/_logs/2024-01-23T16_13_53_013Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-01-23T16_13_53_013Z-debug-0.log

@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-3.x branch 2 times, most recently from 9e66c22 to 499a6ee Compare November 16, 2023 20:19
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-3.x branch 13 times, most recently from e46022d to 3ff318a Compare December 3, 2023 14:16
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-3.x branch 14 times, most recently from 4be28a1 to be209d2 Compare January 23, 2024 06:16
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-3.x branch 2 times, most recently from 047d2f0 to f3f2582 Compare January 23, 2024 12:38
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-3.x branch from f3f2582 to 95ec6c2 Compare January 23, 2024 16:13
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.

0 participants