Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump dated dependencies #9951

Merged
merged 6 commits into from
May 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"babel-eslint": "^10.0.3",
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
"babel-plugin-typescript-strip-namespaces": "^1.1.1",
"camelcase": "^5.0.0",
"camelcase": "^6.0.0",
"chalk": "^4.0.0",
"chokidar": "^3.3.0",
"codecov": "^3.0.0",
Expand All @@ -42,11 +42,11 @@
"eslint-plugin-markdown": "^1.0.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.1.0",
"execa": "^3.2.0",
"execa": "^4.0.0",
"fast-check": "^1.13.0",
"find-process": "^1.4.1",
"glob": "^7.1.1",
"globby": "^10.0.2",
"globby": "^11.0.0",
"graceful-fs": "^4.2.4",
"isbinaryfile": "^4.0.0",
"istanbul-lib-coverage": "^3.0.0",
Expand All @@ -60,7 +60,6 @@
"lerna": "^3.20.2",
"make-dir": "^3.0.0",
"micromatch": "^4.0.2",
"mocha": "^7.0.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should have been removed in #9945

"mock-fs": "^4.4.1",
"opencollective": "^1.0.3",
"prettier": "^2.0.1",
Expand All @@ -69,11 +68,11 @@
"realpath-native": "^2.0.0",
"resolve": "^1.15.0",
"rimraf": "^3.0.0",
"semver": "^6.3.0",
"semver": "^7.3.2",
"slash": "^3.0.0",
"string-length": "^3.1.0",
"string-length": "^4.0.1",
"strip-ansi": "^6.0.0",
"tempy": "~0.3.0",
"tempy": "^0.5.0",
"throat": "^5.0.0",
"typescript": "^3.8.2",
"which": "^2.0.1"
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 @@ -11,7 +11,7 @@
"types": "build/index.d.ts",
"dependencies": {
"@jest/types": "^26.0.0-alpha.0",
"execa": "^3.2.0",
"execa": "^4.0.0",
"throat": "^5.0.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-circus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jest-snapshot": "^26.0.0-alpha.0",
"jest-util": "^26.0.0-alpha.0",
"pretty-format": "^26.0.0-alpha.0",
"stack-utils": "^1.0.1",
"stack-utils": "^2.0.2",
"throat": "^5.0.0"
},
"devDependencies": {
Expand All @@ -38,7 +38,7 @@
"@types/dedent": "^0.7.0",
"@types/graceful-fs": "^4.1.3",
"@types/stack-utils": "^1.0.1",
"execa": "^3.2.0",
"execa": "^4.0.0",
"graceful-fs": "^4.2.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-message-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"graceful-fs": "^4.2.4",
"micromatch": "^4.0.2",
"slash": "^3.0.0",
"stack-utils": "^1.0.1"
"stack-utils": "^2.0.2"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ exports[`formatStackTrace should strip node internals 1`] = `
\\"string\\"
<dim></>
<dim> <dim>at Object.it (</><dim>__tests__/test.js<dim>:8:14)</><dim></>
<dim> <dim>at </><dim>internal/process/next_tick.js<dim>:188:7</><dim></>
"
`;

Expand Down
4 changes: 2 additions & 2 deletions packages/jest-reporters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jest-worker": "^26.0.0-alpha.0",
"slash": "^3.0.0",
"source-map": "^0.6.0",
"string-length": "^3.1.0",
"string-length": "^4.0.1",
"terminal-link": "^2.0.0",
"v8-to-istanbul": "^4.1.3"
},
Expand All @@ -44,7 +44,7 @@
"strip-ansi": "^6.0.0"
},
"optionalDependencies": {
"node-notifier": "^6.0.0"
"node-notifier": "^7.0.0"
},
"engines": {
"node": ">= 10.14.2"
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 @@ -42,7 +42,7 @@
"@types/exit": "^0.1.30",
"@types/glob": "^7.1.1",
"@types/graceful-fs": "^4.1.2",
"execa": "^3.2.0",
"execa": "^4.0.0",
"jest-environment-node": "^26.0.0-alpha.0",
"jest-snapshot-serializer-raw": "^1.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runtime/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ class Runtime {
moduleRequire.cache = (() => {
// TODO: consider warning somehow that this does nothing. We should support deletions, anyways
const notPermittedMethod = () => true;
return new Proxy<NodeJS.NodeRequireCache>(Object.create(null), {
return new Proxy<typeof moduleRequire['cache']>(Object.create(null), {
defineProperty: notPermittedMethod,
deleteProperty: notPermittedMethod,
get: (_target, key) =>
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@babel/types": "^7.0.0",
"@jest/types": "^26.0.0-alpha.0",
"@types/prettier": "^1.19.0",
"@types/prettier": "^2.0.0",
"chalk": "^4.0.0",
"expect": "^26.0.0-alpha.0",
"graceful-fs": "^4.2.4",
Expand All @@ -24,17 +24,17 @@
"make-dir": "^3.0.0",
"natural-compare": "^1.4.0",
"pretty-format": "^26.0.0-alpha.0",
"semver": "^6.3.0"
"semver": "^7.3.2"
},
"devDependencies": {
"@babel/traverse": "^7.3.4",
"@types/graceful-fs": "^4.1.3",
"@types/natural-compare": "^1.4.0",
"@types/semver": "^6.0.1",
"@types/semver": "^7.1.0",
"ansi-regex": "^5.0.0",
"ansi-styles": "^4.2.0",
"jest-haste-map": "^26.0.0-alpha.0",
"prettier": "^1.13.4"
"prettier": "^1.19.1"
},
"engines": {
"node": ">= 10.14.2"
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 @@ -11,7 +11,7 @@
"types": "build/index.d.ts",
"dependencies": {
"@jest/types": "^26.0.0-alpha.0",
"camelcase": "^5.3.1",
"camelcase": "^6.0.0",
"chalk": "^4.0.0",
"jest-get-type": "^26.0.0-alpha.0",
"leven": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-validate/src/validateCLIOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import type {Config} from '@jest/types';
import chalk = require('chalk');
import camelcase from 'camelcase';
import camelcase = require('camelcase');
import type {Options} from 'yargs';
import {ValidationError, createDidYouMeanMessage, format} from './utils';
import {deprecationWarning} from './deprecated';
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ansi-escapes": "^4.2.1",
"chalk": "^4.0.0",
"jest-util": "^26.0.0-alpha.0",
"string-length": "^3.1.0"
"string-length": "^4.0.1"
},
"devDependencies": {
"@types/node": "*"
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"dependencies": {
"@types/jest": "*",
"@types/node": "*",
"@types/semver": "^6.2.1",
"@types/semver": "^7.1.0",
"ansi-regex": "^5.0.0",
"ansi-styles": "^4.1.0",
"semver": "^6.3.0"
"semver": "^7.3.2"
},
"engines": {
"node": ">= 10.14.2"
Expand Down
Loading