Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence Type Update
@icons-pack/react-simple-icons (source) 13.7.0 -> 13.8.0 age confidence dependencies minor
@rsbuild/core (source) 1.5.11 -> 1.5.13 age confidence devDependencies patch
@rsbuild/plugin-react (source) 1.4.0 -> 1.4.1 age confidence devDependencies patch
@tailwindcss/postcss (source) 4.1.13 -> 4.1.14 age confidence devDependencies patch
@tanstack/eslint-plugin-query (source) 5.90.1 -> 5.91.0 age confidence devDependencies minor
@tanstack/react-router (source) 1.131.50 -> 1.132.31 age confidence devDependencies minor
@tanstack/router-cli (source) 1.131.50 -> 1.132.31 age confidence devDependencies minor
@tanstack/router-devtools (source) 1.131.50 -> 1.132.31 age confidence dependencies minor
@tanstack/router-plugin (source) 1.131.50 -> 1.132.31 age confidence devDependencies minor
@types/node (source) 22.18.6 -> 22.18.8 age confidence devDependencies patch
@types/react (source) 19.1.13 -> 19.2.0 age confidence devDependencies minor
@types/react-dom (source) 19.1.9 -> 19.2.0 age confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 8.44.1 -> 8.45.0 age confidence devDependencies minor
@typescript-eslint/parser (source) 8.44.1 -> 8.45.0 age confidence devDependencies minor
cross-env 10.0.0 -> 10.1.0 age confidence devDependencies minor
eslint-plugin-react-refresh 0.4.21 -> 0.4.23 age confidence devDependencies patch
i18next (source) 25.5.2 -> 25.5.3 age confidence dependencies patch
lint-staged 16.2.0 -> 16.2.3 age confidence devDependencies patch
motion 12.23.19 -> 12.23.22 age confidence dependencies patch
nuqs (source) 2.6.0 -> 2.7.0 age confidence dependencies minor
react (source) 19.1.1 -> 19.2.0 age confidence dependencies minor
react-dom (source) 19.1.1 -> 19.2.0 age confidence dependencies minor
serde (source) 1.0.226 -> 1.0.228 age confidence dependencies patch
tailwindcss (source) 4.1.13 -> 4.1.14 age confidence devDependencies patch
thiserror 2.0.16 -> 2.0.17 age confidence dependencies patch
tw-animate-css 1.3.8 -> 1.4.0 age confidence dependencies minor
typescript (source) 5.9.2 -> 5.9.3 age confidence devDependencies patch
typescript-eslint (source) 8.44.1 -> 8.45.0 age confidence devDependencies minor

Release Notes

icons-pack/react-simple-icons (@​icons-pack/react-simple-icons)

v13.8.0

Compare Source

Minor Changes
web-infra-dev/rsbuild (@​rsbuild/core)

v1.5.13

Compare Source

Highlights 💡

Browser logs

Rsbuild now forwards browser errors to your terminal — giving your coding agent more context 🤖.

image

This can be disabled via dev.browserLogs config:

export default {
  dev: {
    browserLogs: false,
  },
}

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.5.12...v1.5.13

v1.5.12

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.5.11...v1.5.12

tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.1.14

Compare Source

Fixed
  • Handle ' syntax in ClojureScript when extracting classes (#​18888)
  • Handle @variant inside @custom-variant (#​18885)
  • Merge suggestions when using @utility (#​18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#​18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#​18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#​18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#​18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#​18918)
  • Use default export condition for @tailwindcss/vite (#​18948)
  • Re-throw errors from PostCSS nodes (#​18373)
  • Detect classes in markdown inline directives (#​18967)
  • Ensure files with only @theme produce no output when built (#​18979)
  • Support Maud templates when extracting classes (#​18988)
  • Upgrade: Do not migrate variant = 'outline' during upgrades (#​18922)
  • Upgrade: Show version mismatch (if any) when running upgrade tool (#​19028)
  • Upgrade: Ensure first class inside className is migrated (#​19031)
  • Upgrade: Migrate classes inside *ClassName and *Class attributes (#​19031)
TanStack/query (@​tanstack/eslint-plugin-query)

v5.91.0

Compare Source

Minor Changes
  • feat: improve type of exported plugin (#​9700)

v5.90.2

Compare Source

Patch Changes
  • fix: exhaustive-deps with variables and type assertions (#​9687)
TanStack/router (@​tanstack/react-router)

v1.132.31

Version 1.132.31 - 10/1/25, 8:59 PM (Manual Release)

Changes
Fix
  • return Headers instead of object (#​5333) (a7a25f5) by Manuel Schiller
  • unset extends of serialization adapters after deduping (#​5316) (f943abc) by Manuel Schiller
Packages

v1.132.29

Compare Source

Version 1.132.29 - 10/1/25, 6:44 PM

Changes

Fix
  • correctly handle client-side vs server-side redirects with rewrites (#​5330) (a2da3f2) by Manuel Schiller

Packages

v1.132.27

Compare Source

Version 1.132.27 - 9/30/25, 10:04 PM

Changes
Fix
  • raw response handling (#​5276) (5269bd8) by Manuel Schiller
  • router: rewriteBasepath not working without trailing slash (#​5244) (bb410f8) by Thenglong Heng
Ci
  • apply automated fixes (ae5119d) by autofix-ci[bot]
Docs
Packages

v1.132.26

Compare Source

Version 1.132.26 - 9/30/25, 6:49 PM

Changes

Fix
  • allow to express dependencies between serialization adapters (#​5314) (545ff3f) by Manuel Schiller
  • redirect respects rewrites (#​5315) (1ca59e3) by Manuel Schiller
Docs
Tests
  • solid-router: Enable e2e scroll restoration test (#​5298) (581941a) by Birk Skyum

Packages

v1.132.25

Compare Source

Version 1.132.25 - 9/29/25, 7:38 PM

Changes
Fix
  • router: hash history links with target="_blank" generate incorrect URLs (#​5242) (e52673b) by Lee
Docs
Packages

v1.132.23

Compare Source

Version 1.132.23 - 9/28/25, 11:25 PM

Changes

Fix
Docs
Examples
  • fix Bun server static routes from using the wrong path separator on Windows (#​5285) (2817a0c) by Tim Bellefleur
Tests
  • start: update spa mode e2e to use production build (#​5284) (58e8a94) by Nico Lynzaad

Packages

v1.132.21

Compare Source

Version 1.132.21 - 9/28/25, 7:05 PM (Manual Release)

Changes
Fix
  • exclude some more files from compilation (785afe3) by Manuel Schiller
  • use package alias for h3 ([#​5281

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

Copy link

vercel bot commented Sep 23, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
soulfire-client Ready Ready Preview Comment Oct 2, 2025 6:39am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d7f7a40 to 706b866 Compare September 24, 2025 10:22
@renovate renovate bot changed the title fix(deps): update all non-major dependencies to v1.132.2 fix(deps): update all non-major dependencies Sep 24, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 706b866 to b7d898a Compare September 24, 2025 14:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b7d898a to 627ebaa Compare September 24, 2025 21:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 627ebaa to 3585535 Compare September 25, 2025 06:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3585535 to ecb8847 Compare September 25, 2025 14:09
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Sep 25, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ecb8847 to 51c2a56 Compare September 25, 2025 20:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 51c2a56 to 68e82c2 Compare September 26, 2025 01:59
Copy link
Contributor Author

renovate bot commented Sep 26, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src-tauri/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path src-tauri/Cargo.toml --package serde@1.0.226 --precise 1.0.228
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f48ec27 to 552b93a Compare September 28, 2025 14:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 552b93a to 27cee7e Compare September 28, 2025 21:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 27cee7e to 89d8b70 Compare September 29, 2025 01:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 89d8b70 to c294a02 Compare September 29, 2025 10:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c294a02 to b87380a Compare September 29, 2025 18:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b87380a to ee61433 Compare September 29, 2025 22:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ee61433 to a779cd6 Compare September 30, 2025 10:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a779cd6 to b827023 Compare September 30, 2025 18:48
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Sep 30, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b827023 to 2f68273 Compare September 30, 2025 21:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2f68273 to 6966d7d Compare October 1, 2025 03:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6966d7d to e396d5d Compare October 1, 2025 21:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e396d5d to 460fdb0 Compare October 2, 2025 02:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 460fdb0 to 8d25684 Compare October 2, 2025 06:38
@AlexProgrammerDE AlexProgrammerDE merged commit 4088523 into main Oct 2, 2025
9 of 10 checks passed
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