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

Update dependency svelte-check to v1.6.0 #36

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 16, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte-check 1.0.11 -> 1.6.0 age adoption passing confidence

Release Notes

sveltejs/language-tools

v1.6.0

Compare Source

  • (feat) new tsconfig feature: pass in the path to your tsconfig/jsconfig and get diagnostics for all referenced files, including Svelte, JavaScript and TypeScript (#​1014)
  • (feat) add --help command for CLI (#​1027)
  • (perf) also cache unresolved modules (#​1015)
  • (fix) add beforeinput event typing
  • (fix) better transform of custom css properties (#​1024)
  • (fix) better css error diagnostics (#​1009)

v1.5.4

Compare Source

  • (fix) code actions for ts-checked files (#​1002)
  • (fix) more robust preprocess source maps. Fixes some warnings showing up in the wrong place (#​1004)
  • (fix) make on:sveltekit:xy events optional (#​1003)

v1.5.3

Compare Source

  • (fix) add hashchange event (#​968)
  • (fix) add dirname attribute (#​995)
  • (fix) add on:sveltekit:xy events (#​997)
  • (fix) deal with third kind of sourcemaps (#​987)
  • (fix) update ignored build directories for SvelteKit

v1.5.2

Compare Source

  • (fix) Don't break on upcoming custom css properties (#​963)
  • (fix) Don't break on <type> assertion in module script (#​966)

v1.5.1

Compare Source

  • (fix) ignore certain diagnostics for pug (#​960)
  • (fix) string literal transformation when creating instance type of component (#​962)

v1.5.0

Compare Source

  • (fix) add img decoding attribute (#​954)
  • (feat) infer slot/events type from props when there's a generic relationship between them (#​952)

v1.4.0

Compare Source

  • (feat) support foreign namespace behaviour (#​937)
  • (feat) support ESM configs (#​930)
  • (fix) don't remove inserted code around comment (#​935)
  • (fix) handle multiple event dispatchers (#​938)

v1.3.0

Compare Source

  • (feat) support for SvelteKit anchor attributes (#​897)
  • (fix) accessor creation without type or with rename (#​895)
  • (fix) don't translate typeof $store into a store access (#​903)

v1.2.6

Compare Source

  • (feat) files ending with .svelte.d.ts are now resolved prior to a same file ending with .svelte. This enables library authors to ship type definitions of Svelte files next to their implementation. (#​878)
  • (fix) handle $store in directive - animate/transition/action can use $stores, too (#​877)
  • (fix) control flow for awaited promise (#​880)
  • (fix) svelte2tsx-generation of bubbled and custom events (#​886)
  • (fix) generate getter/setter when accessors is true (#​882)

v1.2.5

Compare Source

  • (fix) Don't step out of if block on else if (#​874)
  • (perf) improve svelte-check performance (#​872)

v1.2.4

Compare Source

  • (fix) sanitize leading invalid attribute chars (#​862)
  • (fix) if conditions control flow (#​619)
  • (fix) spellcheck attribute allows strings true and false
  • (fix) ignore generated $store declaration (#​871)

v1.2.3

Compare Source

  • (fix) store access first in expression statement without semicolon in previous line no longer throws error (#​859)

v1.2.2

Compare Source

  • (fix) add missing transition events (#​857)
  • (fix) $store declaration generation for declaration list (#​856)
  • (fix) omit svelte compiler from bundle

v1.2.1

Compare Source

  • (fix) $store usage declared in module (#​850)
  • (fix) relax value typing (#​849)

v1.2.0

Compare Source

  • (feat) support for <svelte:fragment> (#​848)

v1.1.36

Compare Source

  • (fix) named slot element can reference let'ed variable (#​817, #​834)
  • (fix) add href attribute to svg image tag (#​824)
  • (fix) add <details> ontoggle event (#​829)
  • (fix) adjust shorthand transition/animation transformation to match Svelte's runtime behavior (#​816)
  • (fix) control flow for stores. This requires TypeScript 4.2 or later (#​493)
  • (fix) correct classname generation for all-invalid filenames (#​836)
  • (fix) watch (d.)ts/js files (#​839)

v1.1.35

Compare Source

  • (fix) adjust shorthand transition/animation transformation to match Svelte's runtime behavior (#​816)

v1.1.34

Compare Source

  • (fix) svelte2tsx: filter out chars not allowed in JSX (#​806)
  • (fix) infer element type for directives. Silences wrong type errors (#​815)
  • (fix) add missing events to Window

v1.1.33

Compare Source

  • (fix) transform slot bind:this (allowed for custom elements) (#​803)

v1.1.32

Compare Source

  • (fix) fallback param for built-in transition/animate to silence wrong errors about missing params (#​785)

v1.1.31

Test release to test new deployment setup


Configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, check this box.

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

@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from 005b580 to 089fec8 Compare October 17, 2020 04:18
@renovate renovate bot changed the title Update dependency svelte-check to v1.0.59 Update dependency svelte-check to v1.0.60 Oct 17, 2020
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from 089fec8 to a23451e Compare October 22, 2020 04:19
@renovate renovate bot changed the title Update dependency svelte-check to v1.0.60 Update dependency svelte-check to v1.0.61 Oct 22, 2020
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from a23451e to ac65195 Compare October 24, 2020 04:19
@renovate renovate bot changed the title Update dependency svelte-check to v1.0.61 Update dependency svelte-check to v1.1.0 Oct 24, 2020
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from ac65195 to 6fa586a Compare October 24, 2020 07:23
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.0 Update dependency svelte-check to v1.1.1 Oct 24, 2020
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from 6fa586a to e295691 Compare October 24, 2020 17:39
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.1 Update dependency svelte-check to v1.1.2 Oct 24, 2020
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from e295691 to 27aaa9f Compare October 27, 2020 17:36
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.2 Update dependency svelte-check to v1.1.3 Oct 27, 2020
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from 27aaa9f to 922cb78 Compare October 28, 2020 17:36
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.3 Update dependency svelte-check to v1.1.4 Oct 28, 2020
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from 922cb78 to 68f9b9f Compare October 29, 2020 17:33
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.4 Update dependency svelte-check to v1.1.5 Oct 29, 2020
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from 68f9b9f to 6959ebe Compare October 30, 2020 15:20
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.5 Update dependency svelte-check to v1.1.6 Oct 30, 2020
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from 6959ebe to 23b5ef5 Compare November 3, 2020 15:23
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.6 Update dependency svelte-check to v1.1.7 Nov 3, 2020
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from 23b5ef5 to 33caf17 Compare November 4, 2020 15:24
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.7 Update dependency svelte-check to v1.1.8 Nov 4, 2020
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from 33caf17 to 5c35be5 Compare November 5, 2020 16:41
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.8 Update dependency svelte-check to v1.1.9 Nov 5, 2020
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from 5c35be5 to 1953bb8 Compare November 5, 2020 19:52
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.9 Update dependency svelte-check to v1.1.10 Nov 5, 2020
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from 1953bb8 to acffd0f Compare November 6, 2020 19:50
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.10 Update dependency svelte-check to v1.1.11 Nov 6, 2020
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from acffd0f to dc7e757 Compare November 14, 2020 08:11
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.17 Update dependency svelte-check to v1.1.18 Dec 3, 2020
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from a2c315b to f6d5317 Compare December 4, 2020 14:53
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.18 Update dependency svelte-check to v1.1.19 Dec 4, 2020
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.19 Update dependency svelte-check to v1.1.20 Dec 8, 2020
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch 2 times, most recently from 90efbb8 to bff07ec Compare December 11, 2020 13:32
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.20 Update dependency svelte-check to v1.1.21 Dec 11, 2020
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from bff07ec to 9eb3060 Compare December 12, 2020 13:31
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.21 Update dependency svelte-check to v1.1.22 Dec 12, 2020
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.22 Update dependency svelte-check to v1.1.24 Jan 5, 2021
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch 2 times, most recently from 97b9678 to 3a26413 Compare January 9, 2021 16:56
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.24 Update dependency svelte-check to v1.1.26 Jan 9, 2021
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from 3a26413 to efcd602 Compare January 23, 2021 14:57
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.26 Update dependency svelte-check to v1.1.28 Jan 23, 2021
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from efcd602 to 16aa456 Compare February 2, 2021 17:01
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.28 Update dependency svelte-check to v1.1.32 Feb 2, 2021
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from 16aa456 to 22d0c9f Compare February 8, 2021 16:47
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.32 Update dependency svelte-check to v1.1.33 Feb 8, 2021
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from 22d0c9f to db407e5 Compare February 10, 2021 22:58
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.33 Update dependency svelte-check to v1.1.34 Feb 10, 2021
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from db407e5 to 228471a Compare April 26, 2021 15:02
@renovate renovate bot changed the title Update dependency svelte-check to v1.1.34 Update dependency svelte-check to v1.5.1 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from 228471a to 5b98df7 Compare May 9, 2021 22:59
@renovate renovate bot changed the title Update dependency svelte-check to v1.5.1 Update dependency svelte-check to v1.5.2 May 9, 2021
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from 5b98df7 to b21b58a Compare May 15, 2021 19:12
@renovate renovate bot changed the title Update dependency svelte-check to v1.5.2 Update dependency svelte-check to v1.5.4 May 15, 2021
@renovate renovate bot force-pushed the renovate/svelte-check-1.x branch from b21b58a to 969766f Compare June 6, 2021 21:53
@renovate renovate bot changed the title Update dependency svelte-check to v1.5.4 Update dependency svelte-check to v1.6.0 Jun 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant