SauravKanchan / svelte-chartjs

svelte wrapper for chart.js
https://saurav.tech/mdbsvelte/?path=/story/charts--examples
MIT License
278 stars 34 forks source link

chore(deps): update dependency @sveltejs/vite-plugin-svelte to v3 #132

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

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`](https://togithub.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#302) [Compare Source](https://togithub.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@3.0.1...@sveltejs/vite-plugin-svelte@3.0.2) ##### Patch Changes - fix(compile): correctly determine script lang in files where a comment precedes the script tag ([#​844](https://togithub.com/sveltejs/vite-plugin-svelte/pull/844)) ### [`v3.0.1`](https://togithub.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#301) [Compare Source](https://togithub.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@3.0.0...@sveltejs/vite-plugin-svelte@3.0.1) ##### Patch Changes - fix: improve checking of script and style in .svelte code to work with new generic= attribute ([#​799](https://togithub.com/sveltejs/vite-plugin-svelte/pull/799)) - Fix optional parameter types ([#​797](https://togithub.com/sveltejs/vite-plugin-svelte/pull/797)) - Update log level for HMR updates where the output is functionally equivalent to the previous version to "debug" ([#​806](https://togithub.com/sveltejs/vite-plugin-svelte/pull/806)) ### [`v3.0.0`](https://togithub.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#300) [Compare Source](https://togithub.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@2.5.3...@sveltejs/vite-plugin-svelte@3.0.0) ##### Major Changes - breaking: update minimum supported node version to node18 ([#​744](https://togithub.com/sveltejs/vite-plugin-svelte/pull/744)) - breaking: update supported vite version to vite 5 ([#​743](https://togithub.com/sveltejs/vite-plugin-svelte/pull/743)) - breaking: remove support for svelte 3 ([#​746](https://togithub.com/sveltejs/vite-plugin-svelte/pull/746)) - Preprocess style tags by default with vitePreprocess ([#​756](https://togithub.com/sveltejs/vite-plugin-svelte/pull/756)) - breaking: remove package.json export ([#​751](https://togithub.com/sveltejs/vite-plugin-svelte/pull/751)) - breaking(types): emit types with dts-buddy to include type map ([#​751](https://togithub.com/sveltejs/vite-plugin-svelte/pull/751)) - breaking(debug): remove 'vite:' and add suffixes to debug namespace ([#​749](https://togithub.com/sveltejs/vite-plugin-svelte/pull/749)) - breaking(types): rename SvelteOptions to SvelteConfig ([#​751](https://togithub.com/sveltejs/vite-plugin-svelte/pull/751)) - breaking: prefer svelte exports condition over package.json svelte field ([#​747](https://togithub.com/sveltejs/vite-plugin-svelte/pull/747)) ##### Minor Changes - feat(preprocess): add warnings in case preprocess dependencies contain anomalies ([#​767](https://togithub.com/sveltejs/vite-plugin-svelte/pull/767)) - Add experimental support for svelte5 ([#​787](https://togithub.com/sveltejs/vite-plugin-svelte/pull/787)) ##### Patch Changes - fix(types): use correct type Options for svelte function arg ([#​751](https://togithub.com/sveltejs/vite-plugin-svelte/pull/751)) - Improve compile error messages ([#​757](https://togithub.com/sveltejs/vite-plugin-svelte/pull/757)) - feat(compile): promote experimental.dynamicCompileOptions to stable ([#​765](https://togithub.com/sveltejs/vite-plugin-svelte/pull/765)) - update peer dependencies to use final releases ([#​794](https://togithub.com/sveltejs/vite-plugin-svelte/pull/794)) - Updated dependencies \[[`d5b952f`](https://togithub.com/sveltejs/vite-plugin-svelte/commit/d5b952f88253e39458a1fbc0a0231b939bba338d), [`bd5d43e`](https://togithub.com/sveltejs/vite-plugin-svelte/commit/bd5d43e765d35b52b613ddcfd00b8d75491a7d98), [`10ec2a4`](https://togithub.com/sveltejs/vite-plugin-svelte/commit/10ec2a4429623382cc1a700fe91c129616bca3ef), [`62afd80`](https://togithub.com/sveltejs/vite-plugin-svelte/commit/62afd80c3a7bd6430be3c552acdb8baa75aac995), [`1be1c08`](https://togithub.com/sveltejs/vite-plugin-svelte/commit/1be1c085ed75eb8d84cedc5b45077400edd720ef)]: - [@​sveltejs/vite-plugin-svelte-inspector](https://togithub.com/sveltejs/vite-plugin-svelte-inspector)[@​2](https://togithub.com/2).0.0

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.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 5 months ago

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
niemyjski commented 5 months ago

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

niemyjski commented 5 months ago

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

svelte-chartjs@3.1.2

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 commented 5 months ago

https://github.com/SauravKanchan/svelte-chartjs/pull/139