Skip to content

chore(deps): update dependency typescript to v4.8.3 #1001

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
Sep 11, 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.8.2"
"typescript": "4.8.3"
},
"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.2",
"jest-environment-jsdom": "29.0.2",
"ts-jest": "28.0.8",
"typescript": "4.8.2"
"typescript": "4.8.3"
},
"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.2",
"jest-environment-jsdom": "29.0.2",
"ts-jest": "28.0.8",
"typescript": "4.8.2",
"typescript": "4.8.3",
"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.2",
"nock": "13.2.9",
"ts-jest": "28.0.8",
"typescript": "4.8.2"
"typescript": "4.8.3"
},
"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.2",
"nock": "13.2.9",
"ts-jest": "28.0.8",
"typescript": "4.8.2"
"typescript": "4.8.3"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
14 changes: 7 additions & 7 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.2
jest-environment-jsdom: 29.0.2
ts-jest: 28.0.8
typescript: 4.8.2
typescript: 4.8.3
languageName: unknown
linkType: soft

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

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

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

Expand Down Expand Up @@ -10389,7 +10389,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^3 || ^4":
"typescript@npm:4.8.3, typescript@npm:^3 || ^4":
version: 4.8.3
resolution: "typescript@npm:4.8.3"
bin:
Expand All @@ -10409,7 +10409,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^3 || ^4#~builtin<compat/typescript>":
"typescript@patch:typescript@4.8.3#~builtin<compat/typescript>, typescript@patch:typescript@^3 || ^4#~builtin<compat/typescript>":
version: 4.8.3
resolution: "typescript@patch:typescript@npm%3A4.8.3#~builtin<compat/typescript>::version=4.8.3&hash=a1c5e5"
bin:
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.2",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.8.2"
"typescript": "4.8.3"
}
}
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.8.2"
"typescript": "4.8.3"
},
"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.8.2"
"typescript": "4.8.3"
}
}
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.2",
"ts-node": "10.9.1",
"typescript": "4.8.2"
"typescript": "4.8.3"
},
"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.8.2"
"typescript": "4.8.3"
}
}
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.58",
"rollup": "2.79.0",
"typescript": "4.8.2"
"typescript": "4.8.3"
},
{{/isAlgoliasearchClient}}
{{#isAlgoliasearchClient}}
Expand Down Expand Up @@ -118,7 +118,7 @@
"@types/node": "16.11.58",
"jest": "29.0.2",
"ts-jest": "28.0.8",
"typescript": "4.8.2",
"typescript": "4.8.3",
"rollup": "2.79.0"
},
{{/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.2",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.8.2"
"typescript": "4.8.3"
}
}
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.8.2
typescript: 4.8.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4035,7 +4035,7 @@ __metadata:
jest: 29.0.2
ts-jest: 28.0.8
ts-node: 10.9.1
typescript: 4.8.2
typescript: 4.8.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5532,7 +5532,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.8.2
typescript: 4.8.3
languageName: unknown
linkType: soft

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

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

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

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

"typescript@patch:[email protected].2#~builtin<compat/typescript>":
version: 4.8.2
resolution: "typescript@patch:typescript@npm%3A4.8.2#~builtin<compat/typescript>::version=4.8.2&hash=a1c5e5"
"typescript@patch:[email protected].3#~builtin<compat/typescript>":
version: 4.8.3
resolution: "typescript@patch:typescript@npm%3A4.8.3#~builtin<compat/typescript>::version=4.8.3&hash=a1c5e5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 5cb0f02f414f5405f4b0e7ee1fd7fa9177b6a8783c9017b6cad85f56ce4c4f93e0e6f2ce37e863cb597d44227cd009474c9fbd85bf7a50004e5557426cb58079
checksum: 2222d2382fb3146089b1d27ce2b55e9d1f99cc64118f1aba75809b693b856c5d3c324f052f60c75b577947fc538bc1c27bad0eb76cbdba9a63a253489504ba7e
languageName: node
linkType: hard

Expand Down