Skip to content

chore(deps): update dependency svelte-check to v2.3.0

mrph-bot requested to merge renovate/svelte-check-2.x into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte-check 2.2.7 -> 2.3.0 age adoption passing confidence

Release Notes

sveltejs/language-tools

v2.3.0

Compare Source

  • (feat) support new style directive (requires Svelte 3.46.1 or later) (#​1332)
  • (feat) support new const tag (#​1072)

v2.2.12

Compare Source

  • (fix) handle slot spread (#​1292)
  • (fix) update submit event type defintion (#​1307)
  • (fix) relax input value typings - can be any value for radio buttons (#​1309)
  • (fix) add controlslist attribute to types (#​1314)
  • (fix) handle $store shorthand prop assignment (#​1322)
  • (perf) cache lineoffsets when mapping between position/offset (#​1311)

v2.2.11

Compare Source

  • (feat) Support then/catch shorthands introduced in Svelte 3.41 (#​1171)
  • (fix) Allow null on all HTML props (#​1287)
  • (fix) Allow nullish stores (#​1288)
  • (fix) Silence diagnostics for no side effects variables in reactive blocks (#​1286)
  • (fix) Adjust invalid position in ParserError diagnostics (#​1281)

v2.2.10

Compare Source

  • (fix) fall back to any type for entry when array is of type any (#​1244)

v2.2.9

Compare Source

  • (fix) enterkeyhint type def (#​1235)
  • (chore) bump versions: css/html ls, vscode-uri, prettier (#​1241)
  • (perf) implement project version for typescript language service (#​1236)

v2.2.8

Compare Source

  • (fix) support ShadowRoot as target (#​1203)
  • (fix) remove false positive warnings for unary operators (#​1206)
  • (fix) remove wrong DOM typings
  • (fix) enable each to handle unions of arrays (#​1218)
  • (fix) improve bind:this diagnostics. This may result in hidden type bugs surfacing (#​1221)
  • (fix) handle binding assignment to $store (#​1223)
  • (fix) add open tag checks to html scanner for more robust scanning (#​1209)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports