-
Notifications
You must be signed in to change notification settings - Fork 44
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: update Jest to version 27 #1844
Conversation
be56286
to
5b81746
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
If you've checked that the babel-jest import still works on v26, then go ahead and merge it :)
af33ad8
to
b23b21e
Compare
bors merge |
1844: feat: update Jest to version 27 r=ZauberNerd a=herschel666 The Canarist tests aren't helpful here, because the dependency tree of the Canarist test monorepo contains both Jest v26 & Jest v27 packages. This won't work. closes #1760 #1761 #1831 #1832 #1838 #1839 <details> <summary>Bors merge bot cheat sheet</summary> We are using [bors-ng](https://github.com/bors-ng/bors-ng) to automate merging of our pull requests. The following table provides a summary of commands that are available to reviewers (members of this repository with push access) and delegates (in case of `bors delegate+` or `bors delegate=[list]`). | Syntax | Description | | --- | --- | | bors merge | Run the test suite and push to master if it passes. Short for "reviewed: looks good." | | bors merge- | Cancel an r+, r=, merge, or merge= | | bors try | Run the test suite without pushing to master. | | bors try- | Cancel a try | | bors delegate+ | Allow the pull request author to merge their changes. | | bors delegate=[list] | Allow the listed users to r+ this pull request's changes. | | bors retry | Run the previous command a second time. | This is a short collection of opinionated commands. For a full list of the commands read the [bors reference](https://bors.tech/documentation/). </details> Co-authored-by: Emanuel Kluge <[email protected]>
Build failed:
|
And to get the canarist tests green, we could add |
That's right, but it doesn't give us any clue on whether the preset will really work with both v26 and v27. Will do it anyway, so we'll be able to use bors for merging. 👍 |
...temporarily in order to make them succeed.
b23b21e
to
30dbf6a
Compare
bors merge |
Build succeeded:
|
Cherry-pick failed on branch v14.x! Please check out PR #1855 & resolve the conflicts. |
1855: feat: update Jest to version 27 (v14.x) r=herschel666 a=hops-release-bot[bot] :warning: **This PR is the successor of #1844 and has been created automatically because the previous PR's commits could not be cherry-picked.**⚠️ Co-authored-by: Emanuel Kluge <[email protected]>
The Canarist tests aren't helpful here, because the dependency tree of the Canarist test monorepo contains both Jest v26 & Jest v27 packages. This won't work.
closes #1760 #1761 #1831 #1832 #1838 #1839
Bors merge bot cheat sheet
We are using bors-ng to automate merging of our pull requests. The following table provides a summary of commands that are available to reviewers (members of this repository with push access) and delegates (in case of
bors delegate+
orbors delegate=[list]
).This is a short collection of opinionated commands. For a full list of the commands read the bors reference.