Skip to content

chore(deps): dependencies 2022-11-21 #1138

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

Closed
wants to merge 5 commits into from
Closed
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
783 changes: 0 additions & 783 deletions .yarn/releases/yarn-3.2.3.cjs

This file was deleted.

807 changes: 807 additions & 0 deletions .yarn/releases/yarn-3.3.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.2.3.cjs
yarnPath: .yarn/releases/yarn-3.3.0.cjs
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.0",
"semver": "7.3.7",
"ts-node": "10.9.1",
"typescript": "4.8.3"
"typescript": "4.9.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.3.1",
"jest-environment-jsdom": "29.3.1",
"ts-jest": "28.0.8",
"typescript": "4.8.3"
"typescript": "4.9.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.3.1",
"jest-environment-jsdom": "29.3.1",
"ts-jest": "28.0.8",
"typescript": "4.8.3",
"typescript": "4.9.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.3.1",
"nock": "13.2.9",
"ts-jest": "28.0.8",
"typescript": "4.8.3"
"typescript": "4.9.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.3.1",
"nock": "13.2.9",
"ts-jest": "28.0.8",
"typescript": "4.8.3"
"typescript": "4.9.3"
},
"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.3.1
jest-environment-jsdom: 29.3.1
ts-jest: 28.0.8
typescript: 4.8.3
typescript: 4.9.3
languageName: unknown
linkType: soft

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

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

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

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

"typescript@npm:4.9.3":
version: 4.9.3
resolution: "typescript@npm:4.9.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 17b8f816050b412403e38d48eef0e893deb6be522d6dc7caf105e54a72e34daf6835c447735fd2b28b66784e72bfbf87f627abb4818a8e43d1fa8106396128dc
languageName: node
linkType: hard

"typescript@patch:[email protected]#~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"
Expand All @@ -9904,6 +9914,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:[email protected]#~builtin<compat/typescript>":
version: 4.9.3
resolution: "typescript@patch:typescript@npm%3A4.9.3#~builtin<compat/typescript>::version=4.9.3&hash=a1c5e5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: ef65c22622d864497d0a0c5db693523329b3284c15fe632e93ad9aa059e8dc38ef3bd767d6f26b1e5ecf9446f49bd0f6c4e5714a2eeaf352805dc002479843d1
languageName: node
linkType: hard

"uglify-js@npm:^3.1.4":
version: 3.17.0
resolution: "uglify-js@npm:3.17.0"
Expand Down
4 changes: 2 additions & 2 deletions eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"devDependencies": {
"@types/jest": "28.1.8",
"eslint": "8.27.0",
"eslint": "8.28.0",
"jest": "29.3.1",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.8.3"
"typescript": "4.9.3"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"@openapitools/openapi-generator-cli": "2.5.1",
"@prettier/plugin-php": "0.19.1",
"@redocly/openapi-cli": "1.0.0-beta.94",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"babel-eslint": "10.1.0",
"eslint": "8.27.0",
"eslint": "8.28.0",
"eslint-config-algolia": "20.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-algolia": "2.0.0",
Expand All @@ -56,9 +56,9 @@
"prettier": "2.7.1",
"prettier-plugin-java": "1.6.2",
"renovate-config-algolia": "2.1.10",
"typescript": "4.8.3"
"typescript": "4.9.3"
},
"packageManager": "yarn@3.2.3",
"packageManager": "yarn@3.3.0",
"engines": {
"node": "^16.0.0",
"yarn": "^3.0.0"
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.0",
"typescript": "4.8.3"
"typescript": "4.9.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.3"
"typescript": "4.9.3"
},
"engines": {
"node": "^16.0.0",
Expand Down
4 changes: 2 additions & 2 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"chalk": "4.1.2",
"commander": "9.4.0",
"dotenv": "16.0.2",
"eslint": "8.27.0",
"eslint": "8.28.0",
"execa": "5.1.1",
"folder-hash": "4.0.2",
"fs-extra": "10.1.0",
Expand All @@ -38,6 +38,6 @@
"semver": "7.3.7",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.8.3"
"typescript": "4.9.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.59",
"rollup": "2.79.1",
"typescript": "4.8.3"
"typescript": "4.9.3"
},
{{/isAlgoliasearchClient}}
{{#isAlgoliasearchClient}}
Expand Down Expand Up @@ -118,7 +118,7 @@
"@types/node": "16.11.59",
"jest": "29.3.1",
"ts-jest": "28.0.8",
"typescript": "4.8.3",
"typescript": "4.9.3",
"rollup": "2.79.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.3.1",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.8.3"
"typescript": "4.9.3"
}
}
Loading