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

fix(deps): update dependency svelte2tsx to v0.7.34 #283

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte2tsx (source) 0.7.17 -> 0.7.34 age adoption passing confidence

Release Notes

sveltejs/language-tools (svelte2tsx)

v0.7.34

Compare Source

  • fix: don't hoist types/snippets referencing stores or destructured variables (#​2661)

v0.7.33

Compare Source

  • fix: move snippets to correct place when only module script present

v0.7.32

Compare Source

  • feat: support generics attribute for JSDoc (#​2624)
  • fix: better snippet/interface hoistability analysis (#​2655)

v0.7.31

Compare Source

  • feat: make use of loose Svelte parser and provide better intellisense (#​2631)

v0.7.30

Compare Source

  • fix: support each without as (#​2615)

v0.7.29

Compare Source

  • fix: ensure imports without semicolon doesn't break intellisense (#​2610)

v0.7.28

Compare Source

  • fix: ensure "organize imports" doesn't mess with generated $$Component type

v0.7.27

Compare Source

  • fix: don't move appended content from previous node while hoisting interface (#​2596)
  • fix: ensure hoisted interfaces are moved after hoisted imports (#​2597)
  • fix: preserve bind:... mapping on elements for better source maps

v0.7.26

Compare Source

  • fix: detect shadowed variables/types during type hoisting (#​2590)

v0.7.25

Compare Source

  • fix: fall back to any instead of unknown for untyped $props (#​2582)
  • fix: robustify and fix file writing (#​2584)
  • fix: hoist types related to $props rune if possible (#​2571)

v0.7.24

Compare Source

  • fix: $props: infer types for $bindable, infer function type from arrow function

v0.7.23

Compare Source

  • feat: autotype const load = ... declarations (#​2540)
  • feat: provide component instance type in Svelte 5 (#​2553)
  • fix: infer object and array shapes from fallback types (#​2562)
  • fix: ignore exported variable declarations that aren't simple identifiers when checking for valid SvelteKit exports

v0.7.22

Compare Source

  • fix: include named exports in svelte 5 type (#​2528)

v0.7.21

Compare Source

  • fix: relax component constructor type (#​2524)

v0.7.20

Compare Source

  • fix: silence type error in old d.ts files
  • fix: revert additional two-way-binding checks as they were causing bugs (#​2508)
  • breaking(svelte5): only generate function component shape in runes mode (#​2517)

v0.7.19

Compare Source

  • fix: ensure components typed through Svelte 5's Component interface get proper intellisense

v0.7.18

Compare Source

  • fix: remove ancient process augmentation from internal d.ts file

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.

@renovate renovate bot changed the title chore(deps): update dependency svelte2tsx to v0.7.13 chore(deps): update dependency svelte2tsx to v0.7.14 Jul 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte2tsx to v0.7.14 chore(deps): update dependency svelte2tsx to v0.7.15 Jul 30, 2024
@renovate renovate bot force-pushed the renovate/svelte2tsx-0.x-lockfile branch from d689d44 to 9c9ee15 Compare August 13, 2024 01:03
@renovate renovate bot changed the title chore(deps): update dependency svelte2tsx to v0.7.15 chore(deps): update dependency svelte2tsx to v0.7.16 Aug 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte2tsx to v0.7.16 chore(deps): update dependency svelte2tsx to v0.7.17 Sep 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte2tsx to v0.7.17 chore(deps): update dependency svelte2tsx to v0.7.17 - autoclosed Sep 2, 2024
@renovate renovate bot closed this Sep 2, 2024
@renovate renovate bot deleted the renovate/svelte2tsx-0.x-lockfile branch September 2, 2024 15:38
@renovate renovate bot changed the title chore(deps): update dependency svelte2tsx to v0.7.17 - autoclosed chore(deps): update dependency svelte2tsx to v0.7.17 Sep 4, 2024
@renovate renovate bot reopened this Sep 4, 2024
@renovate renovate bot restored the renovate/svelte2tsx-0.x-lockfile branch September 4, 2024 13:28
@renovate renovate bot changed the title chore(deps): update dependency svelte2tsx to v0.7.17 chore(deps): update dependency svelte2tsx to v0.7.18 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/svelte2tsx-0.x-lockfile branch 4 times, most recently from 197973b to 1f799b5 Compare September 5, 2024 17:03
@renovate renovate bot changed the title chore(deps): update dependency svelte2tsx to v0.7.18 chore(deps): update dependency svelte2tsx to v0.7.19 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/svelte2tsx-0.x-lockfile branch from 1f799b5 to 84f7b10 Compare September 12, 2024 14:34
@renovate renovate bot force-pushed the renovate/svelte2tsx-0.x-lockfile branch from 84f7b10 to fcd7a57 Compare September 26, 2024 12:32
@renovate renovate bot changed the title chore(deps): update dependency svelte2tsx to v0.7.19 chore(deps): update dependency svelte2tsx to v0.7.20 Sep 26, 2024
@renovate renovate bot force-pushed the renovate/svelte2tsx-0.x-lockfile branch from fcd7a57 to 3aea33f Compare September 27, 2024 22:33
@renovate renovate bot changed the title chore(deps): update dependency svelte2tsx to v0.7.20 chore(deps): update dependency svelte2tsx to v0.7.21 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/svelte2tsx-0.x-lockfile branch from 3aea33f to cfef955 Compare October 9, 2024 09:21
@renovate renovate bot changed the title chore(deps): update dependency svelte2tsx to v0.7.21 chore(deps): update dependency svelte2tsx to v0.7.22 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/svelte2tsx-0.x-lockfile branch from cfef955 to 6710f2a Compare October 11, 2024 15:44
@renovate renovate bot force-pushed the renovate/svelte2tsx-0.x-lockfile branch from 6710f2a to a02996a Compare November 8, 2024 13:38
@renovate renovate bot changed the title chore(deps): update dependency svelte2tsx to v0.7.22 chore(deps): update dependency svelte2tsx to v0.7.23 Nov 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency svelte2tsx to v0.7.23 chore(deps): update dependency svelte2tsx to v0.7.24 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/svelte2tsx-0.x-lockfile branch from a02996a to 4bcc215 Compare November 11, 2024 15:52
@renovate renovate bot changed the title chore(deps): update dependency svelte2tsx to v0.7.24 chore(deps): update dependency svelte2tsx to v0.7.25 Nov 15, 2024
@renovate renovate bot force-pushed the renovate/svelte2tsx-0.x-lockfile branch 2 times, most recently from 0748a3a to 7d53a5a Compare November 30, 2024 04:13
@renovate renovate bot changed the title chore(deps): update dependency svelte2tsx to v0.7.28 fix(deps): update dependency svelte2tsx to v0.7.28 Nov 30, 2024
@renovate renovate bot force-pushed the renovate/svelte2tsx-0.x-lockfile branch 2 times, most recently from 75b9f92 to e7d1f19 Compare December 3, 2024 14:43
@renovate renovate bot changed the title fix(deps): update dependency svelte2tsx to v0.7.28 fix(deps): update dependency svelte2tsx to v0.7.29 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/svelte2tsx-0.x-lockfile branch from e7d1f19 to 6c7ab20 Compare December 3, 2024 17:42
@renovate renovate bot changed the title fix(deps): update dependency svelte2tsx to v0.7.29 fix(deps): update dependency svelte2tsx to v0.7.30 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/svelte2tsx-0.x-lockfile branch 3 times, most recently from 62a25d6 to f8a5ff6 Compare December 8, 2024 05:20
@renovate renovate bot force-pushed the renovate/svelte2tsx-0.x-lockfile branch 6 times, most recently from e47a7c7 to 6c595a8 Compare December 17, 2024 17:17
@renovate renovate bot changed the title fix(deps): update dependency svelte2tsx to v0.7.30 fix(deps): update dependency svelte2tsx to v0.7.31 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/svelte2tsx-0.x-lockfile branch 7 times, most recently from fad42b6 to 2f65694 Compare January 2, 2025 11:23
@renovate renovate bot force-pushed the renovate/svelte2tsx-0.x-lockfile branch from 2f65694 to 8905c1e Compare January 8, 2025 15:59
@renovate renovate bot changed the title fix(deps): update dependency svelte2tsx to v0.7.31 fix(deps): update dependency svelte2tsx to v0.7.33 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/svelte2tsx-0.x-lockfile branch from 8905c1e to d3ad080 Compare January 10, 2025 18:55
@renovate renovate bot changed the title fix(deps): update dependency svelte2tsx to v0.7.33 fix(deps): update dependency svelte2tsx to v0.7.34 Jan 10, 2025
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