diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml
index 80a6f0be96..ef8b19c3f8 100644
--- a/.github/actions/setup/action.yml
+++ b/.github/actions/setup/action.yml
@@ -19,7 +19,7 @@ runs:
# Java for code generation
- name: Install Java
if: inputs.type != 'minimal'
- uses: actions/setup-java@v4.3.0
+ uses: actions/setup-java@v4.4.0
with:
distribution: zulu
java-version-file: config/.java-version
diff --git a/clients/algoliasearch-client-csharp/global.json b/clients/algoliasearch-client-csharp/global.json
index 4f9e9b79a1..7b22d063da 100644
--- a/clients/algoliasearch-client-csharp/global.json
+++ b/clients/algoliasearch-client-csharp/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.401",
+ "version": "8.0.402",
"rollForward": "latestMinor"
}
}
diff --git a/clients/algoliasearch-client-dart/packages/client_core/pubspec.yaml b/clients/algoliasearch-client-dart/packages/client_core/pubspec.yaml
index d77420c370..d9bacbf057 100644
--- a/clients/algoliasearch-client-dart/packages/client_core/pubspec.yaml
+++ b/clients/algoliasearch-client-dart/packages/client_core/pubspec.yaml
@@ -12,5 +12,5 @@ environment:
dependencies:
dio: ^5.2.1
dev_dependencies:
- lints: ^4.0.0
+ lints: ^5.0.0
test: ^1.25.8
diff --git a/clients/algoliasearch-client-dart/packages/client_recommend/pubspec.yaml b/clients/algoliasearch-client-dart/packages/client_recommend/pubspec.yaml
index ad4fc1ead4..97a89b388a 100644
--- a/clients/algoliasearch-client-dart/packages/client_recommend/pubspec.yaml
+++ b/clients/algoliasearch-client-dart/packages/client_recommend/pubspec.yaml
@@ -18,6 +18,6 @@ dependencies:
dev_dependencies:
build_runner: ^2.4.4
json_serializable: ^6.7.0
- lints: ^4.0.0
+ lints: ^5.0.0
logging: ^1.2.0
test: ^1.25.8
diff --git a/clients/algoliasearch-client-dart/pubspec.yaml b/clients/algoliasearch-client-dart/pubspec.yaml
index 77fdaa9f71..1bcfdff66a 100644
--- a/clients/algoliasearch-client-dart/pubspec.yaml
+++ b/clients/algoliasearch-client-dart/pubspec.yaml
@@ -4,5 +4,5 @@ environment:
sdk: '>=3.0.0 <4.0.0'
dev_dependencies:
- lints: ^4.0.0
+ lints: ^5.0.0
melos: ^6.0.0
diff --git a/clients/algoliasearch-client-java/gradle/wrapper/gradle-wrapper.properties b/clients/algoliasearch-client-java/gradle/wrapper/gradle-wrapper.properties
index 0aaefbcaf0..df97d72b8b 100644
--- a/clients/algoliasearch-client-java/gradle/wrapper/gradle-wrapper.properties
+++ b/clients/algoliasearch-client-java/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
diff --git a/clients/algoliasearch-client-javascript/package.json b/clients/algoliasearch-client-javascript/package.json
index 0de31c4da9..b9aa5b1fb0 100644
--- a/clients/algoliasearch-client-javascript/package.json
+++ b/clients/algoliasearch-client-javascript/package.json
@@ -16,12 +16,12 @@
"test:bundle": "lerna run test:bundle --verbose --include-dependencies"
},
"devDependencies": {
- "@types/node": "22.5.5",
+ "@types/node": "22.7.4",
"@types/semver": "7.5.8",
"bundlesize": "0.18.2",
"execa": "9.4.0",
"lerna": "8.1.8",
- "rollup": "4.22.4",
+ "rollup": "4.22.5",
"semver": "7.6.3",
"typescript": "5.6.2"
},
diff --git a/clients/algoliasearch-client-javascript/packages/client-common/package.json b/clients/algoliasearch-client-javascript/packages/client-common/package.json
index c743d616c5..5339386e9f 100644
--- a/clients/algoliasearch-client-javascript/packages/client-common/package.json
+++ b/clients/algoliasearch-client-javascript/packages/client-common/package.json
@@ -35,7 +35,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
- "@types/node": "22.5.5",
+ "@types/node": "22.7.4",
"jsdom": "25.0.1",
"publint": "0.2.11",
"ts-node": "10.9.2",
diff --git a/clients/algoliasearch-client-javascript/packages/logger-console/package.json b/clients/algoliasearch-client-javascript/packages/logger-console/package.json
index eafca0631b..97b4ec31f4 100644
--- a/clients/algoliasearch-client-javascript/packages/logger-console/package.json
+++ b/clients/algoliasearch-client-javascript/packages/logger-console/package.json
@@ -35,8 +35,8 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
- "@types/node": "22.5.5",
- "jsdom": "25.0.0",
+ "@types/node": "22.7.4",
+ "jsdom": "25.0.1",
"publint": "0.2.11",
"ts-node": "10.9.2",
"tsup": "8.3.0",
diff --git a/clients/algoliasearch-client-javascript/packages/requester-browser-xhr/package.json b/clients/algoliasearch-client-javascript/packages/requester-browser-xhr/package.json
index 89701c0105..180861f54b 100644
--- a/clients/algoliasearch-client-javascript/packages/requester-browser-xhr/package.json
+++ b/clients/algoliasearch-client-javascript/packages/requester-browser-xhr/package.json
@@ -35,7 +35,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
- "@types/node": "22.5.5",
+ "@types/node": "22.7.4",
"jsdom": "25.0.1",
"publint": "0.2.11",
"tsup": "8.3.0",
diff --git a/clients/algoliasearch-client-javascript/packages/requester-fetch/package.json b/clients/algoliasearch-client-javascript/packages/requester-fetch/package.json
index a540141184..fbf5d8430b 100644
--- a/clients/algoliasearch-client-javascript/packages/requester-fetch/package.json
+++ b/clients/algoliasearch-client-javascript/packages/requester-fetch/package.json
@@ -51,7 +51,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
- "@types/node": "22.5.5",
+ "@types/node": "22.7.4",
"cross-fetch": "4.0.0",
"nock": "13.5.5",
"publint": "0.2.11",
diff --git a/clients/algoliasearch-client-javascript/packages/requester-node-http/package.json b/clients/algoliasearch-client-javascript/packages/requester-node-http/package.json
index 3ac0244639..1ddc2a9941 100644
--- a/clients/algoliasearch-client-javascript/packages/requester-node-http/package.json
+++ b/clients/algoliasearch-client-javascript/packages/requester-node-http/package.json
@@ -38,7 +38,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
- "@types/node": "22.5.5",
+ "@types/node": "22.7.4",
"nock": "13.5.5",
"publint": "0.2.11",
"tsup": "8.3.0",
diff --git a/clients/algoliasearch-client-javascript/packages/requester-testing/package.json b/clients/algoliasearch-client-javascript/packages/requester-testing/package.json
index 6465709979..c6aad8b451 100644
--- a/clients/algoliasearch-client-javascript/packages/requester-testing/package.json
+++ b/clients/algoliasearch-client-javascript/packages/requester-testing/package.json
@@ -49,7 +49,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
- "@types/node": "22.5.5",
+ "@types/node": "22.7.4",
"publint": "0.2.11",
"tsup": "8.3.0",
"typescript": "5.6.2"
diff --git a/clients/algoliasearch-client-javascript/yarn.lock b/clients/algoliasearch-client-javascript/yarn.lock
index 2b43c3cda9..1d7db2be3a 100644
--- a/clients/algoliasearch-client-javascript/yarn.lock
+++ b/clients/algoliasearch-client-javascript/yarn.lock
@@ -44,7 +44,7 @@ __metadata:
resolution: "@algolia/client-common@workspace:packages/client-common"
dependencies:
"@arethetypeswrong/cli": "npm:0.16.4"
- "@types/node": "npm:22.5.5"
+ "@types/node": "npm:22.7.4"
jsdom: "npm:25.0.1"
publint: "npm:0.2.11"
ts-node: "npm:10.9.2"
@@ -145,8 +145,8 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.6.1"
"@arethetypeswrong/cli": "npm:0.16.4"
- "@types/node": "npm:22.5.5"
- jsdom: "npm:25.0.0"
+ "@types/node": "npm:22.7.4"
+ jsdom: "npm:25.0.1"
publint: "npm:0.2.11"
ts-node: "npm:10.9.2"
tsup: "npm:8.3.0"
@@ -195,7 +195,7 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.6.1"
"@arethetypeswrong/cli": "npm:0.16.4"
- "@types/node": "npm:22.5.5"
+ "@types/node": "npm:22.7.4"
jsdom: "npm:25.0.1"
publint: "npm:0.2.11"
tsup: "npm:8.3.0"
@@ -211,7 +211,7 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.6.1"
"@arethetypeswrong/cli": "npm:0.16.4"
- "@types/node": "npm:22.5.5"
+ "@types/node": "npm:22.7.4"
cross-fetch: "npm:4.0.0"
nock: "npm:13.5.5"
publint: "npm:0.2.11"
@@ -227,7 +227,7 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.6.1"
"@arethetypeswrong/cli": "npm:0.16.4"
- "@types/node": "npm:22.5.5"
+ "@types/node": "npm:22.7.4"
nock: "npm:13.5.5"
publint: "npm:0.2.11"
tsup: "npm:8.3.0"
@@ -245,7 +245,7 @@ __metadata:
"@algolia/requester-fetch": "npm:5.6.1"
"@algolia/requester-node-http": "npm:5.6.1"
"@arethetypeswrong/cli": "npm:0.16.4"
- "@types/node": "npm:22.5.5"
+ "@types/node": "npm:22.7.4"
publint: "npm:0.2.11"
tsup: "npm:8.3.0"
typescript: "npm:5.6.2"
@@ -1578,6 +1578,13 @@ __metadata:
languageName: node
linkType: hard
+"@rollup/rollup-android-arm-eabi@npm:4.22.5":
+ version: 4.22.5
+ resolution: "@rollup/rollup-android-arm-eabi@npm:4.22.5"
+ conditions: os=android & cpu=arm
+ languageName: node
+ linkType: hard
+
"@rollup/rollup-android-arm64@npm:4.21.3":
version: 4.21.3
resolution: "@rollup/rollup-android-arm64@npm:4.21.3"
@@ -1592,6 +1599,13 @@ __metadata:
languageName: node
linkType: hard
+"@rollup/rollup-android-arm64@npm:4.22.5":
+ version: 4.22.5
+ resolution: "@rollup/rollup-android-arm64@npm:4.22.5"
+ conditions: os=android & cpu=arm64
+ languageName: node
+ linkType: hard
+
"@rollup/rollup-darwin-arm64@npm:4.21.3":
version: 4.21.3
resolution: "@rollup/rollup-darwin-arm64@npm:4.21.3"
@@ -1606,6 +1620,13 @@ __metadata:
languageName: node
linkType: hard
+"@rollup/rollup-darwin-arm64@npm:4.22.5":
+ version: 4.22.5
+ resolution: "@rollup/rollup-darwin-arm64@npm:4.22.5"
+ conditions: os=darwin & cpu=arm64
+ languageName: node
+ linkType: hard
+
"@rollup/rollup-darwin-x64@npm:4.21.3":
version: 4.21.3
resolution: "@rollup/rollup-darwin-x64@npm:4.21.3"
@@ -1620,6 +1641,13 @@ __metadata:
languageName: node
linkType: hard
+"@rollup/rollup-darwin-x64@npm:4.22.5":
+ version: 4.22.5
+ resolution: "@rollup/rollup-darwin-x64@npm:4.22.5"
+ conditions: os=darwin & cpu=x64
+ languageName: node
+ linkType: hard
+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.21.3":
version: 4.21.3
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.21.3"
@@ -1634,6 +1662,13 @@ __metadata:
languageName: node
linkType: hard
+"@rollup/rollup-linux-arm-gnueabihf@npm:4.22.5":
+ version: 4.22.5
+ resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.22.5"
+ conditions: os=linux & cpu=arm & libc=glibc
+ languageName: node
+ linkType: hard
+
"@rollup/rollup-linux-arm-musleabihf@npm:4.21.3":
version: 4.21.3
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.21.3"
@@ -1648,6 +1683,13 @@ __metadata:
languageName: node
linkType: hard
+"@rollup/rollup-linux-arm-musleabihf@npm:4.22.5":
+ version: 4.22.5
+ resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.22.5"
+ conditions: os=linux & cpu=arm & libc=musl
+ languageName: node
+ linkType: hard
+
"@rollup/rollup-linux-arm64-gnu@npm:4.21.3":
version: 4.21.3
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.21.3"
@@ -1662,6 +1704,13 @@ __metadata:
languageName: node
linkType: hard
+"@rollup/rollup-linux-arm64-gnu@npm:4.22.5":
+ version: 4.22.5
+ resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.22.5"
+ conditions: os=linux & cpu=arm64 & libc=glibc
+ languageName: node
+ linkType: hard
+
"@rollup/rollup-linux-arm64-musl@npm:4.21.3":
version: 4.21.3
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.21.3"
@@ -1676,6 +1725,13 @@ __metadata:
languageName: node
linkType: hard
+"@rollup/rollup-linux-arm64-musl@npm:4.22.5":
+ version: 4.22.5
+ resolution: "@rollup/rollup-linux-arm64-musl@npm:4.22.5"
+ conditions: os=linux & cpu=arm64 & libc=musl
+ languageName: node
+ linkType: hard
+
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.21.3":
version: 4.21.3
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.21.3"
@@ -1690,6 +1746,13 @@ __metadata:
languageName: node
linkType: hard
+"@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.5":
+ version: 4.22.5
+ resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.5"
+ conditions: os=linux & cpu=ppc64 & libc=glibc
+ languageName: node
+ linkType: hard
+
"@rollup/rollup-linux-riscv64-gnu@npm:4.21.3":
version: 4.21.3
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.21.3"
@@ -1704,6 +1767,13 @@ __metadata:
languageName: node
linkType: hard
+"@rollup/rollup-linux-riscv64-gnu@npm:4.22.5":
+ version: 4.22.5
+ resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.22.5"
+ conditions: os=linux & cpu=riscv64 & libc=glibc
+ languageName: node
+ linkType: hard
+
"@rollup/rollup-linux-s390x-gnu@npm:4.21.3":
version: 4.21.3
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.21.3"
@@ -1718,6 +1788,13 @@ __metadata:
languageName: node
linkType: hard
+"@rollup/rollup-linux-s390x-gnu@npm:4.22.5":
+ version: 4.22.5
+ resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.22.5"
+ conditions: os=linux & cpu=s390x & libc=glibc
+ languageName: node
+ linkType: hard
+
"@rollup/rollup-linux-x64-gnu@npm:4.21.3":
version: 4.21.3
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.21.3"
@@ -1732,6 +1809,13 @@ __metadata:
languageName: node
linkType: hard
+"@rollup/rollup-linux-x64-gnu@npm:4.22.5":
+ version: 4.22.5
+ resolution: "@rollup/rollup-linux-x64-gnu@npm:4.22.5"
+ conditions: os=linux & cpu=x64 & libc=glibc
+ languageName: node
+ linkType: hard
+
"@rollup/rollup-linux-x64-musl@npm:4.21.3":
version: 4.21.3
resolution: "@rollup/rollup-linux-x64-musl@npm:4.21.3"
@@ -1746,6 +1830,13 @@ __metadata:
languageName: node
linkType: hard
+"@rollup/rollup-linux-x64-musl@npm:4.22.5":
+ version: 4.22.5
+ resolution: "@rollup/rollup-linux-x64-musl@npm:4.22.5"
+ conditions: os=linux & cpu=x64 & libc=musl
+ languageName: node
+ linkType: hard
+
"@rollup/rollup-win32-arm64-msvc@npm:4.21.3":
version: 4.21.3
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.21.3"
@@ -1760,6 +1851,13 @@ __metadata:
languageName: node
linkType: hard
+"@rollup/rollup-win32-arm64-msvc@npm:4.22.5":
+ version: 4.22.5
+ resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.22.5"
+ conditions: os=win32 & cpu=arm64
+ languageName: node
+ linkType: hard
+
"@rollup/rollup-win32-ia32-msvc@npm:4.21.3":
version: 4.21.3
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.21.3"
@@ -1774,6 +1872,13 @@ __metadata:
languageName: node
linkType: hard
+"@rollup/rollup-win32-ia32-msvc@npm:4.22.5":
+ version: 4.22.5
+ resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.22.5"
+ conditions: os=win32 & cpu=ia32
+ languageName: node
+ linkType: hard
+
"@rollup/rollup-win32-x64-msvc@npm:4.21.3":
version: 4.21.3
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.21.3"
@@ -1788,6 +1893,13 @@ __metadata:
languageName: node
linkType: hard
+"@rollup/rollup-win32-x64-msvc@npm:4.22.5":
+ version: 4.22.5
+ resolution: "@rollup/rollup-win32-x64-msvc@npm:4.22.5"
+ conditions: os=win32 & cpu=x64
+ languageName: node
+ linkType: hard
+
"@sec-ant/readable-stream@npm:^0.4.1":
version: 0.4.1
resolution: "@sec-ant/readable-stream@npm:0.4.1"
@@ -1944,6 +2056,13 @@ __metadata:
languageName: node
linkType: hard
+"@types/estree@npm:1.0.6":
+ version: 1.0.6
+ resolution: "@types/estree@npm:1.0.6"
+ checksum: 10/9d35d475095199c23e05b431bcdd1f6fec7380612aed068b14b2a08aa70494de8a9026765a5a91b1073f636fb0368f6d8973f518a31391d519e20c59388ed88d
+ languageName: node
+ linkType: hard
+
"@types/minimatch@npm:^3.0.3":
version: 3.0.5
resolution: "@types/minimatch@npm:3.0.5"
@@ -1967,6 +2086,15 @@ __metadata:
languageName: node
linkType: hard
+"@types/node@npm:22.7.4":
+ version: 22.7.4
+ resolution: "@types/node@npm:22.7.4"
+ dependencies:
+ undici-types: "npm:~6.19.2"
+ checksum: 10/19ddab80c4eba2253c855ed67c9bbc47417183049d01e59010a738bd80d47338bab79fd1f44ae51516bd63a1db4bf21ddb38b16bf6401a2e93252068ec52e88b
+ languageName: node
+ linkType: hard
+
"@types/normalize-package-data@npm:^2.4.0":
version: 2.4.4
resolution: "@types/normalize-package-data@npm:2.4.4"
@@ -2158,12 +2286,12 @@ __metadata:
version: 0.0.0-use.local
resolution: "algoliasearch-client-javascript@workspace:."
dependencies:
- "@types/node": "npm:22.5.5"
+ "@types/node": "npm:22.7.4"
"@types/semver": "npm:7.5.8"
bundlesize: "npm:0.18.2"
execa: "npm:9.4.0"
lerna: "npm:8.1.8"
- rollup: "npm:4.22.4"
+ rollup: "npm:4.22.5"
semver: "npm:7.6.3"
typescript: "npm:5.6.2"
languageName: unknown
@@ -3236,7 +3364,7 @@ __metadata:
languageName: node
linkType: hard
-"cssstyle@npm:^4.0.1, cssstyle@npm:^4.1.0":
+"cssstyle@npm:^4.1.0":
version: 4.1.0
resolution: "cssstyle@npm:4.1.0"
dependencies:
@@ -5110,40 +5238,6 @@ __metadata:
languageName: node
linkType: hard
-"jsdom@npm:25.0.0":
- version: 25.0.0
- resolution: "jsdom@npm:25.0.0"
- dependencies:
- cssstyle: "npm:^4.0.1"
- data-urls: "npm:^5.0.0"
- decimal.js: "npm:^10.4.3"
- form-data: "npm:^4.0.0"
- html-encoding-sniffer: "npm:^4.0.0"
- http-proxy-agent: "npm:^7.0.2"
- https-proxy-agent: "npm:^7.0.5"
- is-potential-custom-element-name: "npm:^1.0.1"
- nwsapi: "npm:^2.2.12"
- parse5: "npm:^7.1.2"
- rrweb-cssom: "npm:^0.7.1"
- saxes: "npm:^6.0.0"
- symbol-tree: "npm:^3.2.4"
- tough-cookie: "npm:^4.1.4"
- w3c-xmlserializer: "npm:^5.0.0"
- webidl-conversions: "npm:^7.0.0"
- whatwg-encoding: "npm:^3.1.1"
- whatwg-mimetype: "npm:^4.0.0"
- whatwg-url: "npm:^14.0.0"
- ws: "npm:^8.18.0"
- xml-name-validator: "npm:^5.0.0"
- peerDependencies:
- canvas: ^2.11.2
- peerDependenciesMeta:
- canvas:
- optional: true
- checksum: 10/f07271fe3922458885540b4dd9fb6170a11059f3128ec3cec2688c5c10fde5ca2e8ddcc207fff540e21dfaf592fae6a791c3359038ba4d116250dd3258fbd8cb
- languageName: node
- linkType: hard
-
"jsdom@npm:25.0.1":
version: 25.0.1
resolution: "jsdom@npm:25.0.1"
@@ -7083,13 +7177,6 @@ __metadata:
languageName: node
linkType: hard
-"psl@npm:^1.1.33":
- version: 1.9.0
- resolution: "psl@npm:1.9.0"
- checksum: 10/d07879d4bfd0ac74796306a8e5a36a93cfb9c4f4e8ee8e63fbb909066c192fe1008cd8f12abd8ba2f62ca28247949a20c8fb32e1d18831d9e71285a1569720f9
- languageName: node
- linkType: hard
-
"publint@npm:0.2.11":
version: 0.2.11
resolution: "publint@npm:0.2.11"
@@ -7120,7 +7207,7 @@ __metadata:
languageName: node
linkType: hard
-"punycode@npm:^2.1.0, punycode@npm:^2.1.1, punycode@npm:^2.3.1":
+"punycode@npm:^2.1.0, punycode@npm:^2.3.1":
version: 2.3.1
resolution: "punycode@npm:2.3.1"
checksum: 10/febdc4362bead22f9e2608ff0171713230b57aff9dddc1c273aa2a651fbd366f94b7d6a71d78342a7c0819906750351ca7f2edd26ea41b626d87d6a13d1bd059
@@ -7136,13 +7223,6 @@ __metadata:
languageName: node
linkType: hard
-"querystringify@npm:^2.1.1":
- version: 2.2.0
- resolution: "querystringify@npm:2.2.0"
- checksum: 10/46ab16f252fd892fc29d6af60966d338cdfeea68a231e9457631ffd22d67cec1e00141e0a5236a2eb16c0d7d74175d9ec1d6f963660c6f2b1c2fc85b194c5680
- languageName: node
- linkType: hard
-
"queue-microtask@npm:^1.2.2":
version: 1.2.3
resolution: "queue-microtask@npm:1.2.3"
@@ -7300,13 +7380,6 @@ __metadata:
languageName: node
linkType: hard
-"requires-port@npm:^1.0.0":
- version: 1.0.0
- resolution: "requires-port@npm:1.0.0"
- checksum: 10/878880ee78ccdce372784f62f52a272048e2d0827c29ae31e7f99da18b62a2b9463ea03a75f277352f4697c100183debb0532371ad515a2d49d4bfe596dd4c20
- languageName: node
- linkType: hard
-
"resolve-cwd@npm:^3.0.0":
version: 3.0.0
resolution: "resolve-cwd@npm:3.0.0"
@@ -7461,6 +7534,69 @@ __metadata:
languageName: node
linkType: hard
+"rollup@npm:4.22.5":
+ version: 4.22.5
+ resolution: "rollup@npm:4.22.5"
+ dependencies:
+ "@rollup/rollup-android-arm-eabi": "npm:4.22.5"
+ "@rollup/rollup-android-arm64": "npm:4.22.5"
+ "@rollup/rollup-darwin-arm64": "npm:4.22.5"
+ "@rollup/rollup-darwin-x64": "npm:4.22.5"
+ "@rollup/rollup-linux-arm-gnueabihf": "npm:4.22.5"
+ "@rollup/rollup-linux-arm-musleabihf": "npm:4.22.5"
+ "@rollup/rollup-linux-arm64-gnu": "npm:4.22.5"
+ "@rollup/rollup-linux-arm64-musl": "npm:4.22.5"
+ "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.22.5"
+ "@rollup/rollup-linux-riscv64-gnu": "npm:4.22.5"
+ "@rollup/rollup-linux-s390x-gnu": "npm:4.22.5"
+ "@rollup/rollup-linux-x64-gnu": "npm:4.22.5"
+ "@rollup/rollup-linux-x64-musl": "npm:4.22.5"
+ "@rollup/rollup-win32-arm64-msvc": "npm:4.22.5"
+ "@rollup/rollup-win32-ia32-msvc": "npm:4.22.5"
+ "@rollup/rollup-win32-x64-msvc": "npm:4.22.5"
+ "@types/estree": "npm:1.0.6"
+ fsevents: "npm:~2.3.2"
+ dependenciesMeta:
+ "@rollup/rollup-android-arm-eabi":
+ optional: true
+ "@rollup/rollup-android-arm64":
+ optional: true
+ "@rollup/rollup-darwin-arm64":
+ optional: true
+ "@rollup/rollup-darwin-x64":
+ optional: true
+ "@rollup/rollup-linux-arm-gnueabihf":
+ optional: true
+ "@rollup/rollup-linux-arm-musleabihf":
+ optional: true
+ "@rollup/rollup-linux-arm64-gnu":
+ optional: true
+ "@rollup/rollup-linux-arm64-musl":
+ optional: true
+ "@rollup/rollup-linux-powerpc64le-gnu":
+ optional: true
+ "@rollup/rollup-linux-riscv64-gnu":
+ optional: true
+ "@rollup/rollup-linux-s390x-gnu":
+ optional: true
+ "@rollup/rollup-linux-x64-gnu":
+ optional: true
+ "@rollup/rollup-linux-x64-musl":
+ optional: true
+ "@rollup/rollup-win32-arm64-msvc":
+ optional: true
+ "@rollup/rollup-win32-ia32-msvc":
+ optional: true
+ "@rollup/rollup-win32-x64-msvc":
+ optional: true
+ fsevents:
+ optional: true
+ bin:
+ rollup: dist/bin/rollup
+ checksum: 10/f34812fa982442ab71410b649630c24434b2dc02485e543607734766eb7211ce7e0a79102f27210f337af00f3617006adebb4f87fb2e9d24cac7100d0e599352
+ languageName: node
+ linkType: hard
+
"rollup@npm:^4.19.0, rollup@npm:^4.20.0":
version: 4.21.3
resolution: "rollup@npm:4.21.3"
@@ -8290,18 +8426,6 @@ __metadata:
languageName: node
linkType: hard
-"tough-cookie@npm:^4.1.4":
- version: 4.1.4
- resolution: "tough-cookie@npm:4.1.4"
- dependencies:
- psl: "npm:^1.1.33"
- punycode: "npm:^2.1.1"
- universalify: "npm:^0.2.0"
- url-parse: "npm:^1.5.3"
- checksum: 10/75663f4e2cd085f16af0b217e4218772adf0617fb3227171102618a54ce0187a164e505d61f773ed7d65988f8ff8a8f935d381f87da981752c1171b076b4afac
- languageName: node
- linkType: hard
-
"tough-cookie@npm:^5.0.0":
version: 5.0.0
resolution: "tough-cookie@npm:5.0.0"
@@ -8638,13 +8762,6 @@ __metadata:
languageName: node
linkType: hard
-"universalify@npm:^0.2.0":
- version: 0.2.0
- resolution: "universalify@npm:0.2.0"
- checksum: 10/e86134cb12919d177c2353196a4cc09981524ee87abf621f7bc8d249dbbbebaec5e7d1314b96061497981350df786e4c5128dbf442eba104d6e765bc260678b5
- languageName: node
- linkType: hard
-
"universalify@npm:^2.0.0":
version: 2.0.1
resolution: "universalify@npm:2.0.1"
@@ -8659,16 +8776,6 @@ __metadata:
languageName: node
linkType: hard
-"url-parse@npm:^1.5.3":
- version: 1.5.10
- resolution: "url-parse@npm:1.5.10"
- dependencies:
- querystringify: "npm:^2.1.1"
- requires-port: "npm:^1.0.0"
- checksum: 10/c9e96bc8c5b34e9f05ddfeffc12f6aadecbb0d971b3cc26015b58d5b44676a99f50d5aeb1e5c9e61fa4d49961ae3ab1ae997369ed44da51b2f5ac010d188e6ad
- languageName: node
- linkType: hard
-
"url@npm:^0.11.0":
version: 0.11.4
resolution: "url@npm:0.11.4"
diff --git a/clients/algoliasearch-client-kotlin/gradle/wrapper/gradle-wrapper.properties b/clients/algoliasearch-client-kotlin/gradle/wrapper/gradle-wrapper.properties
index 0aaefbcaf0..df97d72b8b 100644
--- a/clients/algoliasearch-client-kotlin/gradle/wrapper/gradle-wrapper.properties
+++ b/clients/algoliasearch-client-kotlin/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
diff --git a/config/.csharp-version b/config/.csharp-version
index 8d7f8068f3..d5ecca2e19 100644
--- a/config/.csharp-version
+++ b/config/.csharp-version
@@ -1 +1 @@
-8.0.401
+8.0.402
diff --git a/config/.php-version b/config/.php-version
index 991158ff90..706b3803a3 100644
--- a/config/.php-version
+++ b/config/.php-version
@@ -1 +1 @@
-8.3.11
+8.3.12
diff --git a/gradle/gradle/wrapper/gradle-wrapper.properties b/gradle/gradle/wrapper/gradle-wrapper.properties
index d642e7f8f7..1e2fbf0d45 100644
--- a/gradle/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
diff --git a/package.json b/package.json
index 725c2044dd..f5b4ee64d8 100644
--- a/package.json
+++ b/package.json
@@ -31,18 +31,18 @@
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@eslint-community/eslint-plugin-eslint-comments": "4.4.0",
- "@openapitools/openapi-generator-cli": "2.13.9",
- "@redocly/cli": "1.25.3",
+ "@openapitools/openapi-generator-cli": "2.13.12",
+ "@redocly/cli": "1.25.4",
"@stylistic/eslint-plugin": "2.8.0",
- "@typescript-eslint/eslint-plugin": "8.6.0",
- "@typescript-eslint/parser": "8.6.0",
+ "@typescript-eslint/eslint-plugin": "8.7.0",
+ "@typescript-eslint/parser": "8.7.0",
"@vitest/eslint-plugin": "1.1.4",
"eslint": "8.57.1",
"eslint-config-algolia": "23.1.7",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-algolia": "2.0.0",
"eslint-plugin-automation-custom": "1.0.0",
- "eslint-plugin-jsdoc": "50.2.4",
+ "eslint-plugin-jsdoc": "50.3.0",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-unused-imports": "3.2.0",
diff --git a/playground/csharp/Performances/Performances.csproj b/playground/csharp/Performances/Performances.csproj
index d38f15a528..28a313c7ba 100644
--- a/playground/csharp/Performances/Performances.csproj
+++ b/playground/csharp/Performances/Performances.csproj
@@ -13,7 +13,7 @@
-
+
diff --git a/playground/dart/pubspec.yaml b/playground/dart/pubspec.yaml
index 8fac8bcd76..92f7b19a22 100644
--- a/playground/dart/pubspec.yaml
+++ b/playground/dart/pubspec.yaml
@@ -10,4 +10,4 @@ dependencies:
dotenv: ^4.1.0
dev_dependencies:
- lints: ^4.0.0
+ lints: ^5.0.0
diff --git a/playground/java/build.gradle b/playground/java/build.gradle
index 99ee56d741..b6a881b6c8 100644
--- a/playground/java/build.gradle
+++ b/playground/java/build.gradle
@@ -9,7 +9,7 @@ repositories {
dependencies {
implementation 'io.github.cdimascio:dotenv-java:3.0.1'
- implementation 'com.algolia:algoliasearch:4.3.5'
+ implementation 'com.algolia:algoliasearch:4.3.7'
}
group = 'com.algolia'
diff --git a/playground/javascript/browser/package.json b/playground/javascript/browser/package.json
index 00b01edf20..1b1d8886a0 100644
--- a/playground/javascript/browser/package.json
+++ b/playground/javascript/browser/package.json
@@ -10,10 +10,10 @@
"dependencies": {
"algoliasearch": "link:../../../clients/algoliasearch-client-javascript/packages/algoliasearch",
"instantsearch.css": "8.5.1",
- "instantsearch.js": "4.74.1",
+ "instantsearch.js": "4.74.2",
"react": "18.3.1",
"react-dom": "18.3.1",
- "react-instantsearch": "7.13.1"
+ "react-instantsearch": "7.13.2"
},
"devDependencies": {
"@parcel/core": "2.12.0",
diff --git a/playground/javascript/browser/yarn.lock b/playground/javascript/browser/yarn.lock
index 8236ba8e37..1f379d7470 100644
--- a/playground/javascript/browser/yarn.lock
+++ b/playground/javascript/browser/yarn.lock
@@ -2138,9 +2138,9 @@ __metadata:
languageName: node
linkType: hard
-"instantsearch.js@npm:4.74.1":
- version: 4.74.1
- resolution: "instantsearch.js@npm:4.74.1"
+"instantsearch.js@npm:4.74.2":
+ version: 4.74.2
+ resolution: "instantsearch.js@npm:4.74.2"
dependencies:
"@algolia/events": "npm:^4.0.1"
"@types/dom-speech-recognition": "npm:^0.0.1"
@@ -2156,7 +2156,7 @@ __metadata:
search-insights: "npm:^2.15.0"
peerDependencies:
algoliasearch: ">= 3.1 < 6"
- checksum: 10/5f03bf7d60a5f41271e68532ba5caceadee2dedd00479b88e105e74f74212c7895b8991f4a49dbf4278eafc58e690189c6ab52e9a5c60354170f619e9da60192
+ checksum: 10/7b4e6a3ad19e5aa8546ebef7362f0c8834b2a9d854b50dd6e1fb311aabfa0a61c53a6b3a87024d7a1115444fa022dab2c6a9e263b8276d142e9f50eb0e1a05c0
languageName: node
linkType: hard
@@ -2259,11 +2259,11 @@ __metadata:
algoliasearch: "link:../../../clients/algoliasearch-client-javascript/packages/algoliasearch"
https-browserify: "npm:^1.0.0"
instantsearch.css: "npm:8.5.1"
- instantsearch.js: "npm:4.74.1"
+ instantsearch.js: "npm:4.74.2"
parcel: "npm:2.12.0"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
- react-instantsearch: "npm:7.13.1"
+ react-instantsearch: "npm:7.13.2"
stream-http: "npm:^3.1.0"
typescript: "npm:5.6.2"
url: "npm:^0.11.0"
@@ -3009,34 +3009,34 @@ __metadata:
languageName: node
linkType: hard
-"react-instantsearch-core@npm:7.13.1":
- version: 7.13.1
- resolution: "react-instantsearch-core@npm:7.13.1"
+"react-instantsearch-core@npm:7.13.2":
+ version: 7.13.2
+ resolution: "react-instantsearch-core@npm:7.13.2"
dependencies:
"@babel/runtime": "npm:^7.1.2"
algoliasearch-helper: "npm:3.22.5"
- instantsearch.js: "npm:4.74.1"
+ instantsearch.js: "npm:4.74.2"
use-sync-external-store: "npm:^1.0.0"
peerDependencies:
algoliasearch: ">= 3.1 < 6"
react: ">= 16.8.0 < 19"
- checksum: 10/e25af42a0f12456e82adbd2796163e4c150718cfc0e17a5bb6693d97746703de07d7b61586e0c75d421503b3a825d4fba7fabcec14a5285e6eeb512a4e539a1b
+ checksum: 10/870bd7b0f3f7bc4b1ecc862ace1959b9c26ce2d4b871da8f0a6849e3e4f6bffeb47d102267d45e28deeb5d9002d8af9ab1f9e1b8b4850b0157f595d2c67bf848
languageName: node
linkType: hard
-"react-instantsearch@npm:7.13.1":
- version: 7.13.1
- resolution: "react-instantsearch@npm:7.13.1"
+"react-instantsearch@npm:7.13.2":
+ version: 7.13.2
+ resolution: "react-instantsearch@npm:7.13.2"
dependencies:
"@babel/runtime": "npm:^7.1.2"
instantsearch-ui-components: "npm:0.9.0"
- instantsearch.js: "npm:4.74.1"
- react-instantsearch-core: "npm:7.13.1"
+ instantsearch.js: "npm:4.74.2"
+ react-instantsearch-core: "npm:7.13.2"
peerDependencies:
algoliasearch: ">= 3.1 < 6"
react: ">= 16.8.0 < 19"
react-dom: ">= 16.8.0 < 19"
- checksum: 10/53f076cd34ae3e84c8fbb97c880c3d0eb71b1a44c64670e984ae8a43639e2ce8d940b3dc8efb00d2f917947e87d55bcfcae8ff8ff0cc1d09a20e168344559f22
+ checksum: 10/b28cac01ccec73e07a41b9c310f225897c6fb59fc5c01fa02be1c2c26c042059d1c35efed186e7d1cab166673a262d61020587ed23ec5c8a054c19bf7d577dc1
languageName: node
linkType: hard
diff --git a/scripts/package.json b/scripts/package.json
index ad08c46f9c..22f3fdfabe 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -26,12 +26,12 @@
"@actions/exec": "1.1.1",
"@actions/io": "1.1.3",
"@octokit/rest": "21.0.2",
- "@types/express": "4.17.21",
+ "@types/express": "5.0.0",
"@types/folder-hash": "4.0.4",
"@types/fs-extra": "11.0.4",
"@types/js-yaml": "4.0.9",
"@types/micromatch": "4.0.9",
- "@types/node": "22.5.5",
+ "@types/node": "22.7.4",
"@types/semver": "7.5.8",
"@types/spinnies": "0.5.3",
"chai": "5.1.1",
diff --git a/snippets/dart/pubspec.yaml b/snippets/dart/pubspec.yaml
index c3a679a278..b23129b2be 100644
--- a/snippets/dart/pubspec.yaml
+++ b/snippets/dart/pubspec.yaml
@@ -12,4 +12,4 @@ dependencies:
dotenv: ^4.1.0
dev_dependencies:
- lints: ^4.0.0
+ lints: ^5.0.0
diff --git a/snippets/java/build.gradle b/snippets/java/build.gradle
index b0f91bd789..5e65a212b5 100644
--- a/snippets/java/build.gradle
+++ b/snippets/java/build.gradle
@@ -15,10 +15,10 @@ java {
dependencies {
testImplementation 'com.algolia:algoliasearch:4.3.7'
- testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
- testImplementation 'com.fasterxml.jackson.core:jackson-core:2.17.2'
+ testImplementation 'com.fasterxml.jackson.core:jackson-core:2.18.0'
testImplementation 'io.github.cdimascio:dotenv-java:2.3.2' // use an old version to support java 8
}
diff --git a/templates/dart/pubspec.mustache b/templates/dart/pubspec.mustache
index 538e59a37c..37292fb56c 100644
--- a/templates/dart/pubspec.mustache
+++ b/templates/dart/pubspec.mustache
@@ -27,6 +27,6 @@ dependencies:
dev_dependencies:
build_runner: ^2.4.4
json_serializable: ^6.7.0
- lints: ^4.0.0
+ lints: ^5.0.0
logging: ^1.2.0
test: ^1.25.8
diff --git a/templates/java/tests/build.mustache b/templates/java/tests/build.mustache
index 702ffbfd11..7bf03ce4aa 100644
--- a/templates/java/tests/build.mustache
+++ b/templates/java/tests/build.mustache
@@ -15,10 +15,10 @@ java {
dependencies {
testImplementation 'com.algolia:algoliasearch:{{packageVersion}}'
- testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
- testImplementation 'com.fasterxml.jackson.core:jackson-core:2.17.2'
+ testImplementation 'com.fasterxml.jackson.core:jackson-core:2.18.0'
testImplementation 'io.github.cdimascio:dotenv-java:2.3.2' // use an old version to support java 8
}
diff --git a/templates/javascript/clients/package.mustache b/templates/javascript/clients/package.mustache
index 58236d2d6b..445dfadc50 100644
--- a/templates/javascript/clients/package.mustache
+++ b/templates/javascript/clients/package.mustache
@@ -139,9 +139,9 @@
"vitest": "2.1.1",
{{/isAlgoliasearchClient}}
"@arethetypeswrong/cli": "0.16.4",
- "@types/node": "22.5.5",
+ "@types/node": "22.7.4",
"publint": "0.2.11",
- "rollup": "4.22.4",
+ "rollup": "4.22.5",
"tsup": "8.3.0",
"typescript": "5.6.2"
},
diff --git a/templates/javascript/tests/package.mustache b/templates/javascript/tests/package.mustache
index 506f1c8245..95a9d036a3 100644
--- a/templates/javascript/tests/package.mustache
+++ b/templates/javascript/tests/package.mustache
@@ -12,7 +12,7 @@
"@algolia/requester-testing": "link:../../../clients/algoliasearch-client-javascript/packages/requester-testing"
},
"devDependencies": {
- "@types/node": "22.5.5",
+ "@types/node": "22.7.4",
"dotenv": "16.4.5",
"typescript": "5.6.2",
"vitest": "2.1.1"
diff --git a/tests/output/csharp/global.json b/tests/output/csharp/global.json
index 4f9e9b79a1..7b22d063da 100644
--- a/tests/output/csharp/global.json
+++ b/tests/output/csharp/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.401",
+ "version": "8.0.402",
"rollForward": "latestMinor"
}
}
diff --git a/tests/output/csharp/src/Algolia.Search.Tests.csproj b/tests/output/csharp/src/Algolia.Search.Tests.csproj
index a27758b5eb..b1492456e1 100644
--- a/tests/output/csharp/src/Algolia.Search.Tests.csproj
+++ b/tests/output/csharp/src/Algolia.Search.Tests.csproj
@@ -21,7 +21,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
diff --git a/yarn.lock b/yarn.lock
index 45ddfa6eab..e78c1751d0 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -82,18 +82,18 @@ __metadata:
"@babel/core": "npm:7.25.2"
"@babel/eslint-parser": "npm:7.25.1"
"@eslint-community/eslint-plugin-eslint-comments": "npm:4.4.0"
- "@openapitools/openapi-generator-cli": "npm:2.13.9"
- "@redocly/cli": "npm:1.25.3"
+ "@openapitools/openapi-generator-cli": "npm:2.13.12"
+ "@redocly/cli": "npm:1.25.4"
"@stylistic/eslint-plugin": "npm:2.8.0"
- "@typescript-eslint/eslint-plugin": "npm:8.6.0"
- "@typescript-eslint/parser": "npm:8.6.0"
+ "@typescript-eslint/eslint-plugin": "npm:8.7.0"
+ "@typescript-eslint/parser": "npm:8.7.0"
"@vitest/eslint-plugin": "npm:1.1.4"
eslint: "npm:8.57.1"
eslint-config-algolia: "npm:23.1.7"
eslint-config-prettier: "npm:9.1.0"
eslint-plugin-algolia: "npm:2.0.0"
eslint-plugin-automation-custom: "npm:1.0.0"
- eslint-plugin-jsdoc: "npm:50.2.4"
+ eslint-plugin-jsdoc: "npm:50.3.0"
eslint-plugin-json: "npm:4.0.1"
eslint-plugin-prettier: "npm:5.2.1"
eslint-plugin-unused-imports: "npm:3.2.0"
@@ -1529,15 +1529,15 @@ __metadata:
languageName: node
linkType: hard
-"@openapitools/openapi-generator-cli@npm:2.13.9":
- version: 2.13.9
- resolution: "@openapitools/openapi-generator-cli@npm:2.13.9"
+"@openapitools/openapi-generator-cli@npm:2.13.12":
+ version: 2.13.12
+ resolution: "@openapitools/openapi-generator-cli@npm:2.13.12"
dependencies:
"@nestjs/axios": "npm:3.0.3"
"@nestjs/common": "npm:10.4.3"
"@nestjs/core": "npm:10.4.3"
"@nuxtjs/opencollective": "npm:0.3.2"
- axios: "npm:1.7.4"
+ axios: "npm:1.7.7"
chalk: "npm:4.1.2"
commander: "npm:8.3.0"
compare-versions: "npm:4.1.4"
@@ -1545,15 +1545,15 @@ __metadata:
console.table: "npm:0.10.0"
fs-extra: "npm:10.1.0"
glob: "npm:7.2.3"
- https-proxy-agent: "npm:7.0.4"
+ https-proxy-agent: "npm:7.0.5"
inquirer: "npm:8.2.6"
lodash: "npm:4.17.21"
reflect-metadata: "npm:0.1.13"
rxjs: "npm:7.8.1"
- tslib: "npm:2.6.2"
+ tslib: "npm:2.7.0"
bin:
openapi-generator-cli: main.js
- checksum: 10/b5555cbc3a426c1508db9f52da9a6f8a5dcbf0c8fa562f90ab7536f284385d24bf33764f6b1b9af3f4b44a2d699ec85451af7d2e2dde941db3a4d5cb198804ea
+ checksum: 10/8098ae5e64f971904fe6d2e45082c2045d4ff6b899b50f968c37e3062a304b52fe8ffe5fc71f22566e9526f52372cd7808cb1745d462067533946fc5a36e7188
languageName: node
linkType: hard
@@ -1634,11 +1634,11 @@ __metadata:
languageName: node
linkType: hard
-"@redocly/cli@npm:1.25.3":
- version: 1.25.3
- resolution: "@redocly/cli@npm:1.25.3"
+"@redocly/cli@npm:1.25.4":
+ version: 1.25.4
+ resolution: "@redocly/cli@npm:1.25.4"
dependencies:
- "@redocly/openapi-core": "npm:1.25.3"
+ "@redocly/openapi-core": "npm:1.25.4"
abort-controller: "npm:^3.0.0"
chokidar: "npm:^3.5.1"
colorette: "npm:^1.2.0"
@@ -1660,7 +1660,7 @@ __metadata:
bin:
openapi: bin/cli.js
redocly: bin/cli.js
- checksum: 10/620d83f1d40ba037a3e5f5bafaeb85323d4cbb978a2bd2f4de74c7683284df1e1372f495ac257482d1f2b8ede49773886d872cb53ae4826ce5b3b13f90ff218b
+ checksum: 10/804ce9e069b05c478580c775aca77011e6e870d132a4322ba4f8968408b52fe539b97e51a4732b7a4e4c86f43433df1a7dbf211761bd03617b4b7665d633b7f1
languageName: node
linkType: hard
@@ -1671,7 +1671,33 @@ __metadata:
languageName: node
linkType: hard
-"@redocly/openapi-core@npm:1.25.3, @redocly/openapi-core@npm:^1.4.0":
+"@redocly/config@npm:^0.12.1":
+ version: 0.12.1
+ resolution: "@redocly/config@npm:0.12.1"
+ checksum: 10/1f0d6a5c4e1c20329300aca73f8e89bb1f58494ecbfb831f4bb0d761cd47b337e5d36b41f70788a0d8c19c5e9277eccf20900f962898efdf39ea5c35a876568f
+ languageName: node
+ linkType: hard
+
+"@redocly/openapi-core@npm:1.25.4":
+ version: 1.25.4
+ resolution: "@redocly/openapi-core@npm:1.25.4"
+ dependencies:
+ "@redocly/ajv": "npm:^8.11.2"
+ "@redocly/config": "npm:^0.12.1"
+ colorette: "npm:^1.2.0"
+ https-proxy-agent: "npm:^7.0.4"
+ js-levenshtein: "npm:^1.1.6"
+ js-yaml: "npm:^4.1.0"
+ lodash.isequal: "npm:^4.5.0"
+ minimatch: "npm:^5.0.1"
+ node-fetch: "npm:^2.6.1"
+ pluralize: "npm:^8.0.0"
+ yaml-ast-parser: "npm:0.0.43"
+ checksum: 10/96c10e918f2fbb7d1c0feeeb9e5a8d399837f6ed13f15a5cd3c389575ec4fb8ac9f83ecdfd1e41290f44d35af6c33fca90f53e738f4b46d62fd7215af0be816f
+ languageName: node
+ linkType: hard
+
+"@redocly/openapi-core@npm:^1.4.0":
version: 1.25.3
resolution: "@redocly/openapi-core@npm:1.25.3"
dependencies:
@@ -1901,27 +1927,27 @@ __metadata:
languageName: node
linkType: hard
-"@types/express-serve-static-core@npm:^4.17.33":
- version: 4.19.5
- resolution: "@types/express-serve-static-core@npm:4.19.5"
+"@types/express-serve-static-core@npm:^5.0.0":
+ version: 5.0.0
+ resolution: "@types/express-serve-static-core@npm:5.0.0"
dependencies:
"@types/node": "npm:*"
"@types/qs": "npm:*"
"@types/range-parser": "npm:*"
"@types/send": "npm:*"
- checksum: 10/49350c6315eeb7d640e13e6138ba6005121b3b610b1e25746fccd5b86b559be810a4ba384b9bd7eee288975b5bd8cf67c1772c646254b812beaa488774eb5513
+ checksum: 10/fc40cdeae61113d8b2335f4b0f9334a7a64388a0931f2e98f8fc9bdadd0b13b501a70da14c256ae4aa140db49bd2eff75a99a683266d561e62540784a61dc489
languageName: node
linkType: hard
-"@types/express@npm:4.17.21":
- version: 4.17.21
- resolution: "@types/express@npm:4.17.21"
+"@types/express@npm:5.0.0":
+ version: 5.0.0
+ resolution: "@types/express@npm:5.0.0"
dependencies:
"@types/body-parser": "npm:*"
- "@types/express-serve-static-core": "npm:^4.17.33"
+ "@types/express-serve-static-core": "npm:^5.0.0"
"@types/qs": "npm:*"
"@types/serve-static": "npm:*"
- checksum: 10/7a6d26cf6f43d3151caf4fec66ea11c9d23166e4f3102edfe45a94170654a54ea08cf3103d26b3928d7ebcc24162c90488e33986b7e3a5f8941225edd5eb18c7
+ checksum: 10/45b199ab669caa33e6badafeebf078e277ea95042309d325a04b1ec498f33d33fd5a4ae9c8e358342367b178fe454d7323c5dfc8002bf27070b210a2c6cc11f0
languageName: node
linkType: hard
@@ -1995,7 +2021,7 @@ __metadata:
languageName: node
linkType: hard
-"@types/node@npm:*, @types/node@npm:22.5.5":
+"@types/node@npm:*":
version: 22.5.5
resolution: "@types/node@npm:22.5.5"
dependencies:
@@ -2004,6 +2030,15 @@ __metadata:
languageName: node
linkType: hard
+"@types/node@npm:22.7.4":
+ version: 22.7.4
+ resolution: "@types/node@npm:22.7.4"
+ dependencies:
+ undici-types: "npm:~6.19.2"
+ checksum: 10/19ddab80c4eba2253c855ed67c9bbc47417183049d01e59010a738bd80d47338bab79fd1f44ae51516bd63a1db4bf21ddb38b16bf6401a2e93252068ec52e88b
+ languageName: node
+ linkType: hard
+
"@types/qs@npm:*":
version: 6.9.16
resolution: "@types/qs@npm:6.9.16"
@@ -2060,15 +2095,15 @@ __metadata:
languageName: node
linkType: hard
-"@typescript-eslint/eslint-plugin@npm:8.6.0":
- version: 8.6.0
- resolution: "@typescript-eslint/eslint-plugin@npm:8.6.0"
+"@typescript-eslint/eslint-plugin@npm:8.7.0":
+ version: 8.7.0
+ resolution: "@typescript-eslint/eslint-plugin@npm:8.7.0"
dependencies:
"@eslint-community/regexpp": "npm:^4.10.0"
- "@typescript-eslint/scope-manager": "npm:8.6.0"
- "@typescript-eslint/type-utils": "npm:8.6.0"
- "@typescript-eslint/utils": "npm:8.6.0"
- "@typescript-eslint/visitor-keys": "npm:8.6.0"
+ "@typescript-eslint/scope-manager": "npm:8.7.0"
+ "@typescript-eslint/type-utils": "npm:8.7.0"
+ "@typescript-eslint/utils": "npm:8.7.0"
+ "@typescript-eslint/visitor-keys": "npm:8.7.0"
graphemer: "npm:^1.4.0"
ignore: "npm:^5.3.1"
natural-compare: "npm:^1.4.0"
@@ -2079,25 +2114,25 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
- checksum: 10/8f8c72b47e59973c6aaa955a01d2bce834dbd317b37f66355aba564aa30bed4ed7be26080d20ed2ae834bc628706da534da6a87a9720608835b27f165d59bd2b
+ checksum: 10/5bc774b1da4e1cd19c5ffd731c655c53035fd81ff06a95c2f2c54ab62c401879f886da3e1a1235505341e8172b2841c6edc78b4565a261105ab32d83bf5b8ab1
languageName: node
linkType: hard
-"@typescript-eslint/parser@npm:8.6.0":
- version: 8.6.0
- resolution: "@typescript-eslint/parser@npm:8.6.0"
+"@typescript-eslint/parser@npm:8.7.0":
+ version: 8.7.0
+ resolution: "@typescript-eslint/parser@npm:8.7.0"
dependencies:
- "@typescript-eslint/scope-manager": "npm:8.6.0"
- "@typescript-eslint/types": "npm:8.6.0"
- "@typescript-eslint/typescript-estree": "npm:8.6.0"
- "@typescript-eslint/visitor-keys": "npm:8.6.0"
+ "@typescript-eslint/scope-manager": "npm:8.7.0"
+ "@typescript-eslint/types": "npm:8.7.0"
+ "@typescript-eslint/typescript-estree": "npm:8.7.0"
+ "@typescript-eslint/visitor-keys": "npm:8.7.0"
debug: "npm:^4.3.4"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
peerDependenciesMeta:
typescript:
optional: true
- checksum: 10/6e6bb37841665e5fac8c5505a5b755ef499d5caf8cb975043e8b0e459520d315a1c7e7ae60a1d6bc20e7f4193b6d7cb74bc95dede203851087a1713c8d0b8abc
+ checksum: 10/896ac60f8426f9e5c23198c89555f6f88f7957c5b16bb7b966dac45c5f5e7076c1a050bcee2e0eddff88055b9c0d7bdfaef9c64889e3bdf3356d20356b0daa04
languageName: node
linkType: hard
@@ -2121,18 +2156,28 @@ __metadata:
languageName: node
linkType: hard
-"@typescript-eslint/type-utils@npm:8.6.0":
- version: 8.6.0
- resolution: "@typescript-eslint/type-utils@npm:8.6.0"
+"@typescript-eslint/scope-manager@npm:8.7.0":
+ version: 8.7.0
+ resolution: "@typescript-eslint/scope-manager@npm:8.7.0"
dependencies:
- "@typescript-eslint/typescript-estree": "npm:8.6.0"
- "@typescript-eslint/utils": "npm:8.6.0"
+ "@typescript-eslint/types": "npm:8.7.0"
+ "@typescript-eslint/visitor-keys": "npm:8.7.0"
+ checksum: 10/6a6aae28437f6cd78f82dd1359658593fcc8f6d0da966b4d128b14db3a307b6094d22515a79c222055a31bf9b73b73799acf18fbf48c0da16e8f408fcc10464c
+ languageName: node
+ linkType: hard
+
+"@typescript-eslint/type-utils@npm:8.7.0":
+ version: 8.7.0
+ resolution: "@typescript-eslint/type-utils@npm:8.7.0"
+ dependencies:
+ "@typescript-eslint/typescript-estree": "npm:8.7.0"
+ "@typescript-eslint/utils": "npm:8.7.0"
debug: "npm:^4.3.4"
ts-api-utils: "npm:^1.3.0"
peerDependenciesMeta:
typescript:
optional: true
- checksum: 10/9b537821e180818915e75422a4e4810f7cc87f2223ad7fb145fca76b808f97425f81e4db7909542f76e6b53519f9b3a47d86fc8d1881a156158432c0ba748f89
+ checksum: 10/dba4520dd3dce35b765640f9633100bd29d2092478cb467e89bde51dc23fb19f7395e87f4486b898315aab081263003cbc78f03f0f40079602713aafc2f2a6a5
languageName: node
linkType: hard
@@ -2150,6 +2195,13 @@ __metadata:
languageName: node
linkType: hard
+"@typescript-eslint/types@npm:8.7.0":
+ version: 8.7.0
+ resolution: "@typescript-eslint/types@npm:8.7.0"
+ checksum: 10/9adbe4efdcb00735af5144a161d6bb2f79a952a9701820920ad33adba02032d65d5b601087e953c2918f7efa548abbcd9289f83ec6299f66941d7c585886792e
+ languageName: node
+ linkType: hard
+
"@typescript-eslint/typescript-estree@npm:7.18.0":
version: 7.18.0
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
@@ -2188,17 +2240,36 @@ __metadata:
languageName: node
linkType: hard
-"@typescript-eslint/utils@npm:8.6.0, @typescript-eslint/utils@npm:^8.1.0, @typescript-eslint/utils@npm:^8.4.0":
- version: 8.6.0
- resolution: "@typescript-eslint/utils@npm:8.6.0"
+"@typescript-eslint/typescript-estree@npm:8.7.0":
+ version: 8.7.0
+ resolution: "@typescript-eslint/typescript-estree@npm:8.7.0"
+ dependencies:
+ "@typescript-eslint/types": "npm:8.7.0"
+ "@typescript-eslint/visitor-keys": "npm:8.7.0"
+ debug: "npm:^4.3.4"
+ fast-glob: "npm:^3.3.2"
+ is-glob: "npm:^4.0.3"
+ minimatch: "npm:^9.0.4"
+ semver: "npm:^7.6.0"
+ ts-api-utils: "npm:^1.3.0"
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+ checksum: 10/c4f7e3c18c8382b72800681c37c87726b02a96cf6831be37d2d2f9c26267016a9dd7af4e08184b96376a9aebdc5c344c6c378c86821c374fe10a9e45aca1b33d
+ languageName: node
+ linkType: hard
+
+"@typescript-eslint/utils@npm:8.7.0":
+ version: 8.7.0
+ resolution: "@typescript-eslint/utils@npm:8.7.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.0"
- "@typescript-eslint/scope-manager": "npm:8.6.0"
- "@typescript-eslint/types": "npm:8.6.0"
- "@typescript-eslint/typescript-estree": "npm:8.6.0"
+ "@typescript-eslint/scope-manager": "npm:8.7.0"
+ "@typescript-eslint/types": "npm:8.7.0"
+ "@typescript-eslint/typescript-estree": "npm:8.7.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
- checksum: 10/778caa5767d306d17dea8d648baf158eda4099717fd1067d5362446adb7e51af357d4a9a53430327cc7f0229c69347a3b9b434ab937256fb0b4a0e3458184068
+ checksum: 10/81674503fb5ea32ff5de8f1a29fecbcfa947025e7609e861ac8e32cd13326fc050c4fa5044e1a877f05e7e1264c42b9c72a7fd09c4a41d0ac2cf1c49259abf03
languageName: node
linkType: hard
@@ -2216,6 +2287,20 @@ __metadata:
languageName: node
linkType: hard
+"@typescript-eslint/utils@npm:^8.1.0, @typescript-eslint/utils@npm:^8.4.0":
+ version: 8.6.0
+ resolution: "@typescript-eslint/utils@npm:8.6.0"
+ dependencies:
+ "@eslint-community/eslint-utils": "npm:^4.4.0"
+ "@typescript-eslint/scope-manager": "npm:8.6.0"
+ "@typescript-eslint/types": "npm:8.6.0"
+ "@typescript-eslint/typescript-estree": "npm:8.6.0"
+ peerDependencies:
+ eslint: ^8.57.0 || ^9.0.0
+ checksum: 10/778caa5767d306d17dea8d648baf158eda4099717fd1067d5362446adb7e51af357d4a9a53430327cc7f0229c69347a3b9b434ab937256fb0b4a0e3458184068
+ languageName: node
+ linkType: hard
+
"@typescript-eslint/visitor-keys@npm:7.18.0":
version: 7.18.0
resolution: "@typescript-eslint/visitor-keys@npm:7.18.0"
@@ -2236,6 +2321,16 @@ __metadata:
languageName: node
linkType: hard
+"@typescript-eslint/visitor-keys@npm:8.7.0":
+ version: 8.7.0
+ resolution: "@typescript-eslint/visitor-keys@npm:8.7.0"
+ dependencies:
+ "@typescript-eslint/types": "npm:8.7.0"
+ eslint-visitor-keys: "npm:^3.4.3"
+ checksum: 10/189ea297ff4da53aea92f31de57aed164550c51ac7cf663007c997c4f0f75a82097e35568e3a0fbcced290cb4c12ab7d3afd99e93eb37c930d7f6d6bbfd6ed98
+ languageName: node
+ linkType: hard
+
"@ungap/structured-clone@npm:^1.2.0":
version: 1.2.0
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -2665,14 +2760,14 @@ __metadata:
languageName: node
linkType: hard
-"axios@npm:1.7.4":
- version: 1.7.4
- resolution: "axios@npm:1.7.4"
+"axios@npm:1.7.7":
+ version: 1.7.7
+ resolution: "axios@npm:1.7.7"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
- checksum: 10/7a1429be1e3d0c2e1b96d4bba4d113efbfabc7c724bed107beb535c782c7bea447ff634886b0c7c43395a264d085450d009eb1154b5f38a8bae49d469fdcbc61
+ checksum: 10/7f875ea13b9298cd7b40fd09985209f7a38d38321f1118c701520939de2f113c4ba137832fe8e3f811f99a38e12c8225481011023209a77b0c0641270e20cde1
languageName: node
linkType: hard
@@ -4199,9 +4294,9 @@ __metadata:
languageName: node
linkType: hard
-"eslint-plugin-jsdoc@npm:50.2.4":
- version: 50.2.4
- resolution: "eslint-plugin-jsdoc@npm:50.2.4"
+"eslint-plugin-jsdoc@npm:50.3.0":
+ version: 50.3.0
+ resolution: "eslint-plugin-jsdoc@npm:50.3.0"
dependencies:
"@es-joy/jsdoccomment": "npm:~0.48.0"
are-docs-informative: "npm:^0.0.2"
@@ -4216,7 +4311,7 @@ __metadata:
synckit: "npm:^0.9.1"
peerDependencies:
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
- checksum: 10/0e1c9830ce47805f1b90ba754c94288d5c091920a25edf4c1a2796dba2cb0388195b86997c1ebadaafaf98691da5a563e258c80fa495de7354c6e4e599a46902
+ checksum: 10/4288284b0e27672b6567e471172b495561af8e0f4eb859e84d277f6beeb61de285284116c6df9bc951f65fd3a274c15080ba19c888de771f077c29cdc5df000a
languageName: node
linkType: hard
@@ -5238,17 +5333,7 @@ __metadata:
languageName: node
linkType: hard
-"https-proxy-agent@npm:7.0.4":
- version: 7.0.4
- resolution: "https-proxy-agent@npm:7.0.4"
- dependencies:
- agent-base: "npm:^7.0.2"
- debug: "npm:4"
- checksum: 10/405fe582bba461bfe5c7e2f8d752b384036854488b828ae6df6a587c654299cbb2c50df38c4b6ab303502c3c5e029a793fbaac965d1e86ee0be03faceb554d63
- languageName: node
- linkType: hard
-
-"https-proxy-agent@npm:^7.0.0, https-proxy-agent@npm:^7.0.1, https-proxy-agent@npm:^7.0.4":
+"https-proxy-agent@npm:7.0.5, https-proxy-agent@npm:^7.0.0, https-proxy-agent@npm:^7.0.1, https-proxy-agent@npm:^7.0.4":
version: 7.0.5
resolution: "https-proxy-agent@npm:7.0.5"
dependencies:
@@ -7716,12 +7801,12 @@ __metadata:
"@actions/exec": "npm:1.1.1"
"@actions/io": "npm:1.1.3"
"@octokit/rest": "npm:21.0.2"
- "@types/express": "npm:4.17.21"
+ "@types/express": "npm:5.0.0"
"@types/folder-hash": "npm:4.0.4"
"@types/fs-extra": "npm:11.0.4"
"@types/js-yaml": "npm:4.0.9"
"@types/micromatch": "npm:4.0.9"
- "@types/node": "npm:22.5.5"
+ "@types/node": "npm:22.7.4"
"@types/semver": "npm:7.5.8"
"@types/spinnies": "npm:0.5.3"
chai: "npm:5.1.1"