Skip to content

Commit 5a6f82c

Browse files
algolia-botrenovate[bot]millotp
committed
chore(deps): dependencies 2025-09-29 (generated)
algolia/api-clients-automation#5393 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Algolia Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pierre Millot <[email protected]>
1 parent 280a8a7 commit 5a6f82c

File tree

30 files changed

+2737
-2803
lines changed

30 files changed

+2737
-2803
lines changed

.github/workflows/do-not-edit-this-repository.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Close PR
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- name: Close PR
2020
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
if: "startsWith(github.event.head_commit.message, 'chore: release')"
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0
1717

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ lerna-debug.log
1414
node_modules
1515

1616
.nx
17+
.cursor/rules/nx-rules.mdc
18+
.github/instructions/nx.instructions.md

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.19.0
1+
22.20.0

.yarn/releases/yarn-4.10.3.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-4.9.1.cjs

Lines changed: 0 additions & 948 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.9.1.cjs
7+
yarnPath: .yarn/releases/yarn-4.10.3.cjs

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2+
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
23
"packages": ["packages/*"],
3-
"version": "independent",
4-
"useNx": true
4+
"version": "independent"
55
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@
77
"packages/*"
88
],
99
"scripts": {
10-
"build": "lerna run build --skip-nx-cache --scope '@algolia/requester-testing' --scope '@algolia/logger-console' --scope 'algoliasearch' --scope '@algolia/composition' --scope '@algolia/advanced-personalization' --include-dependencies ",
10+
"build": "lerna run build --scope '@algolia/requester-testing' --scope '@algolia/logger-console' --scope 'algoliasearch' --scope '@algolia/composition' --scope '@algolia/advanced-personalization' --include-dependencies",
1111
"clean": "lerna run clean",
1212
"release:publish": "tsc --project scripts/tsconfig.json && node scripts/dist/publish.js",
1313
"test": "lerna run test $*",
1414
"test:size": "bundlewatch",
1515
"test:bundle": "lerna run test:bundle --verbose --include-dependencies"
1616
},
1717
"devDependencies": {
18-
"@types/node": "22.18.6",
18+
"@types/node": "22.18.8",
1919
"bundlewatch": "0.4.1",
2020
"execa": "9.6.0",
21-
"lerna": "8.2.4",
22-
"rollup": "4.41.0",
23-
"typescript": "5.9.2"
21+
"lerna": "9.0.0",
22+
"rollup": "4.52.4",
23+
"typescript": "5.9.3"
2424
},
2525
"bundlewatch": {
2626
"files": [
2727
{
2828
"path": "packages/algoliasearch/dist/algoliasearch.umd.js",
29-
"maxSize": "18.15KB"
29+
"maxSize": "14.60KB"
3030
},
3131
{
3232
"path": "packages/algoliasearch/dist/lite/builds/browser.umd.js",

packages/abtesting/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.18.2",
59-
"@types/node": "22.18.6",
60-
"publint": "0.3.13",
61-
"rollup": "4.41.0",
59+
"@types/node": "22.18.8",
60+
"publint": "0.3.14",
61+
"rollup": "4.52.4",
6262
"tsup": "8.5.0",
63-
"typescript": "5.9.2"
63+
"typescript": "5.9.3"
6464
},
6565
"engines": {
6666
"node": ">= 14.0.0"

0 commit comments

Comments
 (0)