Skip to content

chore(deps): update dependency @types/jest to v28.1.7 #941

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

Merged
merged 1 commit into from
Aug 21, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/runtime": "7.18.9",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-node-resolve": "13.3.0",
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/node": "16.11.47",
"@types/rollup-plugin-node-globals": "1.4.1",
"@types/semver": "7.3.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/node": "16.11.47",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@algolia/client-common": "5.0.0-alpha.10"
},
"devDependencies": {
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/node": "16.11.47",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@algolia/client-common": "5.0.0-alpha.10"
},
"devDependencies": {
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/node": "16.11.47",
"cross-fetch": "3.1.5",
"jest": "28.1.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@algolia/client-common": "5.0.0-alpha.10"
},
"devDependencies": {
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/node": "16.11.47",
"jest": "28.1.3",
"nock": "13.2.9",
Expand Down
22 changes: 16 additions & 6 deletions clients/algoliasearch-client-javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@algolia/client-common@workspace:packages/client-common"
dependencies:
"@types/jest": 28.1.6
"@types/jest": 28.1.7
"@types/node": 16.11.47
jest: 28.1.3
jest-environment-jsdom: 28.1.3
Expand Down Expand Up @@ -140,7 +140,7 @@ __metadata:
resolution: "@algolia/requester-browser-xhr@workspace:packages/requester-browser-xhr"
dependencies:
"@algolia/client-common": 5.0.0-alpha.10
"@types/jest": 28.1.6
"@types/jest": 28.1.7
"@types/node": 16.11.47
jest: 28.1.3
jest-environment-jsdom: 28.1.3
Expand All @@ -155,7 +155,7 @@ __metadata:
resolution: "@algolia/requester-fetch@workspace:packages/requester-fetch"
dependencies:
"@algolia/client-common": 5.0.0-alpha.10
"@types/jest": 28.1.6
"@types/jest": 28.1.7
"@types/node": 16.11.47
cross-fetch: 3.1.5
jest: 28.1.3
Expand All @@ -170,7 +170,7 @@ __metadata:
resolution: "@algolia/requester-node-http@workspace:packages/requester-node-http"
dependencies:
"@algolia/client-common": 5.0.0-alpha.10
"@types/jest": 28.1.6
"@types/jest": 28.1.7
"@types/node": 16.11.47
jest: 28.1.3
nock: 13.2.9
Expand Down Expand Up @@ -3543,6 +3543,16 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:28.1.7":
version: 28.1.7
resolution: "@types/jest@npm:28.1.7"
dependencies:
expect: ^28.0.0
pretty-format: ^28.0.0
checksum: 17c9bf9667cd4f062eba5aa9eaea248927bf6479da1cc009e0b7d26d501f460f068dd23eddb67d2602264e915a30b63ae7c9cbb516723ffd18589f6f9d267d43
languageName: node
linkType: hard

"@types/jsdom@npm:^16.2.4":
version: 16.2.14
resolution: "@types/jsdom@npm:16.2.14"
Expand Down Expand Up @@ -3798,7 +3808,7 @@ __metadata:
"@babel/runtime": 7.18.9
"@rollup/plugin-babel": 5.3.1
"@rollup/plugin-node-resolve": 13.3.0
"@types/jest": 28.1.6
"@types/jest": 28.1.7
"@types/node": 16.11.47
"@types/rollup-plugin-node-globals": 1.4.1
"@types/semver": 7.3.10
Expand Down Expand Up @@ -5386,7 +5396,7 @@ __metadata:
languageName: node
linkType: hard

"expect@npm:^28.1.3":
"expect@npm:^28.0.0, expect@npm:^28.1.3":
version: 28.1.3
resolution: "expect@npm:28.1.3"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"eslint": "8.21.0",
"jest": "28.1.3",
"ts-jest": "28.0.7",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@octokit/rest": "19.0.4",
"@types/folder-hash": "4.0.2",
"@types/inquirer": "8.2.3",
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/js-yaml": "4.0.5",
"@types/micromatch": "4.0.2",
"@types/mustache": "4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion templates/javascript/clients/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"{{{npmNamespace}}}/requester-node-http": "{{utilsPackageVersion}}"
},
"devDependencies": {
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/node": "16.11.47",
"jest": "28.1.3",
"ts-jest": "28.0.7",
Expand Down
2 changes: 1 addition & 1 deletion templates/javascript/tests/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"{{{npmNamespace}}}/requester-node-http": "{{utilsPackageVersion}}"
},
"devDependencies": {
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/node": "16.11.47",
"jest": "28.1.3",
"ts-jest": "28.0.7",
Expand Down
42 changes: 9 additions & 33 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2364,13 +2364,13 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:28.1.6":
version: 28.1.6
resolution: "@types/jest@npm:28.1.6"
"@types/jest@npm:28.1.7":
version: 28.1.7
resolution: "@types/jest@npm:28.1.7"
dependencies:
jest-matcher-utils: ^28.0.0
expect: ^28.0.0
pretty-format: ^28.0.0
checksum: f2ba5fbefc8f44d1c16ee19d8d2811bca75754a2846e222287f2788d96062801c568215e6b81eb532a48e8cb2a7282729da1d4f6fb496831da8269c5abaad4c5
checksum: 17c9bf9667cd4f062eba5aa9eaea248927bf6479da1cc009e0b7d26d501f460f068dd23eddb67d2602264e915a30b63ae7c9cbb516723ffd18589f6f9d267d43
languageName: node
linkType: hard

Expand Down Expand Up @@ -4034,7 +4034,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "eslint-plugin-automation-custom@workspace:eslint"
dependencies:
"@types/jest": 28.1.6
"@types/jest": 28.1.7
eslint: 8.21.0
jest: 28.1.3
ts-jest: 28.0.7
Expand Down Expand Up @@ -4377,7 +4377,7 @@ __metadata:
languageName: node
linkType: hard

"expect@npm:^28.1.3":
"expect@npm:^28.0.0, expect@npm:^28.1.3":
version: 28.1.3
resolution: "expect@npm:28.1.3"
dependencies:
Expand Down Expand Up @@ -5671,18 +5671,6 @@ __metadata:
languageName: node
linkType: hard

"jest-diff@npm:^28.1.1":
version: 28.1.1
resolution: "jest-diff@npm:28.1.1"
dependencies:
chalk: ^4.0.0
diff-sequences: ^28.1.1
jest-get-type: ^28.0.2
pretty-format: ^28.1.1
checksum: d9e0355880bee8728f7615ac0f03c66dcd4e93113935cca056a5f5a2f20ac2c7812aca6ad68e79bd1b11f2428748bd9123e6b1c7e51c93b4da3dfa5a875339f7
languageName: node
linkType: hard

"jest-diff@npm:^28.1.3":
version: 28.1.3
resolution: "jest-diff@npm:28.1.3"
Expand Down Expand Up @@ -5771,18 +5759,6 @@ __metadata:
languageName: node
linkType: hard

"jest-matcher-utils@npm:^28.0.0":
version: 28.1.1
resolution: "jest-matcher-utils@npm:28.1.1"
dependencies:
chalk: ^4.0.0
jest-diff: ^28.1.1
jest-get-type: ^28.0.2
pretty-format: ^28.1.1
checksum: cb73ccd347638cd761ef7e0b606fbd71c115bd8febe29413f7b105fff6855d4356b8094c6b72393c5457db253b9c163498f188f25f9b6308c39c510e4c2886ee
languageName: node
linkType: hard

"jest-matcher-utils@npm:^28.1.3":
version: 28.1.3
resolution: "jest-matcher-utils@npm:28.1.3"
Expand Down Expand Up @@ -7392,7 +7368,7 @@ __metadata:
languageName: node
linkType: hard

"pretty-format@npm:^28.0.0, pretty-format@npm:^28.1.1":
"pretty-format@npm:^28.0.0":
version: 28.1.1
resolution: "pretty-format@npm:28.1.1"
dependencies:
Expand Down Expand Up @@ -7727,7 +7703,7 @@ __metadata:
"@octokit/rest": 19.0.4
"@types/folder-hash": 4.0.2
"@types/inquirer": 8.2.3
"@types/jest": 28.1.6
"@types/jest": 28.1.7
"@types/js-yaml": 4.0.5
"@types/micromatch": 4.0.2
"@types/mustache": 4.2.1
Expand Down