question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Follow Enzyme's solution to version pinning

See original GitHub issue

Issue :

It’s documented in the readme that ts-jest doesn’t support semver and instead has locked it’s major version to the major version of jest. Overall I can understand the idea here but this does make usage of automated tools such as Renovate and Dependabot a bit harder considering ts-jest has to have custom configuration so it doesn’t follow semver.

Expected behavior :

My suggestion is to follow in the footsteps of enzyme-adapters which suffix the version they work with at the end of the package name (see https://github.com/airbnb/enzyme/tree/master/packages). To replicate that same idea with this repository, when jest@25.0.0 releases, there would be a new package published to npm, ts-jest-25. I will admit it does require a bit more overhead which I can understand if you don’t want to take it on but I figured I would suggest it seeing the parallels between the two projects.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:2
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kulshekharcommented, May 4, 2019

I’ve given this some thought. If this discussion was before the project was started, it’d definitely be a lot more attractive but I really don’t see any benefit in changing the version mechanism because it introduces another unknown without substantial benefit.

0reactions
ahnpnlcommented, Mar 28, 2020

@k2snowman69 would be nice if you can help us to implement your proposal.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Following Enzyme Activity with Infrared Spectroscopy - PMC
Fourier transform infrared (FTIR) spectroscopy provides a direct, “on-line” monitor of enzymatic reactions. Measurement of enzymatic activity is based on ...
Read more >
Enzyme Histochemistry - an overview | ScienceDirect Topics
Three of the most useful enzymes are non-specific esterase, acid phosphatase, and chloro-acetate esterase. It is usual to fix smears before histochemical ...
Read more >
Following Enzyme Activity with Infrared Spectroscopy - MDPI
Measurement of enzymatic activity is based on the fact that the infrared spectra of reactants and products of an enzymatic reaction are usually...
Read more >
Lehninger Principles of Biochemistry
First, catalytic functional groups on an enzyme react with a substrate and lower the activation energy barrier for the reactions by providing an...
Read more >
GUIDELINES FOR THE SAFE HANDLING OF ENZYMES IN ...
Allergies to enzymes may include the following symptoms: ... Lever, slide valve, or release pin systems located on, and operated from, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found