Skip to content

Commit

Permalink
Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Giancarlo Anemone committed Apr 28, 2020
1 parent d724e2d commit fffe4fc
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 20 deletions.
1 change: 0 additions & 1 deletion e2e/Utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import * as path from 'path';
import * as fs from 'graceful-fs';
import type {Config} from '@jest/types';

// eslint-disable-next-line import/named
import {ExecaReturnValue, sync as spawnSync} from 'execa';
import makeDir = require('make-dir');
import rimraf = require('rimraf');
Expand Down
8 changes: 7 additions & 1 deletion e2e/__tests__/preserveSymlinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@
* LICENSE file in the root directory of this source tree.
*/

import {existsSync, mkdirSync, rmdirSync, symlinkSync, unlinkSync} from 'fs';
import {join, resolve} from 'path';
import {
existsSync,
mkdirSync,
rmdirSync,
symlinkSync,
unlinkSync,
} from 'graceful-fs';

import runJest from '../runJest';
import {extractSummary} from '../Utils';
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 @@ -12,7 +12,6 @@
}
},
"dependencies": {
"should-preserve-links": "^1.0.0",
"@jest/core": "^25.4.0",
"@jest/test-result": "^25.4.0",
"@jest/types": "^25.4.0",
Expand All @@ -26,6 +25,7 @@
"jest-validate": "^25.4.0",
"prompts": "^2.0.1",
"realpath-native": "^2.0.0",
"should-preserve-links": "^1.0.0",
"yargs": "^15.3.1"
},
"devDependencies": {
Expand Down Expand Up @@ -82,4 +82,4 @@
"access": "public"
},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}
}
6 changes: 3 additions & 3 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
}
},
"dependencies": {
"should-preserve-links": "^1.0.0",
"@babel/core": "^7.1.0",
"@jest/test-sequencer": "^25.4.0",
"@jest/types": "^25.4.0",
Expand All @@ -36,7 +35,8 @@
"jest-validate": "^25.4.0",
"micromatch": "^4.0.2",
"pretty-format": "^25.4.0",
"realpath-native": "^2.0.0"
"realpath-native": "^2.0.0",
"should-preserve-links": "^1.0.0"
},
"devDependencies": {
"@types/babel__core": "^7.0.4",
Expand All @@ -51,4 +51,4 @@
"access": "public"
},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}
}
4 changes: 2 additions & 2 deletions packages/jest-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
}
},
"dependencies": {
"should-preserve-links": "^1.0.0",
"@jest/console": "^25.4.0",
"@jest/reporters": "^25.4.0",
"@jest/test-result": "^25.4.0",
Expand All @@ -39,6 +38,7 @@
"p-each-series": "^2.1.0",
"realpath-native": "^2.0.0",
"rimraf": "^3.0.0",
"should-preserve-links": "^1.0.0",
"slash": "^3.0.0",
"strip-ansi": "^6.0.0"
},
Expand Down Expand Up @@ -94,4 +94,4 @@
"access": "public"
},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}
}
4 changes: 2 additions & 2 deletions packages/jest-haste-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
}
},
"dependencies": {
"should-preserve-links": "^1.0.0",
"@jest/types": "^25.4.0",
"anymatch": "^3.0.3",
"fb-watchman": "^2.0.0",
Expand All @@ -27,6 +26,7 @@
"jest-worker": "^25.4.0",
"micromatch": "^4.0.2",
"sane": "^4.0.3",
"should-preserve-links": "^1.0.0",
"walker": "^1.0.7",
"which": "^2.0.2"
},
Expand All @@ -50,4 +50,4 @@
"access": "public"
},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}
}
4 changes: 2 additions & 2 deletions packages/jest-resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
}
},
"dependencies": {
"should-preserve-links": "^1.0.0",
"@jest/types": "^25.4.0",
"browser-resolve": "^1.11.3",
"chalk": "^3.0.0",
Expand All @@ -26,6 +25,7 @@
"read-pkg-up": "^7.0.1",
"realpath-native": "^2.0.0",
"resolve": "^1.17.0",
"should-preserve-links": "^1.0.0",
"slash": "^3.0.0"
},
"devDependencies": {
Expand All @@ -41,4 +41,4 @@
"access": "public"
},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}
}
4 changes: 2 additions & 2 deletions packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
}
},
"dependencies": {
"should-preserve-links": "^1.0.0",
"@jest/console": "^25.4.0",
"@jest/environment": "^25.4.0",
"@jest/globals": "^25.4.0",
Expand All @@ -41,6 +40,7 @@
"jest-util": "^25.4.0",
"jest-validate": "^25.4.0",
"realpath-native": "^2.0.0",
"should-preserve-links": "^1.0.0",
"slash": "^3.0.0",
"strip-bom": "^4.0.0",
"yargs": "^15.3.1"
Expand All @@ -62,4 +62,4 @@
"access": "public"
},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}
}
4 changes: 2 additions & 2 deletions packages/jest-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
}
},
"dependencies": {
"should-preserve-links": "^1.0.0",
"@babel/core": "^7.1.0",
"@jest/types": "^25.4.0",
"babel-plugin-istanbul": "^6.0.0",
Expand All @@ -31,6 +30,7 @@
"micromatch": "^4.0.2",
"pirates": "^4.0.1",
"realpath-native": "^2.0.0",
"should-preserve-links": "^1.0.0",
"slash": "^3.0.0",
"source-map": "^0.6.1",
"write-file-atomic": "^3.0.0"
Expand All @@ -52,4 +52,4 @@
"access": "public"
},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13166,9 +13166,9 @@ shellwords@^0.1.1:
integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==

should-preserve-links@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/should-preserve-links/-/should-preserve-links-1.0.0.tgz#4481b94050d169a1adf58abb7e5b209a978fe332"
integrity sha512-SSq2Qupb+bjpY0bNBgi55U6Wj55oqtz1BxJTj+eargQmVkaVCcFqYaQRoAhwiys0oHCZRDYRVQVL+TWB9Zr6DA==
version "1.0.1"
resolved "https://registry.yarnpkg.com/should-preserve-links/-/should-preserve-links-1.0.1.tgz#ba415e0e74c5fc4c76db809daf54a0375e729614"
integrity sha512-nVE3V7tEGtF8tGiGavvbtWESKp98xtaKE68zTu4M4KqYkcR91mzLsgWCUy4DeMfkbHu1W7Pdhd1aXS5jVxCg0A==

side-channel@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit fffe4fc

Please sign in to comment.