Skip to content

Releases: repobuddy/test-progress-tracker

v2.0.8

Choose a tag to compare

@github-actions github-actions released this 01 Sep 19:42
775faba

Patch Changes

  • 8b9abd5: Rebuild with tsdown, and move the runtime unpartial dependency to ^1.0.7.

    No API changes. init, append, load, monitor and the TestResults /
    CoverageSummary / FSContext types are all unchanged, and the package stays
    CommonJS at cjs/index.js with typings at cjs/index.d.ts, so
    jest-progress-tracker's ^2.0.6 range keeps resolving and keeps working.

    What does change is the emitted JavaScript:

    • tsdown replaces the tsc -p tsconfig.cjs.json build. The per-module CommonJS
      shape is preserved (unbundle), as are the .js, .d.ts and .js.map paths.
    • The build target moves from ES2015 to ES2022, and lib from es2015 to es2023.
      An explicit lib replaces the default set rather than adding to it, so the old
      value was silently withholding Error.cause and AggregateError.
    • Node builtins are imported through the node: protocol, which reaches the
      published .d.ts files. Consumers need @types/node 16 or newer to typecheck
      against them.
    • Four declaration files for internal-only modules (compress, constants,
      minify, store), plus the type-only interface.js, are no longer emitted:
      nothing reachable from the entry point referenced them. cjs/index.js and the
      declarations it re-exports are unaffected.

v2.0.7

Choose a tag to compare

@github-actions github-actions released this 01 Sep 07:28
51d1de2

Patch Changes

  • 941f3ad: Stop shipping test files in the published tarball. files was ["cjs", "ts"], which
    included the five ts/*.spec.ts sources; it is now scoped with a negative glob
    covering every test suffix the jest config matches.

    Move the release pipeline to changesets publishing over GitHub OIDC (npm trusted
    publishing), so the package publishes with no repository secrets. Converts the
    toolchain from yarn to pnpm and points repository metadata at the cyberuni org.

v2.0.6

Choose a tag to compare

@github-actions github-actions released this 04 Jan 06:16
3cbdb97

2.0.6 (2022-01-04)

Bug Fixes

v2.0.5

Choose a tag to compare

@github-actions github-actions released this 05 Dec 21:34

2.0.5 (2021-12-05)

Bug Fixes

v2.0.4

Choose a tag to compare

@unional unional released this 13 May 06:32

2.0.4 (2019-05-13)

Bug Fixes

v2.0.3

Choose a tag to compare

@unional unional released this 18 Dec 06:12
dcfb8a6

2.0.3 (2018-12-18)

Bug Fixes

v2.0.2

Choose a tag to compare

@unional unional released this 25 Oct 06:03

2.0.2 (2018-10-25)

Bug Fixes

v2.0.1

Choose a tag to compare

@unional unional released this 25 Oct 05:59
d3a32fa

2.0.1 (2018-10-25)

Bug Fixes

v2.0.0

Choose a tag to compare

@unional unional released this 24 Oct 01:24
8651ede

2.0.0 (2018-10-24)

Bug Fixes

BREAKING CHANGES

  • The resulting file changes, so it is not compatible with the previous version.

v1.3.3

Choose a tag to compare

@unional unional released this 23 Oct 19:03
63079a5

1.3.3 (2018-10-23)

Bug Fixes

  • adjust rootDir to the project directory. (#11) (63079a5)