Skip to content

chore(deps): update dependency typescript to v4.9.5 #1363

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
Mar 1, 2023
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.34.1",
"semver": "7.3.8",
"ts-node": "10.9.1",
"typescript": "4.8.4"
"typescript": "4.9.5"
},
"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.4.3",
"jest-environment-jsdom": "29.4.3",
"ts-jest": "29.0.5",
"typescript": "4.8.4"
"typescript": "4.9.5"
},
"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.4.3",
"jest-environment-jsdom": "29.4.3",
"ts-jest": "29.0.5",
"typescript": "4.8.4",
"typescript": "4.9.5",
"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.4.3",
"nock": "13.3.0",
"ts-jest": "29.0.5",
"typescript": "4.8.4"
"typescript": "4.9.5"
},
"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.4.3",
"nock": "13.3.0",
"ts-jest": "29.0.5",
"typescript": "4.8.4"
"typescript": "4.9.5"
},
"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.4.3
jest-environment-jsdom: 29.4.3
ts-jest: 29.0.5
typescript: 4.8.4
typescript: 4.9.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -145,7 +145,7 @@ __metadata:
jest: 29.4.3
jest-environment-jsdom: 29.4.3
ts-jest: 29.0.5
typescript: 4.8.4
typescript: 4.9.5
xhr-mock: 2.5.1
languageName: unknown
linkType: soft
Expand All @@ -161,7 +161,7 @@ __metadata:
jest: 29.4.3
nock: 13.3.0
ts-jest: 29.0.5
typescript: 4.8.4
typescript: 4.9.5
languageName: unknown
linkType: soft

Expand All @@ -175,7 +175,7 @@ __metadata:
jest: 29.4.3
nock: 13.3.0
ts-jest: 29.0.5
typescript: 4.8.4
typescript: 4.9.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3645,7 +3645,7 @@ __metadata:
rollup-plugin-typescript2: 0.34.1
semver: 7.3.8
ts-node: 10.9.1
typescript: 4.8.4
typescript: 4.9.5
languageName: unknown
linkType: soft

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

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

"typescript@patch:typescript@^3 || ^4#~builtin<compat/typescript>":
"typescript@patch:typescript@4.9.5#~builtin<compat/typescript>, typescript@patch:typescript@^3 || ^4#~builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=23ec76"
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.4.3",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "4.8.4"
"typescript": "4.9.5"
}
}
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.8.4",
"prettier-plugin-java": "2.0.0",
"renovate-config-algolia": "2.1.10",
"typescript": "4.8.4"
"typescript": "4.9.5"
},
"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.8.3",
"typescript": "4.8.4"
"typescript": "4.9.5"
}
}
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.3",
"ts-node": "10.9.1",
"typescript": "4.8.4"
"typescript": "4.9.5"
},
"engines": {
"node": ">= 14.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 @@ -39,6 +39,6 @@
"semver": "7.3.8",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "4.8.4"
"typescript": "4.9.5"
}
}
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": "18.14.2",
"rollup": "2.79.1",
"typescript": "4.8.4"
"typescript": "4.9.5"
},
{{/isAlgoliasearchClient}}
{{#isAlgoliasearchClient}}
Expand Down Expand Up @@ -119,7 +119,7 @@
"jest": "29.4.3",
"rollup": "2.79.1",
"ts-jest": "29.0.5",
"typescript": "4.8.4"
"typescript": "4.9.5"
},
{{/isAlgoliasearchClient}}
"engines": {
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.4.3",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "4.8.4"
"typescript": "4.9.5"
}
}
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ __metadata:
prettier: 2.8.4
prettier-plugin-java: 2.0.0
renovate-config-algolia: 2.1.10
typescript: 4.8.4
typescript: 4.9.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3985,7 +3985,7 @@ __metadata:
jest: 29.4.3
ts-jest: 29.0.5
ts-node: 10.9.1
typescript: 4.8.4
typescript: 4.9.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5529,7 +5529,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.8.3
typescript: 4.8.4
typescript: 4.9.5
languageName: unknown
linkType: soft

Expand All @@ -5551,7 +5551,7 @@ __metadata:
algoliasearch: "link:../../../clients/algoliasearch-client-javascript/packages/algoliasearch"
dotenv: 16.0.3
ts-node: 10.9.1
typescript: 4.8.4
typescript: 4.9.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -7765,7 +7765,7 @@ __metadata:
semver: 7.3.8
ts-jest: 29.0.5
ts-node: 10.9.1
typescript: 4.8.4
typescript: 4.9.5
languageName: unknown
linkType: soft

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

"typescript@npm:4.8.4":
version: 4.8.4
resolution: "typescript@npm:4.8.4"
"typescript@npm:4.9.5":
version: 4.9.5
resolution: "typescript@npm:4.9.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 3e4f061658e0c8f36c820802fa809e0fd812b85687a9a2f5430bc3d0368e37d1c9605c3ce9b39df9a05af2ece67b1d844f9f6ea8ff42819f13bcb80f85629af0
checksum: ee000bc26848147ad423b581bd250075662a354d84f0e06eb76d3b892328d8d4440b7487b5a83e851b12b255f55d71835b008a66cbf8f255a11e4400159237db
languageName: node
linkType: hard

"typescript@patch:typescript@4.8.4#~builtin<compat/typescript>":
version: 4.8.4
resolution: "typescript@patch:typescript@npm%3A4.8.4#~builtin<compat/typescript>::version=4.8.4&hash=1a91c8"
"typescript@patch:typescript@4.9.5#~builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=23ec76"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: c981e82b77a5acdcc4e69af9c56cdecf5b934a87a08e7b52120596701e389a878b8e3f860e73ffb287bf649cc47a8c741262ce058148f71de4cdd88bb9c75153
checksum: ab417a2f398380c90a6cf5a5f74badd17866adf57f1165617d6a551f059c3ba0a3e4da0d147b3ac5681db9ac76a303c5876394b13b3de75fdd5b1eaa06181c9d
languageName: node
linkType: hard

Expand Down