Skip to content

Update all development Yarn dependencies (2022-09-05)#4214

Merged
julienw merged 2 commits into
mainfrom
depfu/batch_dev/yarn/2022-09-05
Sep 5, 2022
Merged

Update all development Yarn dependencies (2022-09-05)#4214
julienw merged 2 commits into
mainfrom
depfu/batch_dev/yarn/2022-09-05

Conversation

@depfu

@depfu depfu Bot commented Sep 5, 2022

Copy link
Copy Markdown
Contributor

This is your weekly update of all development Yarn dependencies. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ babel-jest (28.1.3 → 29.0.2, major) · Repo · Changelog · Release · Diff

✳️ jest (28.1.3 → 29.0.1, major) · Repo · Changelog · Release · Diff

✳️ jest-environment-jsdom (28.1.3 → 29.0.1, major) · Repo · Changelog · Release · Diff

✳️ eslint (8.21.0 → 8.23.0, minor) · Repo · Changelog · Release · Diff

✳️ eslint-plugin-react (7.30.1 → 7.31.1, minor) · Repo · Changelog · Release · Diff

✳️ @babel/core (7.18.10 → 7.18.13, patch) · Repo · Changelog · Release · Diff


Depfu Status

Depfu will only send you the next scheduled PR once you merge or close this one.

All Depfu comment commands
@​depfu refresh
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)

@depfu depfu Bot added the dependencies Pull requests that update a dependency file label Sep 5, 2022
@depfu depfu Bot requested review from canova and julienw September 5, 2022 06:37
Comment thread package.json
Comment on lines +189 to +192
"snapshotFormat": {
"escapeString": true,
"printBasicPrototype": true
},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new jest defaults to false for these values. This makes it necessary to regenerate all snapshots.

I like printBasicPrototype: false because this makes the snapshots more easily copy-pastable, but not really escapeString: false because the resulting strings are not valid.

But for now I set it both to true so that our snapshots stay the same, because I don't want to make the life of our contributor more complicated.
What do you think?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It sounds good to me. When we have less PRs in progress, we can revisit this. Would you like to open an issue about it?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I filed #4215

@julienw

julienw commented Sep 5, 2022

Copy link
Copy Markdown
Contributor

hey @canova, I'd like that you have a look at my second commit here, and tell me what you think :) thanks!

@codecov

codecov Bot commented Sep 5, 2022

Copy link
Copy Markdown

Codecov Report

Merging #4214 (7b17e99) into main (c1e3c65) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #4214   +/-   ##
=======================================
  Coverage   88.44%   88.44%           
=======================================
  Files         281      281           
  Lines       24587    24587           
  Branches     6559     6559           
=======================================
  Hits        21747    21747           
  Misses       2638     2638           
  Partials      202      202           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@canova canova left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

Comment thread package.json
Comment on lines +189 to +192
"snapshotFormat": {
"escapeString": true,
"printBasicPrototype": true
},

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It sounds good to me. When we have less PRs in progress, we can revisit this. Would you like to open an issue about it?

@julienw julienw merged commit 91f17ab into main Sep 5, 2022
@depfu depfu Bot deleted the depfu/batch_dev/yarn/2022-09-05 branch September 5, 2022 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants