Skip to content

Commit

Permalink
chore: bump deps (#11094)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 18, 2021
1 parent 42f78d4 commit ce80f77
Show file tree
Hide file tree
Showing 15 changed files with 1,442 additions and 1,511 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"tempy": "^1.0.0",
"throat": "^5.0.0",
"ts-node": "^9.0.0",
"type-fest": "^0.20.1",
"type-fest": "^0.21.1",
"typescript": "^4.0.2",
"which": "^2.0.1"
},
Expand Down
1 change: 0 additions & 1 deletion packages/babel-plugin-jest-hoist/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ export default (): PluginObj<{
CallExpression: visitCallExpr,
VariableDeclarator: visitVariableDeclarator,
// do not traverse into nested blocks, or we'll hoist calls in there out to this block
// @ts-expect-error blacklist is not known
blacklist: ['BlockStatement'],
});
callsHoistPoint.remove();
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-changed-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@jest/types": "^27.0.0-next.1",
"execa": "^5.0.0",
"throat": "^5.0.0"
"throat": "^6.0.1"
},
"engines": {
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-circus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"jest-util": "^27.0.0-next.1",
"pretty-format": "^27.0.0-next.1",
"stack-utils": "^2.0.3",
"throat": "^5.0.0"
"throat": "^6.0.1"
},
"devDependencies": {
"@babel/core": "^7.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"import-local": "^3.0.2",
"is-ci": "^2.0.0",
"is-ci": "^3.0.0",
"jest-config": "^27.0.0-next.2",
"jest-util": "^27.0.0-next.1",
"jest-validate": "^27.0.0-next.1",
Expand All @@ -30,7 +30,7 @@
"@types/graceful-fs": "^4.1.3",
"@types/is-ci": "^2.0.0",
"@types/prompts": "^2.0.1",
"@types/yargs": "^15.0.0"
"@types/yargs": "^16.0.0"
},
"peerDependencies": {
"node-notifier": "^8.0.1 || ^9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/node": "*",
"ansi-escapes": "^4.2.1",
"chalk": "^4.0.0",
"emittery": "^0.8.0",
"emittery": "0.8.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-changed-files": "^27.0.0-next.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-jasmine2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"jest-snapshot": "^27.0.0-next.2",
"jest-util": "^27.0.0-next.1",
"pretty-format": "^27.0.0-next.1",
"throat": "^5.0.0"
"throat": "^6.0.1"
},
"devDependencies": {
"@types/babel__traverse": "^7.0.4",
Expand Down
2 changes: 0 additions & 2 deletions packages/jest-jasmine2/src/jasmine/Env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ import type {default as Spec, SpecResult} from './Spec';
import type Suite from './Suite';

export default function (j$: Jasmine) {
// https://github.com/typescript-eslint/typescript-eslint/pull/2833
// eslint-disable-next-line @typescript-eslint/no-unused-vars
return class Env {
specFilter: (spec: Spec) => boolean;
catchExceptions: (value: unknown) => boolean;
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@jest/test-utils": "^27.0.0-next.1",
"@types/yargs": "^15.0.0",
"@types/yargs": "^16.0.0",
"execa": "^5.0.0"
},
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@jest/types": "^27.0.0-next.1",
"@types/node": "*",
"chalk": "^4.0.0",
"emittery": "^0.8.0",
"emittery": "0.8.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-config": "^27.0.0-next.2",
Expand All @@ -34,7 +34,7 @@
"jest-util": "^27.0.0-next.1",
"jest-worker": "^27.0.0-next.2",
"source-map-support": "^0.5.6",
"throat": "^5.0.0"
"throat": "^6.0.1"
},
"devDependencies": {
"@types/exit": "^0.1.30",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@jest/test-result": "^27.0.0-next.1",
"@jest/transform": "^27.0.0-next.2",
"@jest/types": "^27.0.0-next.1",
"@types/yargs": "^15.0.0",
"@types/yargs": "^16.0.0",
"chalk": "^4.0.0",
"cjs-module-lexer": "^1.0.0",
"collect-v8-coverage": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/istanbul-lib-coverage": "^2.0.0",
"@types/istanbul-reports": "^3.0.0",
"@types/node": "*",
"@types/yargs": "^15.0.0",
"@types/yargs": "^16.0.0",
"chalk": "^4.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/node": "*",
"chalk": "^4.0.0",
"graceful-fs": "^4.2.4",
"is-ci": "^2.0.0",
"is-ci": "^3.0.0",
"micromatch": "^4.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"pretty-format": "^27.0.0-next.1"
},
"devDependencies": {
"@types/yargs": "^15.0.3"
"@types/yargs": "^16.0.0"
},
"engines": {
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
Expand Down

0 comments on commit ce80f77

Please sign in to comment.