interface icon indicating copy to clipboard operation
interface copied to clipboard

chore(deps-dev): bump jest from 29.2.0 to 29.3.1

Open dependabot[bot] opened this issue 3 years ago • 3 comments

Bumps jest from 29.2.0 to 29.3.1.

Release notes

Sourced from jest's releases.

v29.3.1

Fixes

  • [jest-config] Do not warn about preset in ProjectConfig #13583

Performance

  • [jest-transform] Defer creation of cache directory #13420

v29.3.0

Features

  • [jest-runtime] Support WebAssembly (Wasm) imports in ESM modules (#13505)

Fixes

  • [jest-config] Add config validation for projects option (#13565)
  • [jest-mock] Treat cjs modules as objects so they can be mocked (#13513)
  • [jest-worker] Throw an error instead of hanging when jest workers terminate unexpectedly (#13566)

Chore & Maintenance

  • [@jest/transform] Update convert-source-map (#13509)
  • [docs] Mention toStrictEqual in UsingMatchers docs. (#13560)

New Contributors

Full Changelog: https://github.com/facebook/jest/compare/v29.2.2...v29.3.0

v29.2.2

Fixes

  • [@jest/test-sequencer] Make sure sharding does not produce empty groups (#13476)
  • [jest-circus] Test marked as todo are shown as todo when inside a focussed describe (#13504)
  • [jest-mock] Ensure mock resolved and rejected values are promises from correct realm (#13503)
  • [jest-snapshot] Don't highlight passing asymmetric property matchers in snapshot diff (#13480)

Chore & Maintenance

  • [docs] Update link to Jest 28 upgrade guide in error message (#13483)
  • [jest-runner, jest-watcher] Update emittery (#13490)

New Contributors

... (truncated)

Changelog

Sourced from jest's changelog.

29.3.1

Fixes

  • [jest-config] Do not warn about preset in ProjectConfig #13583

Performance

  • [jest-transform] Defer creation of cache directory #13420

29.3.0

Features

  • [jest-runtime] Support WebAssembly (Wasm) imports in ESM modules (#13505)

Fixes

  • [jest-config] Add config validation for projects option (#13565)
  • [jest-mock] Treat cjs modules as objects so they can be mocked (#13513)
  • [jest-worker] Throw an error instead of hanging when jest workers terminate unexpectedly (#13566)

Chore & Maintenance

  • [@jest/transform] Update convert-source-map (#13509)
  • [docs] Mention toStrictEqual in UsingMatchers docs. (#13560)

29.2.2

Fixes

  • [@jest/test-sequencer] Make sure sharding does not produce empty groups (#13476)
  • [jest-circus] Test marked as todo are shown as todo when inside a focussed describe (#13504)
  • [jest-mock] Ensure mock resolved and rejected values are promises from correct realm (#13503)
  • [jest-snapshot] Don't highlight passing asymmetric property matchers in snapshot diff (#13480)

Chore & Maintenance

  • [docs] Update link to Jest 28 upgrade guide in error message (#13483)
  • [jest-runner, jest-watcher] Update emittery (#13490)

29.2.1

Features

  • [@jest/globals, jest-mock] Add jest.Spied* utility types (#13440)

Fixes

  • [jest-environment-node] make globalThis.performance writable for Node 19 and fake timers (#13467)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Nov 14 '22 02:11 dependabot[bot]

❌ CI run has failed! Please see logs at https://github.com/aave/interface/actions/runs/3458066116'

github-actions[bot] avatar Nov 14 '22 02:11 github-actions[bot]

📦 Next.js Bundle Analysis

This analysis was generated by the next.js bundle analysis action 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 480.98 KB (🟡 +2.07 KB)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Four Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load
/faucet 22.15 KB (🟡 +85 B) 503.13 KB
/governance/ipfs-preview 105.46 KB (-3 B) 586.45 KB
/governance/proposal 105.62 KB (-3 B) 586.6 KB
/governance/proposal/[proposalId] 60.32 KB (-3 B) 541.3 KB
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this.

github-actions[bot] avatar Nov 14 '22 02:11 github-actions[bot]

  • Ipfs hash: bafybeihmgdeiifpeku5zfoackcyarkjwt34xheesvp57ybklizlw6zamne
  • Ipfs preview link: https://bafybeihmgdeiifpeku5zfoackcyarkjwt34xheesvp57ybklizlw6zamne.ipfs.cf-ipfs.com/

github-actions[bot] avatar Nov 14 '22 02:11 github-actions[bot]

✅ CI run has succeded! You can find tests and deployment logs at https://github.com/aave/interface/actions/runs/3698460384'

github-actions[bot] avatar Dec 14 '22 20:12 github-actions[bot]

  • Ipfs hash: bafybeidyjce2quf5zhe33fg5jwvtzxibx34za7tkqtlthq4x6l2edxtnve
  • Ipfs preview link: https://bafybeidyjce2quf5zhe33fg5jwvtzxibx34za7tkqtlthq4x6l2edxtnve.ipfs.cf-ipfs.com/

github-actions[bot] avatar Dec 14 '22 20:12 github-actions[bot]

✅ CI run has succeded! You can find tests and deployment logs at https://github.com/aave/interface/actions/runs/3699695976'

github-actions[bot] avatar Dec 14 '22 23:12 github-actions[bot]

  • Ipfs hash: bafybeigfw3mlxqkn7vr5bi2fczsudwpf642jneuo7zgqo2v3sq27gubivq
  • Ipfs preview link: https://bafybeigfw3mlxqkn7vr5bi2fczsudwpf642jneuo7zgqo2v3sq27gubivq.ipfs.cf-ipfs.com/

github-actions[bot] avatar Dec 14 '22 23:12 github-actions[bot]

❌ CI run has failed! Please see logs at https://github.com/aave/interface/actions/runs/3823851051'

github-actions[bot] avatar Jan 02 '23 16:01 github-actions[bot]

  • Ipfs hash: bafybeiaeec7bcqqyeyptctaijisxvgvjoqnkj5kfx6wi37wottk426hapu
  • Ipfs preview link: https://bafybeiaeec7bcqqyeyptctaijisxvgvjoqnkj5kfx6wi37wottk426hapu.ipfs.cf-ipfs.com/

github-actions[bot] avatar Jan 02 '23 16:01 github-actions[bot]

❌ CI run has failed! Please see logs at https://github.com/aave/interface/actions/runs/3951346859'

github-actions[bot] avatar Jan 18 '23 17:01 github-actions[bot]

Superseded by #1443.

dependabot[bot] avatar Jan 26 '23 16:01 dependabot[bot]