Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@eslint/js (source) 9.36.0 -> 9.37.0 age confidence devDependencies minor
@tanstack/react-router (source) 1.132.31 -> 1.132.47 age confidence devDependencies patch
@tanstack/router-cli (source) 1.132.31 -> 1.132.47 age confidence devDependencies patch
@tanstack/router-devtools (source) 1.132.31 -> 1.132.47 age confidence dependencies patch
@tanstack/router-plugin (source) 1.132.31 -> 1.132.47 age confidence devDependencies patch
@types/react (source) 19.2.0 -> 19.2.2 age confidence devDependencies patch
@types/react-dom (source) 19.2.0 -> 19.2.1 age confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.45.0 -> 8.46.0 age confidence devDependencies minor
@typescript-eslint/parser (source) 8.45.0 -> 8.46.0 age confidence devDependencies minor
eslint (source) 9.36.0 -> 9.37.0 age confidence devDependencies minor
eslint-plugin-react-hooks (source) 6.1.0 -> 6.1.1 age confidence devDependencies patch
flate2 1.1.2 -> 1.1.4 age confidence dependencies patch
lucide-react (source) ^0.544.0 -> ^0.545.0 age confidence dependencies minor
lucide-static (source) ^0.544.0 -> ^0.545.0 age confidence dependencies minor
nuqs (source) 2.7.0 -> 2.7.1 age confidence dependencies patch
react-hook-form (source) 7.63.0 -> 7.64.0 age confidence dependencies minor
serde (source) 1.0.226 -> 1.0.228 age confidence dependencies patch
softprops/action-gh-release v2.3.3 -> v2.4.0 age confidence action minor
thiserror 2.0.16 -> 2.0.17 age confidence dependencies patch
typescript-eslint (source) 8.45.0 -> 8.46.0 age confidence devDependencies minor
zod (source) 4.1.11 -> 4.1.12 age confidence dependencies patch

Release Notes

eslint/eslint (@​eslint/js)

v9.37.0

Compare Source

TanStack/router (@​tanstack/react-router)

v1.132.47

Compare Source

Version 1.132.47 - 10/6/25, 9:20 PM

Changes
Fix
  • navigate() respects rewrites when reloadDocument=true (#​5389) (2db746c) by Manuel Schiller
Examples
  • Add a new TanStack Start example for typed readable streams (#​5363) (42500ce) by fuko
Packages

v1.132.45

Compare Source

Version 1.132.45 - 10/6/25, 8:13 PM

Changes
Fix
Docs
  • server entry point (e8052ce) by Manuel Schiller
Packages

v1.132.41

Compare Source

Version 1.132.41 - 10/5/25, 9:13 PM

Changes

Fix

Packages

v1.132.37

Compare Source

Version 1.132.37 - 10/4/25, 8:41 PM

Changes
Fix
Other
Packages

v1.132.33

Compare Source

Version 1.132.33 - 10/3/25, 1:01 PM

Changes
Fix
Docs
Examples
Packages
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.46.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#​11659)
  • rule-schema-to-typescript-types: clean up and make public (#​11633)
🩹 Fixes
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#​11660)
  • typescript-estree: forbid abstract method and accessor to have implementation (#​11657)
  • eslint-plugin: removed error type previously deprecated (#​11674)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#​11603)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#​11634)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#​11628)
  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#​11487)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.46.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

eslint/eslint (eslint)

v9.37.0

Compare Source

facebook/react (eslint-plugin-react-hooks)

v6.1.1

Compare Source

Note: 6.1.0 accidentally allowed use of recommended without flat config, causing errors when used with ESLint v9's defineConfig() helper. This has been fixed in 6.1.1.

rust-lang/flate2-rs (flate2)

v1.1.4: - it's 1.1.3 with fixed documentation

Compare Source

See here for the changelog of v1.1.3: https://github.com/rust-lang/flate2-rs/releases/tag/1.1.3 .

Full Changelog: rust-lang/flate2-rs@1.1.3...1.1.4

v1.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.2...1.1.3

lucide-icons/lucide (lucide-react)

v0.545.0

Compare Source

lucide-icons/lucide (lucide-static)

v0.545.0: Version 0.545.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.544.0...0.545.0

47ng/nuqs (nuqs)

v2.7.1

Compare Source

Bug Fixes

Performance Improvements

Thanks

Thanks a lot to @​Alexolo and @​TkDodo for helping!

react-hook-form/react-hook-form (react-hook-form)

v7.64.0: Version 7.64.0

Compare Source

🚏 Support optional array fields in PathValueImpl type (#​13057)
🐞 fix: preserve Controller's defaultValue with shouldUnregister prop (#​13063)
✂ chore: remove unused field ids ref in useFieldArray (#​13066)

thanks to @​gynekolog & @​uk960214

serde-rs/serde (serde)

v1.0.228

Compare Source

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#​2995)

v1.0.227

Compare Source

softprops/action-gh-release (softprops/action-gh-release)

v2.4.0

Compare Source

v2.3.4

Compare Source

What's Changed

Bug fixes 🐛
Other Changes 🔄

Full Changelog: softprops/action-gh-release@v2...v2.3.4

dtolnay/thiserror (thiserror)

v2.0.17

Compare Source

  • Use differently named __private module per patch release (#​434)
typescript-eslint/typescript-eslint (typescript-eslint)

v8.46.0

Compare Source

🚀 Features
❤️ Thank You

You can read about our versioning strategy and releases on our website.

colinhacks/zod (zod)

v4.1.12

Compare Source


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot requested a review from AlexProgrammerDE as a code owner October 2, 2025 06:50
Copy link
Contributor Author

renovate bot commented Oct 2, 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 [email protected] --precise 1.1.4
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)

Copy link

vercel bot commented Oct 2, 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 7, 2025 9:17am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8d25684 to 9a6aa2e Compare October 3, 2025 13:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9a6aa2e to 45ea479 Compare October 3, 2025 16:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 45ea479 to a60dc14 Compare October 3, 2025 21:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a60dc14 to bd1fe81 Compare October 4, 2025 01:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bd1fe81 to 752a072 Compare October 4, 2025 05:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 752a072 to bbf4eb1 Compare October 4, 2025 21:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bbf4eb1 to 57695d2 Compare October 5, 2025 20:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 57695d2 to 6f6b684 Compare October 6, 2025 00:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6f6b684 to e2bbcd3 Compare October 6, 2025 17:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e2bbcd3 to 732eb13 Compare October 6, 2025 22:01
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Oct 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 732eb13 to c171d96 Compare October 7, 2025 05:01
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.

0 participants