Skip to content

Releases: jakebailey/pyright-action

v1.3.0

09 May 17:07
Compare
Choose a tag to compare

This release provides a few performance improvements, including proper caching of downloaded versions of pyright, and faster processing of its JSON output.

  • Fix my workflow oops (59070dd)
  • Tell codecov which OS each upload is (6cfeedf)
  • Run tests on all OSs (ee26d14)
  • Ensure baselines are not platform dependent (496c377)
  • Cache downloaded pyright (2082dfd)
  • Add baselines for helper mock calls (f79294a)
  • Cut down on the dotfiles a little (8b93773)
  • Update deps, add ncu configuration instead of flags (4e61f0f)
  • Switch from myzod to valita, which is faster and smaller (d9a02a2)
  • Fix and test issue with npm registry schema (53bd198)
  • Update deps and volta (dc11cb3)
  • Better handle bad versions and API errors (380a268)

v1.2.0

05 May 19:46
Compare
Choose a tag to compare

This is the first release with full tests and 100% coverage.

v1.1.0

05 Apr 18:19
Compare
Choose a tag to compare
  • Pin volta node version (cdacfe0)
  • Update deps (020f5be)
  • Bring ncu back as a devDep (bfd350c)
  • Bump minimum version to node16 to match declared version in action.yml (57cbe17)
  • Update deps (4f39508)
  • Update logging of info diagnostics to match newer versions of pyright (cee556f)

v1.0.8

16 Mar 15:31
Compare
Choose a tag to compare
  • Fix silly bug that caused --verifytypes to run when project was specified (10e08fd)
  • Use @tsconfig/node12 as tsconfig base (ffa9d90)
  • Update deps, including prettier 2.6.0 (931c2d1)
  • Document new release procedure (225e9f3)

v1.0.7

16 Mar 03:04
Compare
Choose a tag to compare
  • Fix bad yaml, just use web for release (3fbacb4)
  • Fix my oops in the release-it config (6cdcd77)

Release 1.0.6

16 Mar 02:59
Compare
Choose a tag to compare
  • Add release-it (14237bb)
  • Fix incorrect package.json version in prep for release-it (848fb77)
  • Update node version to node16 (ee99fc9)
  • Fix readme (1a15fa6)

v1.0.5

16 Mar 02:07
Compare
Choose a tag to compare
  • Added rudimentary support for --verifytypes. This option doesn't have any special integration with GitHub, must be run on an installed library, and will fail the build if the score is under 100% (e.g. matching pyright's exit code).

Full Changelog: v1.0.4...v1.0.5

v1.0.4

15 Mar 16:43
Compare
Choose a tag to compare

Updates dependencies and adds additional useful logging.

Full Changelog: v1.0.3...v1.0.4

v1.0.3

11 Oct 18:53
Compare
Choose a tag to compare

Updates dependencies, and adds support for the --warning flag as an action config.

v1.0.2

20 May 05:00
Compare
Choose a tag to compare

Update dependencies, switch to yarn 2.