Skip to content

chore(deps): update dependency typescript to v4.8.2 #967

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 29, 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 @@ -36,7 +36,7 @@
"rollup-plugin-typescript2": "0.33.0",
"semver": "7.3.7",
"ts-node": "10.9.1",
"typescript": "4.7.4"
"typescript": "4.8.2"
},
"engines": {
"node": ">= 14.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"jest": "29.0.1",
"jest-environment-jsdom": "29.0.1",
"ts-jest": "28.0.8",
"typescript": "4.7.4"
"typescript": "4.8.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jest": "29.0.1",
"jest-environment-jsdom": "29.0.1",
"ts-jest": "28.0.8",
"typescript": "4.7.4",
"typescript": "4.8.2",
"xhr-mock": "2.5.1"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"jest": "29.0.1",
"nock": "13.2.9",
"ts-jest": "28.0.8",
"typescript": "4.7.4"
"typescript": "4.8.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jest": "29.0.1",
"nock": "13.2.9",
"ts-jest": "28.0.8",
"typescript": "4.7.4"
"typescript": "4.8.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
30 changes: 25 additions & 5 deletions clients/algoliasearch-client-javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ __metadata:
jest: 29.0.1
jest-environment-jsdom: 29.0.1
ts-jest: 28.0.8
typescript: 4.7.4
typescript: 4.8.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -145,7 +145,7 @@ __metadata:
jest: 29.0.1
jest-environment-jsdom: 29.0.1
ts-jest: 28.0.8
typescript: 4.7.4
typescript: 4.8.2
xhr-mock: 2.5.1
languageName: unknown
linkType: soft
Expand All @@ -161,7 +161,7 @@ __metadata:
jest: 29.0.1
nock: 13.2.9
ts-jest: 28.0.8
typescript: 4.7.4
typescript: 4.8.2
languageName: unknown
linkType: soft

Expand All @@ -175,7 +175,7 @@ __metadata:
jest: 29.0.1
nock: 13.2.9
ts-jest: 28.0.8
typescript: 4.7.4
typescript: 4.8.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4132,7 +4132,7 @@ __metadata:
rollup-plugin-typescript2: 0.33.0
semver: 7.3.7
ts-node: 10.9.1
typescript: 4.7.4
typescript: 4.8.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -10723,6 +10723,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:4.8.2":
version: 4.8.2
resolution: "typescript@npm:4.8.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 7f5b81d0d558c9067f952c7af52ab7f19c2e70a916817929e4a5b256c93990bf3178eccb1ac8a850bc75df35f6781b6f4cb3370ce20d8b1ded92ed462348f628
languageName: node
linkType: hard

"typescript@patch:[email protected]#~builtin<compat/typescript>":
version: 4.7.4
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=f456af"
Expand All @@ -10733,6 +10743,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:[email protected]#~builtin<compat/typescript>":
version: 4.8.2
resolution: "typescript@patch:typescript@npm%3A4.8.2#~builtin<compat/typescript>::version=4.8.2&hash=f456af"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 6f49363af8af2fe480da1d5fa68712644438785208b06690a3cbe5e7365fd652c3a0f1e587bc8684d78fb69de3dde4de185c0bad7bb4f3664ddfc813ce8caad6
languageName: node
linkType: hard

"uglify-js@npm:^3.1.4":
version: 3.16.2
resolution: "uglify-js@npm:3.16.2"
Expand Down
2 changes: 1 addition & 1 deletion eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"jest": "29.0.1",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.7.4"
"typescript": "4.8.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"prettier": "2.7.1",
"prettier-plugin-java": "1.6.2",
"renovate-config-algolia": "2.1.10",
"typescript": "4.7.4"
"typescript": "4.8.2"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion playground/javascript/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"parcel": "2.7.0",
"typescript": "4.7.4"
"typescript": "4.8.2"
}
}
2 changes: 1 addition & 1 deletion playground/javascript/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"dotenv": "16.0.1",
"ts-node": "10.9.1",
"typescript": "4.7.4"
"typescript": "4.8.2"
},
"engines": {
"node": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"semver": "7.3.7",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.7.4"
"typescript": "4.8.2"
}
}
4 changes: 2 additions & 2 deletions templates/javascript/clients/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@types/node": "16.11.56",
"rollup": "2.78.1",
"typescript": "4.7.4"
"typescript": "4.8.2"
},
{{/isAlgoliasearchClient}}
{{#isAlgoliasearchClient}}
Expand Down Expand Up @@ -118,7 +118,7 @@
"@types/node": "16.11.56",
"jest": "29.0.1",
"ts-jest": "28.0.8",
"typescript": "4.7.4",
"typescript": "4.8.2",
"rollup": "2.78.1"
},
{{/isAlgoliasearchClient}}
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 @@ -17,6 +17,6 @@
"jest": "29.0.1",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.7.4"
"typescript": "4.8.2"
}
}
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ __metadata:
prettier: 2.7.1
prettier-plugin-java: 1.6.2
renovate-config-algolia: 2.1.10
typescript: 4.7.4
typescript: 4.8.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4099,7 +4099,7 @@ __metadata:
jest: 29.0.1
ts-jest: 28.0.8
ts-node: 10.9.1
typescript: 4.7.4
typescript: 4.8.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5616,7 +5616,7 @@ __metadata:
"@algolia/requester-browser-xhr": "link:../../../clients/algoliasearch-client-javascript/packages/requester-node-http"
algoliasearch: "link:../../../clients/algoliasearch-client-javascript/packages/algoliasearch"
parcel: 2.7.0
typescript: 4.7.4
typescript: 4.8.2
languageName: unknown
linkType: soft

Expand All @@ -5638,7 +5638,7 @@ __metadata:
algoliasearch: "link:../../../clients/algoliasearch-client-javascript/packages/algoliasearch"
dotenv: 16.0.1
ts-node: 10.9.1
typescript: 4.7.4
typescript: 4.8.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -7872,7 +7872,7 @@ __metadata:
semver: 7.3.7
ts-jest: 28.0.8
ts-node: 10.9.1
typescript: 4.7.4
typescript: 4.8.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8607,23 +8607,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:4.7.4":
version: 4.7.4
resolution: "typescript@npm:4.7.4"
"typescript@npm:4.8.2":
version: 4.8.2
resolution: "typescript@npm:4.8.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 5750181b1cd7e6482c4195825547e70f944114fb47e58e4aa7553e62f11b3f3173766aef9c281783edfd881f7b8299cf35e3ca8caebe73d8464528c907a164df
checksum: 7f5b81d0d558c9067f952c7af52ab7f19c2e70a916817929e4a5b256c93990bf3178eccb1ac8a850bc75df35f6781b6f4cb3370ce20d8b1ded92ed462348f628
languageName: node
linkType: hard

"typescript@patch:typescript@4.7.4#~builtin<compat/typescript>":
version: 4.7.4
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=f456af"
"typescript@patch:typescript@4.8.2#~builtin<compat/typescript>":
version: 4.8.2
resolution: "typescript@patch:typescript@npm%3A4.8.2#~builtin<compat/typescript>::version=4.8.2&hash=f456af"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 9096d8f6c16cb80ef3bf96fcbbd055bf1c4a43bd14f3b7be45a9fbe7ada46ec977f604d5feed3263b4f2aa7d4c7477ce5f9cd87de0d6feedec69a983f3a4f93e
checksum: 6f49363af8af2fe480da1d5fa68712644438785208b06690a3cbe5e7365fd652c3a0f1e587bc8684d78fb69de3dde4de185c0bad7bb4f3664ddfc813ce8caad6
languageName: node
linkType: hard

Expand Down