Skip to content

Commit

Permalink
chore(deps): dependencies 2024-09-30 (#3842)
Browse files Browse the repository at this point in the history
  • Loading branch information
algolia-bot committed Sep 30, 2024
1 parent 20b147d commit 6f58ae2
Show file tree
Hide file tree
Showing 34 changed files with 424 additions and 232 deletions.
2 changes: 1 addition & 1 deletion .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.3.0
uses: actions/setup-java@v4.4.0
with:
distribution: zulu
java-version-file: config/.java-version
Expand Down
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.401",
"version": "8.0.402",
"rollForward": "latestMinor"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ environment:
dependencies:
dio: ^5.2.1
dev_dependencies:
lints: ^4.0.0
lints: ^5.0.0
test: ^1.25.8
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading

0 comments on commit 6f58ae2

Please sign in to comment.