yoshinorin / hexo-tag-config

A hexo plugin for insert hexo configuration values (_config.yml) to your post/page.
https://www.npmjs.com/package/hexo-tag-config
MIT License
2 stars 0 forks source link

Bump jest and ts-jest #20

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps jest and ts-jest. These dependencies needed to be updated together.

Updates 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.


Updates ts-jest from 23.10.5 to 24.0.1

Changelog *Sourced from [ts-jest's changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md).* > ## [24.0.1](https://github.com/kulshekhar/ts-jest/compare/v24.0.0...v24.0.1) (2019-03-30) > > > ### Bug Fixes > > * update call to globIgnore ([#1002](https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1002)) ([#1003](https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1003)) ([05b63af](https://github.com/kulshekhar/ts-jest/commit/05b63af)) > > > ### Features > > * **config:** specify package.json location ([#823](https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/823)) ([#1013](https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1013)) ([fb7dd55](https://github.com/kulshekhar/ts-jest/commit/fb7dd55)) > > > > > # [24.0.0](https://github.com/kulshekhar/ts-jest/compare/v23.10.5...v24.0.0) (2019-02-18) > > > ### Bug Fixes > > * cli test ([1d67101](https://github.com/kulshekhar/ts-jest/commit/1d67101)) > * module tests and some snapshots ([999f889](https://github.com/kulshekhar/ts-jest/commit/999f889)) > * remove unused snapshots ([108b08b](https://github.com/kulshekhar/ts-jest/commit/108b08b)) > * some tests ([d0f2231](https://github.com/kulshekhar/ts-jest/commit/d0f2231)) > * test command ([8372b5e](https://github.com/kulshekhar/ts-jest/commit/8372b5e)) > * test path for windows (attempt 1) ([6824ac4](https://github.com/kulshekhar/ts-jest/commit/6824ac4)) > * test path for windows (attempt 2) ([eb2fc8a](https://github.com/kulshekhar/ts-jest/commit/eb2fc8a)) > > > ### Features > > * **jest:** bump to 24 ([defcb77](https://github.com/kulshekhar/ts-jest/commit/defcb77)) > > > > > ## [23.10.4](https://github.com/kulshekhar/ts-jest/compare/v23.10.3...v23.10.4) (2018-10-06) > > > ### Bug Fixes > > * **cache:** adds project's dep versions to cache key ([6cacbea](https://github.com/kulshekhar/ts-jest/commit/6cacbea)), closes [#785](https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/785) > * **cli:** change options to better reflect the new presets ([68abcfb](https://github.com/kulshekhar/ts-jest/commit/68abcfb)) > * **helpers:** deprecate import from ts-jest, now ts-jest/utils ([33ff29f](https://github.com/kulshekhar/ts-jest/commit/33ff29f)), closes [#782](https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/782) > * **typings:** typo in presets definition file ([53767ab](https://github.com/kulshekhar/ts-jest/commit/53767ab)) > * **typings:** wrong import in preset typings + test ([94dc4e7](https://github.com/kulshekhar/ts-jest/commit/94dc4e7)) > > > > > ... (truncated)
Commits - [`b43b3c1`](https://github.com/kulshekhar/ts-jest/commit/b43b3c10233801b8dcd15e6fb5b16c508beb0a2e) chore(release): 24.0.1 - [`2d91a37`](https://github.com/kulshekhar/ts-jest/commit/2d91a3782432c8485aec90d2878a1149f6d85bcf) chore: update package-lock - [`485d3f7`](https://github.com/kulshekhar/ts-jest/commit/485d3f798d1e4a1437851e67529cae2920777225) build(deps): bump semver from 5.6.0 to 5.7.0 ([#1043](https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1043)) - [`2bd2534`](https://github.com/kulshekhar/ts-jest/commit/2bd2534178854ccbc8a01c0dbd95f7c6e9e49a47) build(deps-dev): bump @types/node from 10.14.3 to 10.14.4 ([#1041](https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1041)) - [`bdba560`](https://github.com/kulshekhar/ts-jest/commit/bdba560c82cf707ab05f9fa69af773a91e3cce15) build(deps-dev): bump @types/node from 10.14.2 to 10.14.3 ([#1038](https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1038)) - [`08766bf`](https://github.com/kulshekhar/ts-jest/commit/08766bf401323a288babcbe206ce1e8d7e2ed4f0) build(deps-dev): bump @types/node from 10.14.1 to 10.14.2 ([#1036](https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1036)) - [`5f92fd2`](https://github.com/kulshekhar/ts-jest/commit/5f92fd29446d6ed2b71102cc27e03930fd79984f) build(deps-dev): bump js-yaml from 3.12.2 to 3.13.0 ([#1034](https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1034)) - [`a9c79e9`](https://github.com/kulshekhar/ts-jest/commit/a9c79e9afc1151d42a9a59e62c9b90f09ca603cf) build(deps-dev): bump @types/yargs from 12.0.9 to 12.0.10 ([#1032](https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1032)) - [`245ab29`](https://github.com/kulshekhar/ts-jest/commit/245ab29560ef60db8ae6e2e660cf9ab221566616) build(deps-dev): bump eslint from 5.15.2 to 5.15.3 ([#1031](https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1031)) - [`4e72e59`](https://github.com/kulshekhar/ts-jest/commit/4e72e596e9d3fc4125a02961ea19793f6f0d7df8) build(deps-dev): bump eslint from 5.15.1 to 5.15.2 ([#1030](https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1030)) - Additional commits viewable in [compare view](https://github.com/kulshekhar/ts-jest/compare/v23.10.5...v24.0.1)


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 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.