Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Aug 8, 2025

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • .github/workflows/deploy.yaml (github-actions)
  • package.json (npm)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Hopefully safe environment variables to allow users to configure.
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 25 Pull Requests:

chore(deps): update dependency antd to v5.26.7
  • Schedule: ["at any time"]
  • Branch name: renovate/antd-5.x-lockfile
  • Merge into: main
  • Upgrade antd to 5.26.7
chore(deps): update dependency autoprefixer to v10.4.21
  • Schedule: ["at any time"]
  • Branch name: renovate/autoprefixer-10.x-lockfile
  • Merge into: main
  • Upgrade autoprefixer to 10.4.21
chore(deps): update dependency eslint to v8.57.1
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-monorepo
  • Merge into: main
  • Upgrade eslint to 8.57.1
chore(deps): update dependency eslint-plugin-react-refresh to v0.4.20
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-react-refresh-0.x-lockfile
  • Merge into: main
  • Upgrade eslint-plugin-react-refresh to 0.4.20
chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.14
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-plugin-tailwindcss-0.x-lockfile
  • Merge into: main
  • Upgrade prettier-plugin-tailwindcss to 0.6.14
chore(deps): update dependency tailwindcss to v3.4.17
  • Schedule: ["at any time"]
  • Branch name: renovate/tailwindcss-monorepo
  • Merge into: main
  • Upgrade tailwindcss to 3.4.17
chore(deps): update react monorepo
  • Schedule: ["at any time"]
  • Branch name: renovate/react-monorepo
  • Merge into: main
  • Upgrade @types/react to 18.3.23
  • Upgrade @types/react-dom to 18.3.7
fix(deps): update dependency allotment to v1.20.4
  • Schedule: ["at any time"]
  • Branch name: renovate/allotment-1.x-lockfile
  • Merge into: main
  • Upgrade allotment to 1.20.4
fix(deps): update dependency zustand to v4.5.7
  • Schedule: ["at any time"]
  • Branch name: renovate/zustand-4.x-lockfile
  • Merge into: main
  • Upgrade zustand to 4.5.7
chore(deps): update dependency @​types/node to v22.17.0
  • Schedule: ["at any time"]
  • Branch name: renovate/node-22.x-lockfile
  • Merge into: main
  • Upgrade @types/node to 22.17.0
chore(deps): update dependency @​vitejs/plugin-react to v4.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/vitejs-plugin-react-4.x-lockfile
  • Merge into: main
  • Upgrade @vitejs/plugin-react to 4.7.0
chore(deps): update dependency postcss to v8.5.6
  • Schedule: ["at any time"]
  • Branch name: renovate/postcss-8.x-lockfile
  • Merge into: main
  • Upgrade postcss to 8.5.6
chore(deps): update dependency prettier to v3.6.2
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-3.x-lockfile
  • Merge into: main
  • Upgrade prettier to 3.6.2
chore(deps): update dependency typescript to v5.9.2
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-5.x-lockfile
  • Merge into: main
  • Upgrade typescript to 5.9.2
chore(deps): update dependency vite to v5.4.19
  • Schedule: ["at any time"]
  • Branch name: renovate/vite-5.x-lockfile
  • Merge into: main
  • Upgrade vite to 5.4.19
chore(deps): update typescript-eslint monorepo to v7.18.0
fix(deps): update dependency axios to v1.11.0
  • Schedule: ["at any time"]
  • Branch name: renovate/axios-1.x-lockfile
  • Merge into: main
  • Upgrade axios to 1.11.0
chore(deps): update actions/configure-pages action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-configure-pages-5.x
  • Merge into: main
  • Upgrade actions/configure-pages to v5
chore(deps): update dependency @​vitejs/plugin-react to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/vitejs-plugin-react-5.x
  • Merge into: main
  • Upgrade @vitejs/plugin-react to ^5.0.0
chore(deps): update dependency eslint to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/major-eslint-monorepo
  • Merge into: main
  • Upgrade eslint to ^9.0.0
chore(deps): update dependency tailwindcss to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/major-tailwindcss-monorepo
  • Merge into: main
  • Upgrade tailwindcss to ^4.0.0
chore(deps): update dependency vite to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/vite-7.x
  • Merge into: main
  • Upgrade vite to ^7.0.0
chore(deps): update typescript-eslint monorepo to v8 (major)
fix(deps): update dependency zustand to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/zustand-5.x
  • Merge into: main
  • Upgrade zustand to ^5.0.0
fix(deps): update react monorepo (major)

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.


❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant