ember-codemods / ember-mocha-codemods

Codemod scripts for ember-mocha
MIT License
4 stars 6 forks source link

Bump jest from 23.6.0 to 24.5.0 #81

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps jest from 23.6.0 to 24.5.0.

Changelog *Sourced from [jest's changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md).* > ## 24.5.0 > > ### Features > > - `[jest-haste-map]` Expose `throwOnModuleCollision` via `config.haste` ([#8113](https://github-redirect.dependabot.com/facebook/jest/pull/8113)) > > ### Chore & Maintenance > > - `[expect]` Export `Matchers` interface from `expect` ([#8093](https://github-redirect.dependabot.com/facebook/jest/pull/8093)) > > ## 24.4.0 > > ### Features > > - `[jest-resolve]` Now supports PnP environment without plugins ([#8094](https://github-redirect.dependabot.com/facebook/jest/pull/8094)) > > ### Fixes > > - `[expect]` Compare DOM nodes even if there are multiple Node classes ([#8064](https://github-redirect.dependabot.com/facebook/jest/pull/8064)) > - `[jest-worker]` `worker.getStdout()` can return `null` ([#8083](https://github-redirect.dependabot.com/facebook/jest/pull/8083)) > - `[jest-worker]` Re-attach stdout and stderr from new processes/threads created after retries ([#8087](https://github-redirect.dependabot.com/facebook/jest/pull/8087)) > - `[jest-reporters/jest-runner]` Serialize `changedFiles` passed to workers ([#8090](https://github-redirect.dependabot.com/facebook/jest/pull/8090)) > > ### Chore & Maintenance > > - `[*]` Make sure to include `d.ts` files in the tarball when building ([#8086](https://github-redirect.dependabot.com/facebook/jest/pull/8086)) > > ## 24.3.1 > > ### Fixes > > - `[jest-cli]` export functions compatible with `import {default}` ([#8080](https://github-redirect.dependabot.com/facebook/jest/pull/8080)) > - `[jest-worker]`: Fix retries and error notification in workers ([#8079](https://github-redirect.dependabot.com/facebook/jest/pull/8079)) > > ### Chore & Maintenance > > - `[pretty-format]`: Use `react-is` instead of manual `$$typeof` checks ([#8060](https://github-redirect.dependabot.com/facebook/jest/pull/8060)) > > ## 24.3.0 > > We skipped 24.2.0 because a draft was accidentally published. Please use `24.3.0` or a newer version instead. > > ### Features > > - `[expect]`: Improve report when matcher fails, part 10 ([#7960](https://github-redirect.dependabot.com/facebook/jest/pull/7960)) > - `[expect]`: Improve report when matcher fails, part 11 ([#8008](https://github-redirect.dependabot.com/facebook/jest/pull/8008)) > - `[expect]`: Improve report when matcher fails, part 12 ([#8033](https://github-redirect.dependabot.com/facebook/jest/pull/8033)) > - `[expect]`: Improve report when matcher fails, part 7 ([#7866](https://github-redirect.dependabot.com/facebook/jest/pull/7866)) > - `[expect]`: Improve report when matcher fails, part 8 ([#7876](https://github-redirect.dependabot.com/facebook/jest/pull/7876)) > - `[expect]`: Improve report when matcher fails, part 9 ([#7940](https://github-redirect.dependabot.com/facebook/jest/pull/7940)) > ... (truncated)
Commits - [`6b8b140`](https://github.com/facebook/jest/commit/6b8b1404a1d9254e7d5d90a8934087a9c9899dab) Release 24.5.0 - [`8c128fa`](https://github.com/facebook/jest/commit/8c128faca3b9b39bf888a01c98cdef8b3a373b0b) Expose throwOnModuleCollision ([#8113](https://github-redirect.dependabot.com/facebook/jest/issues/8113)) - [`aece656`](https://github.com/facebook/jest/commit/aece656d6ba5509676a717aa70355a4aab77eb94) add matchers to expect type ([#8093](https://github-redirect.dependabot.com/facebook/jest/issues/8093)) - [`445e6cb`](https://github.com/facebook/jest/commit/445e6cb9f5fddf87174e510a602cf8bc11a840b1) Release 24.4.0 - [`c929ee3`](https://github.com/facebook/jest/commit/c929ee3bc7c5d42ea0785003a72616c40556cc71) Adds native support for PnP to jest ([#8094](https://github-redirect.dependabot.com/facebook/jest/issues/8094)) - [`562ac18`](https://github.com/facebook/jest/commit/562ac1817b76ca686747eccf79a5c53c1d7a5d2b) Bumps Yarn to 1.15 ([#8095](https://github-redirect.dependabot.com/facebook/jest/issues/8095)) - [`17ffcc9`](https://github.com/facebook/jest/commit/17ffcc952c6a52ba58dc3e7dbe3145676085bf6b) fix: serialize changedFiles passed to workers ([#8090](https://github-redirect.dependabot.com/facebook/jest/issues/8090)) - [`95535e0`](https://github.com/facebook/jest/commit/95535e059683e04b2b3bf42aa74d318858579f58) Re-attach stdout and stderr from new processes after retries ([#8087](https://github-redirect.dependabot.com/facebook/jest/issues/8087)) - [`a5ae2f5`](https://github.com/facebook/jest/commit/a5ae2f54ea2bbbb73267cb7583c403acb6cab941) chore: copy d.ts files during build ([#8086](https://github-redirect.dependabot.com/facebook/jest/issues/8086)) - [`af47382`](https://github.com/facebook/jest/commit/af47382f0e0049dd304ce4fc308ae4b848f0c3ac) fix: jest-worker can return `null` for `getStdout()` ([#8083](https://github-redirect.dependabot.com/facebook/jest/issues/8083)) - Additional commits viewable in [compare view](https://github.com/facebook/jest/compare/v23.6.0...v24.5.0)
Maintainer changes This version was pushed to npm by [rubennorte](https://www.npmjs.com/~rubennorte), a new releaser for jest since your current version.


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 will not automatically merge this PR because it includes a major update to a development dependency.


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #84.