Skip to content

chore(deps): dependencies 2025-05-26 #4880

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 17 commits into from
May 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
46405f8
chore: automatic empty commit
algolia-bot May 23, 2025
7e3b466
chore(deps): update dependency @cloudflare/vitest-pool-workers to v0.…
renovate[bot] May 24, 2025
6cb4c5e
chore(deps): update dotnet monorepo to 9.0.5 (#4887)
renovate[bot] May 24, 2025
4efebae
chore(deps): update dependency vitest to v3.1.4 (#4886)
renovate[bot] May 24, 2025
542b59f
chore(deps): update dependency @openapitools/openapi-generator-cli to…
renovate[bot] May 24, 2025
ed7f2c3
chore(deps): update dependency @types/react to v19.1.5 (#4884)
renovate[bot] May 24, 2025
e77910f
chore(deps): update dependency gradle to v8.14.1 (#4885)
renovate[bot] May 24, 2025
f7edb08
chore(deps): update dependency @vitejs/plugin-react-swc to v3.10.0 (#…
renovate[bot] May 24, 2025
8511b33
chore(deps): update dependency microsoft.net.test.sdk to 17.14.0 (#4890)
renovate[bot] May 24, 2025
8220b90
chore(deps): update ghcr.io/nicklockwood/swiftformat docker tag to v0…
renovate[bot] May 24, 2025
ca3bab7
chore(deps): update dependency dart to v3.8.0 (#4889)
renovate[bot] May 24, 2025
e9e3598
chore(deps): update dependency csharpier to 1.0.2 (#4894)
renovate[bot] May 26, 2025
a779d60
chore(deps): update dependency wiremock.net to 1.8.8 (#4895)
renovate[bot] May 26, 2025
e5f4be8
chore(deps): update dependency knip to v5.58.0 (#4896)
renovate[bot] May 26, 2025
51c6e90
chore(deps): update dependency sbt/sbt to v1.11.0 (#4897)
renovate[bot] May 26, 2025
15af2f0
chore(deps): update node.js to v22.16.0 (#4893)
renovate[bot] May 26, 2025
d20baf6
chore(deps): update dependency nicklockwood/swiftformat to v0.56.1 (#…
renovate[bot] May 26, 2025
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 @@ -202,7 +202,7 @@ runs:
if: ${{ inputs.language == 'swift' }}
id: swiftformat-version
shell: bash
run: echo "SWIFTFORMAT_VERSION=0.55.6" >> $GITHUB_OUTPUT
run: echo "SWIFTFORMAT_VERSION=0.56.1" >> $GITHUB_OUTPUT

- name: Checkout swiftformat
if: ${{ inputs.language == 'swift' }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.15.1
22.16.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "1.0.1",
"version": "1.0.2",
"commands": [
"csharpier"
]
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.14-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.15.1
22.16.0
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:bundle": "lerna run test:bundle --verbose --include-dependencies"
},
"devDependencies": {
"@types/node": "22.15.19",
"@types/node": "22.15.21",
"bundlewatch": "0.4.1",
"execa": "9.5.3",
"lerna": "8.2.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.1",
"@types/node": "22.15.19",
"@types/node": "22.15.21",
"jsdom": "26.1.0",
"publint": "0.3.12",
"ts-node": "10.9.2",
"tsup": "8.5.0",
"typescript": "5.8.3",
"vitest": "3.1.3"
"vitest": "3.1.4"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.1",
"@types/node": "22.15.19",
"@types/node": "22.15.21",
"publint": "0.3.12",
"rollup": "4.41.0",
"tsup": "8.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.1",
"@types/node": "22.15.19",
"@types/node": "22.15.21",
"publint": "0.3.12",
"rollup": "4.41.0",
"tsup": "8.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.1",
"@types/node": "22.15.19",
"@types/node": "22.15.21",
"jsdom": "26.1.0",
"publint": "0.3.12",
"ts-node": "10.9.2",
"tsup": "8.5.0",
"typescript": "5.8.3",
"vitest": "3.1.3"
"vitest": "3.1.4"
},
"dependencies": {
"@algolia/client-common": "5.25.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.1",
"@types/node": "22.15.19",
"@types/node": "22.15.21",
"jsdom": "26.1.0",
"publint": "0.3.12",
"tsup": "8.5.0",
"typescript": "5.8.3",
"vitest": "3.1.3",
"vitest": "3.1.4",
"xhr-mock": "2.5.1"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.1",
"@types/node": "22.15.19",
"@types/node": "22.15.21",
"cross-fetch": "4.1.0",
"nock": "14.0.4",
"publint": "0.3.12",
"tsup": "8.5.0",
"typescript": "5.8.3",
"vitest": "3.1.3"
"vitest": "3.1.4"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.1",
"@types/node": "22.15.19",
"@types/node": "22.15.21",
"nock": "14.0.4",
"publint": "0.3.12",
"tsup": "8.5.0",
"typescript": "5.8.3",
"vitest": "3.1.3"
"vitest": "3.1.4"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.1",
"@types/node": "22.15.19",
"@types/node": "22.15.21",
"publint": "0.3.12",
"tsup": "8.5.0",
"typescript": "5.8.3"
Expand Down
Loading