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 jest-runner-tsd #12981

Merged
merged 1 commit into from
Jun 30, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion jest.config.ts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default {
modulePathIgnorePatterns: baseConfig.modulePathIgnorePatterns,
roots: ['<rootDir>/packages'],
runner: 'jest-runner-tsd',
testMatch: ['**/__typetests__/**/*.ts'],
testMatch: ['**/__typetests__/**/*.test.ts'],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was picking up packages/jest-worker/__typetests__/testWorker.ts and that is what it should do. Or?

},
],
reporters: ['default', 'github-actions'],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"jest-changed-files": "workspace:*",
"jest-junit": "^13.0.0",
"jest-mock": "workspace:*",
"jest-runner-tsd": "^3.0.1",
"jest-runner-tsd": "^3.1.0",
"jest-silent-reporter": "^0.5.0",
"jest-snapshot": "workspace:*",
"jest-watch-typeahead": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/expect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"chalk": "^4.0.0",
"fast-check": "^3.0.0",
"immutable": "^4.0.0",
"tsd-lite": "^0.5.1"
"tsd-lite": "^0.5.6"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-expect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@tsd/typescript": "~4.7.3",
"tsd-lite": "^0.5.1"
"tsd-lite": "^0.5.6"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@tsd/typescript": "~4.7.3",
"tsd-lite": "^0.5.1"
"tsd-lite": "^0.5.6"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
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 @@ -52,7 +52,7 @@
"@types/node-notifier": "^8.0.0",
"jest-resolve": "^28.1.1",
"mock-fs": "^5.1.2",
"tsd-lite": "^0.5.1"
"tsd-lite": "^0.5.6"
},
"peerDependencies": {
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/graceful-fs": "^4.1.3",
"@types/pnpapi": "^0.0.2",
"@types/resolve": "^1.20.2",
"tsd-lite": "^0.5.1"
"tsd-lite": "^0.5.6"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/graceful-fs": "^4.1.3",
"@types/source-map-support": "^0.5.0",
"jest-jasmine2": "^28.1.2",
"tsd-lite": "^0.5.1"
"tsd-lite": "^0.5.6"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ansi-regex": "^5.0.1",
"ansi-styles": "^5.0.0",
"prettier": "^2.1.1",
"tsd-lite": "^0.5.1"
"tsd-lite": "^0.5.6"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.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 @@ -29,7 +29,7 @@
},
"devDependencies": {
"@tsd/typescript": "~4.7.3",
"tsd-lite": "^0.5.1"
"tsd-lite": "^0.5.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/supports-color": "^8.1.0",
"get-stream": "^6.0.0",
"jest-leak-detector": "^28.1.1",
"tsd-lite": "^0.5.1",
"tsd-lite": "^0.5.6",
"worker-farm": "^1.6.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@tsd/typescript": "~4.7.3",
"tsd-lite": "^0.5.1"
"tsd-lite": "^0.5.6"
},
"peerDependencies": {
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
Expand Down
50 changes: 25 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2627,7 +2627,7 @@ __metadata:
"@tsd/typescript": ~4.7.3
expect: ^28.1.1
jest-snapshot: ^28.1.2
tsd-lite: ^0.5.1
tsd-lite: ^0.5.6
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2711,7 +2711,7 @@ __metadata:
jest-changed-files: "workspace:*"
jest-junit: ^13.0.0
jest-mock: "workspace:*"
jest-runner-tsd: ^3.0.1
jest-runner-tsd: ^3.1.0
jest-silent-reporter: ^0.5.0
jest-snapshot: "workspace:*"
jest-watch-typeahead: ^1.1.0
Expand Down Expand Up @@ -2784,7 +2784,7 @@ __metadata:
string-length: ^4.0.1
strip-ansi: ^6.0.0
terminal-link: ^2.0.0
tsd-lite: ^0.5.1
tsd-lite: ^0.5.6
v8-to-istanbul: ^9.0.1
peerDependencies:
node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
Expand Down Expand Up @@ -2892,7 +2892,7 @@ __metadata:
"@types/node": "*"
"@types/yargs": ^17.0.8
chalk: ^4.0.0
tsd-lite: ^0.5.1
tsd-lite: ^0.5.6
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8360,9 +8360,9 @@ __metadata:
languageName: node
linkType: hard

"create-jest-runner@npm:^0.11.0":
version: 0.11.0
resolution: "create-jest-runner@npm:0.11.0"
"create-jest-runner@npm:^0.11.1":
version: 0.11.1
resolution: "create-jest-runner@npm:0.11.1"
dependencies:
chalk: ^4.1.0
jest-worker: ^28.0.2
Expand All @@ -8377,7 +8377,7 @@ __metadata:
optional: true
bin:
create-jest-runner: generator/index.js
checksum: 2ff2ff4f747c695a04c5ab3106b99a7bf4c6ddd567aad7af11d336a90105b2459ec1d31a6ac7b020ec32a0329843ea696e5706be8502e1c9fd5e50f21b099748
checksum: 6fc69d9fe3cd852155f73fbb423e834ba88e33d9f2f6f5bf76fbddc18ed54f73d3e037e83fe0c3f0a279b34f6b83555cd7a43557e20f58aa001c08fe5b3ccb0d
languageName: node
linkType: hard

Expand Down Expand Up @@ -10351,7 +10351,7 @@ __metadata:
jest-matcher-utils: ^28.1.1
jest-message-util: ^28.1.1
jest-util: ^28.1.1
tsd-lite: ^0.5.1
tsd-lite: ^0.5.6
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -13467,7 +13467,7 @@ __metadata:
"@jest/types": ^28.1.1
"@tsd/typescript": ~4.7.3
"@types/node": "*"
tsd-lite: ^0.5.1
tsd-lite: ^0.5.6
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -13560,21 +13560,21 @@ __metadata:
resolve: ^1.20.0
resolve.exports: ^1.1.0
slash: ^3.0.0
tsd-lite: ^0.5.1
tsd-lite: ^0.5.6
languageName: unknown
linkType: soft

"jest-runner-tsd@npm:^3.0.1":
version: 3.0.1
resolution: "jest-runner-tsd@npm:3.0.1"
"jest-runner-tsd@npm:^3.1.0":
version: 3.1.0
resolution: "jest-runner-tsd@npm:3.1.0"
dependencies:
"@babel/code-frame": ^7.15.8
chalk: ^4.1.2
create-jest-runner: ^0.11.0
tsd-lite: ^0.5.0
create-jest-runner: ^0.11.1
tsd-lite: ^0.5.4
peerDependencies:
"@tsd/typescript": ^3.8.3 || ^4.0.7
checksum: 8613e3feefdfc6d34a91fc73306b56b95c491e1723135a8db044797aa4eb5d7f75bc86bca20a458f5b402124c3db03769cc5001f88a49d6f3d4294530392cfc8
checksum: c080b642cadac452c2a1da3e27abafe809a223f1f60c4929115a06d368e89417210599ae73b65bad514ae7b869c52dd6fefc71216f6e088e41cd86239cf17273
languageName: node
linkType: hard

Expand Down Expand Up @@ -13608,7 +13608,7 @@ __metadata:
jest-worker: ^28.1.1
p-limit: ^3.1.0
source-map-support: 0.5.13
tsd-lite: ^0.5.1
tsd-lite: ^0.5.6
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -13703,7 +13703,7 @@ __metadata:
prettier: ^2.1.1
pretty-format: ^28.1.1
semver: ^7.3.5
tsd-lite: ^0.5.1
tsd-lite: ^0.5.6
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -13848,7 +13848,7 @@ __metadata:
jest-leak-detector: ^28.1.1
merge-stream: ^2.0.0
supports-color: ^8.0.0
tsd-lite: ^0.5.1
tsd-lite: ^0.5.6
worker-farm: ^1.6.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -13893,7 +13893,7 @@ __metadata:
"@tsd/typescript": ~4.7.3
import-local: ^3.0.2
jest-cli: ^28.1.2
tsd-lite: ^0.5.1
tsd-lite: ^0.5.6
peerDependencies:
node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
peerDependenciesMeta:
Expand Down Expand Up @@ -21467,12 +21467,12 @@ __metadata:
languageName: node
linkType: hard

"tsd-lite@npm:^0.5.0, tsd-lite@npm:^0.5.1":
version: 0.5.3
resolution: "tsd-lite@npm:0.5.3"
"tsd-lite@npm:^0.5.4, tsd-lite@npm:^0.5.6":
version: 0.5.6
resolution: "tsd-lite@npm:0.5.6"
peerDependencies:
"@tsd/typescript": ^3.8.3 || ^4.0.7
checksum: b1a5ffcd584b66e34173f0182d4cc7b2c5a145655346f9014318dd16a7ab3418d462df1cfa13923f79628e7900e5b8992c1210f59492adc9b7ef242b2026ab14
checksum: b4773258ba3e2acfcac0c133060b09de4af8fca8385888eb5483163b40b87c5ba30420afeef3f6914cbd72546d47578d27d3f6862bf2e399c62822d0b75a8f1f
languageName: node
linkType: hard

Expand Down