This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.<br>[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/hops-ops/distributed). ## Rate-Limited The following updates are currently rate-limited. To force their creation now, click on a checkbox below. - [ ] <!-- unlimit-branch=renovate/trybuild-1.x -->chore(deps): update rust crate trybuild to v1.0.120 - [ ] <!-- unlimit-branch=renovate/esbuild-0.x -->chore(deps): update dependency esbuild to ^0.28.0 - [ ] <!-- unlimit-branch=renovate/typescript-5.x -->chore(deps): update dependency typescript to v5.9.3 - [ ] <!-- unlimit-branch=renovate/rand-0.x -->chore(deps): update rust crate rand to 0.10 - [ ] <!-- unlimit-branch=renovate/tokio-tungstenite-0.x -->chore(deps): update rust crate tokio-tungstenite to 0.30 - [ ] <!-- unlimit-branch=renovate/hmac-0.x -->fix(deps): update rust crate hmac to 0.13 - [ ] <!-- unlimit-branch=renovate/sha2-0.x -->fix(deps): update rust crate sha2 to 0.11 - [ ] <!-- unlimit-branch=renovate/actions-checkout-7.x -->chore(deps): update actions/checkout action to v7 - [ ] <!-- unlimit-branch=renovate/actions-setup-node-7.x -->chore(deps): update actions/setup-node action to v7 - [ ] <!-- unlimit-branch=renovate/major-github-artifact-actions -->chore(deps): update actions/upload-artifact action to v7 - [ ] <!-- unlimit-branch=renovate/node-24.x -->chore(deps): update dependency node to v24 (`node`, `@types/node`) - [ ] <!-- unlimit-branch=renovate/typescript-7.x -->chore(deps): update dependency typescript to v7 - [ ] <!-- unlimit-branch=renovate/graphql-17.x -->fix(deps): update dependency graphql to v17 - [ ] <!-- unlimit-branch=renovate/jsonwebtoken-11.x -->fix(deps): update rust crate jsonwebtoken to v11 - [ ] <!-- create-all-rate-limited-prs -->🔐 **Create all rate-limited PRs at once** 🔐 ## Open The following updates have all been created. To force a retry/rebase of any, click on a checkbox below. - [ ] <!-- rebase-branch=renovate/apollo-graphql-packages -->[chore(deps): update dependency @apollo/client to v4.2.11](../pull/179) - [ ] <!-- rebase-branch=renovate/react-monorepo -->[chore(deps): update dependency @types/react to v19.2.18](../pull/180) - [ ] <!-- rebase-branch=renovate/publint-0.x-lockfile -->[chore(deps): update dependency publint to v0.3.23](../pull/181) - [ ] <!-- rebase-branch=renovate/svelte-5.x -->[chore(deps): update dependency svelte to v5.56.9](../pull/182) - [ ] <!-- rebase-branch=renovate/async-nats-0.x -->[fix(deps): update rust crate async-nats to 0.50](../pull/131) - [ ] <!-- rebase-branch=renovate/base64-0.x -->[fix(deps): update rust crate base64 to 0.23.0](../pull/133) - [ ] <!-- rebase-branch=renovate/syn-3.x -->[fix(deps): update rust crate syn to v3](../pull/130) - [ ] <!-- rebase-all-open-prs -->**Click on this checkbox to rebase all open PRs at once** ## Detected Dependencies <details><summary>cargo (3)</summary> <blockquote> <details><summary>Cargo.toml (47)</summary> - `async-nats 0.49` → [Updates: `0.50`] - `async-trait 0.1` - `async-graphql 7` - `async-graphql-axum 7` - `axum 0.8` - `base64 0.22.1` → [Updates: `0.23.0`] - `futures 0.3` - `lapin 4` - `rdkafka 0.39` - `reqwest 0.13` - `jsonwebtoken 9` → [Updates: `11`] - `bitcode 0.6.9` - `event-emitter-rs 0.1.4` - `futures-util 0.3` - `hmac 0.12` → [Updates: `0.13`] - `opentelemetry 0.32` - `opentelemetry_sdk 0.32` - `serde 1.0.210` - `serde_json 1.0.128` - `sha2 0.10` → [Updates: `0.11`] - `sqlx 0.9` - `tonic 0.14` - `tonic-prost 0.14` - `prost 0.14` - `tokio 1` - `tracing 0.1` - `tracing-opentelemetry 0.33` - `uuid 1` - `axum 0.8` - `tower 0.5` - `http-body-util 0.1` - `opentelemetry-otlp 0.32` - `tracing-subscriber 0.3` - `proptest 1` - `prost 0.14` - `reqwest 0.13` - `serde_json 1.0` - `tokio 1` - `tokio-stream 0.1` - `tokio-tungstenite 0.29` → [Updates: `0.30`] - `tonic 0.14` - `rsa 0.9` - `rand 0.8` → [Updates: `0.10`] - `serde 1.0.210` - `serde_json 1.0.128` - `sha2 0.10` → [Updates: `0.11`] - `tonic-build 0.14` </details> <details><summary>distributed_cli/Cargo.toml (8)</summary> - `async-graphql-parser 7` - `async-graphql-value 7` - `base64 0.22.1` → [Updates: `0.23.0`] - `clap 4` - `glob 0.3` - `serde 1` - `serde_json 1` - `sha2 0.10` → [Updates: `0.11`] </details> <details><summary>distributed_macros/Cargo.toml (7)</summary> - `proc-macro-crate 3.5` - `proc-macro2 1.0` - `quote 1.0` - `sha2 0.10` → [Updates: `0.11`] - `syn 2.0` → [Updates: `3.0`] - `trybuild =1.0.118` → [Updates: `=1.0.120`] - `serde 1.0` </details> </blockquote> </details> <details><summary>docker-compose (1)</summary> <blockquote> <details><summary>compose.yaml (4)</summary> - `postgres 18` - `rabbitmq 4.3-management-alpine` - `apache/kafka 4.3.1` - `nats 2.14-alpine` </details> </blockquote> </details> <details><summary>github-actions (15)</summary> <blockquote> <details><summary>.github/workflows/integration-distributed-cli.yaml (1)</summary> - `rust stable` </details> <details><summary>.github/workflows/integration-e2e-ui.yaml (9)</summary> - `Swatinem/rust-cache v2` - `actions/setup-node v4` → [Updates: `v7`] - `Swatinem/rust-cache v2` - `actions/setup-node v4` → [Updates: `v7`] - `actions/upload-artifact v4` → [Updates: `v7`] - `rust stable` - `node 22` → [Updates: `24`] - `rust stable` - `node 22` → [Updates: `24`] </details> <details><summary>.github/workflows/integration-graphql.yaml (8)</summary> - `Swatinem/rust-cache v2` - `Swatinem/rust-cache v2` - `Swatinem/rust-cache v2` - `Swatinem/rust-cache v2` - `rust stable` - `rust stable` - `rust stable` - `rust stable` </details> <details><summary>.github/workflows/integration-js.yaml (1)</summary> - `actions/setup-node v4` → [Updates: `v7`] </details> <details><summary>.github/workflows/integration-kafka.yaml (2)</summary> - `apache/kafka 4.3.1` - `rust stable` </details> <details><summary>.github/workflows/integration-nats.yaml (1)</summary> - `rust stable` </details> <details><summary>.github/workflows/integration-observability.yaml (3)</summary> - `rust stable` - `rust stable` - `rust stable` </details> <details><summary>.github/workflows/integration-postgres.yaml (3)</summary> - `Swatinem/rust-cache v2` - `postgres 18-alpine` - `rust stable` </details> <details><summary>.github/workflows/integration-rabbitmq.yaml (2)</summary> - `rabbitmq 4.3-management-alpine` - `rust stable` </details> <details><summary>.github/workflows/on-pr-quality.yaml (3)</summary> - `actions/checkout v4` → [Updates: `v7`] - `dtolnay/rust-toolchain stable` - `unbounded-tech/workflows-rust feat/cargo-publish` </details> <details><summary>.github/workflows/on-push-main-version-and-tag.yaml (2)</summary> - `unbounded-tech/workflows-rust feat/cargo-publish` - `unbounded-tech/workflow-vnext-tag v1.21.5` </details> <details><summary>.github/workflows/on-v-tag-publish.yaml (6)</summary> - `unbounded-tech/workflows-rust feat/cargo-publish` - `unbounded-tech/workflows-rust feat/cargo-publish` - `unbounded-tech/workflows-rust feat/cargo-publish` - `actions/setup-node v4` → [Updates: `v7`] - `unbounded-tech/workflows-rust v2.3.0` - `node 24` </details> <details><summary>.github/workflows/quality.yaml (6)</summary> - `actions/checkout v7` - `dtolnay/rust-toolchain stable` - `Swatinem/rust-cache v2` - `taiki-e/install-action cargo-llvm-cov` - `actions/upload-artifact v7` - `marocchino/sticky-pull-request-comment v3.0.5` </details> <details><summary>.github/workflows/rust.yml (5)</summary> - `actions/checkout v7` - `dtolnay/rust-toolchain stable` - `taiki-e/install-action cargo-llvm-cov` - `actions/upload-artifact v7` - `codecov/codecov-action v7` </details> <details><summary>.github/workflows/test-all-features.yaml (3)</summary> - `taiki-e/install-action cargo-hack` - `rust stable` - `rust stable` </details> </blockquote> </details> <details><summary>npm (1)</summary> <blockquote> <details><summary>js/package.json (15)</summary> - `@graphql-typed-document-node/core ^3.2.0` - `graphql ^16.14.0` → [Updates: `^17.0.0`] - `@apollo/client ^4.2.7` → [Updates: `^4.2.7`] - `@types/node ^20.0.0` → [Updates: `^24.0.0`] - `@types/react 19.2.17` → [Updates: `19.2.18`] - `esbuild ^0.25.12` → [Updates: `^0.28.0`] - `publint ^0.3.22` → [Updates: `^0.3.22`] - `react 19.2.8` - `react-dom 19.2.8` - `react-test-renderer 19.2.8` - `svelte 5.56.7` → [Updates: `5.56.9`] - `typescript 5.8.3` → [Updates: `5.9.3`, `7.0.2`] - `react ^18.2.0 || ^19.0.0` - `svelte ^5.0.0` - `node >=20.0.0` </details> </blockquote> </details> --- - [ ] <!-- manual job -->Check this box to trigger a request for Renovate to run again on this repository
This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.
View this repository on the Mend.io Web Portal.
Rate-Limited
The following updates are currently rate-limited. To force their creation now, click on a checkbox below.
node,@types/node)Open
The following updates have all been created. To force a retry/rebase of any, click on a checkbox below.
Detected Dependencies
cargo (3)
docker-compose (1)
github-actions (15)
npm (1)