Skip to content

Commit 47b567f

Browse files
algolia-botrenovate[bot]shortcuts
authoredJan 6, 2025··
chore(deps): dependencies 2025-01-06 [skip-bc] (#4299)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
1 parent 47f83e6 commit 47b567f

File tree

23 files changed

+484
-645
lines changed

23 files changed

+484
-645
lines changed
 

‎.github/actions/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ runs:
139139
- name: Install poetry
140140
if: ${{ inputs.language == 'python' }}
141141
shell: bash
142-
run: pipx install poetry
142+
run: pipx install poetry==2
143143

144144
- uses: actions/setup-python@v5
145145
if: ${{ inputs.language == 'python' }}

‎clients/algoliasearch-client-javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:bundle": "lerna run test:bundle --verbose --include-dependencies"
1616
},
1717
"devDependencies": {
18-
"@types/node": "22.10.2",
18+
"@types/node": "22.10.5",
1919
"bundlewatch": "0.4.0",
2020
"execa": "9.5.2",
2121
"lerna": "8.1.9",

‎clients/algoliasearch-client-javascript/packages/client-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@arethetypeswrong/cli": "0.17.2",
39-
"@types/node": "22.10.2",
39+
"@types/node": "22.10.5",
4040
"jsdom": "25.0.1",
4141
"publint": "0.2.12",
4242
"ts-node": "10.9.2",

‎clients/algoliasearch-client-javascript/packages/client-composition/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.2",
59-
"@types/node": "22.10.2",
59+
"@types/node": "22.10.5",
6060
"publint": "0.2.12",
6161
"rollup": "4.29.1",
6262
"tsup": "8.3.5",

‎clients/algoliasearch-client-javascript/packages/logger-console/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@arethetypeswrong/cli": "0.17.2",
39-
"@types/node": "22.10.2",
39+
"@types/node": "22.10.5",
4040
"jsdom": "25.0.1",
4141
"publint": "0.2.12",
4242
"ts-node": "10.9.2",

‎clients/algoliasearch-client-javascript/packages/requester-browser-xhr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@arethetypeswrong/cli": "0.17.2",
39-
"@types/node": "22.10.2",
39+
"@types/node": "22.10.5",
4040
"jsdom": "25.0.1",
4141
"publint": "0.2.12",
4242
"tsup": "8.3.5",

‎clients/algoliasearch-client-javascript/packages/requester-fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"devDependencies": {
5454
"@arethetypeswrong/cli": "0.17.2",
55-
"@types/node": "22.10.2",
55+
"@types/node": "22.10.5",
5656
"cross-fetch": "4.1.0",
5757
"nock": "13.5.6",
5858
"publint": "0.2.12",

‎clients/algoliasearch-client-javascript/packages/requester-node-http/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@arethetypeswrong/cli": "0.17.2",
42-
"@types/node": "22.10.2",
42+
"@types/node": "22.10.5",
4343
"nock": "13.5.6",
4444
"publint": "0.2.12",
4545
"tsup": "8.3.5",

‎clients/algoliasearch-client-javascript/packages/requester-testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@arethetypeswrong/cli": "0.17.2",
53-
"@types/node": "22.10.2",
53+
"@types/node": "22.10.5",
5454
"publint": "0.2.12",
5555
"tsup": "8.3.5",
5656
"typescript": "5.7.2"

‎clients/algoliasearch-client-javascript/yarn.lock

+17-8
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ __metadata:
4444
resolution: "@algolia/client-common@workspace:packages/client-common"
4545
dependencies:
4646
"@arethetypeswrong/cli": "npm:0.17.2"
47-
"@types/node": "npm:22.10.2"
47+
"@types/node": "npm:22.10.5"
4848
jsdom: "npm:25.0.1"
4949
publint: "npm:0.2.12"
5050
ts-node: "npm:10.9.2"
@@ -63,7 +63,7 @@ __metadata:
6363
"@algolia/requester-fetch": "npm:5.18.0"
6464
"@algolia/requester-node-http": "npm:5.18.0"
6565
"@arethetypeswrong/cli": "npm:0.17.2"
66-
"@types/node": "npm:22.10.2"
66+
"@types/node": "npm:22.10.5"
6767
publint: "npm:0.2.12"
6868
rollup: "npm:4.29.1"
6969
tsup: "npm:8.3.5"
@@ -162,7 +162,7 @@ __metadata:
162162
dependencies:
163163
"@algolia/client-common": "npm:5.18.0"
164164
"@arethetypeswrong/cli": "npm:0.17.2"
165-
"@types/node": "npm:22.10.2"
165+
"@types/node": "npm:22.10.5"
166166
jsdom: "npm:25.0.1"
167167
publint: "npm:0.2.12"
168168
ts-node: "npm:10.9.2"
@@ -212,7 +212,7 @@ __metadata:
212212
dependencies:
213213
"@algolia/client-common": "npm:5.18.0"
214214
"@arethetypeswrong/cli": "npm:0.17.2"
215-
"@types/node": "npm:22.10.2"
215+
"@types/node": "npm:22.10.5"
216216
jsdom: "npm:25.0.1"
217217
publint: "npm:0.2.12"
218218
tsup: "npm:8.3.5"
@@ -228,7 +228,7 @@ __metadata:
228228
dependencies:
229229
"@algolia/client-common": "npm:5.18.0"
230230
"@arethetypeswrong/cli": "npm:0.17.2"
231-
"@types/node": "npm:22.10.2"
231+
"@types/node": "npm:22.10.5"
232232
cross-fetch: "npm:4.1.0"
233233
nock: "npm:13.5.6"
234234
publint: "npm:0.2.12"
@@ -244,7 +244,7 @@ __metadata:
244244
dependencies:
245245
"@algolia/client-common": "npm:5.18.0"
246246
"@arethetypeswrong/cli": "npm:0.17.2"
247-
"@types/node": "npm:22.10.2"
247+
"@types/node": "npm:22.10.5"
248248
nock: "npm:13.5.6"
249249
publint: "npm:0.2.12"
250250
tsup: "npm:8.3.5"
@@ -262,7 +262,7 @@ __metadata:
262262
"@algolia/requester-fetch": "npm:5.18.0"
263263
"@algolia/requester-node-http": "npm:5.18.0"
264264
"@arethetypeswrong/cli": "npm:0.17.2"
265-
"@types/node": "npm:22.10.2"
265+
"@types/node": "npm:22.10.5"
266266
publint: "npm:0.2.12"
267267
tsup: "npm:8.3.5"
268268
typescript: "npm:5.7.2"
@@ -2143,6 +2143,15 @@ __metadata:
21432143
languageName: node
21442144
linkType: hard
21452145

2146+
"@types/node@npm:22.10.5":
2147+
version: 22.10.5
2148+
resolution: "@types/node@npm:22.10.5"
2149+
dependencies:
2150+
undici-types: "npm:~6.20.0"
2151+
checksum: 10/a5366961ffa9921e8f15435bc18ea9f8b7a7bb6b3d92dd5e93ebcd25e8af65708872bd8e6fee274b4655bab9ca80fbff9f0e42b5b53857790f13cf68cf4cbbfc
2152+
languageName: node
2153+
linkType: hard
2154+
21462155
"@types/normalize-package-data@npm:^2.4.0":
21472156
version: 2.4.4
21482157
resolution: "@types/normalize-package-data@npm:2.4.4"
@@ -2326,7 +2335,7 @@ __metadata:
23262335
version: 0.0.0-use.local
23272336
resolution: "algoliasearch-client-javascript@workspace:."
23282337
dependencies:
2329-
"@types/node": "npm:22.10.2"
2338+
"@types/node": "npm:22.10.5"
23302339
bundlewatch: "npm:0.4.0"
23312340
execa: "npm:9.5.2"
23322341
lerna: "npm:8.1.9"

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@openapitools/openapi-generator-cli": "2.15.3",
35-
"@redocly/cli": "1.26.1",
35+
"@redocly/cli": "1.27.0",
3636
"eslint": "8.57.1",
3737
"eslint-plugin-automation-custom": "1.0.0",
3838
"eslint-plugin-json": "4.0.1",

‎playground/javascript/browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"globals": "15.14.0",
2828
"typescript": "5.7.2",
2929
"typescript-eslint": "8.19.0",
30-
"vite": "6.0.6"
30+
"vite": "6.0.7"
3131
},
3232
"packageManager": "yarn@4.6.0"
3333
}

‎playground/python/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
argcomplete==3.5.2
1+
argcomplete==3.5.3
22
click==8.1.8
33
packaging==24.2
44
pipx==1.7.1

‎scripts/cts/runCts.ts

+4-7
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,10 @@ async function runCtsOne(language: Language, suites: Record<CTSType, boolean>):
9292
);
9393
break;
9494
case 'python':
95-
await run(
96-
`poetry lock --no-update && poetry install --sync && poetry run pytest -vv ${filter((f) => `tests/${f}`)}`,
97-
{
98-
cwd,
99-
language,
100-
},
101-
);
95+
await run(`poetry lock && poetry sync && poetry run pytest -vv ${filter((f) => `tests/${f}`)}`, {
96+
cwd,
97+
language,
98+
});
10299
break;
103100
case 'ruby':
104101
await run(`bundle install && bundle exec rake ${filter((f) => `test:${f}`)} --trace`, {

‎scripts/docker/Dockerfile.base

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ COPY --from=python-builder /usr/local/lib/ /usr/local/lib/
4141
RUN echo "export PATH=$PATH:/usr/local/bin/python" >> ~/.profile \
4242
&& echo "export PATH=$PATH:/usr/local/bin/pip" >> ~/.profile \
4343
&& pip install --upgrade pip pipx && pipx ensurepath \
44-
&& pipx install poetry
44+
&& pipx install poetry==2
4545
ENV VIRTUAL_ENV=/opt/env
4646
RUN python -m venv $VIRTUAL_ENV
4747
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

‎scripts/formatter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export async function formatter(language: string, cwd: string): Promise<void> {
5454
break;
5555
case 'python':
5656
await run(
57-
'poetry lock --no-update && poetry install --sync && pip freeze > requirements.txt && poetry run ruff check --fix --unsafe-fixes && poetry run ruff format',
57+
'poetry lock && poetry sync --no-root && pip freeze > requirements.txt && poetry run ruff check --fix --unsafe-fixes && poetry run ruff format',
5858
{ cwd, language },
5959
);
6060
if (!cwd.includes('tests')) {

‎scripts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/folder-hash": "4.0.4",
3232
"@types/fs-extra": "11.0.4",
3333
"@types/js-yaml": "4.0.9",
34-
"@types/node": "22.10.2",
34+
"@types/node": "22.10.5",
3535
"@types/semver": "7.5.8",
3636
"@types/spinnies": "0.5.3",
3737
"chai": "5.1.2",
@@ -42,7 +42,7 @@
4242
"esbuild": "0.24.2",
4343
"execa": "9.5.2",
4444
"express": "4.21.2",
45-
"folder-hash": "4.0.4",
45+
"folder-hash": "4.1.0",
4646
"fs-extra": "11.2.0",
4747
"httpsnippet": "3.0.9",
4848
"js-yaml": "4.1.0",

‎scripts/playground.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export async function playground({ language, client }: { language: AllLanguage;
3434
await run(`php ${client}.php`, { cwd: 'playground/php/src', language });
3535
break;
3636
case 'python':
37-
await run(`poetry lock --no-update && poetry install --sync && poetry run ${client}`, {
37+
await run(`poetry lock && poetry sync && poetry run ${client}`, {
3838
cwd: 'playground/python',
3939
language,
4040
});

‎templates/javascript/clients/package.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"vitest": "2.1.8",
138138
{{/isAlgoliasearchClient}}
139139
"@arethetypeswrong/cli": "0.17.2",
140-
"@types/node": "22.10.2",
140+
"@types/node": "22.10.5",
141141
"publint": "0.2.12",
142142
"rollup": "4.29.1",
143143
"tsup": "8.3.5",

‎templates/javascript/tests/package.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@algolia/requester-testing": "link:../../../clients/algoliasearch-client-javascript/packages/requester-testing"
1212
},
1313
"devDependencies": {
14-
"@types/node": "22.10.2",
14+
"@types/node": "22.10.5",
1515
"dotenv": "16.4.7",
1616
"typescript": "5.7.2",
1717
"vitest": "2.1.8"

‎website/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
},
2222
"dependencies": {
2323
"@algolia/ui-library": "6.4.0",
24-
"@docusaurus/core": "3.6.3",
25-
"@docusaurus/preset-classic": "3.6.3",
26-
"@docusaurus/types": "3.6.3",
24+
"@docusaurus/core": "3.7.0",
25+
"@docusaurus/preset-classic": "3.7.0",
26+
"@docusaurus/types": "3.7.0",
2727
"@mdx-js/react": "3.1.0",
2828
"clsx": "2.1.1",
2929
"react": "18.3.1",

0 commit comments

Comments
 (0)