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 #132

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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 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.

Copy link

github-actions bot commented Jan 30, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
dist/index.js 1.47 KB (0%) 30 ms (0%) 17 ms (+248.58% 🔺) 46 ms

@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-3.x branch 3 times, most recently from 8f3aaff to ec2d89d Compare January 30, 2024 13:57
@niemyjski
Copy link
Collaborator

@dysfunc any chance you could help me with updating the sample deps

@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-3.x branch from ec2d89d to 809eab7 Compare January 30, 2024 15:00
@renovate renovate bot force-pushed the renovate/sveltejs-vite-plugin-svelte-3.x branch from 809eab7 to 9caac89 Compare January 30, 2024 15:01
@niemyjski niemyjski merged commit 07f72a9 into master Jan 30, 2024
7 checks passed
@niemyjski niemyjski deleted the renovate/sveltejs-vite-plugin-svelte-3.x branch January 30, 2024 15:02
@niemyjski
Copy link
Collaborator

@dysfunc I'm seeing this one when running the samples. Any chance you could take a quick look. I think it's just package exports.

$ vite
3:04:09 PM [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.

[email protected]

Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.

If you could take a look that would be greatly appreciated. Also, if there is anything missing before a minor release let me know.

@dysfunc
Copy link
Contributor

dysfunc commented Jan 30, 2024

#139

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.

2 participants