Ts-jest: Things to do for version 23 release?

Created on 20 Jun 2018  路  7Comments  路  Source: kulshekhar/ts-jest

  • Issue
    Jest v23 was released on 2018-05-29 (blog post)
    There's no equivalent v23 for ts-jest (releases) as of 2018-06-19

  • Expected behavior
    There should be v23 of ts-jest corresponding to v23 of jest as per versioning in README.md

I'm very eager to update to Jest v23 in my projects.
What are the pending tasks to release v23 of ts-jest? I might be able to help

Most helpful comment

The commits for ts-jest v21 -> v22 can be viewed here https://github.com/kulshekhar/ts-jest/commits/master?after=4ddf5b5dab99b5a68fba8f12ddd91baaa668d3db+225

I'll try to find time this weekend to work on this.

All 7 comments

@trivikr sorry about this. I'm completely swamped with work right now.

If the latest master can be tested against Jest 23 and a PR sent for that, I'll be more than happy to merge it in and publish a new release

Thanks @kulshekhar for the response.
What's the procedure to test latest master against Jest 23?

  • clone ts-jest
  • create a branch for the upgrade
  • upgrade the jest related dependencies in package.json
  • install the dependencies
  • run yarn test to check whether the upgrade breaks anything
  • In a project using ts-jest, change package.json to use this cloned/upgraded version of ts-jest.
  • run the project's tests to check whether the upgrade breaks anything
  • if sending a PR to upgrade, bump the package.json version to 23.0.0

The commits for ts-jest v21 -> v22 can be viewed here https://github.com/kulshekhar/ts-jest/commits/master?after=4ddf5b5dab99b5a68fba8f12ddd91baaa668d3db+225

I'll try to find time this weekend to work on this.

I'm reopening this - we need to write a changelog with the breaking changes.

given that 23 has been released, can this be in a different issue?

I've opened #601

Was this page helpful?
0 / 5 - 0 ratings

Related issues

golddranks picture golddranks  路  3Comments

ozum picture ozum  路  4Comments

bySabi picture bySabi  路  4Comments

remcohaszing picture remcohaszing  路  4Comments

stephenotalora picture stephenotalora  路  3Comments