nobt-io / frontend

Frontend of nobt.io.
https://nobt.io
GNU General Public License v3.0
10 stars 4 forks source link

Bump jest and ts-jest #217

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

Changelog *Sourced from [jest's changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md).* > ## 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)) > - `[jest-circus/jest-jasmine2]` Warn if describe returns a value ([#7852](https://github-redirect.dependabot.com/facebook/jest/pull/7852)) > - `[jest-config]` Print error information on preset normalization error ([#7935](https://github-redirect.dependabot.com/facebook/jest/pull/7935)) > - `[jest-get-type]` Add `isPrimitive` function ([#7708](https://github-redirect.dependabot.com/facebook/jest/pull/7708)) > - `[jest-haste-map]` Add `skipPackageJson` option ([#7778](https://github-redirect.dependabot.com/facebook/jest/pull/7778)) > - `[jest-util]` Add `isPromise` ([#7852](https://github-redirect.dependabot.com/facebook/jest/pull/7852)) > - `[pretty-format]` Support `React.memo` ([#7891](https://github-redirect.dependabot.com/facebook/jest/pull/7891)) > > ### Fixes > > - `[expect]` Fix `toStrictEqual` not considering arrays with objects having undefined values correctly ([#7938](https://github-redirect.dependabot.com/facebook/jest/pull/7938)) > - `[expect]` Fix custom async matcher stack trace ([#7652](https://github-redirect.dependabot.com/facebook/jest/pull/7652)) > - `[expect]` Fix non-object received value in toHaveProperty ([#7986](https://github-redirect.dependabot.com/facebook/jest/pull/7986), [#8067](https://github-redirect.dependabot.com/facebook/jest/pull/8067)) > - `[expect]` Fix non-symmetric equal for Number ([#7948](https://github-redirect.dependabot.com/facebook/jest/pull/7948)) > - `[expect]` Remove duck typing and obsolete browser support code when comparing DOM nodes and use DOM-Level-3 API instead ([#7995](https://github-redirect.dependabot.com/facebook/jest/pull/7995)) > - `[jest-changed-files]` Fix `getChangedFilesFromRoots` to not return parts of the commit messages as if they were files, when the commit messages contained multiple paragraphs ([#7961](https://github-redirect.dependabot.com/facebook/jest/pull/7961)) > - `[jest-changed-files]` Fix pattern for HG changed files ([#8066](https://github-redirect.dependabot.com/facebook/jest/pull/8066)) > - `[jest-changed-files]` Improve default file selection for Mercurial repos ([#7880](https://github-redirect.dependabot.com/facebook/jest/pull/7880)) > - `[jest-circus]` Fix bug with test.only ([#7888](https://github-redirect.dependabot.com/facebook/jest/pull/7888)) > - `[jest-circus]`: Throw explicit error when errors happen after test is considered complete ([#8005](https://github-redirect.dependabot.com/facebook/jest/pull/8005)) > - `[jest-cli]` Fix prototype pollution vulnerability in dependency ([#7904](https://github-redirect.dependabot.com/facebook/jest/pull/7904)) > - `[jest-cli]` Refactor `-o` and `--coverage` combined ([#7611](https://github-redirect.dependabot.com/facebook/jest/pull/7611)) > - `[jest-environment-node]` Add missing globals: TextEncoder and TextDecoder ([#8022](https://github-redirect.dependabot.com/facebook/jest/pull/8022)) > - `[jest-haste-map]` Enforce uniqueness in names (mocks and haste ids) ([#8002](https://github-redirect.dependabot.com/facebook/jest/pull/8002)) > - `[jest-jasmine2]`: Throw explicit error when errors happen after test is considered complete ([#8005](https://github-redirect.dependabot.com/facebook/jest/pull/8005)) > - `[jest-mock]` Adds a type check to `prototype` to allow mocks of objects with a primitive `prototype` property. ([#8040](https://github-redirect.dependabot.com/facebook/jest/pull/8040)) > - `[jest-transform]` Normalize config and remove unnecessary checks, convert `TestUtils.js` to TypeScript ([#7801](https://github-redirect.dependabot.com/facebook/jest/pull/7801)) > - `[jest-util]`Make sure to not fail if unable to assign `toStringTag` to the `process` object, which is read only in Node 12 ([#8050](https://github-redirect.dependabot.com/facebook/jest/pull/8050)) > ... (truncated)
Commits - [`65c6e9d`](https://github.com/facebook/jest/commit/65c6e9d5e398711c011078bb72648c77fc8a8cb3) v24.3.1 - [`0c9737e`](https://github.com/facebook/jest/commit/0c9737e583c6bb90c51baa282e83b8e2066326fb) Fix retries and error notification in workers ([#8079](https://github-redirect.dependabot.com/facebook/jest/issues/8079)) - [`b0cbcbf`](https://github.com/facebook/jest/commit/b0cbcbf3f813db9a66a5bfbe822e15d59d157064) export functions compatible with `import jest from 'jest'` ([#8081](https://github-redirect.dependabot.com/facebook/jest/issues/8081)) - [`5c726bd`](https://github.com/facebook/jest/commit/5c726bdf63002696d3e0872583665c568f0ccf65) chore: update ansi-escape types - [`b63b279`](https://github.com/facebook/jest/commit/b63b279ca832613d2685611d3f98ee175250e9ac) chore: refresh lockfile - [`d4e91c3`](https://github.com/facebook/jest/commit/d4e91c3fe2c4b37ba6af3de10f10d3de9b488876) use react-is in pretty-format ([#8060](https://github-redirect.dependabot.com/facebook/jest/issues/8060)) - [`36484b5`](https://github.com/facebook/jest/commit/36484b51517a91fb9ec99db922f087488ea6ddad) Release 24.3.0 - [`eaf9669`](https://github.com/facebook/jest/commit/eaf9669240240761d030c78f6c226c4e41fea630) Improve changelog for next minor release ([#8075](https://github-redirect.dependabot.com/facebook/jest/issues/8075)) - [`eae9654`](https://github.com/facebook/jest/commit/eae96542941b55f929eaeadbd87e48604f8819f6) Fix pattern for HG changed files ([#8066](https://github-redirect.dependabot.com/facebook/jest/issues/8066)) - [`690221b`](https://github.com/facebook/jest/commit/690221b5db85e024e2738d30ed2633275d4c63ab) Warn if describe returns a value ([#7852](https://github-redirect.dependabot.com/facebook/jest/issues/7852)) - Additional commits viewable in [compare view](https://github.com/facebook/jest/compare/v23.6.0...v24.3.1)
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.0

Changelog *Sourced from [ts-jest's changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md).* > # [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)) > > > > > ## [23.10.3](https://github.com/kulshekhar/ts-jest/compare/v23.10.2...v23.10.3) (2018-09-30) > > > ### Bug Fixes > > * **compiler:** do not force module kind if piping babel ([acebc8c](https://github.com/kulshekhar/ts-jest/commit/acebc8c)), closes [#767](https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/767) > > > ### Features > > * **helpers:** adds a mocked test helper for mock typings ([f976135](https://github.com/kulshekhar/ts-jest/commit/f976135)), closes [#576](https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/576) > > > > > ... (truncated)
Commits - [`1ac501a`](https://github.com/kulshekhar/ts-jest/commit/1ac501ac52986c0f143900c2a441f472666f4991) chore: changelog - [`61d31b4`](https://github.com/kulshekhar/ts-jest/commit/61d31b48dc633bb415eb2d0d39f97dab771327c4) Merge pull request [#957](https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/957) from thymikee/feat/jest24 - [`0a2f533`](https://github.com/kulshekhar/ts-jest/commit/0a2f533864f0e41fa144e890a7603e041fb9658c) chore: remove jest-config-resolver - [`eb2fc8a`](https://github.com/kulshekhar/ts-jest/commit/eb2fc8a28bcdb1b441a74b4bdc44020089643c84) fix: test path for windows (attempt 2) - [`6824ac4`](https://github.com/kulshekhar/ts-jest/commit/6824ac49ee36ee00f29aa97fe9001f6b5696cbe2) fix: test path for windows (attempt 1) - [`108b08b`](https://github.com/kulshekhar/ts-jest/commit/108b08b90ca428d9acbe91e922f59fb4e5f1f30a) fix: remove unused snapshots - [`16fd6b5`](https://github.com/kulshekhar/ts-jest/commit/16fd6b587fd24ed73d0da4ce78ad5f0b0b442f94) chore: merge master - [`fb53685`](https://github.com/kulshekhar/ts-jest/commit/fb536857dc2e1c72066d134db5df0aaeab5a33de) Merge pull request [#978](https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/978) from kulshekhar/fix-updates - [`9ff4f88`](https://github.com/kulshekhar/ts-jest/commit/9ff4f8887a303b2d2b614f054a97ebbae38dcbda) chore(deps): updated major dependencies - [`a0da54c`](https://github.com/kulshekhar/ts-jest/commit/a0da54c9d0a45b8674ccfb3a24435053987a160b) chore(deps): updated major dependencies - Additional commits viewable in [compare view](https://github.com/kulshekhar/ts-jest/compare/v23.10.5...v24.0.0)


You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @thomaseizinger.


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.
thomaseizinger commented 5 years ago

@dependabot-bot merge