GroceriStar / static-data

Development moved to: https://github.com/GroceriStar/groceristar-fetch/ We'll put here static data that we're using in our development progress
0 stars 1 forks source link

Bump jest from 23.2.0 to 23.4.2 #28

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps jest from 23.2.0 to 23.4.2.

Changelog *Sourced from [jest's changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md).* > ## 23.4.2 > > ### Performance > > - `[jest-changed-files]` limit git and hg commands to specified roots ([#6732](https://github-redirect.dependabot.com/facebook/jest/pull/6732)) > > ### Fixes > > - `[jest-circus]` Fix retryTimes so errors are reset before re-running ([#6762](https://github-redirect.dependabot.com/facebook/jest/pull/6762)) > - `[docs]` Update `expect.objectContaining()` description ([#6754](https://github-redirect.dependabot.com/facebook/jest/pull/6754)) > - `[babel-jest]` Make `getCacheKey()` take into account `createTransformer` options ([#6699](https://github-redirect.dependabot.com/facebook/jest/pull/6699)) > - `[jest-jasmine2]` Use prettier through `require` instead of `localRequire`. Fixes `matchInlineSnapshot` where prettier dependencies like `path` and `fs` are mocked with `jest.mock`. ([#6776](https://github-redirect.dependabot.com/facebook/jest/pull/6776)) > - `[docs]` Fix contributors link ([#6711](https://github-redirect.dependabot.com/facebook/jest/pull/6711)) > - `[website]` Fix website versions page to link to correct language ([#6734](https://github-redirect.dependabot.com/facebook/jest/pull/6734)) > > ## 23.4.1 > > ### Features > > - `[jest-cli]` Watch plugins now have access to a broader range of global configuration options in their `updateConfigAndRun` callbacks, so they can provide a wider set of extra features ([#6473](https://github-redirect.dependabot.com/facebook/jest/pull/6473)) > - `[jest-snapshot]` `babel-traverse` is now passed to `jest-snapshot` explicitly to avoid unnecessary requires in every test > > ### Fixes > > - `[jest-haste-map]` Optimize watchman crawler by using `glob` on initial query ([#6689](https://github-redirect.dependabot.com/facebook/jest/pull/6689)) > > ## 23.4.0 > > ### Features > > - `[jest-haste-map]` Add `computeDependencies` flag to avoid opening files if not needed ([#6667](https://github-redirect.dependabot.com/facebook/jest/pull/6667)) > - `[jest-runtime]` Support `require.resolve.paths` ([#6471](https://github-redirect.dependabot.com/facebook/jest/pull/6471)) > - `[jest-runtime]` Support `paths` option for `require.resolve` ([#6471](https://github-redirect.dependabot.com/facebook/jest/pull/6471)) > > ### Fixes > > - `[jest-runner]` Force parallel runs for watch mode, to avoid TTY freeze ([#6647](https://github-redirect.dependabot.com/facebook/jest/pull/6647)) > - `[jest-cli]` properly reprint resolver errors in watch mode ([#6407](https://github-redirect.dependabot.com/facebook/jest/pull/6407)) > - `[jest-cli]` Write configuration to stdout when the option was explicitly passed to Jest ([#6447](https://github-redirect.dependabot.com/facebook/jest/pull/6447)) > - `[jest-cli]` Fix regression on non-matching suites ([6657](https://github-redirect.dependabot.com/facebook/jest/pull/6657)) > - `[jest-runtime]` Roll back `micromatch` version to prevent regression when matching files ([#6661](https://github-redirect.dependabot.com/facebook/jest/pull/6661)) > > ## 23.3.0 > > ### Features > > - `[jest-cli]` Allow watch plugin to be configured ([#6603](https://github-redirect.dependabot.com/facebook/jest/pull/6603)) > - `[jest-snapshot]` Introduce `toMatchInlineSnapshot` and `toThrowErrorMatchingInlineSnapshot` matchers ([#6380](https://github-redirect.dependabot.com/facebook/jest/pull/6380)) > > ### Fixes > ... (truncated)
Commits - [`ea8452d`](https://github.com/facebook/jest/commit/ea8452df0f880316fd2ff4a2b19a455e300a33f6) Release v23.4.2 - [`6ebdd3d`](https://github.com/facebook/jest/commit/6ebdd3dd44ab71160fd2d3d78a4a37ef4d4d3c5a) Docs/ExpectAPI: Correct docs for `objectContaining` ([#6754](https://github-redirect.dependabot.com/facebook/jest/issues/6754)) - [`7caef39`](https://github.com/facebook/jest/commit/7caef39bf278defb64bc8cce0f672b42f68eb8ce) chore(packages/babel-jest) readme ([#6746](https://github-redirect.dependabot.com/facebook/jest/issues/6746)) - [`61b4342`](https://github.com/facebook/jest/commit/61b43425faea7449672f09843da55a8143180387) docs: noted --coverage aliased by --collectCoverage ([#6741](https://github-redirect.dependabot.com/facebook/jest/issues/6741)) - [`a10bc90`](https://github.com/facebook/jest/commit/a10bc90cc39f7b8944d850bdc9913b1090095b87) Fix website versions page to links to correct language & delete unused file (... - [`79089db`](https://github.com/facebook/jest/commit/79089db4c63d8a29cdfff1efaeeac3c046091ff7) perf(changed-files): limit git and hg commands to specified roots ([#6732](https://github-redirect.dependabot.com/facebook/jest/issues/6732)) - [`bf9cbc2`](https://github.com/facebook/jest/commit/bf9cbc2bbddc6562b1fea59c41731b3d1c6412ea) Fix broken contributors graph link ([#6711](https://github-redirect.dependabot.com/facebook/jest/issues/6711)) - [`7897832`](https://github.com/facebook/jest/commit/78978320bcccbd126c23f5751f33ab74b37cef01) Get rid of the redundant async keyword ([#6710](https://github-redirect.dependabot.com/facebook/jest/issues/6710)) - [`b546fd8`](https://github.com/facebook/jest/commit/b546fd866819118b41055a9722181150d383ffe8) rename files to follow facebook's conventions ([#6553](https://github-redirect.dependabot.com/facebook/jest/issues/6553)) - [`f45d1c9`](https://github.com/facebook/jest/commit/f45d1c939cbf55a71dbfdfc316d2be62b590197f) fix dependency name clash bug ([#6687](https://github-redirect.dependabot.com/facebook/jest/issues/6687)) - Additional commits viewable in [compare view](https://github.com/facebook/jest/compare/v23.2.0...v23.4.2)


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 merge` will merge this PR after your CI passes on it - `@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 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 6 years ago

Superseded by #30.