Skip to content

Commit

Permalink
chore(deps): dependencies 2024-11-11 [skip-bc] (#4080)
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: shortcuts <[email protected]>
Co-authored-by: Pierre Millot <[email protected]>
  • Loading branch information
4 people authored Nov 12, 2024
1 parent 53c6e8a commit 4a6d175
Show file tree
Hide file tree
Showing 27 changed files with 2,137 additions and 512 deletions.
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-java/api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import me.champeau.gradle.japicmp.JapicmpTask

plugins {
id 'java-library'
id 'me.champeau.gradle.japicmp' version '0.4.4'
id 'me.champeau.gradle.japicmp' version '0.4.5'
}

repositories {
Expand Down
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.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-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 @@ -15,12 +15,12 @@
"test:bundle": "lerna run test:bundle --verbose --include-dependencies"
},
"devDependencies": {
"@types/node": "22.8.7",
"@types/node": "22.9.0",
"@types/semver": "7.5.8",
"bundlesize": "0.18.2",
"execa": "9.5.1",
"lerna": "8.1.9",
"rollup": "4.24.3",
"rollup": "4.25.0",
"semver": "7.6.3",
"typescript": "5.6.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"test:bundle": "publint . && attw --pack ."
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.8.7",
"@arethetypeswrong/cli": "0.17.0",
"@types/node": "22.9.0",
"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 @@ -54,10 +54,10 @@
"@algolia/requester-node-http": "5.13.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.8.7",
"@arethetypeswrong/cli": "0.17.0",
"@types/node": "22.9.0",
"publint": "0.2.12",
"rollup": "4.24.3",
"rollup": "4.25.0",
"tsup": "8.3.5",
"typescript": "5.6.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"test:bundle": "publint . && attw --pack ."
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.8.7",
"@arethetypeswrong/cli": "0.17.0",
"@types/node": "22.9.0",
"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 @@ -34,8 +34,8 @@
"@algolia/client-common": "5.13.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.8.7",
"@arethetypeswrong/cli": "0.17.0",
"@types/node": "22.9.0",
"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 @@ -50,10 +50,10 @@
"@algolia/client-common": "5.13.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.8.7",
"@arethetypeswrong/cli": "0.17.0",
"@types/node": "22.9.0",
"cross-fetch": "4.0.0",
"nock": "13.5.5",
"nock": "13.5.6",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.6.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@algolia/client-common": "5.13.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.8.7",
"nock": "13.5.5",
"@arethetypeswrong/cli": "0.17.0",
"@types/node": "22.9.0",
"nock": "13.5.6",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.6.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"@algolia/requester-node-http": "5.13.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.8.7",
"@arethetypeswrong/cli": "0.17.0",
"@types/node": "22.9.0",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.6.3"
Expand Down
Loading

0 comments on commit 4a6d175

Please sign in to comment.