ota-meshi / typescript-eslint-parser-for-extra-files

An experimental ESLint custom parser for Vue, Svelte, and Astro for use with TypeScript. It provides type information in combination with each framework's ESLint custom parser.
MIT License
45 stars 1 forks source link

chore(deps): update dependency svelte-eslint-parser to ^0.34.0 #102

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

sveltejs/svelte-eslint-parser (svelte-eslint-parser) ### [`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: Enabled.

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.

changeset-bot[bot] commented 7 months ago

⚠️ No Changeset found

Latest commit: 954a502bc643d8f012fcaca5e880de9e1f386029

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR