Skip to content

chore(deps): dependencies 2024-12-23 #4258

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
7e69973
chore: automatic empty commit
algolia-bot Dec 20, 2024
db10c9b
chore(deps): update dependency @arethetypeswrong/cli to v0.17.2 (#4259)
renovate[bot] Dec 21, 2024
8cd0632
chore(deps): update dependency globals to v15.14.0 (#4269)
renovate[bot] Dec 21, 2024
ae1aff6
chore(deps): update dependency typescript-eslint to v8.18.1 (#4263)
renovate[bot] Dec 21, 2024
ed914f5
chore(deps): update dependency @redocly/cli to v1.26.1 (#4260)
renovate[bot] Dec 21, 2024
0540e7a
chore(deps): update dependency vite to v6.0.5 (#4264)
renovate[bot] Dec 21, 2024
110bd5f
chore(deps): update dependency @types/react to v18.3.18 (#4261)
renovate[bot] Dec 21, 2024
d8d20c9
fix(deps): update dependency com.algolia:algoliasearch to v4.10.2 (#4…
renovate[bot] Dec 21, 2024
cd9e025
fix(deps): update ktor monorepo to v3.0.3 (#4266)
renovate[bot] Dec 21, 2024
3331ec3
chore(deps): update plugin kotlinx-binary-validator to v0.17.0 (#4271)
renovate[bot] Dec 21, 2024
cced056
chore(deps): update actions/setup-java action to v4.6.0 (#4267)
renovate[bot] Dec 21, 2024
fefb93b
chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.…
renovate[bot] Dec 21, 2024
70c6b7e
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines…
renovate[bot] Dec 21, 2024
af17114
chore(deps): update dependency click to v8.1.8 (#4274)
renovate[bot] Dec 22, 2024
d728a0f
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.1…
renovate[bot] Dec 22, 2024
b20cfd0
chore(deps): update dependency esbuild to v0.24.2 (#4275)
renovate[bot] Dec 22, 2024
a64a472
chore(deps): update dependency gradle to v8.12 (#4279)
renovate[bot] Dec 22, 2024
b4eb17a
chore(deps): update dependency chalk to v5.4.1 (#4277)
renovate[bot] Dec 22, 2024
89569c4
chore(deps): update dependency cross-fetch to v4.1.0 (#4278)
renovate[bot] Dec 23, 2024
18b935a
chore(deps): update dependency rollup to v4.29.1 (#4280)
renovate[bot] Dec 23, 2024
1c70d9f
chore(deps): update dependency @actions/artifact to v2.2.0 (#4268)
renovate[bot] Dec 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5.0
uses: actions/setup-java@v4.6.0
with:
distribution: zulu
java-version-file: config/.java-version
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.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 1 addition & 2 deletions clients/algoliasearch-client-java/gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
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 @@ -19,7 +19,7 @@
"bundlewatch": "0.4.0",
"execa": "9.5.2",
"lerna": "8.1.9",
"rollup": "4.28.1",
"rollup": "4.29.1",
"typescript": "5.7.2"
},
"bundlewatch": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test:bundle": "publint . && attw --pack ."
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.1",
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"jsdom": "25.0.1",
"publint": "0.2.12",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"@algolia/requester-node-http": "5.18.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.1",
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"publint": "0.2.12",
"rollup": "4.28.1",
"rollup": "4.29.1",
"tsup": "8.3.5",
"typescript": "5.7.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test:bundle": "publint . && attw --pack ."
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.1",
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"jsdom": "25.0.1",
"publint": "0.2.12",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@algolia/client-common": "5.18.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.1",
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"jsdom": "25.0.1",
"publint": "0.2.12",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"@algolia/client-common": "5.18.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.1",
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"cross-fetch": "4.0.0",
"cross-fetch": "4.1.0",
"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 @@ -38,7 +38,7 @@
"@algolia/client-common": "5.18.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.1",
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"nock": "13.5.6",
"publint": "0.2.12",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@algolia/requester-node-http": "5.18.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.1",
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.2",
"publint": "0.2.12",
"tsup": "8.3.5",
Expand Down
Loading