Dependency Dashboard #4

Open
opened 2025-12-06 14:04:40 +01:00 by code002lover · 0 comments
Owner

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

Renovate tried to run on this repository, but found these problems.

  • WARN: No github.com token has been configured. Skipping release notes retrieval

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update dependency @vitejs/plugin-react to v5.1.4
  • Update eslint monorepo to v9.39.3 (@eslint/js, eslint)
  • Update Rust crate bytes to v1.11.1
  • Update Rust crate proc-macro2 to v1.0.106
  • Update Rust crate quote to v1.0.44
  • Update Rust crate serde_json to v1.0.149
  • Update Rust crate syn to v2.0.117
  • Update tokio-prost monorepo to v0.14.3 (prost, prost-build, prost-types)
  • Update dependency eslint-plugin-react-refresh to ^0.5.0
  • Update Rust crate rand to 0.10.0
  • Update eslint monorepo to v10 (major) (@eslint/js, eslint)
  • 🔐 Create all rate-limited PRs at once 🔐

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

cargo
backend/Cargo.toml
  • prost 0.14
  • prost-types 0.14
  • bytes 1
  • uuid 1.19
  • bcrypt 0.17.1
  • bincode 2.0
  • serde 1.0
  • serde_json 1.0
  • reqwest 0.13
  • aes-gcm 0.10
  • base64 0.22
  • rand 0.9.2
  • prost-build 0.14
backend/rocket_prost_responder_derive/Cargo.toml
  • proc-macro2 1
  • quote 1
  • syn 2
npm
frontend/package.json
  • @bufbuild/protobuf ^2.10.2
  • react ^19.2.3
  • react-dom ^19.2.3
  • react-router-dom ^7.12.0
  • @eslint/js ^9.39.2
  • @types/node ^24.10.7
  • @types/react ^19.2.8
  • @types/react-dom ^19.2.3
  • @vitejs/plugin-react ^5.1.2
  • eslint ^9.39.2
  • eslint-plugin-react-hooks ^7.0.1
  • eslint-plugin-react-refresh ^0.4.26
  • globals ^16.5.0
  • ts-proto ^2.10.1
  • typescript ~5.9.3
  • typescript-eslint ^8.53.0
  • vite 7.2.5
  • vite 7.2.5
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems Renovate tried to run on this repository, but found these problems. - WARN: No github.com token has been configured. Skipping release notes retrieval ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force their creation now. - [ ] <!-- unlimit-branch=renovate/vitejs-plugin-react-5.x-lockfile -->Update dependency @vitejs/plugin-react to v5.1.4 - [ ] <!-- unlimit-branch=renovate/eslint-monorepo -->Update eslint monorepo to v9.39.3 (`@eslint/js`, `eslint`) - [ ] <!-- unlimit-branch=renovate/bytes-1.x-lockfile -->Update Rust crate bytes to v1.11.1 - [ ] <!-- unlimit-branch=renovate/proc-macro2-1.x-lockfile -->Update Rust crate proc-macro2 to v1.0.106 - [ ] <!-- unlimit-branch=renovate/quote-1.x-lockfile -->Update Rust crate quote to v1.0.44 - [ ] <!-- unlimit-branch=renovate/serde_json-1.x-lockfile -->Update Rust crate serde_json to v1.0.149 - [ ] <!-- unlimit-branch=renovate/syn-2.x-lockfile -->Update Rust crate syn to v2.0.117 - [ ] <!-- unlimit-branch=renovate/tokio-prost-monorepo -->Update tokio-prost monorepo to v0.14.3 (`prost`, `prost-build`, `prost-types`) - [ ] <!-- unlimit-branch=renovate/eslint-plugin-react-refresh-0.x -->Update dependency eslint-plugin-react-refresh to ^0.5.0 - [ ] <!-- unlimit-branch=renovate/rand-0.x -->Update Rust crate rand to 0.10.0 - [ ] <!-- unlimit-branch=renovate/major-eslint-monorepo -->Update eslint monorepo to v10 (major) (`@eslint/js`, `eslint`) - [ ] <!-- create-all-rate-limited-prs -->🔐 **Create all rate-limited PRs at once** 🔐 ## Open These updates have all been created already. Click a checkbox below to force a retry/rebase of any. - [ ] <!-- rebase-branch=renovate/react-monorepo -->[Update react monorepo](pulls/22) (`@types/react`, `react`, `react-dom`) - [ ] <!-- rebase-branch=renovate/bufbuild-protobuf-2.x-lockfile -->[Update dependency @bufbuild/protobuf to v2.11.0](pulls/23) - [ ] <!-- rebase-branch=renovate/node-24.x-lockfile -->[Update dependency @types/node to v24.11.0](pulls/19) - [ ] <!-- rebase-branch=renovate/react-router-monorepo -->[Update dependency react-router-dom to v7.13.1](pulls/24) - [ ] <!-- rebase-branch=renovate/ts-proto-2.x-lockfile -->[Update dependency ts-proto to v2.11.4](pulls/20) - [ ] <!-- rebase-branch=renovate/typescript-eslint-monorepo -->[Update dependency typescript-eslint to v8.56.1](pulls/21) - [ ] <!-- rebase-branch=renovate/vite-7.x -->[Update dependency vite to v7.3.1](pulls/3) - [ ] <!-- rebase-branch=renovate/bcrypt-0.x -->[Update Rust crate bcrypt to 0.18.0](pulls/17) - [ ] <!-- rebase-branch=renovate/globals-17.x -->[Update dependency globals to v17](pulls/18) - [ ] <!-- rebase-branch=renovate/bincode-3.x -->[Update Rust crate bincode to v3](pulls/14) - [ ] <!-- rebase-all-open-prs -->**Click on this checkbox to rebase all open PRs at once** ## Detected dependencies <details><summary>cargo</summary> <blockquote> <details><summary>backend/Cargo.toml</summary> - `prost 0.14` - `prost-types 0.14` - `bytes 1` - `uuid 1.19` - `bcrypt 0.17.1` - `bincode 2.0` - `serde 1.0` - `serde_json 1.0` - `reqwest 0.13` - `aes-gcm 0.10` - `base64 0.22` - `rand 0.9.2` - `prost-build 0.14` </details> <details><summary>backend/rocket_prost_responder_derive/Cargo.toml</summary> - `proc-macro2 1` - `quote 1` - `syn 2` </details> </blockquote> </details> <details><summary>npm</summary> <blockquote> <details><summary>frontend/package.json</summary> - `@bufbuild/protobuf ^2.10.2` - `react ^19.2.3` - `react-dom ^19.2.3` - `react-router-dom ^7.12.0` - `@eslint/js ^9.39.2` - `@types/node ^24.10.7` - `@types/react ^19.2.8` - `@types/react-dom ^19.2.3` - `@vitejs/plugin-react ^5.1.2` - `eslint ^9.39.2` - `eslint-plugin-react-hooks ^7.0.1` - `eslint-plugin-react-refresh ^0.4.26` - `globals ^16.5.0` - `ts-proto ^2.10.1` - `typescript ~5.9.3` - `typescript-eslint ^8.53.0` - `vite 7.2.5` - `vite 7.2.5` </details> </blockquote> </details>
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: code002lover/game_list#4
No description provided.