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 svelte-eslint-parser to ^0.39.0 #156

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte-eslint-parser ^0.33.1 -> ^0.39.0 age adoption passing confidence

Release Notes

sveltejs/svelte-eslint-parser (svelte-eslint-parser) ### [`v0.39.1`](https://togithub.com/sveltejs/svelte-eslint-parser/blob/HEAD/CHANGELOG.md#0391) [Compare Source](https://togithub.com/sveltejs/svelte-eslint-parser/compare/v0.39.0...v0.39.1) ##### Patch Changes - [#​538](https://togithub.com/sveltejs/svelte-eslint-parser/pull/538) [`437e463`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/437e4639d771ab55eaaca023f25cafecd94750a8) Thanks [@​baseballyama](https://togithub.com/baseballyama)! - fix: Set `svelteFeatures.runes` to `true` by default for Svelte 5 ### [`v0.39.0`](https://togithub.com/sveltejs/svelte-eslint-parser/blob/HEAD/CHANGELOG.md#0390) [Compare Source](https://togithub.com/sveltejs/svelte-eslint-parser/compare/v0.38.0...v0.39.0) ##### Minor Changes - [#​536](https://togithub.com/sveltejs/svelte-eslint-parser/pull/536) [`1a9ef3d`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/1a9ef3d5fda174077c3504de32c1123883d4bde4) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: makes it optional whether to parse runes. ### [`v0.38.0`](https://togithub.com/sveltejs/svelte-eslint-parser/blob/HEAD/CHANGELOG.md#0380) [Compare Source](https://togithub.com/sveltejs/svelte-eslint-parser/compare/v0.37.0...v0.38.0) ##### Minor Changes - [#​534](https://togithub.com/sveltejs/svelte-eslint-parser/pull/534) [`a27c8e9`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/a27c8e902d5db63eadc0c8fd7c63e9e09b25845d) Thanks [@​baseballyama](https://togithub.com/baseballyama)! - feat: support Svelte 5.0.0-next.155. (Add `$state.is` and replace `$effect.active` with `$effect.tracking`) ### [`v0.37.0`](https://togithub.com/sveltejs/svelte-eslint-parser/blob/HEAD/CHANGELOG.md#0370) [Compare Source](https://togithub.com/sveltejs/svelte-eslint-parser/compare/v0.36.0...v0.37.0) ##### Minor Changes - [#​527](https://togithub.com/sveltejs/svelte-eslint-parser/pull/527) [`d92287d`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/d92287d35074f9293bba9db28d43ead997d3ea06) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: add support for `$bindable()` scope analysis ### [`v0.36.0`](https://togithub.com/sveltejs/svelte-eslint-parser/blob/HEAD/CHANGELOG.md#0360) [Compare Source](https://togithub.com/sveltejs/svelte-eslint-parser/compare/v0.35.0...v0.36.0) ##### Minor Changes - [#​513](https://togithub.com/sveltejs/svelte-eslint-parser/pull/513) [`37f0061`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/37f006191342d2f4bfa44a8798b40b6079d9b75f) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: add support for $host and $state.snapshot - [#​513](https://togithub.com/sveltejs/svelte-eslint-parser/pull/513) [`37f0061`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/37f006191342d2f4bfa44a8798b40b6079d9b75f) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: update svelte to 5.0.0-next.115 && minor refactor ### [`v0.35.0`](https://togithub.com/sveltejs/svelte-eslint-parser/blob/HEAD/CHANGELOG.md#0350) [Compare Source](https://togithub.com/sveltejs/svelte-eslint-parser/compare/v0.34.1...v0.35.0) ##### Minor Changes - [#​510](https://togithub.com/sveltejs/svelte-eslint-parser/pull/510) [`9dddc36`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/9dddc36ec7bd5ef9549e8f324539c5e0e5789b86) Thanks [@​baseballyama](https://togithub.com/baseballyama)! - feat: update type of $props rune ### [`v0.34.1`](https://togithub.com/sveltejs/svelte-eslint-parser/blob/HEAD/CHANGELOG.md#0341) [Compare Source](https://togithub.com/sveltejs/svelte-eslint-parser/compare/v0.34.0...v0.34.1) ##### Patch Changes - [#​504](https://togithub.com/sveltejs/svelte-eslint-parser/pull/504) [`44c1704`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/44c170430151aaa1bc9ef86d6f8e0868585074d5) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - fix: wrong token when using `lang=ts` ### [`v0.34.0`](https://togithub.com/sveltejs/svelte-eslint-parser/blob/HEAD/CHANGELOG.md#0340) [Compare Source](https://togithub.com/sveltejs/svelte-eslint-parser/compare/v0.33.1...v0.34.0) ##### Minor Changes ##### Add experimental support for Svelte v5 - [#​421](https://togithub.com/sveltejs/svelte-eslint-parser/pull/421) [`59fc0e9`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/59fc0e90bdd20f208a4ae8c3527ea51acf106811) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: (experimental) partial support for Svelte v5 parser - [#​425](https://togithub.com/sveltejs/svelte-eslint-parser/pull/425) [`ff242c4`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/ff242c4abc322fd6bc93fda9fb30da14d73a847e) Thanks [@​baseballyama](https://togithub.com/baseballyama)! - feat: Support runes - [#​426](https://togithub.com/sveltejs/svelte-eslint-parser/pull/426) [`9793cb0`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/9793cb0d4520b1d5ae9e1f0aa5aff1c8b84cebb6) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: apply runes to `*.svelte.js` and `*.svelte.ts`. - [#​430](https://togithub.com/sveltejs/svelte-eslint-parser/pull/430) [`af1bae5`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/af1bae5d4eb9c9605e4f2ad66590b14f1bfa9a55) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: apply correct type information to `$derived` argument expression - [#​498](https://togithub.com/sveltejs/svelte-eslint-parser/pull/498) [`3b2c62b`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/3b2c62b2bafa22ec1251968c5969a7006ae61fb9) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: add support for `$bindable` rune - [#​440](https://togithub.com/sveltejs/svelte-eslint-parser/pull/440) [`726f21f`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/726f21fc7a520abe8b7b0be268f2ceb9b3205531) Thanks [@​baseballyama](https://togithub.com/baseballyama)! - feat: skip type injection if template uses TypeScript - [#​431](https://togithub.com/sveltejs/svelte-eslint-parser/pull/431) [`ab13a46`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/ab13a4662410014ad7d53fc7664bd5b464f15cbe) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: add support for `{#snippet}` and `{@​render}` - [#​437](https://togithub.com/sveltejs/svelte-eslint-parser/pull/437) [`a27697a`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/a27697a715072ae6adddf228976f23bab6d48fb8) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: change it to use modern AST, if svelte v5 is installed - [#​441](https://togithub.com/sveltejs/svelte-eslint-parser/pull/441) [`34232c5`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/34232c58b49abdb362d74d849e80ef5607d0ce52) Thanks [@​baseballyama](https://togithub.com/baseballyama)! - feat: add type of `$effect.active` - [#​479](https://togithub.com/sveltejs/svelte-eslint-parser/pull/479) [`850ad74`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/850ad74176416978e360f6c23e4479bff81baea6) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: add support for `$derived.by` type - [#​477](https://togithub.com/sveltejs/svelte-eslint-parser/pull/477) [`5f2b111`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/5f2b1112e1ceacfabb292e51d33492fba878bc6c) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: add experimental support for generics directive - [#​446](https://togithub.com/sveltejs/svelte-eslint-parser/pull/446) [`168f920`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/168f9209e8ea9f2a1ef2fad28728f6aa0963638f) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: add support for `$inspect` and `$effect.root` - [#​435](https://togithub.com/sveltejs/svelte-eslint-parser/pull/435) [`7508680`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/7508680b3a88c951fa3fe0bdd9b59b21d6034b27) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: improve props type - [#​476](https://togithub.com/sveltejs/svelte-eslint-parser/pull/476) [`92aeee3`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/92aeee35ee7bcfd27d8bc1920a341ddf14fa926b) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: change AST of `{@​render}` and `{#snippet}` to match the latest version of svelte v5. - [#​483](https://togithub.com/sveltejs/svelte-eslint-parser/pull/483) [`f722d7c`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/f722d7c047706b4a051999b28d482d0069667da5) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - fix: for svelte v5.0.0-next.68 & support optional `{@​render}` - [#​434](https://togithub.com/sveltejs/svelte-eslint-parser/pull/434) [`0ef067b`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/0ef067b57ab8897cff03f8793c2767e6d0b83274) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - fix: incorrect location when there is whitespace at the beginning of block - [#​486](https://togithub.com/sveltejs/svelte-eslint-parser/pull/486) [`79a4fb7`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/79a4fb718673e5af74075e0575b74b87ef2c406a) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - fix: wrong scope in top level snippets - [#​467](https://togithub.com/sveltejs/svelte-eslint-parser/pull/467) [`e27a3de`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/e27a3de8d97dd934a8dc0097374eee3ad3ee61ff) Thanks [@​baseballyama](https://togithub.com/baseballyama)! - feat: update `$inspect` types - [#​466](https://togithub.com/sveltejs/svelte-eslint-parser/pull/466) [`d5b3322`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/d5b3322e19b7208815ba4251d75cf46d511cd4f1) Thanks [@​baseballyama](https://togithub.com/baseballyama)! - feat: add `$state.frozen` support - [#​438](https://togithub.com/sveltejs/svelte-eslint-parser/pull/438) [`c21b54c`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/c21b54ced7984aaeaac6b12ff66bfc4cc0712caf) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - fix: incorrect location for `{ #await expr then v }` with spaces

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 2 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%) 77 ms (+121.74% 🔺) 106 ms