Skip to content

Commit

Permalink
bump other stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 28, 2021
1 parent fc6984c commit 33ed1f1
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 39 deletions.
2 changes: 1 addition & 1 deletion examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@angular/platform-browser": "^12.0.0",
"@angular/platform-browser-dynamic": "^12.0.0",
"core-js": "^3.2.1",
"rxjs": "^6.5.3",
"rxjs": "^7.3.0",
"tslib": "^2.0.0",
"typescript": "*",
"zone.js": "~0.11.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"jest-util": "^27.2.3",
"jest-validate": "^27.2.3",
"prompts": "^2.0.1",
"yargs": "^16.0.3"
"yargs": "^16.2.0"
},
"devDependencies": {
"@jest/test-utils": "^27.2.3",
Expand Down
1 change: 0 additions & 1 deletion packages/jest-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"jest-validate": "^27.2.3",
"jest-watcher": "^27.2.3",
"micromatch": "^4.0.4",
"p-each-series": "^2.1.0",
"rimraf": "^3.0.0",
"slash": "^3.0.0",
"strip-ansi": "^6.0.0"
Expand Down
9 changes: 3 additions & 6 deletions packages/jest-core/src/runGlobalHook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

import * as util from 'util';
import pEachSeries = require('p-each-series');
import type {Test} from '@jest/test-result';
import {createScriptTransformer} from '@jest/transform';
import type {Config} from '@jest/types';
Expand All @@ -30,9 +29,9 @@ export default async ({
}

if (globalModulePaths.size > 0) {
await pEachSeries(globalModulePaths, async modulePath => {
for (const modulePath of globalModulePaths) {
if (!modulePath) {
return;
continue;
}

const correctConfig = allTests.find(
Expand Down Expand Up @@ -73,8 +72,6 @@ export default async ({
)}`,
);
}
});
}
}

return Promise.resolve();
};
2 changes: 1 addition & 1 deletion packages/jest-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jest-util": "^27.2.3",
"jest-validate": "^27.2.3",
"repl": "^0.1.3",
"yargs": "^16.0.3"
"yargs": "^16.2.0"
},
"devDependencies": {
"@jest/test-utils": "^27.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-reporters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"glob": "^7.1.2",
"graceful-fs": "^4.2.4",
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-instrument": "^4.0.3",
"istanbul-lib-instrument": "^5.0.2",
"istanbul-lib-report": "^3.0.0",
"istanbul-lib-source-maps": "^4.0.0",
"istanbul-reports": "^3.0.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 @@ -40,7 +40,7 @@
"jest-validate": "^27.2.3",
"slash": "^3.0.0",
"strip-bom": "^4.0.0",
"yargs": "^16.0.3"
"yargs": "^16.2.0"
},
"devDependencies": {
"@jest/test-utils": "^27.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/pretty-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react": "*",
"@types/react-is": "^17.0.0",
"@types/react-test-renderer": "*",
"immutable": "4.0.0-rc.9",
"immutable": "4.0.0-rc.15",
"jest-util": "^27.2.3",
"react": "*",
"react-dom": "*",
Expand Down
66 changes: 40 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/parser@npm:^7.0.0, @babel/parser@npm:^7.1.0, @babel/parser@npm:^7.1.6, @babel/parser@npm:^7.12.16, @babel/parser@npm:^7.12.7, @babel/parser@npm:^7.15.4, @babel/parser@npm:^7.15.5, @babel/parser@npm:^7.7.2":
"@babel/parser@npm:^7.0.0, @babel/parser@npm:^7.1.0, @babel/parser@npm:^7.1.6, @babel/parser@npm:^7.12.16, @babel/parser@npm:^7.12.7, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.15.4, @babel/parser@npm:^7.15.5, @babel/parser@npm:^7.7.2":
version: 7.15.7
resolution: "@babel/parser@npm:7.15.7"
bin:
Expand Down Expand Up @@ -2493,7 +2493,6 @@ __metadata:
jest-validate: ^27.2.3
jest-watcher: ^27.2.3
micromatch: ^4.0.4
p-each-series: ^2.1.0
rimraf: ^3.0.0
slash: ^3.0.0
strip-ansi: ^6.0.0
Expand Down Expand Up @@ -2662,7 +2661,7 @@ __metadata:
glob: ^7.1.2
graceful-fs: ^4.2.4
istanbul-lib-coverage: ^3.0.0
istanbul-lib-instrument: ^4.0.3
istanbul-lib-instrument: ^5.0.2
istanbul-lib-report: ^3.0.0
istanbul-lib-source-maps: ^4.0.0
istanbul-reports: ^3.0.2
Expand Down Expand Up @@ -5550,7 +5549,7 @@ __metadata:
core-js: ^3.2.1
jest: "*"
jest-zone-patch: "*"
rxjs: ^6.5.3
rxjs: ^7.3.0
tslib: ^2.0.0
typescript: "*"
zone.js: ~0.11.3
Expand Down Expand Up @@ -11615,14 +11614,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"immutable@npm:4.0.0-rc.9":
version: 4.0.0-rc.9
resolution: "immutable@npm:4.0.0-rc.9"
checksum: 257afb2ecabb372b54b67649ef6f2aacaa6b442b7d40530d04c891dad15aed620e3a146ddc3b4f573f29e1b09d58d5b39f8c282ecf0801d67aa20818e20c6002
languageName: node
linkType: hard

"immutable@npm:^4.0.0-rc.12":
"immutable@npm:4.0.0-rc.15, immutable@npm:^4.0.0-rc.12":
version: 4.0.0-rc.15
resolution: "immutable@npm:4.0.0-rc.15"
checksum: 0b288a3f64f565eb4c3cf15109fe879d6b8c15a05f570a31b78fe5d66143feb736df4ea3ad9c331f1911b75b525d946e6a99ed2a7abc79b272ab694f735afeec
Expand Down Expand Up @@ -12526,7 +12518,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"istanbul-lib-instrument@npm:^4.0.0, istanbul-lib-instrument@npm:^4.0.3":
"istanbul-lib-instrument@npm:^4.0.0":
version: 4.0.3
resolution: "istanbul-lib-instrument@npm:4.0.3"
dependencies:
Expand All @@ -12538,6 +12530,19 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"istanbul-lib-instrument@npm:^5.0.2":
version: 5.0.2
resolution: "istanbul-lib-instrument@npm:5.0.2"
dependencies:
"@babel/core": ^7.12.3
"@babel/parser": ^7.14.7
"@istanbuljs/schema": ^0.1.2
istanbul-lib-coverage: ^3.0.0
semver: ^6.3.0
checksum: 684c09c988999c719c9d3df4474819ca91eaaf287ea2339d90205b6f0b1717eb9e3deca8e3e5b7ceb4d59ce582f068965ce4fe152430f5c284b578dfb63af6e5
languageName: node
linkType: hard

"istanbul-lib-report@npm:^3.0.0":
version: 3.0.0
resolution: "istanbul-lib-report@npm:3.0.0"
Expand Down Expand Up @@ -12636,7 +12641,7 @@ fsevents@^1.2.7:
jest-util: ^27.2.3
jest-validate: ^27.2.3
prompts: ^2.0.1
yargs: ^16.0.3
yargs: ^16.2.0
peerDependencies:
node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
peerDependenciesMeta:
Expand Down Expand Up @@ -12991,7 +12996,7 @@ fsevents@^1.2.7:
jest-util: ^27.2.3
jest-validate: ^27.2.3
repl: ^0.1.3
yargs: ^16.0.3
yargs: ^16.2.0
bin:
jest-repl: ./bin/jest-repl.js
jest-runtime: ./bin/jest-runtime-cli.js
Expand Down Expand Up @@ -13112,7 +13117,7 @@ fsevents@^1.2.7:
jest-validate: ^27.2.3
slash: ^3.0.0
strip-bom: ^4.0.0
yargs: ^16.0.3
yargs: ^16.2.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -16325,13 +16330,6 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"p-each-series@npm:^2.1.0":
version: 2.2.0
resolution: "p-each-series@npm:2.2.0"
checksum: d5a0896eb75e3e511055e664f7aaae695a67c0ed3696e560693d49fb3a19f554d017afeccc90df40d2d01681f972dc47d353015f38558ddef866f28ab291b743
languageName: node
linkType: hard

"p-finally@npm:^1.0.0":
version: 1.0.0
resolution: "p-finally@npm:1.0.0"
Expand Down Expand Up @@ -17458,7 +17456,7 @@ fsevents@^1.2.7:
"@types/react-test-renderer": "*"
ansi-regex: ^5.0.1
ansi-styles: ^5.0.0
immutable: 4.0.0-rc.9
immutable: 4.0.0-rc.15
jest-util: ^27.2.3
react: "*"
react-dom: "*"
Expand Down Expand Up @@ -19149,7 +19147,7 @@ react-native@0.64.0:
languageName: node
linkType: hard

"rxjs@npm:^6.5.3, rxjs@npm:^6.6.0, rxjs@npm:^6.6.3":
"rxjs@npm:^6.6.0, rxjs@npm:^6.6.3":
version: 6.6.7
resolution: "rxjs@npm:6.6.7"
dependencies:
Expand All @@ -19158,6 +19156,15 @@ react-native@0.64.0:
languageName: node
linkType: hard

"rxjs@npm:^7.3.0":
version: 7.3.0
resolution: "rxjs@npm:7.3.0"
dependencies:
tslib: ~2.1.0
checksum: 148b28cdc6701e5d5011079523d1f2475c82b94b6945654b5045050dd4b2e1290de26f53e8e253a9392b57d08ba7b83d97b141bb25bec124c202cd0c24f9d1e5
languageName: node
linkType: hard

"safe-buffer@npm:5.1.2, safe-buffer@npm:~5.1.0, safe-buffer@npm:~5.1.1":
version: 5.1.2
resolution: "safe-buffer@npm:5.1.2"
Expand Down Expand Up @@ -21040,6 +21047,13 @@ react-native@0.64.0:
languageName: node
linkType: hard

"tslib@npm:~2.1.0":
version: 2.1.0
resolution: "tslib@npm:2.1.0"
checksum: d8f5bdd067611651c6b846c2388f4dc8ba1f5af124e66105f5263d1ad56da17f4b8c6566887ca2f205c5a9758451871ceca87d5d06087af2dca1699c5e33db69
languageName: node
linkType: hard

"tsutils@npm:^3.21.0":
version: 3.21.0
resolution: "tsutils@npm:3.21.0"
Expand Down Expand Up @@ -22938,7 +22952,7 @@ react-native@0.64.0:
languageName: node
linkType: hard

"yargs@npm:^16.0.3, yargs@npm:^16.2.0":
"yargs@npm:^16.2.0":
version: 16.2.0
resolution: "yargs@npm:16.2.0"
dependencies:
Expand Down

0 comments on commit 33ed1f1

Please sign in to comment.