Skip to content

Commit

Permalink
Merge 84b1312 into c7d0365
Browse files Browse the repository at this point in the history
  • Loading branch information
algolia-bot authored Dec 15, 2024
2 parents c7d0365 + 84b1312 commit 15811f3
Show file tree
Hide file tree
Showing 20 changed files with 209 additions and 136 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
- name: Download Java formatter
if: inputs.type != 'minimal'
shell: bash
run: curl --retry 3 -L "https://github.com/google/google-java-format/releases/download/v1.25.0/google-java-format-1.25.0-all-deps.jar" > /tmp/java-formatter.jar
run: curl --retry 3 -L "https://github.com/google/google-java-format/releases/download/v1.25.2/google-java-format-1.25.2-all-deps.jar" > /tmp/java-formatter.jar

# JavaScript for monorepo and tooling
- name: Install Node
Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:bundle": "lerna run test:bundle --verbose --include-dependencies"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"bundlewatch": "0.4.0",
"execa": "9.5.2",
"lerna": "8.1.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.1",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"jsdom": "25.0.1",
"publint": "0.2.12",
"ts-node": "10.9.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.1",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"publint": "0.2.12",
"rollup": "4.28.1",
"tsup": "8.3.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.1",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"jsdom": "25.0.1",
"publint": "0.2.12",
"ts-node": "10.9.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.1",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"jsdom": "25.0.1",
"publint": "0.2.12",
"tsup": "8.3.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.1",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"cross-fetch": "4.0.0",
"nock": "13.5.6",
"publint": "0.2.12",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.1",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"nock": "13.5.6",
"publint": "0.2.12",
"tsup": "8.3.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.1",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.7.2"
Expand Down
25 changes: 17 additions & 8 deletions clients/algoliasearch-client-javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ __metadata:
resolution: "@algolia/client-common@workspace:packages/client-common"
dependencies:
"@arethetypeswrong/cli": "npm:0.17.1"
"@types/node": "npm:22.10.1"
"@types/node": "npm:22.10.2"
jsdom: "npm:25.0.1"
publint: "npm:0.2.12"
ts-node: "npm:10.9.2"
Expand All @@ -63,7 +63,7 @@ __metadata:
"@algolia/requester-fetch": "npm:5.17.1"
"@algolia/requester-node-http": "npm:5.17.1"
"@arethetypeswrong/cli": "npm:0.17.1"
"@types/node": "npm:22.10.1"
"@types/node": "npm:22.10.2"
publint: "npm:0.2.12"
rollup: "npm:4.28.1"
tsup: "npm:8.3.5"
Expand Down Expand Up @@ -162,7 +162,7 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.17.1"
"@arethetypeswrong/cli": "npm:0.17.1"
"@types/node": "npm:22.10.1"
"@types/node": "npm:22.10.2"
jsdom: "npm:25.0.1"
publint: "npm:0.2.12"
ts-node: "npm:10.9.2"
Expand Down Expand Up @@ -212,7 +212,7 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.17.1"
"@arethetypeswrong/cli": "npm:0.17.1"
"@types/node": "npm:22.10.1"
"@types/node": "npm:22.10.2"
jsdom: "npm:25.0.1"
publint: "npm:0.2.12"
tsup: "npm:8.3.5"
Expand All @@ -228,7 +228,7 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.17.1"
"@arethetypeswrong/cli": "npm:0.17.1"
"@types/node": "npm:22.10.1"
"@types/node": "npm:22.10.2"
cross-fetch: "npm:4.0.0"
nock: "npm:13.5.6"
publint: "npm:0.2.12"
Expand All @@ -244,7 +244,7 @@ __metadata:
dependencies:
"@algolia/client-common": "npm:5.17.1"
"@arethetypeswrong/cli": "npm:0.17.1"
"@types/node": "npm:22.10.1"
"@types/node": "npm:22.10.2"
nock: "npm:13.5.6"
publint: "npm:0.2.12"
tsup: "npm:8.3.5"
Expand All @@ -262,7 +262,7 @@ __metadata:
"@algolia/requester-fetch": "npm:5.17.1"
"@algolia/requester-node-http": "npm:5.17.1"
"@arethetypeswrong/cli": "npm:0.17.1"
"@types/node": "npm:22.10.1"
"@types/node": "npm:22.10.2"
publint: "npm:0.2.12"
tsup: "npm:8.3.5"
typescript: "npm:5.7.2"
Expand Down Expand Up @@ -2001,6 +2001,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.10.2":
version: 22.10.2
resolution: "@types/node@npm:22.10.2"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10/451adfefed4add58b069407173e616220fd4aaa3307cdde1bb701aa053b65b54ced8483db2f870dcedec7a58cb3b06101fbc19d85852716672ec1fd3660947fa
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"
Expand Down Expand Up @@ -2184,7 +2193,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "algoliasearch-client-javascript@workspace:."
dependencies:
"@types/node": "npm:22.10.1"
"@types/node": "npm:22.10.2"
bundlewatch: "npm:0.4.0"
execa: "npm:9.5.2"
lerna: "npm:8.1.9"
Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-scala/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
2 changes: 1 addition & 1 deletion config/.dart-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.4
3.6.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.15.3",
"@redocly/cli": "1.25.15",
"@redocly/cli": "1.26.0",
"eslint": "8.57.1",
"eslint-plugin-automation-custom": "1.0.0",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-yml": "1.16.0",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"lint-staged": "15.2.11",
"oxlint": "0.11.1",
"pinst": "3.0.0",
"prettier": "3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion playground/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

dependencies {
implementation 'io.github.cdimascio:dotenv-java:3.0.1'
implementation 'com.algolia:algoliasearch:4.8.2'
implementation 'com.algolia:algoliasearch:4.10.1'
}

group = 'com.algolia'
Expand Down
10 changes: 5 additions & 5 deletions playground/javascript/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"react-instantsearch": "^7.13.8"
},
"devDependencies": {
"@eslint/js": "9.16.0",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@eslint/js": "9.17.0",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"@vitejs/plugin-react-swc": "3.7.2",
"eslint": "9.16.0",
"eslint": "9.17.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.16",
"globals": "15.13.0",
"typescript": "5.7.2",
"typescript-eslint": "8.17.0",
"typescript-eslint": "8.18.0",
"vite": "6.0.3"
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN source "/root/.sdkman/bin/sdkman-init.sh" \
&& sdk install sbt

# Java formatter
ADD https://github.com/google/google-java-format/releases/download/v1.25.0/google-java-format-1.25.0-all-deps.jar /tmp/java-formatter.jar
ADD https://github.com/google/google-java-format/releases/download/v1.25.2/google-java-format-1.25.2-all-deps.jar /tmp/java-formatter.jar


# Python
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/folder-hash": "4.0.4",
"@types/fs-extra": "11.0.4",
"@types/js-yaml": "4.0.9",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@types/semver": "7.5.8",
"@types/spinnies": "0.5.3",
"chai": "5.1.2",
Expand Down
2 changes: 1 addition & 1 deletion templates/javascript/clients/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"vitest": "2.1.8",
{{/isAlgoliasearchClient}}
"@arethetypeswrong/cli": "0.17.1",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"publint": "0.2.12",
"rollup": "4.28.1",
"tsup": "8.3.5",
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 @@ -11,7 +11,7 @@
"@algolia/requester-testing": "link:../../../clients/algoliasearch-client-javascript/packages/requester-testing"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"dotenv": "16.4.7",
"typescript": "5.7.2",
"vitest": "2.1.8"
Expand Down
Loading

0 comments on commit 15811f3

Please sign in to comment.