diff --git a/CHANGELOG.md b/CHANGELOG.md index 37bc72643e21..73b08f75eb71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,99 +2,121 @@ ### Features -- `[expect]`: Improve report when matcher fails, part 7 ([#7866](https://github.com/facebook/jest/pull/7866)) -- `[expect]`: Improve report when matcher fails, part 8 ([#7876](https://github.com/facebook/jest/pull/7876)) -- `[expect]`: Improve report when matcher fails, part 9 ([#7940](https://github.com/facebook/jest/pull/7940)) + + +### Fixes + + + +### Chore & Maintenance + + + +### Performance + + + +## 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.com/facebook/jest/pull/7960)) - `[expect]`: Improve report when matcher fails, part 11 ([#8008](https://github.com/facebook/jest/pull/8008)) - `[expect]`: Improve report when matcher fails, part 12 ([#8033](https://github.com/facebook/jest/pull/8033)) -- `[pretty-format]` Support `React.memo` ([#7891](https://github.com/facebook/jest/pull/7891)) +- `[expect]`: Improve report when matcher fails, part 7 ([#7866](https://github.com/facebook/jest/pull/7866)) +- `[expect]`: Improve report when matcher fails, part 8 ([#7876](https://github.com/facebook/jest/pull/7876)) +- `[expect]`: Improve report when matcher fails, part 9 ([#7940](https://github.com/facebook/jest/pull/7940)) +- `[jest-circus/jest-jasmine2]` Warn if describe returns a value ([#7852](https://github.com/facebook/jest/pull/7852)) - `[jest-config]` Print error information on preset normalization error ([#7935](https://github.com/facebook/jest/pull/7935)) -- `[jest-haste-map]` Add `skipPackageJson` option ([#7778](https://github.com/facebook/jest/pull/7778)) - `[jest-get-type]` Add `isPrimitive` function ([#7708](https://github.com/facebook/jest/pull/7708)) -- `[jest-circus/jest-jasmine2]` Warn if describe returns a value ([#7852](https://github.com/facebook/jest/pull/7852)) +- `[jest-haste-map]` Add `skipPackageJson` option ([#7778](https://github.com/facebook/jest/pull/7778)) - `[jest-util]` Add `isPromise` ([#7852](https://github.com/facebook/jest/pull/7852)) +- `[pretty-format]` Support `React.memo` ([#7891](https://github.com/facebook/jest/pull/7891)) ### Fixes -- `[jest-environment-node]` Add missing globals: TextEncoder and TextDecoder ([#8022](https://github.com/facebook/jest/pull/8022)) -- `[jest-cli]` Fix prototype pollution vulnerability in dependency ([#7904](https://github.com/facebook/jest/pull/7904)) -- `[jest-cli]` Refactor `-o` and `--coverage` combined ([#7611](https://github.com/facebook/jest/pull/7611)) -- `[expect]` Fix custom async matcher stack trace ([#7652](https://github.com/facebook/jest/pull/7652)) - `[expect]` Fix `toStrictEqual` not considering arrays with objects having undefined values correctly ([#7938](https://github.com/facebook/jest/pull/7938)) +- `[expect]` Fix custom async matcher stack trace ([#7652](https://github.com/facebook/jest/pull/7652)) +- `[expect]` Fix non-object received value in toHaveProperty ([#7986](https://github.com/facebook/jest/pull/7986), [#8067](https://github.com/facebook/jest/pull/8067)) - `[expect]` Fix non-symmetric equal for Number ([#7948](https://github.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.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.com/facebook/jest/pull/7961)) +- `[jest-changed-files]` Fix pattern for HG changed files ([#8066](https://github.com/facebook/jest/pull/8066)) - `[jest-changed-files]` Improve default file selection for Mercurial repos ([#7880](https://github.com/facebook/jest/pull/7880)) -- `[jest-validate]` Fix validating async functions ([#7894](https://github.com/facebook/jest/issues/7894)) - `[jest-circus]` Fix bug with test.only ([#7888](https://github.com/facebook/jest/pull/7888)) -- `[jest-transform]` Normalize config and remove unnecessary checks, convert `TestUtils.js` to TypeScript ([#7801](https://github.com/facebook/jest/pull/7801)) -- `[jest-worker]` Fix `jest-worker` when using pre-allocated jobs ([#7934](https://github.com/facebook/jest/pull/7934)) -- `[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.com/facebook/jest/pull/7961)) +- `[jest-circus]`: Throw explicit error when errors happen after test is considered complete ([#8005](https://github.com/facebook/jest/pull/8005)) +- `[jest-cli]` Fix prototype pollution vulnerability in dependency ([#7904](https://github.com/facebook/jest/pull/7904)) +- `[jest-cli]` Refactor `-o` and `--coverage` combined ([#7611](https://github.com/facebook/jest/pull/7611)) +- `[jest-environment-node]` Add missing globals: TextEncoder and TextDecoder ([#8022](https://github.com/facebook/jest/pull/8022)) - `[jest-haste-map]` Enforce uniqueness in names (mocks and haste ids) ([#8002](https://github.com/facebook/jest/pull/8002)) -- `[static]` Remove console log '-' on the front page -- `[expect]` Fix non-object received value in toHaveProperty ([#7986](https://github.com/facebook/jest/pull/7986)) - `[jest-jasmine2]`: Throw explicit error when errors happen after test is considered complete ([#8005](https://github.com/facebook/jest/pull/8005)) -- `[jest-circus]`: Throw explicit error when errors happen after test is considered complete ([#8005](https://github.com/facebook/jest/pull/8005)) -- `[expect]` Remove duck typing and obsolete browser support code when comparing DOM nodes and use DOM-Level-3 API instead ([#7995](https://github.com/facebook/jest/pull/7995)) - `[jest-mock]` Adds a type check to `prototype` to allow mocks of objects with a primitive `prototype` property. ([#8040](https://github.com/facebook/jest/pull/8040)) +- `[jest-transform]` Normalize config and remove unnecessary checks, convert `TestUtils.js` to TypeScript ([#7801](https://github.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.com/facebook/jest/pull/8050)) -- `[expect]` Revert change to distinguish undefined value from no property ([#8067](https://github.com/facebook/jest/pull/8067)) +- `[jest-validate]` Fix validating async functions ([#7894](https://github.com/facebook/jest/issues/7894)) +- `[jest-worker]` Fix `jest-worker` when using pre-allocated jobs ([#7934](https://github.com/facebook/jest/pull/7934)) +- `[static]` Remove console log '-' on the front page ### Chore & Maintenance -- `[jest-jasmine2]`: TS migration ([#7970](https://github.com/facebook/jest/pull/7970)) -- `[jest-each]`: Refactor into multiple files with better types ([#8018](https://github.com/facebook/jest/pull/8018)) +- `[*]`: Setup building, linting and testing of TypeScript ([#7808](https://github.com/facebook/jest/pull/7808), [#7855](https://github.com/facebook/jest/pull/7855), [#7951](https://github.com/facebook/jest/pull/7951)) +- `[@jest/console]`: Extract custom `console` implementations from `jest-util` into a new separate package ([#8030](https://github.com/facebook/jest/pull/8030)) +- `[@jest/core]` Create new package, which is `jest-cli` minus `yargs` and `prompts` ([#7696](https://github.com/facebook/jest/pull/7696)) +- `[@jest/core]`: Migrate to TypeScript ([#7998](https://github.com/facebook/jest/pull/7998)) +- `[@jest/fake-timers]`: Extract FakeTimers class from `jest-util` into a new separate package ([#7987](https://github.com/facebook/jest/pull/7987)) +- `[@jest/reporter]`: New package extracted from `jest-cli` ([#7902](https://github.com/facebook/jest/pull/7902)) +- `[@jest/reporters]`: Migrate to TypeScript ([#7994](https://github.com/facebook/jest/pull/7994), [#8045](https://github.com/facebook/jest/pull/8045)) +- `[@jest/source-map]`: Extract `getCallsite` function from `jest-util` into a new separate package ([#8029](https://github.com/facebook/jest/pull/8029)) +- `[@jest/test-result]`: Extract TestResult types and helpers into a new separate package ([#8034](https://github.com/facebook/jest/pull/8034)) +- `[@jest/transform]`: Migrate to TypeScript ([#7918](https://github.com/facebook/jest/pull/7918), [#7945](https://github.com/facebook/jest/pull/7945)) +- `[@jest/transform]`: New package extracted from `jest-runtime` ([#7915](https://github.com/facebook/jest/pull/7915)) +- `[@jest/types]`: New package to handle shared types ([#7834](https://github.com/facebook/jest/pull/7834)) +- `[babel-jest]`: Migrate to TypeScript ([#7862](https://github.com/facebook/jest/pull/7862)) +- `[babel-plugin-jest-hoist]`: Migrate to TypeScript ([#7898](https://github.com/facebook/jest/pull/7898)) +- `[diff-sequences]`: Migrate to Typescript ([#7820](https://github.com/facebook/jest/pull/7820)) +- `[docs]` Add missing import to docs ([#7928](https://github.com/facebook/jest/pull/7928)) +- `[docs]` Update automock configuration, add note related to manual mocks ([#8051](https://github.com/facebook/jest/pull/8051)) +- `[docs]` Update/Organize TestSequencer and testSchedulerHelper code comments([#7984](https://github.com/facebook/jest/pull/7984)) +- `[docs]`: Fix image paths in SnapshotTesting.md for current and version 24 ([#7872](https://github.com/facebook/jest/pull/7872)) +- `[docs]`: Improve runAllTimers doc (it exhausts the micro-task queue) ([#8031](https://github.com/facebook/jest/pull/8031)) +- `[docs]`: Update CONTRIBUTING.md to add information about running jest with `jest-circus` locally ([#8013](https://github.com/facebook/jest/pull/8013)). +- `[expect]`: Migrate to TypeScript ([#7919](https://github.com/facebook/jest/pull/7919), [#8028](https://github.com/facebook/jest/pull/8028)) +- `[jest-changed-files]`: Migrate to TypeScript ([#7827](https://github.com/facebook/jest/pull/7827)) +- `[jest-circus]`: Migrate to TypeScript ([#7916](https://github.com/facebook/jest/pull/7916)) +- `[jest-cli]`: Migrate to TypeScript ([#8024](https://github.com/facebook/jest/pull/8024)) +- `[jest-diff]`: Migrate to TypeScript ([#7824](https://github.com/facebook/jest/pull/7824), [#8027](https://github.com/facebook/jest/pull/8027)) +- `[jest-docblock]`: Migrate to TypeScript ([#7836](https://github.com/facebook/jest/pull/7836)) - `[jest-each]`: Migrate to Typescript ([#8007](https://github.com/facebook/jest/pull/8007)) +- `[jest-each]`: Refactor into multiple files with better types ([#8018](https://github.com/facebook/jest/pull/8018)) - `[jest-environment-jsdom]`: Migrate to TypeScript ([#7985](https://github.com/facebook/jest/pull/8003)) - `[jest-environment-node]`: Migrate to TypeScript ([#7985](https://github.com/facebook/jest/pull/7985)) -- `[*]`: Setup building, linting and testing of TypeScript ([#7808](https://github.com/facebook/jest/pull/7808), [#7855](https://github.com/facebook/jest/pull/7855), [#7951](https://github.com/facebook/jest/pull/7951)) -- `[pretty-format]`: Migrate to TypeScript ([#7809](https://github.com/facebook/jest/pull/7809), [#7809](https://github.com/facebook/jest/pull/7972)) -- `[diff-sequences]`: Migrate to Typescript ([#7820](https://github.com/facebook/jest/pull/7820)) - `[jest-get-type]`: Migrate to TypeScript ([#7818](https://github.com/facebook/jest/pull/7818)) -- `[jest-regex-util]`: Migrate to TypeScript ([#7822](https://github.com/facebook/jest/pull/7822)) -- `[jest-diff]`: Migrate to TypeScript ([#7824](https://github.com/facebook/jest/pull/7824), [#8027](https://github.com/facebook/jest/pull/8027)) +- `[jest-haste-map]`: Migrate to TypeScript ([#7854](https://github.com/facebook/jest/pull/7854), [#7951](https://github.com/facebook/jest/pull/7951)) +- `[jest-jasmine2]`: TS migration ([#7970](https://github.com/facebook/jest/pull/7970)) - `[jest-leak-detector]`: Migrate to TypeScript ([#7825](https://github.com/facebook/jest/pull/7825)) -- `[jest-changed-files]`: Migrate to TypeScript ([#7827](https://github.com/facebook/jest/pull/7827)) - `[jest-matcher-utils]`: Migrate to TypeScript ([#7835](https://github.com/facebook/jest/pull/7835)) -- `[jest-docblock]`: Migrate to TypeScript ([#7836](https://github.com/facebook/jest/pull/7836)) -- `[jest-serializer]`: Migrate to TypeScript ([#7841](https://github.com/facebook/jest/pull/7841)) - `[jest-message-util]`: Migrate to TypeScript ([#7834](https://github.com/facebook/jest/pull/7834)) -- `[@jest/types]`: New package to handle shared types ([#7834](https://github.com/facebook/jest/pull/7834)) -- `[jest-util]`: Migrate to TypeScript ([#7844](https://github.com/facebook/jest/pull/7844), [#8021](https://github.com/facebook/jest/pull/8021)) -- `[jest-watcher]`: Migrate to TypeScript ([#7843](https://github.com/facebook/jest/pull/7843)) - `[jest-mock]`: Migrate to TypeScript ([#7847](https://github.com/facebook/jest/pull/7847), [#7850](https://github.com/facebook/jest/pull/7850), [#7971](https://github.com/facebook/jest/pull/7971)) -- `[jest-worker]`: Migrate to TypeScript ([#7853](https://github.com/facebook/jest/pull/7853)) -- `[jest-haste-map]`: Migrate to TypeScript ([#7854](https://github.com/facebook/jest/pull/7854), [#7951](https://github.com/facebook/jest/pull/7951)) -- `[docs]`: Fix image paths in SnapshotTesting.md for current and version 24 ([#7872](https://github.com/facebook/jest/pull/7872)) -- `[babel-jest]`: Migrate to TypeScript ([#7862](https://github.com/facebook/jest/pull/7862)) -- `[jest-resolve]`: Migrate to TypeScript ([#7871](https://github.com/facebook/jest/pull/7871)) -- `[@jest/reporter]`: New package extracted from `jest-cli` ([#7902](https://github.com/facebook/jest/pull/7902)) -- `[jest-snapshot]`: Migrate to TypeScript ([#7899](https://github.com/facebook/jest/pull/7899)) -- `[@jest/transform]`: New package extracted from `jest-runtime` ([#7915](https://github.com/facebook/jest/pull/7915)) -- `[babel-plugin-jest-hoist]`: Migrate to TypeScript ([#7898](https://github.com/facebook/jest/pull/7898)) -- `[@jest/core]` Create new package, which is `jest-cli` minus `yargs` and `prompts` ([#7696](https://github.com/facebook/jest/pull/7696)) -- `[@jest/transform]`: Migrate to TypeScript ([#7918](https://github.com/facebook/jest/pull/7918), [#7945](https://github.com/facebook/jest/pull/7945)) -- `[docs]` Add missing import to docs ([#7928](https://github.com/facebook/jest/pull/7928)) -- `[jest-resolve-dependencies]`: Migrate to TypeScript ([#7922](https://github.com/facebook/jest/pull/7922)) -- `[expect]`: Migrate to TypeScript ([#7919](https://github.com/facebook/jest/pull/7919), [#8028](https://github.com/facebook/jest/pull/8028)) -- `[jest-circus]`: Migrate to TypeScript ([#7916](https://github.com/facebook/jest/pull/7916)) - `[jest-phabricator]`: Migrate to TypeScript ([#7965](https://github.com/facebook/jest/pull/7965)) +- `[jest-regex-util]`: Migrate to TypeScript ([#7822](https://github.com/facebook/jest/pull/7822)) +- `[jest-repl]`: Migrate to TypeScript ([#8000](https://github.com/facebook/jest/pull/8000)) +- `[jest-resolve-dependencies]`: Migrate to TypeScript ([#7922](https://github.com/facebook/jest/pull/7922)) +- `[jest-resolve]`: Migrate to TypeScript ([#7871](https://github.com/facebook/jest/pull/7871)) - `[jest-runner]`: Migrate to TypeScript ([#7968](https://github.com/facebook/jest/pull/7968)) - `[jest-runtime]`: Migrate to TypeScript ([#7964](https://github.com/facebook/jest/pull/7964), [#7988](https://github.com/facebook/jest/pull/7988)) -- `[@jest/fake-timers]`: Extract FakeTimers class from `jest-util` into a new separate package ([#7987](https://github.com/facebook/jest/pull/7987)) -- `[@jest/reporters]`: Migrate to TypeScript ([#7994](https://github.com/facebook/jest/pull/7994), [#8045](https://github.com/facebook/jest/pull/8045)) -- `[jest-repl]`: Migrate to TypeScript ([#8000](https://github.com/facebook/jest/pull/8000)) +- `[jest-serializer]`: Migrate to TypeScript ([#7841](https://github.com/facebook/jest/pull/7841)) +- `[jest-snapshot]`: Migrate to TypeScript ([#7899](https://github.com/facebook/jest/pull/7899)) +- `[jest-util]`: Migrate to TypeScript ([#7844](https://github.com/facebook/jest/pull/7844), [#8021](https://github.com/facebook/jest/pull/8021)) - `[jest-validate]`: Migrate to TypeScript ([#7991](https://github.com/facebook/jest/pull/7991)) -- `[docs]`: Update CONTRIBUTING.md to add information about running jest with `jest-circus` locally ([#8013](https://github.com/facebook/jest/pull/8013)). -- `[@jest/core]`: Migrate to TypeScript ([#7998](https://github.com/facebook/jest/pull/7998)) -- `[docs]` Update/Organize TestSequencer and testSchedulerHelper code comments([#7984](https://github.com/facebook/jest/pull/7984)) -- `[@jest/source-map]`: Extract `getCallsite` function from `jest-util` into a new separate package ([#8029](https://github.com/facebook/jest/pull/8029)) -- `[@jest/console]`: Extract custom `console` implementations from `jest-util` into a new separate package ([#8030](https://github.com/facebook/jest/pull/8030)) -- `[docs]`: Improve runAllTimers doc (it exhausts the micro-task queue) ([#8031](https://github.com/facebook/jest/pull/8031)) -- `[jest-cli]`: Migrate to TypeScript ([#8024](https://github.com/facebook/jest/pull/8024)) +- `[jest-watcher]`: Migrate to TypeScript ([#7843](https://github.com/facebook/jest/pull/7843)) +- `[jest-worker]`: Migrate to TypeScript ([#7853](https://github.com/facebook/jest/pull/7853)) - `[jest]`: Migrate to TypeScript ([#8024](https://github.com/facebook/jest/pull/8024)) - `[docs]` Update automock configuration, add note related to manual mocks ([#8051](https://github.com/facebook/jest/pull/8051)) - `[@jest/test-result]`: Extract TestResult types and helpers into a new separate package ([#8034](https://github.com/facebook/jest/pull/8034)) - `[pretty-format]`: Use `react-is` instead of manual `$$typeof` checks ([#8060](https://github.com/facebook/jest/pull/8060)) +- `[pretty-format]`: Migrate to TypeScript ([#7809](https://github.com/facebook/jest/pull/7809), [#7809](https://github.com/facebook/jest/pull/7972)) ### Performance diff --git a/lerna.json b/lerna.json index d4544ae7bc37..fc2ec61b806a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.13.1", - "version": "24.1.0", + "version": "24.3.0", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/babel-jest/package.json b/packages/babel-jest/package.json index d8462f178f0e..f4c13447fa6d 100644 --- a/packages/babel-jest/package.json +++ b/packages/babel-jest/package.json @@ -1,7 +1,7 @@ { "name": "babel-jest", "description": "Jest plugin to use babel for transformation.", - "version": "24.1.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,11 +11,11 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/transform": "^24.1.0", - "@jest/types": "^24.1.0", + "@jest/transform": "^24.3.0", + "@jest/types": "^24.3.0", "@types/babel__core": "^7.1.0", "babel-plugin-istanbul": "^5.1.0", - "babel-preset-jest": "^24.1.0", + "babel-preset-jest": "^24.3.0", "chalk": "^2.4.2", "slash": "^2.0.0" }, @@ -32,5 +32,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/babel-plugin-jest-hoist/package.json b/packages/babel-plugin-jest-hoist/package.json index 9ef43f008504..54fd81f4e77d 100644 --- a/packages/babel-plugin-jest-hoist/package.json +++ b/packages/babel-plugin-jest-hoist/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-jest-hoist", - "version": "24.1.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -21,5 +21,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/babel-preset-jest/package.json b/packages/babel-preset-jest/package.json index d2664a9e9ce1..0d6d0b83edb4 100644 --- a/packages/babel-preset-jest/package.json +++ b/packages/babel-preset-jest/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-jest", - "version": "24.1.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,7 +10,7 @@ "main": "index.js", "dependencies": { "@babel/plugin-syntax-object-rest-spread": "^7.0.0", - "babel-plugin-jest-hoist": "^24.1.0" + "babel-plugin-jest-hoist": "^24.3.0" }, "peerDependencies": { "@babel/core": "^7.0.0" @@ -21,5 +21,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/diff-sequences/package.json b/packages/diff-sequences/package.json index 8dcc93945e7b..7971c5046bda 100644 --- a/packages/diff-sequences/package.json +++ b/packages/diff-sequences/package.json @@ -1,6 +1,6 @@ { "name": "diff-sequences", - "version": "24.0.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -30,5 +30,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/eslint-config-fb-strict/package.json b/packages/eslint-config-fb-strict/package.json index bc47e6bb7b66..10abc4947b44 100644 --- a/packages/eslint-config-fb-strict/package.json +++ b/packages/eslint-config-fb-strict/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-fb-strict", - "version": "24.0.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -26,5 +26,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/expect/package.json b/packages/expect/package.json index 6c19bdab19dc..c62b534c8274 100644 --- a/packages/expect/package.json +++ b/packages/expect/package.json @@ -1,6 +1,6 @@ { "name": "expect", - "version": "24.1.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,12 +11,12 @@ "types": "build/index.d.ts", "browser": "build-es5/index.js", "dependencies": { - "@jest/types": "^24.1.0", + "@jest/types": "^24.3.0", "ansi-styles": "^3.2.0", - "jest-get-type": "^24.0.0", - "jest-matcher-utils": "^24.0.0", - "jest-message-util": "^24.0.0", - "jest-regex-util": "^24.0.0" + "jest-get-type": "^24.3.0", + "jest-matcher-utils": "^24.3.0", + "jest-message-util": "^24.3.0", + "jest-regex-util": "^24.3.0" }, "devDependencies": { "@types/ansi-styles": "^3.2.1" @@ -27,5 +27,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-changed-files/package.json b/packages/jest-changed-files/package.json index 54ff000155b3..af8eb8dc7516 100644 --- a/packages/jest-changed-files/package.json +++ b/packages/jest-changed-files/package.json @@ -1,6 +1,6 @@ { "name": "jest-changed-files", - "version": "24.0.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,7 +10,7 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^24.1.0", + "@jest/types": "^24.3.0", "execa": "^1.0.0", "throat": "^4.0.0" }, @@ -23,5 +23,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-changed-files/src/hg.ts b/packages/jest-changed-files/src/hg.ts index 89d4aea508b2..b7644f3c0460 100644 --- a/packages/jest-changed-files/src/hg.ts +++ b/packages/jest-changed-files/src/hg.ts @@ -21,7 +21,7 @@ const adapter: SCMAdapter = { const args = ['status', '-amnu']; if (options && options.withAncestor) { - args.push('--rev', `min(!public() & ::.)^`); + args.push('--rev', `min((!public() & ::.)+.)^`); } else if (options && options.changedSince) { args.push('--rev', `ancestor(., ${options.changedSince})`); } else if (options && options.lastCommit === true) { diff --git a/packages/jest-circus/package.json b/packages/jest-circus/package.json index d8c73ce97a16..901ab78ac79e 100644 --- a/packages/jest-circus/package.json +++ b/packages/jest-circus/package.json @@ -1,6 +1,6 @@ { "name": "jest-circus", - "version": "24.1.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,30 +11,30 @@ "types": "build/index.d.ts", "dependencies": { "@babel/traverse": "^7.1.0", - "@jest/environment": "^24.1.0", - "@jest/test-result": "^24.1.0", - "@jest/types": "^24.1.0", + "@jest/environment": "^24.3.0", + "@jest/test-result": "^24.3.0", + "@jest/types": "^24.3.0", "@types/node": "*", "chalk": "^2.0.1", "co": "^4.6.0", - "expect": "^24.1.0", + "expect": "^24.3.0", "is-generator-fn": "^2.0.0", - "jest-each": "^24.0.0", - "jest-matcher-utils": "^24.0.0", - "jest-message-util": "^24.0.0", - "jest-snapshot": "^24.1.0", - "jest-util": "^24.0.0", - "pretty-format": "^24.0.0", + "jest-each": "^24.3.0", + "jest-matcher-utils": "^24.3.0", + "jest-message-util": "^24.3.0", + "jest-snapshot": "^24.3.0", + "jest-util": "^24.3.0", + "pretty-format": "^24.3.0", "stack-utils": "^1.0.1", "throat": "^4.0.0" }, "devDependencies": { - "@jest/test-utils": "0.0.0", + "@jest/test-utils": "^24.3.0", "@types/babel__traverse": "^7.0.4", "@types/co": "^4.6.0", "@types/stack-utils": "^1.0.1", "execa": "^1.0.0", - "jest-runtime": "^24.1.0" + "jest-runtime": "^24.3.0" }, "engines": { "node": ">= 6" @@ -42,5 +42,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-cli/package.json b/packages/jest-cli/package.json index 8ab939ed6690..47d9b8a46a82 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -1,20 +1,20 @@ { "name": "jest-cli", "description": "Delightful JavaScript Testing.", - "version": "24.1.0", + "version": "24.3.0", "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/core": "^24.1.0", - "@jest/test-result": "^24.1.0", - "@jest/types": "^24.1.0", + "@jest/core": "^24.3.0", + "@jest/test-result": "^24.3.0", + "@jest/types": "^24.3.0", "chalk": "^2.0.1", "exit": "^0.1.2", "import-local": "^2.0.0", "is-ci": "^2.0.0", - "jest-config": "^24.1.0", - "jest-util": "^24.0.0", - "jest-validate": "^24.0.0", + "jest-config": "^24.3.0", + "jest-util": "^24.3.0", + "jest-validate": "^24.3.0", "prompts": "^2.0.1", "realpath-native": "^1.1.0", "yargs": "^12.0.2" @@ -70,5 +70,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index d9a8202320a7..77e3384f524f 100644 --- a/packages/jest-config/package.json +++ b/packages/jest-config/package.json @@ -1,6 +1,6 @@ { "name": "jest-config", - "version": "24.1.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,20 +11,20 @@ "types": "build/index.d.ts", "dependencies": { "@babel/core": "^7.1.0", - "@jest/types": "^24.1.0", - "babel-jest": "^24.1.0", + "@jest/types": "^24.3.0", + "babel-jest": "^24.3.0", "chalk": "^2.0.1", "glob": "^7.1.1", - "jest-environment-jsdom": "^24.0.0", - "jest-environment-node": "^24.0.0", - "jest-get-type": "^24.0.0", - "jest-jasmine2": "^24.1.0", - "jest-regex-util": "^24.0.0", - "jest-resolve": "^24.1.0", - "jest-util": "^24.0.0", - "jest-validate": "^24.0.0", + "jest-environment-jsdom": "^24.3.0", + "jest-environment-node": "^24.3.0", + "jest-get-type": "^24.3.0", + "jest-jasmine2": "^24.3.0", + "jest-regex-util": "^24.3.0", + "jest-resolve": "^24.3.0", + "jest-util": "^24.3.0", + "jest-validate": "^24.3.0", "micromatch": "^3.1.10", - "pretty-format": "^24.0.0", + "pretty-format": "^24.3.0", "realpath-native": "^1.1.0" }, "devDependencies": { @@ -38,5 +38,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-console/package.json b/packages/jest-console/package.json index 8e15e93b5d99..ab9a642c1134 100644 --- a/packages/jest-console/package.json +++ b/packages/jest-console/package.json @@ -1,6 +1,6 @@ { "name": "@jest/console", - "version": "24.1.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,7 +10,7 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/source-map": "^24.1.0", + "@jest/source-map": "^24.3.0", "@types/node": "*", "chalk": "^2.0.1", "slash": "^2.0.0" @@ -24,5 +24,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-core/package.json b/packages/jest-core/package.json index 0f91488fe6ee..b8aad87ad328 100644 --- a/packages/jest-core/package.json +++ b/packages/jest-core/package.json @@ -1,31 +1,31 @@ { "name": "@jest/core", "description": "Delightful JavaScript Testing.", - "version": "24.1.0", + "version": "24.3.0", "main": "build/jest.js", "types": "build/jest.d.ts", "dependencies": { - "@jest/console": "^24.1.0", - "@jest/types": "^24.1.0", - "@jest/reporters": "^24.1.0", - "@jest/test-result": "^24.1.0", - "@jest/transform": "^24.1.0", + "@jest/console": "^24.3.0", + "@jest/reporters": "^24.3.0", + "@jest/test-result": "^24.3.0", + "@jest/transform": "^24.3.0", + "@jest/types": "^24.3.0", "ansi-escapes": "^3.0.0", "chalk": "^2.0.1", "exit": "^0.1.2", "graceful-fs": "^4.1.15", - "jest-changed-files": "^24.0.0", - "jest-config": "^24.1.0", - "jest-haste-map": "^24.0.0", - "jest-message-util": "^24.0.0", - "jest-regex-util": "^24.0.0", - "jest-resolve-dependencies": "^24.1.0", - "jest-runner": "^24.1.0", - "jest-runtime": "^24.1.0", - "jest-snapshot": "^24.1.0", - "jest-util": "^24.0.0", - "jest-validate": "^24.0.0", - "jest-watcher": "^24.0.0", + "jest-changed-files": "^24.3.0", + "jest-config": "^24.3.0", + "jest-haste-map": "^24.3.0", + "jest-message-util": "^24.3.0", + "jest-regex-util": "^24.3.0", + "jest-resolve-dependencies": "^24.3.0", + "jest-runner": "^24.3.0", + "jest-runtime": "^24.3.0", + "jest-snapshot": "^24.3.0", + "jest-util": "^24.3.0", + "jest-validate": "^24.3.0", + "jest-watcher": "^24.3.0", "micromatch": "^3.1.10", "p-each-series": "^1.0.0", "pirates": "^4.0.1", @@ -83,5 +83,6 @@ ], "publishConfig": { "access": "public" - } + }, + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-diff/package.json b/packages/jest-diff/package.json index ad32bd572972..4e388f21b10b 100644 --- a/packages/jest-diff/package.json +++ b/packages/jest-diff/package.json @@ -1,6 +1,6 @@ { "name": "jest-diff", - "version": "24.0.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,9 +11,9 @@ "types": "build/index.d.ts", "dependencies": { "chalk": "^2.0.1", - "diff-sequences": "^24.0.0", - "jest-get-type": "^24.0.0", - "pretty-format": "^24.0.0" + "diff-sequences": "^24.3.0", + "jest-get-type": "^24.3.0", + "pretty-format": "^24.3.0" }, "devDependencies": { "@types/strip-ansi": "^3.0.0", @@ -25,5 +25,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-docblock/package.json b/packages/jest-docblock/package.json index f44fd3cae6f3..2490784a9d6a 100644 --- a/packages/jest-docblock/package.json +++ b/packages/jest-docblock/package.json @@ -1,6 +1,6 @@ { "name": "jest-docblock", - "version": "24.0.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -20,5 +20,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-each/package.json b/packages/jest-each/package.json index cc203f588038..b60bccb7e8e1 100644 --- a/packages/jest-each/package.json +++ b/packages/jest-each/package.json @@ -1,6 +1,6 @@ { "name": "jest-each", - "version": "24.0.0", + "version": "24.3.0", "description": "Parameterised tests for Jest", "main": "build/index.js", "types": "build/index.d.ts", @@ -18,11 +18,11 @@ "author": "Matt Phillips (mattphillips)", "license": "MIT", "dependencies": { - "@jest/types": "^24.1.0", + "@jest/types": "^24.3.0", "chalk": "^2.0.1", - "jest-get-type": "^24.0.0", - "jest-util": "^24.0.0", - "pretty-format": "^24.0.0" + "jest-get-type": "^24.3.0", + "jest-util": "^24.3.0", + "pretty-format": "^24.3.0" }, "engines": { "node": ">= 6" @@ -30,5 +30,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-environment-jsdom/package.json b/packages/jest-environment-jsdom/package.json index 163ae56534a8..09b1ed4cd161 100644 --- a/packages/jest-environment-jsdom/package.json +++ b/packages/jest-environment-jsdom/package.json @@ -1,6 +1,6 @@ { "name": "jest-environment-jsdom", - "version": "24.0.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,11 +10,11 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/environment": "^24.1.0", - "@jest/fake-timers": "^24.1.0", - "@jest/types": "^24.1.0", - "jest-mock": "^24.0.0", - "jest-util": "^24.0.0", + "@jest/environment": "^24.3.0", + "@jest/fake-timers": "^24.3.0", + "@jest/types": "^24.3.0", + "jest-mock": "^24.3.0", + "jest-util": "^24.3.0", "jsdom": "^11.5.1" }, "devDependencies": { @@ -26,5 +26,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-environment-node/package.json b/packages/jest-environment-node/package.json index dffcc33b8c96..71063908510d 100644 --- a/packages/jest-environment-node/package.json +++ b/packages/jest-environment-node/package.json @@ -1,6 +1,6 @@ { "name": "jest-environment-node", - "version": "24.0.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,11 +10,11 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/environment": "^24.1.0", - "@jest/fake-timers": "^24.1.0", - "@jest/types": "^24.1.0", - "jest-mock": "^24.0.0", - "jest-util": "^24.0.0" + "@jest/environment": "^24.3.0", + "@jest/fake-timers": "^24.3.0", + "@jest/types": "^24.3.0", + "jest-mock": "^24.3.0", + "jest-util": "^24.3.0" }, "engines": { "node": ">= 6" @@ -22,5 +22,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-environment/package.json b/packages/jest-environment/package.json index 1db5922384d3..382aeadea440 100644 --- a/packages/jest-environment/package.json +++ b/packages/jest-environment/package.json @@ -1,6 +1,6 @@ { "name": "@jest/environment", - "version": "24.1.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,11 +10,11 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/fake-timers": "^24.1.0", - "@jest/transform": "^24.1.0", - "@jest/types": "^24.1.0", + "@jest/fake-timers": "^24.3.0", + "@jest/transform": "^24.3.0", + "@jest/types": "^24.3.0", "@types/node": "*", - "jest-mock": "^24.0.0" + "jest-mock": "^24.3.0" }, "engines": { "node": ">= 6" @@ -22,5 +22,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-fake-timers/package.json b/packages/jest-fake-timers/package.json index f182e07e06dc..6ee1b5b69d1b 100644 --- a/packages/jest-fake-timers/package.json +++ b/packages/jest-fake-timers/package.json @@ -1,6 +1,6 @@ { "name": "@jest/fake-timers", - "version": "24.1.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,10 +10,10 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^24.1.0", + "@jest/types": "^24.3.0", "@types/node": "*", - "jest-message-util": "^24.0.0", - "jest-mock": "^24.0.0" + "jest-message-util": "^24.3.0", + "jest-mock": "^24.3.0" }, "engines": { "node": ">= 6" @@ -21,5 +21,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-get-type/package.json b/packages/jest-get-type/package.json index ee55919692c9..ba50ba04162f 100644 --- a/packages/jest-get-type/package.json +++ b/packages/jest-get-type/package.json @@ -1,7 +1,7 @@ { "name": "jest-get-type", "description": "A utility function to get the type of a value", - "version": "24.0.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -16,5 +16,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-haste-map/package.json b/packages/jest-haste-map/package.json index 6371d1c95c3d..0ab3fe866d51 100644 --- a/packages/jest-haste-map/package.json +++ b/packages/jest-haste-map/package.json @@ -1,6 +1,6 @@ { "name": "jest-haste-map", - "version": "24.0.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,13 +10,13 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^24.1.0", + "@jest/types": "^24.3.0", "fb-watchman": "^2.0.0", "graceful-fs": "^4.1.15", "invariant": "^2.2.4", - "jest-serializer": "^24.0.0", - "jest-util": "^24.0.0", - "jest-worker": "^24.0.0", + "jest-serializer": "^24.3.0", + "jest-util": "^24.3.0", + "jest-worker": "^24.3.0", "micromatch": "^3.1.10", "sane": "^4.0.3" }, @@ -34,5 +34,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-jasmine2/package.json b/packages/jest-jasmine2/package.json index 712286169d61..1d23745f4b91 100644 --- a/packages/jest-jasmine2/package.json +++ b/packages/jest-jasmine2/package.json @@ -1,6 +1,6 @@ { "name": "jest-jasmine2", - "version": "24.1.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,20 +11,20 @@ "types": "build/index.d.ts", "dependencies": { "@babel/traverse": "^7.1.0", - "@jest/environment": "^24.1.0", - "@jest/test-result": "^24.1.0", - "@jest/types": "^24.1.0", + "@jest/environment": "^24.3.0", + "@jest/test-result": "^24.3.0", + "@jest/types": "^24.3.0", "chalk": "^2.0.1", "co": "^4.6.0", - "expect": "^24.1.0", + "expect": "^24.3.0", "is-generator-fn": "^2.0.0", - "jest-each": "^24.0.0", - "jest-matcher-utils": "^24.0.0", - "jest-message-util": "^24.0.0", - "jest-runtime": "^24.1.0", - "jest-snapshot": "^24.1.0", - "jest-util": "^24.0.0", - "pretty-format": "^24.0.0", + "jest-each": "^24.3.0", + "jest-matcher-utils": "^24.3.0", + "jest-message-util": "^24.3.0", + "jest-runtime": "^24.3.0", + "jest-snapshot": "^24.3.0", + "jest-util": "^24.3.0", + "pretty-format": "^24.3.0", "throat": "^4.0.0" }, "devDependencies": { @@ -36,5 +36,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-leak-detector/package.json b/packages/jest-leak-detector/package.json index 5287a5d80681..93dabdd915ca 100644 --- a/packages/jest-leak-detector/package.json +++ b/packages/jest-leak-detector/package.json @@ -1,6 +1,6 @@ { "name": "jest-leak-detector", - "version": "24.0.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,7 +10,7 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "pretty-format": "^24.0.0" + "pretty-format": "^24.3.0" }, "devDependencies": { "@types/weak": "^1.0.0", @@ -22,5 +22,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-matcher-utils/package.json b/packages/jest-matcher-utils/package.json index ff743836bc8d..853056f0b044 100644 --- a/packages/jest-matcher-utils/package.json +++ b/packages/jest-matcher-utils/package.json @@ -1,7 +1,7 @@ { "name": "jest-matcher-utils", "description": "A set of utility functions for expect and related packages", - "version": "24.0.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -14,12 +14,12 @@ "main": "build/index.js", "dependencies": { "chalk": "^2.0.1", - "jest-diff": "^24.0.0", - "jest-get-type": "^24.0.0", - "pretty-format": "^24.0.0" + "jest-diff": "^24.3.0", + "jest-get-type": "^24.3.0", + "pretty-format": "^24.3.0" }, "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-message-util/package.json b/packages/jest-message-util/package.json index dac3baf2c077..464eeb42533b 100644 --- a/packages/jest-message-util/package.json +++ b/packages/jest-message-util/package.json @@ -1,6 +1,6 @@ { "name": "jest-message-util", - "version": "24.0.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -14,8 +14,8 @@ "types": "build/index.d.ts", "dependencies": { "@babel/code-frame": "^7.0.0", - "@jest/test-result": "^24.1.0", - "@jest/types": "^24.1.0", + "@jest/test-result": "^24.3.0", + "@jest/types": "^24.3.0", "@types/stack-utils": "^1.0.1", "chalk": "^2.0.1", "micromatch": "^3.1.10", @@ -30,5 +30,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-mock/package.json b/packages/jest-mock/package.json index 0047293f4021..ef53c2bdaffa 100644 --- a/packages/jest-mock/package.json +++ b/packages/jest-mock/package.json @@ -1,6 +1,6 @@ { "name": "jest-mock", - "version": "24.0.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,7 +10,7 @@ "node": ">= 6" }, "dependencies": { - "@jest/types": "^24.1.0" + "@jest/types": "^24.3.0" }, "license": "MIT", "main": "build/index.js", @@ -19,5 +19,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-phabricator/package.json b/packages/jest-phabricator/package.json index 271bc43b4638..dc30be4e76e2 100644 --- a/packages/jest-phabricator/package.json +++ b/packages/jest-phabricator/package.json @@ -1,6 +1,6 @@ { "name": "jest-phabricator", - "version": "24.0.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -8,7 +8,7 @@ }, "types": "build/index.d.ts", "dependencies": { - "@jest/test-result": "^24.1.0" + "@jest/test-result": "^24.3.0" }, "engines": { "node": ">= 6" @@ -18,5 +18,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-regex-util/package.json b/packages/jest-regex-util/package.json index 3439c4de6f5a..3443f411c986 100644 --- a/packages/jest-regex-util/package.json +++ b/packages/jest-regex-util/package.json @@ -1,6 +1,6 @@ { "name": "jest-regex-util", - "version": "24.0.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -15,5 +15,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-repl/package.json b/packages/jest-repl/package.json index d04b9beb0b1b..74d659d92938 100644 --- a/packages/jest-repl/package.json +++ b/packages/jest-repl/package.json @@ -1,6 +1,6 @@ { "name": "jest-repl", - "version": "24.1.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,11 +10,11 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/transform": "^24.1.0", - "@jest/types": "^24.1.0", - "jest-config": "^24.1.0", - "jest-runtime": "^24.1.0", - "jest-validate": "^24.0.0", + "@jest/transform": "^24.3.0", + "@jest/types": "^24.3.0", + "jest-config": "^24.3.0", + "jest-runtime": "^24.3.0", + "jest-validate": "^24.3.0", "repl": "^0.1.3", "yargs": "^12.0.2" }, @@ -30,5 +30,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-reporters/package.json b/packages/jest-reporters/package.json index bd10b1e73e39..c9476d03a4b2 100644 --- a/packages/jest-reporters/package.json +++ b/packages/jest-reporters/package.json @@ -1,14 +1,14 @@ { "name": "@jest/reporters", "description": "Jest's reporters", - "version": "24.1.0", + "version": "24.3.0", "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/environment": "^24.1.0", - "@jest/test-result": "^24.1.0", - "@jest/transform": "^24.1.0", - "@jest/types": "^24.1.0", + "@jest/environment": "^24.3.0", + "@jest/test-result": "^24.3.0", + "@jest/transform": "^24.3.0", + "@jest/types": "^24.3.0", "chalk": "^2.0.1", "exit": "^0.1.2", "glob": "^7.1.2", @@ -16,11 +16,11 @@ "istanbul-lib-coverage": "^2.0.2", "istanbul-lib-instrument": "^3.0.1", "istanbul-lib-source-maps": "^3.0.1", - "jest-haste-map": "^24.0.0", - "jest-resolve": "^24.1.0", - "jest-runtime": "^24.1.0", - "jest-util": "^24.0.0", - "jest-worker": "^24.0.0", + "jest-haste-map": "^24.3.0", + "jest-resolve": "^24.3.0", + "jest-runtime": "^24.3.0", + "jest-util": "^24.3.0", + "jest-worker": "^24.3.0", "node-notifier": "^5.2.1", "slash": "^2.0.0", "source-map": "^0.6.0", @@ -51,5 +51,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-resolve-dependencies/package.json b/packages/jest-resolve-dependencies/package.json index b5a85af3d1d9..521f88017c45 100644 --- a/packages/jest-resolve-dependencies/package.json +++ b/packages/jest-resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "jest-resolve-dependencies", - "version": "24.1.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,14 +10,14 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^24.1.0", - "jest-regex-util": "^24.0.0", - "jest-snapshot": "^24.1.0" + "@jest/types": "^24.3.0", + "jest-regex-util": "^24.3.0", + "jest-snapshot": "^24.3.0" }, "devDependencies": { - "jest-haste-map": "^24.0.0", - "jest-resolve": "^24.1.0", - "jest-runtime": "^24.1.0" + "jest-haste-map": "^24.3.0", + "jest-resolve": "^24.3.0", + "jest-runtime": "^24.3.0" }, "peerDependencies": { "jest-haste-map": "^24.0.0", @@ -29,5 +29,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-resolve/package.json b/packages/jest-resolve/package.json index c738e9a1180b..4611588bfdbf 100644 --- a/packages/jest-resolve/package.json +++ b/packages/jest-resolve/package.json @@ -1,6 +1,6 @@ { "name": "jest-resolve", - "version": "24.1.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,14 +10,14 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^24.1.0", + "@jest/types": "^24.3.0", "browser-resolve": "^1.11.3", "chalk": "^2.0.1", "realpath-native": "^1.1.0" }, "devDependencies": { "@types/browser-resolve": "^0.0.5", - "jest-haste-map": "^24.0.0" + "jest-haste-map": "^24.3.0" }, "peerDependencies": { "jest-haste-map": "^24.0.0" @@ -28,5 +28,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-runner/package.json b/packages/jest-runner/package.json index a122542547eb..abb53d25e015 100644 --- a/packages/jest-runner/package.json +++ b/packages/jest-runner/package.json @@ -1,6 +1,6 @@ { "name": "jest-runner", - "version": "24.1.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,23 +10,23 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/console": "^24.1.0", - "@jest/environment": "^24.1.0", - "@jest/test-result": "^24.1.0", - "@jest/types": "^24.1.0", + "@jest/console": "^24.3.0", + "@jest/environment": "^24.3.0", + "@jest/test-result": "^24.3.0", + "@jest/types": "^24.3.0", "chalk": "^2.4.2", "exit": "^0.1.2", "graceful-fs": "^4.1.15", - "jest-config": "^24.1.0", - "jest-docblock": "^24.0.0", - "jest-haste-map": "^24.0.0", - "jest-jasmine2": "^24.1.0", - "jest-leak-detector": "^24.0.0", - "jest-message-util": "^24.0.0", - "jest-resolve": "^24.1.0", - "jest-runtime": "^24.1.0", - "jest-util": "^24.0.0", - "jest-worker": "^24.0.0", + "jest-config": "^24.3.0", + "jest-docblock": "^24.3.0", + "jest-haste-map": "^24.3.0", + "jest-jasmine2": "^24.3.0", + "jest-leak-detector": "^24.3.0", + "jest-message-util": "^24.3.0", + "jest-resolve": "^24.3.0", + "jest-runtime": "^24.3.0", + "jest-util": "^24.3.0", + "jest-worker": "^24.3.0", "source-map-support": "^0.5.6", "throat": "^4.0.0" }, @@ -41,5 +41,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-runtime/package.json b/packages/jest-runtime/package.json index e2e343ee935d..e7d192a88c6e 100644 --- a/packages/jest-runtime/package.json +++ b/packages/jest-runtime/package.json @@ -1,6 +1,6 @@ { "name": "jest-runtime", - "version": "24.1.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,25 +10,25 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/console": "^24.1.0", - "@jest/environment": "^24.1.0", - "@jest/source-map": "^24.1.0", - "@jest/transform": "^24.1.0", - "@jest/types": "^24.1.0", + "@jest/console": "^24.3.0", + "@jest/environment": "^24.3.0", + "@jest/source-map": "^24.3.0", + "@jest/transform": "^24.3.0", + "@jest/types": "^24.3.0", "@types/yargs": "^12.0.2", "chalk": "^2.0.1", "exit": "^0.1.2", "glob": "^7.1.3", "graceful-fs": "^4.1.15", - "jest-config": "^24.1.0", - "jest-haste-map": "^24.0.0", - "jest-message-util": "^24.0.0", - "jest-mock": "^24.0.0", - "jest-regex-util": "^24.0.0", - "jest-resolve": "^24.1.0", - "jest-snapshot": "^24.1.0", - "jest-util": "^24.0.0", - "jest-validate": "^24.0.0", + "jest-config": "^24.3.0", + "jest-haste-map": "^24.3.0", + "jest-message-util": "^24.3.0", + "jest-mock": "^24.3.0", + "jest-regex-util": "^24.3.0", + "jest-resolve": "^24.3.0", + "jest-snapshot": "^24.3.0", + "jest-util": "^24.3.0", + "jest-validate": "^24.3.0", "realpath-native": "^1.1.0", "slash": "^2.0.0", "strip-bom": "^3.0.0", @@ -40,7 +40,7 @@ "@types/graceful-fs": "^4.1.2", "@types/slash": "^2.0.0", "@types/strip-bom": "^3.0.0", - "jest-environment-node": "^24.0.0" + "jest-environment-node": "^24.3.0" }, "bin": { "jest-runtime": "./bin/jest-runtime.js" @@ -51,5 +51,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-serializer/package.json b/packages/jest-serializer/package.json index 14ceacbb49ec..62475ed8ceb9 100644 --- a/packages/jest-serializer/package.json +++ b/packages/jest-serializer/package.json @@ -1,6 +1,6 @@ { "name": "jest-serializer", - "version": "24.0.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -15,5 +15,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-snapshot/package.json b/packages/jest-snapshot/package.json index 70d5267bb0bf..3d606072ce0b 100644 --- a/packages/jest-snapshot/package.json +++ b/packages/jest-snapshot/package.json @@ -1,6 +1,6 @@ { "name": "jest-snapshot", - "version": "24.1.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,16 +11,16 @@ "types": "build/index.d.ts", "dependencies": { "@babel/types": "^7.0.0", - "@jest/types": "^24.1.0", + "@jest/types": "^24.3.0", "chalk": "^2.0.1", - "expect": "^24.1.0", - "jest-diff": "^24.0.0", - "jest-matcher-utils": "^24.0.0", - "jest-message-util": "^24.0.0", - "jest-resolve": "^24.1.0", + "expect": "^24.3.0", + "jest-diff": "^24.3.0", + "jest-matcher-utils": "^24.3.0", + "jest-message-util": "^24.3.0", + "jest-resolve": "^24.3.0", "mkdirp": "^0.5.1", "natural-compare": "^1.4.0", - "pretty-format": "^24.0.0", + "pretty-format": "^24.3.0", "semver": "^5.5.0" }, "peerDependencies": { @@ -31,7 +31,7 @@ "@types/natural-compare": "^1.4.0", "@types/prettier": "^1.16.1", "@types/semver": "^5.5.0", - "jest-haste-map": "^24.0.0", + "jest-haste-map": "^24.3.0", "prettier": "^1.13.4" }, "engines": { @@ -40,5 +40,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-source-map/package.json b/packages/jest-source-map/package.json index d1dda7428cf3..9c9b66dfa6e1 100644 --- a/packages/jest-source-map/package.json +++ b/packages/jest-source-map/package.json @@ -1,6 +1,6 @@ { "name": "@jest/source-map", - "version": "24.1.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -23,5 +23,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-test-result/package.json b/packages/jest-test-result/package.json index 06a4a7dacc00..cb1d8d21a63a 100644 --- a/packages/jest-test-result/package.json +++ b/packages/jest-test-result/package.json @@ -1,6 +1,6 @@ { "name": "@jest/test-result", - "version": "24.1.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,8 +10,8 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/console": "^24.1.0", - "@jest/types": "^24.1.0", + "@jest/console": "^24.3.0", + "@jest/types": "^24.3.0", "@types/istanbul-lib-coverage": "^1.1.0" }, "engines": { @@ -20,5 +20,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-transform/package.json b/packages/jest-transform/package.json index c1fe6c58dedd..f0a99c68b6b1 100644 --- a/packages/jest-transform/package.json +++ b/packages/jest-transform/package.json @@ -1,6 +1,6 @@ { "name": "@jest/transform", - "version": "24.1.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,15 +10,15 @@ "main": "build/index.js", "dependencies": { "@babel/core": "^7.1.0", - "@jest/types": "^24.1.0", + "@jest/types": "^24.3.0", "babel-plugin-istanbul": "^5.1.0", "chalk": "^2.0.1", "convert-source-map": "^1.4.0", "fast-json-stable-stringify": "^2.0.0", "graceful-fs": "^4.1.15", - "jest-haste-map": "^24.0.0", - "jest-regex-util": "^24.0.0", - "jest-util": "^24.0.0", + "jest-haste-map": "^24.3.0", + "jest-regex-util": "^24.3.0", + "jest-util": "^24.3.0", "micromatch": "^3.1.10", "realpath-native": "^1.1.0", "slash": "^2.0.0", @@ -39,5 +39,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-types/package.json b/packages/jest-types/package.json index 571fe454eecf..1d969ff0ee5b 100644 --- a/packages/jest-types/package.json +++ b/packages/jest-types/package.json @@ -1,6 +1,6 @@ { "name": "@jest/types", - "version": "24.1.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -18,5 +18,6 @@ }, "publishConfig": { "access": "public" - } + }, + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-util/package.json b/packages/jest-util/package.json index ed9e19a5f5aa..7af8e0b46cf3 100644 --- a/packages/jest-util/package.json +++ b/packages/jest-util/package.json @@ -1,6 +1,6 @@ { "name": "jest-util", - "version": "24.0.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,11 +10,11 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/console": "^24.1.0", - "@jest/fake-timers": "^24.1.0", - "@jest/source-map": "^24.1.0", - "@jest/test-result": "^24.1.0", - "@jest/types": "^24.1.0", + "@jest/console": "^24.3.0", + "@jest/fake-timers": "^24.3.0", + "@jest/source-map": "^24.3.0", + "@jest/test-result": "^24.3.0", + "@jest/types": "^24.3.0", "@types/node": "*", "callsites": "^3.0.0", "chalk": "^2.0.1", @@ -36,5 +36,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-validate/package.json b/packages/jest-validate/package.json index 3545192768d3..5ac01640ceb9 100644 --- a/packages/jest-validate/package.json +++ b/packages/jest-validate/package.json @@ -1,6 +1,6 @@ { "name": "jest-validate", - "version": "24.0.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,12 +10,12 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^24.1.0", + "@jest/types": "^24.3.0", "camelcase": "^5.0.0", "chalk": "^2.0.1", - "jest-get-type": "^24.0.0", + "jest-get-type": "^24.3.0", "leven": "^2.1.0", - "pretty-format": "^24.0.0" + "pretty-format": "^24.3.0" }, "devDependencies": { "@types/camelcase": "^4.1.0", @@ -27,5 +27,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-watcher/package.json b/packages/jest-watcher/package.json index d1204b1695e6..621ec86dc5f3 100644 --- a/packages/jest-watcher/package.json +++ b/packages/jest-watcher/package.json @@ -1,16 +1,16 @@ { "name": "jest-watcher", "description": "Delightful JavaScript Testing.", - "version": "24.0.0", + "version": "24.3.0", "main": "build/index.js", "dependencies": { - "@jest/test-result": "^24.1.0", - "@jest/types": "^24.1.0", + "@jest/test-result": "^24.3.0", + "@jest/types": "^24.3.0", "@types/node": "*", "@types/yargs": "^12.0.9", "ansi-escapes": "^3.0.0", "chalk": "^2.0.1", - "jest-util": "^24.0.0", + "jest-util": "^24.3.0", "string-length": "^2.0.0" }, "devDependencies": { @@ -33,5 +33,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest-worker/package.json b/packages/jest-worker/package.json index 57e80ae54c14..5bb1147909f0 100644 --- a/packages/jest-worker/package.json +++ b/packages/jest-worker/package.json @@ -1,6 +1,6 @@ { "name": "jest-worker", - "version": "24.0.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -25,5 +25,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/jest/package.json b/packages/jest/package.json index 2816cfff8090..a149cd6d8bad 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,12 +1,12 @@ { "name": "jest", "description": "Delightful JavaScript Testing.", - "version": "24.1.0", + "version": "24.3.0", "main": "build/jest.js", "types": "build/jest.d.ts", "dependencies": { "import-local": "^2.0.0", - "jest-cli": "^24.1.0" + "jest-cli": "^24.3.0" }, "bin": { "jest": "./bin/jest.js" @@ -49,5 +49,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/pretty-format/package.json b/packages/pretty-format/package.json index 4357f6fef6c5..2a1a94b54498 100644 --- a/packages/pretty-format/package.json +++ b/packages/pretty-format/package.json @@ -1,6 +1,6 @@ { "name": "pretty-format", - "version": "24.0.0", + "version": "24.3.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -13,7 +13,7 @@ "browser": "build-es5/index.js", "author": "James Kyle ", "dependencies": { - "@jest/types": "^24.1.0", + "@jest/types": "^24.3.0", "ansi-regex": "^4.0.0", "ansi-styles": "^3.2.0", "react-is": "^16.8.4" @@ -35,5 +35,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60" + "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87" } diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 709c2004a42a..f2573bb024d1 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@jest/test-utils", - "version": "0.0.0", + "version": "24.3.0", "private": true, "license": "MIT", "main": "build/index.js",