Skip to content

Commit

Permalink
v27.0.0-next.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed May 20, 2021
1 parent cbcec7d commit 6f44529
Show file tree
Hide file tree
Showing 45 changed files with 256 additions and 254 deletions.
6 changes: 4 additions & 2 deletions lerna.json
@@ -1,5 +1,7 @@
{
"version": "27.0.0-next.9",
"version": "27.0.0-next.10",
"npmClient": "yarn",
"packages": ["packages/*"]
"packages": [
"packages/*"
]
}
10 changes: 5 additions & 5 deletions packages/babel-jest/package.json
@@ -1,7 +1,7 @@
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "27.0.0-next.9",
"version": "27.0.0-next.10",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -15,18 +15,18 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/transform": "^27.0.0-next.9",
"@jest/types": "^27.0.0-next.8",
"@jest/transform": "^27.0.0-next.10",
"@jest/types": "^27.0.0-next.10",
"@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.0.0",
"babel-preset-jest": "^27.0.0-next.3",
"babel-preset-jest": "^27.0.0-next.10",
"chalk": "^4.0.0",
"graceful-fs": "^4.2.4",
"slash": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@jest/test-utils": "^27.0.0-next.9",
"@jest/test-utils": "^27.0.0-next.10",
"@types/graceful-fs": "^4.1.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-jest-hoist/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-jest-hoist",
"version": "27.0.0-next.3",
"version": "27.0.0-next.10",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-jest/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-jest",
"version": "27.0.0-next.3",
"version": "27.0.0-next.10",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -13,7 +13,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"babel-plugin-jest-hoist": "^27.0.0-next.3",
"babel-plugin-jest-hoist": "^27.0.0-next.10",
"babel-preset-current-node-syntax": "^1.0.0"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/expect/package.json
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "27.0.0-next.9",
"version": "27.0.0-next.10",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -15,15 +15,15 @@
"./build/utils": "./build/utils.js"
},
"dependencies": {
"@jest/types": "^27.0.0-next.8",
"@jest/types": "^27.0.0-next.10",
"ansi-styles": "^5.0.0",
"jest-get-type": "^27.0.0-next.9",
"jest-matcher-utils": "^27.0.0-next.9",
"jest-message-util": "^27.0.0-next.9",
"jest-matcher-utils": "^27.0.0-next.10",
"jest-message-util": "^27.0.0-next.10",
"jest-regex-util": "^27.0.0-next.0"
},
"devDependencies": {
"@jest/test-utils": "^27.0.0-next.9",
"@jest/test-utils": "^27.0.0-next.10",
"chalk": "^4.0.0",
"fast-check": "^2.0.0",
"immutable": "^4.0.0-rc.12"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-changed-files/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-changed-files",
"version": "27.0.0-next.8",
"version": "27.0.0-next.10",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -14,7 +14,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/types": "^27.0.0-next.8",
"@jest/types": "^27.0.0-next.10",
"execa": "^5.0.0",
"throat": "^6.0.1"
},
Expand Down
28 changes: 14 additions & 14 deletions packages/jest-circus/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "27.0.0-next.9",
"version": "27.0.0-next.10",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -15,30 +15,30 @@
"./runner": "./runner.js"
},
"dependencies": {
"@jest/environment": "^27.0.0-next.9",
"@jest/test-result": "^27.0.0-next.9",
"@jest/types": "^27.0.0-next.8",
"@jest/environment": "^27.0.0-next.10",
"@jest/test-result": "^27.0.0-next.10",
"@jest/types": "^27.0.0-next.10",
"@types/node": "*",
"chalk": "^4.0.0",
"co": "^4.6.0",
"dedent": "^0.7.0",
"expect": "^27.0.0-next.9",
"expect": "^27.0.0-next.10",
"is-generator-fn": "^2.0.0",
"jest-each": "^27.0.0-next.9",
"jest-matcher-utils": "^27.0.0-next.9",
"jest-message-util": "^27.0.0-next.9",
"jest-runner": "^27.0.0-next.9",
"jest-runtime": "^27.0.0-next.9",
"jest-snapshot": "^27.0.0-next.9",
"jest-util": "^27.0.0-next.9",
"pretty-format": "^27.0.0-next.9",
"jest-each": "^27.0.0-next.10",
"jest-matcher-utils": "^27.0.0-next.10",
"jest-message-util": "^27.0.0-next.10",
"jest-runner": "^27.0.0-next.10",
"jest-runtime": "^27.0.0-next.10",
"jest-snapshot": "^27.0.0-next.10",
"jest-util": "^27.0.0-next.10",
"pretty-format": "^27.0.0-next.10",
"stack-utils": "^2.0.3",
"throat": "^6.0.1"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/register": "^7.0.0",
"@jest/test-utils": "^27.0.0-next.9",
"@jest/test-utils": "^27.0.0-next.10",
"@types/co": "^4.6.0",
"@types/dedent": "^0.7.0",
"@types/graceful-fs": "^4.1.3",
Expand Down
16 changes: 8 additions & 8 deletions packages/jest-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "27.0.0-next.9",
"version": "27.0.0-next.10",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand All @@ -10,21 +10,21 @@
"./bin/jest": "./bin/jest.js"
},
"dependencies": {
"@jest/core": "^27.0.0-next.9",
"@jest/test-result": "^27.0.0-next.9",
"@jest/types": "^27.0.0-next.8",
"@jest/core": "^27.0.0-next.10",
"@jest/test-result": "^27.0.0-next.10",
"@jest/types": "^27.0.0-next.10",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"import-local": "^3.0.2",
"jest-config": "^27.0.0-next.9",
"jest-util": "^27.0.0-next.9",
"jest-validate": "^27.0.0-next.9",
"jest-config": "^27.0.0-next.10",
"jest-util": "^27.0.0-next.10",
"jest-validate": "^27.0.0-next.10",
"prompts": "^2.0.1",
"yargs": "^16.0.3"
},
"devDependencies": {
"@jest/test-utils": "^27.0.0-next.9",
"@jest/test-utils": "^27.0.0-next.10",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.3",
"@types/prompts": "^2.0.1",
Expand Down
24 changes: 12 additions & 12 deletions packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "27.0.0-next.9",
"version": "27.0.0-next.10",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -23,25 +23,25 @@
},
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/test-sequencer": "^27.0.0-next.9",
"@jest/types": "^27.0.0-next.8",
"babel-jest": "^27.0.0-next.9",
"@jest/test-sequencer": "^27.0.0-next.10",
"@jest/types": "^27.0.0-next.10",
"babel-jest": "^27.0.0-next.10",
"chalk": "^4.0.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.1",
"graceful-fs": "^4.2.4",
"is-ci": "^3.0.0",
"jest-circus": "^27.0.0-next.9",
"jest-environment-jsdom": "^27.0.0-next.9",
"jest-environment-node": "^27.0.0-next.9",
"jest-circus": "^27.0.0-next.10",
"jest-environment-jsdom": "^27.0.0-next.10",
"jest-environment-node": "^27.0.0-next.10",
"jest-get-type": "^27.0.0-next.9",
"jest-jasmine2": "^27.0.0-next.9",
"jest-jasmine2": "^27.0.0-next.10",
"jest-regex-util": "^27.0.0-next.0",
"jest-resolve": "^27.0.0-next.9",
"jest-util": "^27.0.0-next.9",
"jest-validate": "^27.0.0-next.9",
"jest-resolve": "^27.0.0-next.10",
"jest-util": "^27.0.0-next.10",
"jest-validate": "^27.0.0-next.10",
"micromatch": "^4.0.4",
"pretty-format": "^27.0.0-next.9"
"pretty-format": "^27.0.0-next.10"
},
"devDependencies": {
"@types/babel__core": "^7.0.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-console/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/console",
"version": "27.0.0-next.9",
"version": "27.0.0-next.10",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -14,15 +14,15 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/types": "^27.0.0-next.8",
"@jest/types": "^27.0.0-next.10",
"@types/node": "*",
"chalk": "^4.0.0",
"jest-message-util": "^27.0.0-next.9",
"jest-util": "^27.0.0-next.9",
"jest-message-util": "^27.0.0-next.10",
"jest-util": "^27.0.0-next.10",
"slash": "^3.0.0"
},
"devDependencies": {
"@jest/test-utils": "^27.0.0-next.9",
"@jest/test-utils": "^27.0.0-next.10",
"@types/node": "*"
},
"engines": {
Expand Down
40 changes: 20 additions & 20 deletions packages/jest-core/package.json
@@ -1,47 +1,47 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "27.0.0-next.9",
"version": "27.0.0-next.10",
"main": "./build/jest.js",
"types": "./build/jest.d.ts",
"exports": {
".": "./build/jest.js",
"./package.json": "./package.json"
},
"dependencies": {
"@jest/console": "^27.0.0-next.9",
"@jest/reporters": "^27.0.0-next.9",
"@jest/test-result": "^27.0.0-next.9",
"@jest/transform": "^27.0.0-next.9",
"@jest/types": "^27.0.0-next.8",
"@jest/console": "^27.0.0-next.10",
"@jest/reporters": "^27.0.0-next.10",
"@jest/test-result": "^27.0.0-next.10",
"@jest/transform": "^27.0.0-next.10",
"@jest/types": "^27.0.0-next.10",
"@types/node": "*",
"ansi-escapes": "^4.2.1",
"chalk": "^4.0.0",
"emittery": "^0.8.1",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-changed-files": "^27.0.0-next.8",
"jest-config": "^27.0.0-next.9",
"jest-haste-map": "^27.0.0-next.9",
"jest-message-util": "^27.0.0-next.9",
"jest-changed-files": "^27.0.0-next.10",
"jest-config": "^27.0.0-next.10",
"jest-haste-map": "^27.0.0-next.10",
"jest-message-util": "^27.0.0-next.10",
"jest-regex-util": "^27.0.0-next.0",
"jest-resolve": "^27.0.0-next.9",
"jest-resolve-dependencies": "^27.0.0-next.9",
"jest-runner": "^27.0.0-next.9",
"jest-runtime": "^27.0.0-next.9",
"jest-snapshot": "^27.0.0-next.9",
"jest-util": "^27.0.0-next.9",
"jest-validate": "^27.0.0-next.9",
"jest-watcher": "^27.0.0-next.9",
"jest-resolve": "^27.0.0-next.10",
"jest-resolve-dependencies": "^27.0.0-next.10",
"jest-runner": "^27.0.0-next.10",
"jest-runtime": "^27.0.0-next.10",
"jest-snapshot": "^27.0.0-next.10",
"jest-util": "^27.0.0-next.10",
"jest-validate": "^27.0.0-next.10",
"jest-watcher": "^27.0.0-next.10",
"micromatch": "^4.0.4",
"p-each-series": "^2.1.0",
"rimraf": "^3.0.0",
"slash": "^3.0.0",
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@jest/test-sequencer": "^27.0.0-next.9",
"@jest/test-utils": "^27.0.0-next.9",
"@jest/test-sequencer": "^27.0.0-next.10",
"@jest/test-utils": "^27.0.0-next.10",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
"@types/micromatch": "^4.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-create-cache-key-function/package.json
@@ -1,17 +1,17 @@
{
"name": "@jest/create-cache-key-function",
"version": "27.0.0-next.9",
"version": "27.0.0-next.10",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-create-cache-key-function"
},
"dependencies": {
"@jest/types": "^27.0.0-next.8"
"@jest/types": "^27.0.0-next.10"
},
"devDependencies": {
"@types/node": "*",
"jest-util": "^27.0.0-next.9"
"jest-util": "^27.0.0-next.10"
},
"engines": {
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-diff/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-diff",
"version": "27.0.0-next.9",
"version": "27.0.0-next.10",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,10 +17,10 @@
"chalk": "^4.0.0",
"diff-sequences": "^27.0.0-next.0",
"jest-get-type": "^27.0.0-next.9",
"pretty-format": "^27.0.0-next.9"
"pretty-format": "^27.0.0-next.10"
},
"devDependencies": {
"@jest/test-utils": "^27.0.0-next.9",
"@jest/test-utils": "^27.0.0-next.10",
"strip-ansi": "^6.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-docblock/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-docblock",
"version": "27.0.0-next.0",
"version": "27.0.0-next.10",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down

0 comments on commit 6f44529

Please sign in to comment.