-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: bump jest to v27 #616
Conversation
Did we land on this being a breaking change or not ? |
I think we said we don't a new major version as the breaking changes in Jest 27 do not affect our tests and by default |
Node 13 reached EOL in 2020-06-01 so we don't need to bump a major here I think. We do signal that we require Node >=12, and the ">" is slightly problematic here. I'll add a comment to the decision in meeting notes about why we aren't releasing this as a breaking change. |
# [7.5.0](v7.4.0...v7.5.0) (2021-08-25) ### Features * bump jest to v27 ([#616](#616)) ([618fd27](618fd27))
🎉 This PR is included in version 7.5.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
revert: "feat: bump jest to v27 (#616)"
## [7.5.1](v7.5.0...v7.5.1) (2021-08-25) ### Reverts * "feat: bump jest to v27 ([#616](#616))" ([7733d14](7733d14))
## [7.5.1-beta.1](v7.5.0...v7.5.1-beta.1) (2021-08-25) ### Reverts * "feat: bump jest to v27 ([#616](#616))" ([7733d14](7733d14))
Jest 27 introduced modern fake timers, which allow us to better mock timers as well as mock the system date/time.