Skip to content

Commit

Permalink
v27.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 5, 2022
1 parent d9ddd00 commit 247cbe6
Show file tree
Hide file tree
Showing 50 changed files with 270 additions and 270 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "27.4.7",
"version": "27.5.0",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "27.4.6",
"version": "27.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,18 +18,18 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/transform": "^27.4.6",
"@jest/types": "^27.4.2",
"@jest/transform": "^27.5.0",
"@jest/types": "^27.5.0",
"@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.1.1",
"babel-preset-jest": "^27.4.0",
"babel-preset-jest": "^27.5.0",
"chalk": "^4.0.0",
"graceful-fs": "^4.2.9",
"slash": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@jest/test-utils": "^27.4.6",
"@jest/test-utils": "^27.5.0",
"@types/graceful-fs": "^4.1.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-jest-hoist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-jest-hoist",
"version": "27.4.0",
"version": "27.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-jest",
"version": "27.4.0",
"version": "27.5.0",
"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.4.0",
"babel-plugin-jest-hoist": "^27.5.0",
"babel-preset-current-node-syntax": "^1.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/diff-sequences/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diff-sequences",
"version": "27.4.0",
"version": "27.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
12 changes: 6 additions & 6 deletions packages/expect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "27.4.6",
"version": "27.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -19,13 +19,13 @@
"./build/matchers": "./build/matchers.js"
},
"dependencies": {
"@jest/types": "^27.4.2",
"jest-get-type": "^27.4.0",
"jest-matcher-utils": "^27.4.6",
"jest-message-util": "^27.4.6"
"@jest/types": "^27.5.0",
"jest-get-type": "^27.5.0",
"jest-matcher-utils": "^27.5.0",
"jest-message-util": "^27.5.0"
},
"devDependencies": {
"@jest/test-utils": "^27.4.6",
"@jest/test-utils": "^27.5.0",
"@tsd/typescript": "~4.1.5",
"chalk": "^4.0.0",
"fast-check": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-changed-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-changed-files",
"version": "27.4.2",
"version": "27.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,7 +17,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/types": "^27.4.2",
"@jest/types": "^27.5.0",
"execa": "^5.0.0",
"throat": "^6.0.1"
},
Expand Down
24 changes: 12 additions & 12 deletions packages/jest-circus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "27.4.6",
"version": "27.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,22 +18,22 @@
"./runner": "./runner.js"
},
"dependencies": {
"@jest/environment": "^27.4.6",
"@jest/test-result": "^27.4.6",
"@jest/types": "^27.4.2",
"@jest/environment": "^27.5.0",
"@jest/test-result": "^27.5.0",
"@jest/types": "^27.5.0",
"@types/node": "*",
"chalk": "^4.0.0",
"co": "^4.6.0",
"dedent": "^0.7.0",
"expect": "^27.4.6",
"expect": "^27.5.0",
"is-generator-fn": "^2.0.0",
"jest-each": "^27.4.6",
"jest-matcher-utils": "^27.4.6",
"jest-message-util": "^27.4.6",
"jest-runtime": "^27.4.6",
"jest-snapshot": "^27.4.6",
"jest-util": "^27.4.2",
"pretty-format": "^27.4.6",
"jest-each": "^27.5.0",
"jest-matcher-utils": "^27.5.0",
"jest-message-util": "^27.5.0",
"jest-runtime": "^27.5.0",
"jest-snapshot": "^27.5.0",
"jest-util": "^27.5.0",
"pretty-format": "^27.5.0",
"slash": "^3.0.0",
"stack-utils": "^2.0.3",
"throat": "^6.0.1"
Expand Down
14 changes: 7 additions & 7 deletions packages/jest-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "27.4.7",
"version": "27.5.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand All @@ -13,16 +13,16 @@
"./bin/jest": "./bin/jest.js"
},
"dependencies": {
"@jest/core": "^27.4.7",
"@jest/test-result": "^27.4.6",
"@jest/types": "^27.4.2",
"@jest/core": "^27.5.0",
"@jest/test-result": "^27.5.0",
"@jest/types": "^27.5.0",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.9",
"import-local": "^3.0.2",
"jest-config": "^27.4.7",
"jest-util": "^27.4.2",
"jest-validate": "^27.4.6",
"jest-config": "^27.5.0",
"jest-util": "^27.5.0",
"jest-validate": "^27.5.0",
"prompts": "^2.0.1",
"yargs": "^16.2.0"
},
Expand Down
30 changes: 15 additions & 15 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "27.4.7",
"version": "27.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -26,26 +26,26 @@
},
"dependencies": {
"@babel/core": "^7.8.0",
"@jest/test-sequencer": "^27.4.6",
"@jest/types": "^27.4.2",
"babel-jest": "^27.4.6",
"@jest/test-sequencer": "^27.5.0",
"@jest/types": "^27.5.0",
"babel-jest": "^27.5.0",
"chalk": "^4.0.0",
"ci-info": "^3.2.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.1",
"graceful-fs": "^4.2.9",
"jest-circus": "^27.4.6",
"jest-environment-jsdom": "^27.4.6",
"jest-environment-node": "^27.4.6",
"jest-get-type": "^27.4.0",
"jest-jasmine2": "^27.4.6",
"jest-regex-util": "^27.4.0",
"jest-resolve": "^27.4.6",
"jest-runner": "^27.4.6",
"jest-util": "^27.4.2",
"jest-validate": "^27.4.6",
"jest-circus": "^27.5.0",
"jest-environment-jsdom": "^27.5.0",
"jest-environment-node": "^27.5.0",
"jest-get-type": "^27.5.0",
"jest-jasmine2": "^27.5.0",
"jest-regex-util": "^27.5.0",
"jest-resolve": "^27.5.0",
"jest-runner": "^27.5.0",
"jest-util": "^27.5.0",
"jest-validate": "^27.5.0",
"micromatch": "^4.0.4",
"pretty-format": "^27.4.6",
"pretty-format": "^27.5.0",
"slash": "^3.0.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jest/console",
"version": "27.4.6",
"version": "27.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,15 +17,15 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/types": "^27.4.2",
"@jest/types": "^27.5.0",
"@types/node": "*",
"chalk": "^4.0.0",
"jest-message-util": "^27.4.6",
"jest-util": "^27.4.2",
"jest-message-util": "^27.5.0",
"jest-util": "^27.5.0",
"slash": "^3.0.0"
},
"devDependencies": {
"@jest/test-utils": "^27.4.6",
"@jest/test-utils": "^27.5.0",
"@types/node": "*"
},
"engines": {
Expand Down
42 changes: 21 additions & 21 deletions packages/jest-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "27.4.7",
"version": "27.5.0",
"main": "./build/jest.js",
"types": "./build/jest.d.ts",
"exports": {
Expand All @@ -12,38 +12,38 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/console": "^27.4.6",
"@jest/reporters": "^27.4.6",
"@jest/test-result": "^27.4.6",
"@jest/transform": "^27.4.6",
"@jest/types": "^27.4.2",
"@jest/console": "^27.5.0",
"@jest/reporters": "^27.5.0",
"@jest/test-result": "^27.5.0",
"@jest/transform": "^27.5.0",
"@jest/types": "^27.5.0",
"@types/node": "*",
"ansi-escapes": "^4.2.1",
"chalk": "^4.0.0",
"emittery": "^0.8.1",
"exit": "^0.1.2",
"graceful-fs": "^4.2.9",
"jest-changed-files": "^27.4.2",
"jest-config": "^27.4.7",
"jest-haste-map": "^27.4.6",
"jest-message-util": "^27.4.6",
"jest-regex-util": "^27.4.0",
"jest-resolve": "^27.4.6",
"jest-resolve-dependencies": "^27.4.6",
"jest-runner": "^27.4.6",
"jest-runtime": "^27.4.6",
"jest-snapshot": "^27.4.6",
"jest-util": "^27.4.2",
"jest-validate": "^27.4.6",
"jest-watcher": "^27.4.6",
"jest-changed-files": "^27.5.0",
"jest-config": "^27.5.0",
"jest-haste-map": "^27.5.0",
"jest-message-util": "^27.5.0",
"jest-regex-util": "^27.5.0",
"jest-resolve": "^27.5.0",
"jest-resolve-dependencies": "^27.5.0",
"jest-runner": "^27.5.0",
"jest-runtime": "^27.5.0",
"jest-snapshot": "^27.5.0",
"jest-util": "^27.5.0",
"jest-validate": "^27.5.0",
"jest-watcher": "^27.5.0",
"micromatch": "^4.0.4",
"rimraf": "^3.0.0",
"slash": "^3.0.0",
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@jest/test-sequencer": "^27.4.6",
"@jest/test-utils": "^27.4.6",
"@jest/test-sequencer": "^27.5.0",
"@jest/test-utils": "^27.5.0",
"@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
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@jest/create-cache-key-function",
"version": "27.4.2",
"version": "27.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-create-cache-key-function"
},
"dependencies": {
"@jest/types": "^27.4.2"
"@jest/types": "^27.5.0"
},
"devDependencies": {
"@types/node": "*",
"jest-util": "^27.4.2"
"jest-util": "^27.5.0"
},
"engines": {
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-diff",
"version": "27.4.6",
"version": "27.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,12 +18,12 @@
},
"dependencies": {
"chalk": "^4.0.0",
"diff-sequences": "^27.4.0",
"jest-get-type": "^27.4.0",
"pretty-format": "^27.4.6"
"diff-sequences": "^27.5.0",
"jest-get-type": "^27.5.0",
"pretty-format": "^27.5.0"
},
"devDependencies": {
"@jest/test-utils": "^27.4.6",
"@jest/test-utils": "^27.5.0",
"strip-ansi": "^6.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-docblock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-docblock",
"version": "27.4.0",
"version": "27.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
Loading

0 comments on commit 247cbe6

Please sign in to comment.