versions 29 and older patching question #15681
DANYBOYUSA-2
started this conversation in
General
Replies: 1 comment
-
|
Short answer: Jest 29 and older are not actively maintained. Only the latest major version (currently 30) receives bug fixes and new features. Jest follows a policy where only the latest major version gets regular patches. If you're on 29.x, you won't get security patches or bug fixes unless something critical comes up (and even then, it's not guaranteed). If you're stuck on 29 because of a dependency or breaking change in 30, the recommended path is:
For security-sensitive projects, staying on an unmaintained major version is a risk worth addressing sooner rather than later. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are versions 29 and older maintained?
Beta Was this translation helpful? Give feedback.
All reactions