Skip to content

Commit

Permalink
chore(deps): dependencies 2024-11-25 (#4145)
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: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
3 people authored Nov 25, 2024
1 parent f8f00f6 commit 56fd73f
Show file tree
Hide file tree
Showing 36 changed files with 2,542 additions and 1,273 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.24.0/google-java-format-1.24.0-all-deps.jar" > /tmp/java-formatter.jar
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

# JavaScript for monorepo and tooling
- name: Install Node
Expand Down
584 changes: 292 additions & 292 deletions .yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.5.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.1.cjs
yarnPath: .yarn/releases/yarn-4.5.2.cjs

# esbuild use native binaries, we need both to work locally and on the CI.
supportedArchitectures:
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-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-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 @@ -14,11 +14,11 @@
"test:bundle": "lerna run test:bundle --verbose --include-dependencies"
},
"devDependencies": {
"@types/node": "22.9.0",
"@types/node": "22.9.3",
"bundlewatch": "0.4.0",
"execa": "9.5.1",
"lerna": "8.1.9",
"rollup": "4.27.2",
"rollup": "4.27.4",
"typescript": "5.6.3"
},
"bundlewatch": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@types/node": "22.9.0",
"@types/node": "22.9.3",
"jsdom": "25.0.1",
"publint": "0.2.12",
"ts-node": "10.9.2",
"tsup": "8.3.5",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vitest": "2.1.5"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@types/node": "22.9.0",
"@types/node": "22.9.3",
"publint": "0.2.12",
"rollup": "4.27.2",
"rollup": "4.27.4",
"tsup": "8.3.5",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@types/node": "22.9.0",
"@types/node": "22.9.3",
"jsdom": "25.0.1",
"publint": "0.2.12",
"ts-node": "10.9.2",
"tsup": "8.3.5",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vitest": "2.1.5"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@types/node": "22.9.0",
"@types/node": "22.9.3",
"jsdom": "25.0.1",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vitest": "2.1.5",
"xhr-mock": "2.5.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@types/node": "22.9.0",
"@types/node": "22.9.3",
"cross-fetch": "4.0.0",
"nock": "13.5.6",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vitest": "2.1.5"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@types/node": "22.9.0",
"@types/node": "22.9.3",
"nock": "13.5.6",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vitest": "2.1.5"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.0",
"@types/node": "22.9.0",
"@types/node": "22.9.3",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Loading

0 comments on commit 56fd73f

Please sign in to comment.