Skip to content

Releases: jakebailey/pyright-action

v1.8.1

08 Dec 19:37
Compare
Choose a tag to compare

v1.8.0

29 Nov 19:11
Compare
Choose a tag to compare

This release adds a pylance-version option which allows specifying Pylance versions instead of pyright versions.

v1.7.1

23 Oct 18:37
Compare
Choose a tag to compare

Fixes:

Other:

  • Don't watch in release-it (af54139)
  • Update actions/checkout digest to b4ffde6 (#50) (b7a5ff7)
  • Update actions/setup-node action to v4 (#56) (3400d73)
  • dprint config update (6005fd3)
  • Update deps (f9ae0ac)
  • Switch to vitest (34c9e23)
  • Update actions/setup-node digest to 5e21ff4 (#41) (e4696e5)
  • Update actions/checkout action to v4 (#42) (c96123b)

v1.7.0

04 Sep 18:24
Compare
Choose a tag to compare

This version automatically uses Node 20 if present on the runner, rather than Node 16; this should improve performance by using a newer / faster version of Node.

This should bea backwards-compatible change; if a runner is missing Node 20 in the default runner install, Node 16 will continue to be used instead.

v1.6.0

04 Jun 23:41
Compare
Choose a tag to compare
  • Used undashed flags for 1.1.309 onward (9a4e6bb)
  • Handle all flags (e2b6bd2)
  • Improve logic for disabling JSON (13f7f6c)
  • Sort getInput mock calls for better test diffs (24f5e1f)
  • Add test, quoting (221a611)
  • Switch extra-args parsing to one which handles quotes (9e4af90)
  • Fix testing (e5f0c49)
  • Big dep update (d326e6c)

v1.5.1

05 Mar 21:55
Compare
Choose a tag to compare
  • Update deps (483e025)
  • Don't tie --outputjson to no-comments, fixing verify-types (b6645e3)

v1.5.0

10 Feb 18:35
Compare
Choose a tag to compare

v1.4.2

21 Jan 17:40
Compare
Choose a tag to compare

v1.4.1

19 Aug 17:20
Compare
Choose a tag to compare
  • Update deps to resolve actions/core vulnerability (f2a2186)
  • Just switch to mostly prettier defaults (a162b15)
  • Tweak prettier config (f7db9ad)
  • Update deps, re-demote ncu and release-it to non-deps invoked by yarn dlx (c119764)
  • Update deps (c36ccc6)
  • Ignore coverage files in tsconfig (aead9e0)

v1.4.0

25 Jul 01:56
Compare
Choose a tag to compare
  • Bump maxBuffer to 100MB to accept >1MB output (78a64af)
  • Update yarn (45fb8f3)
  • Update deps (bf09870)
  • Update deps (d4e9648)
  • Update deps (cbaa3ee)
  • Drop old clona for newer, mainted klona (52d6349)
  • Upgrade to strictest tsconfig preset (51ed99e)
  • Verify that dist does not differ from build (c0254c9)
  • Update deps, remove supportedArchitectures from .yarnrc (6a15b61)
  • Update yarn (3b970e5)
  • Enable type checking in eslint, fix a few things (2dbd5df)
  • Update deps (bd3e35c)
  • Update deps for husky patch (d5dad01)