Skip to content

Commit

Permalink
chore(deps): dependencies 2024-09-16 [skip-bc] (#3704)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
3 people authored Sep 17, 2024
1 parent 9db7daf commit 08d8ee6
Show file tree
Hide file tree
Showing 50 changed files with 2,572 additions and 2,463 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
# Java for code generation
- name: Install Java
if: inputs.type != 'minimal'
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
distribution: zulu
java-version-file: config/.java-version
Expand Down Expand Up @@ -201,7 +201,7 @@ runs:
if: ${{ inputs.language == 'swift' }}
id: swiftformat-version
shell: bash
run: echo "SWIFTFORMAT_VERSION=0.54.4" >> $GITHUB_OUTPUT
run: echo "SWIFTFORMAT_VERSION=0.54.5" >> $GITHUB_OUTPUT

- name: Checkout swiftformat
if: ${{ inputs.language == 'swift' }}
Expand Down
6 changes: 6 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ enableGlobalCache: false
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.4.1.cjs

# esbuild use native binaries, we need both to work locally and on the CI.
supportedArchitectures:
os:
- darwin
- linux
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-csharp/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.101",
"version": "8.0.401",
"rollForward": "latestMinor"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ dependencies:
dio: ^5.2.1
dev_dependencies:
lints: ^4.0.0
test: ^1.24.3
test: ^1.25.8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
8 changes: 4 additions & 4 deletions clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"test:bundle": "lerna run test:bundle --verbose --skip-nx-cache --include-dependencies"
},
"devDependencies": {
"@types/node": "22.5.1",
"@types/node": "22.5.5",
"@types/semver": "7.5.8",
"bundlesize": "0.18.2",
"execa": "9.3.1",
"execa": "9.4.0",
"lerna": "8.1.8",
"rollup": "4.21.2",
"rollup": "4.21.3",
"semver": "7.6.3",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"engines": {
"node": ">= 14.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"test:bundle": "publint . && attw --pack ."
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.1",
"@types/node": "22.5.1",
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.5.5",
"jsdom": "25.0.0",
"publint": "0.2.10",
"publint": "0.2.11",
"ts-node": "10.9.2",
"tsup": "8.2.4",
"typescript": "5.5.4",
"vitest": "2.0.5"
"tsup": "8.3.0",
"typescript": "5.6.2",
"vitest": "2.1.1"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"@algolia/requester-node-http": "5.4.2"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
"@arethetypeswrong/cli": "0.16.2",
"@types/node": "22.5.1",
"publint": "0.2.10",
"rollup": "4.21.2",
"rollup": "4.21.3",
"tsup": "8.2.4",
"typescript": "5.5.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"@algolia/client-common": "5.4.2"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.1",
"@types/node": "22.5.1",
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.5.5",
"jsdom": "25.0.0",
"publint": "0.2.10",
"tsup": "8.2.4",
"typescript": "5.5.4",
"vitest": "2.0.5",
"publint": "0.2.11",
"tsup": "8.3.0",
"typescript": "5.6.2",
"vitest": "2.1.1",
"xhr-mock": "2.5.1"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
"@algolia/client-common": "5.4.2"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.1",
"@types/node": "22.5.1",
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.5.5",
"cross-fetch": "4.0.0",
"nock": "13.5.5",
"publint": "0.2.10",
"tsup": "8.2.4",
"typescript": "5.5.4",
"vitest": "2.0.5"
"publint": "0.2.11",
"tsup": "8.3.0",
"typescript": "5.6.2",
"vitest": "2.1.1"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"@algolia/client-common": "5.4.2"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.1",
"@types/node": "22.5.1",
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.5.5",
"nock": "13.5.5",
"publint": "0.2.10",
"tsup": "8.2.4",
"typescript": "5.5.4",
"vitest": "2.0.5"
"publint": "0.2.11",
"tsup": "8.3.0",
"typescript": "5.6.2",
"vitest": "2.1.1"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"@algolia/requester-node-http": "5.4.2"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.1",
"@types/node": "22.5.1",
"publint": "0.2.10",
"tsup": "8.2.4",
"typescript": "5.5.4"
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.5.5",
"publint": "0.2.11",
"tsup": "8.3.0",
"typescript": "5.6.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Loading

0 comments on commit 08d8ee6

Please sign in to comment.