Skip to content

chore(deps): Update all non-major dependencies - #181

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

chore(deps): Update all non-major dependencies#181
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@base-ui/react (source) ^1.6.0^1.7.0 age confidence
@eslint-react/eslint-plugin (source) ^5.14.5^5.18.3 age confidence
@feature-sliced/steiger-plugin (source) ^0.6.0^0.7.0 age confidence
@hookform/resolvers (source) ^5.4.0^5.7.1 age confidence
@radix-ui/react-roving-focus (source) ^1.1.15^1.1.19 age confidence
@tailwindcss/vite (source) ^4.3.2^4.3.3 age confidence
@tanstack/eslint-plugin-query (source) ^5.101.2^5.101.4 age confidence
@tanstack/react-query (source) ^5.101.2^5.101.4 age confidence
@tanstack/react-router (source) 1.170.171.170.25 age confidence
@tanstack/router-plugin (source) ^1.168.19^1.168.29 age confidence
@types/react (source) ^19.2.17^19.2.18 age confidence
@types/react-dom (source) ^19.2.3^19.2.4 age confidence
@vitejs/plugin-react (source) ^6.0.3^6.0.5 age confidence
axios (source) ^1.18.1^1.19.0 age confidence
better-auth (source) ^1.6.23^1.6.26 age confidence
chrono-node ^2.9.1^2.10.1 age confidence
eslint (source) ^10.7.0^10.8.1 age confidence
fuse.js (source) ^7.4.2^7.5.0 age confidence
globals ^17.7.0^17.9.0 age confidence
lint-staged ^17.0.8^17.3.0 age confidence
lucide-react (source) ^1.24.0^1.31.0 age confidence
motion ^12.42.2^12.43.0 age confidence
prettier (source) ^3.9.5^3.9.6 age confidence
prettier-plugin-tailwindcss ^0.8.0^0.8.1 age confidence
react (source) ^19.2.7^19.2.8 age confidence
react-dom (source) ^19.2.7^19.2.8 age confidence
react-hook-form (source) 7.81.07.85.0 age confidence
sonner (source) ^2.0.7^2.0.8 age confidence
steiger (source) ^0.5.13^0.6.0 age confidence
tailwindcss (source) ^4.3.2^4.3.3 age confidence
typescript-eslint (source) ^8.63.0^8.66.0 age confidence
vite (source) ^8.1.4^8.2.1 age confidence

Release Notes

mui/base-ui (@​base-ui/react)

v1.7.0

Compare Source

Aug 4, 2026

General changes
Accordion
Alert Dialog
Autocomplete
Avatar
Button
Checkbox
Checkbox Group
Combobox
Composite
Dialog
Drawer
Field
Fieldset
Form
Menu
Meter
Navigation Menu
Number Field
OTP Field
Popover
Preview Card
Progress
Radio Group
Scroll Area
Select
Slider
Switch
Tabs
Toast
Toggle Group
Toolbar
Tooltip

All contributors of this release in alphabetical order: @​arikchakma, @​atomiks, @​bernardobelchior, @​brijeshb42, @​chuganzy, @​DiegoAndai, @​DreierF, @​flaviendelangle, @​jjenzz, @​lyzno1, @​m2na7, @​mdm317, @​michaldudak, @​nami8824, @​obeattie, @​sai6855, @​sarthakmalik0810

Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v5.18.3

Compare Source

🐞 Fixes
  • react-x/no-nested-component-definitions: narrowed the with* HOC detection in the fallback name resolution to well-known wrappers only (react-router v5's withRouter, Formik's withFormik, and recompose's withProps, withState, withHandlers, and withLifecycle) — custom HOCs following the with* naming convention are no longer treated as component wrappers. (#​1929)
🏗️ Internal
  • Bumped typescript-eslint to 8.66.0 and next to 16.3.0.

Full Changelog: Rel1cx/eslint-react@v5.18.2...v5.18.3

v5.18.2

Compare Source

🐞 Fixes
  • react-x/no-nested-component-definitions: fixed a regression where nested components wrapped in useCallback (e.g. const C = useCallback(() => <div />, []);) were no longer reported — the rule now resolves the component name through well-known component wrappers (memo, forwardRef, useCallback, observer, react-redux's connect, Relay's create*Container helpers, Apollo's graphql, and with* HOCs, including curried forms like connect(...)(Component)) up to the enclosing variable declarator, and no longer misreports array method callbacks (flatMap, forEach, reduce, etc.) in list rendering patterns. (#​1928, closes #​1927)
🏗️ Internal
  • Bumped effect to 3.22.1, eslint-plugin-jsdoc to 63.3.3, textlint to 15.8.0, js-yaml to 4.3.1, axios to 1.19.0, nx to 23.1.1, vite to 8.2.0, @vitejs/plugin-react to 6.0.5, fumadocs to 16.14.0, fumadocs-mdx to 15.2.2, preact to 10.29.8, globals to 17.9.0, lucide-react to 1.28.0, @types/react to 19.2.18, @types/react-dom to 19.2.4, and pnpm to 11.20.0.

Full Changelog: Rel1cx/eslint-react@v5.18.1...v5.18.2

v5.18.1

Compare Source

📝 Documentation
  • Documented the additionalRefHooks shared setting in the affected rule docs.
🏗️ Internal
  • @eslint-react/ast: added Traverse.findEnclosingTryBlock, extracted from react-x/error-boundaries.
  • Replaced @eslint/compat with @eslint/config-helpers.
  • Bumped eslint to 10.8.0, eslint-plugin-jsdoc to 63.3.2, tsdown to 0.22.14, next to 16.2.12, fumadocs to 16.13.0, postcss to 8.5.25, and pnpm to 11.18.0.

Full Changelog: Rel1cx/eslint-react@v5.18.0...v5.18.1

v5.18.0

Compare Source

✨ New
  • @eslint-react/core: added isUseRefLikeCall and a new additionalRefHooks setting for declaring custom ref-creating hooks; the following rules now recognize them: (#​1922, closes #​1904)
    • react-x/refs
    • react-x/immutability
    • react-x/set-state-in-effect
    • react-naming-convention/ref-name
    • react-debug/is-from-ref
📝 Documentation
  • Updated rule docs to match current rule sources. (#​1920)
🏗️ Internal
  • @local/testkit: simplified internals.
  • react-x: extracted a shared createImplicitPropListener helper used by no-implicit-children, no-implicit-key, and no-implicit-ref. (#​1923)
  • Bumped tsdown to 0.22.13, typescript-eslint to 8.65.0, eslint-plugin-jsdoc to 63.2.0, import-integrity-lint to 1.2.0, react to 19.2.8, next to 16.2.11, and postcss to 8.5.21.
  • Replaced vite-node with nub for running workspace scripts. (#​1919)
  • Unified JSDoc comment style of exported APIs in @eslint-react/ast and @eslint-react/core.

Full Changelog: Rel1cx/eslint-react@v5.17.3...v5.18.0

v5.17.3

Compare Source

🏗️ Internal
  • @eslint-react/ast: reworked the Extract API — replaced getRootIdentifier with the position-based getIdentifierAt, renamed getStaticPropertyName to getPropertyName (with a min/max effort option), and added findProperty for finding properties in nested object expressions; added Check.isConditional for matching conditional expressions and control flow statements. (#​1918)
  • Bumped eslint-plugin-jsdoc to 63.1.0, expect-type to 1.4.0, @preact/preset-vite to 2.10.6, and pnpm to 11.15.0.

Full Changelog: Rel1cx/eslint-react@v5.17.2...v5.17.3

v5.17.2

Compare Source

📝 Documentation
  • @eslint-react/kit: added a README with quick start and API overview.
🏗️ Internal
  • @eslint-react/core: migrated JsxDetectionHint and related JSX detection helpers from @eslint-react/jsx. (#​1913)
  • @eslint-react/jsx: consolidated helpers into focused attribute, children, element, and text modules. (#​1914)
  • @eslint-react/var: renamed computeObjectType to resolveObjectType.
  • @local/testkit: extracted shared test helpers into a new local package. (#​1915)
  • Bumped tsdown to 0.22.9, eslint-plugin-jsdoc to 63.0.14, and pnpm to 11.13.1.

Full Changelog: Rel1cx/eslint-react@v5.17.1...v5.17.2

v5.17.1

Compare Source

🏗️ Internal
  • react-jsx/no-key-after-spread: reworked the attribute scan to a pipeline style using dropWhile and not from @local/eff, Check.is from @eslint-react/ast, and the new isAttribute helper from @eslint-react/jsx. (#​1912)
  • @eslint-react/jsx: added isAttribute for matching JSX attributes by name.
  • @local/eff: added dropWhile and takeWhile.
  • Bumped tsdown to 0.22.8, tsl-dx to 0.13.3, import-integrity-lint to 1.1.4, fumadocs to 16.11.5, and fumadocs-mdx to 15.2.0.

Full Changelog: Rel1cx/eslint-react@v5.17.0...v5.17.1

v5.17.0

Compare Source

🐞 Fixes
  • react-jsx/no-leaked-dollar: the intentional-$ exemption (e.g. <div>${price}</div>) is no longer defeated by surrounding whitespace or empty siblings — a lone $ before a single expression is now allowed whenever all other siblings are non-substantive. (#​1911)
  • react-jsx/no-leaked-semicolon: consecutive leaked semicolons (e.g. ;;) at the start of a JSX text node are now detected. (#​1911)
📝 Documentation
  • react-x/no-unnecessary-use-prefix: reorganized the rule examples.
🏗️ Internal
  • react-jsx: extracted the shared find-create-element-children-prop and remove-jsx-attribute rule helpers, removed dead Literal visitors from no-comment-textnodes and no-leaked-semicolon, simplified the no-key-after-spread attribute scan, and hoisted no-useless-fragment detection and fix helpers to module level. (#​1911)
  • @local/eff: synced the Function module with effect and added missing @category tags.
  • Unified JSDoc comment style across packages.

Full Changelog: Rel1cx/eslint-react@v5.16.1...v5.17.0

v5.16.1

Compare Source

🐞 Fixes
  • react-jsx/no-children-prop: React.createElement calls whose props argument is wrapped in a TypeScript type assertion (e.g. { children: "x" } as Props) are now reported; computed property keys written as template literals (e.g. { [children]: "x" }) are now recognized as the children prop; fixed a false positive where a computed identifier key in a createElement props object (e.g. { [propName]: "Children" }) was treated as the static children prop; the suggestion fix now escapes JSX-sensitive characters (<, >, {, }, &) when moving a string children prop value into element content. (#​1910)
  • react-jsx/no-children-prop-with-children: same createElement edge-case fixes as no-children-prop. (#​1910)
  • react-jsx/no-useless-fragment: allowExpressions: false now only flags fragments with a single expression child, matching the option's documented behavior, instead of flagging any fragment inside a JSX element; fragments with spread attributes (e.g. <Fragment {...props}>) are no longer auto-fixed; the auto-fixer now removes leading indentation when collapsing whitespace-only fragments. (#​1910)
  • react-jsx/no-leaked-dollar: $ character references (&#&#8203;36;, &#x24;) are no longer treated as leaked dollar signs; only a literal $ in the source is reported. (#​1910)
  • react-jsx/no-leaked-semicolon: leaked semicolons followed by spaces or tabs before a newline, including CRLF line endings, are now detected. (#​1910)
  • react-x/immutability: added useHistory to known navigation hooks, so navigation methods such as .push() are not treated as in-place mutations inside frozen callbacks.
🏗️ Internal
  • @eslint-react/ast: added Extract.getStaticPropertyName for resolving static property names from object properties. (#​1910)

Full Changelog: Rel1cx/eslint-react@v5.16.0...v5.16.1

v5.16.0

Compare Source

✨ New
  • @eslint-react/core: added support for hook calls written as tagged template literals. (#​1909)

    const x = useMotionValue(100);
    const transform = useMotionTemplate`transform(${x}px)`;
    //                ^^^ tagged template literal hook call
  • @eslint-react/jsx: findAttribute now resolves nested spread identifiers and nested object expression spreads. (#​1908)

🏗️ Internal
  • Added tests and per-rule changelogs for tagged template literal hook calls. (#​1909)

Full Changelog: Rel1cx/eslint-react@v5.15.0...v5.16.0

v5.15.0

Compare Source

📝 Documentation
  • Added a FAQ entry on improving analyzer accuracy to the website. (#​1907)
  • Fixed inconsistencies and omissions in internal documentation.
🏗️ Internal
  • Bumped typescript-eslint to 8.64.0, nx to 23.1.0, eslint-plugin-package-json to 1.6.0, and pnpm to 11.13.0.
  • Enabled strictBooleanExpressions in TSL and synchronized sample rule configurations. (#​1907)
  • Removed the website-specific changelog file.
  • Switched CI workflows to use pnpm/action-setup instead of installing pnpm globally via npm.

Full Changelog: Rel1cx/eslint-react@v5.14.10...v5.15.0

feature-sliced/steiger (@​feature-sliced/steiger-plugin)

v0.7.0

Compare Source

Minor Changes
  • fe45525: add fs cache for import rules
  • 3bdcb95: extend segments-by-purpose rule to forbid more essence-based and framework-specific segment names
Patch Changes
  • 4fbedf6: add fall back to sequential parser load
react-hook-form/resolvers (@​hookform/resolvers)

v5.7.1

Compare Source

v5.7.0

Compare Source

Features

v5.6.0

Compare Source

v5.5.8

Compare Source

Bug Fixes
  • Zod resolver drops validation errors for special root field names (#​869) (2f28787)

v5.5.7

Compare Source

v5.5.6

Compare Source

v5.5.5

Compare Source

Bug Fixes
  • yup resolver overrides ref property in errors object with validation metadata when using checkbox input (#​863) (0f70063)

v5.5.4

Compare Source

Bug Fixes
  • AJV Resolver - When ajv schema contains default for certain properties, getValues() returns the form data with properties overwritten (#​862) (c4b6aab)

v5.5.3

Compare Source

Bug Fixes
  • Conditional/dynamic schema resolution no longer working (#​861) (f8d6533)

v5.5.2

Compare Source

v5.5.1

Compare Source

Bug Fixes
  • [zod v4][zod resolver] error on nested discriminated unions (#​858) (4d01d01)

v5.5.0

Compare Source

Features

v5.4.3

[Compare Source](https://redirect.github.com/react-hook

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • "before 6am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 added the dependencies Pull requests that update a dependency file label Jul 20, 2026
@vercel

vercel Bot commented Jul 20, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
task-pro Ready Ready Preview Aug 12, 2026 9:30pm

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from c62c7e4 to aa245eb Compare July 20, 2026 10:15
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from aa245eb to 8cc12f4 Compare July 20, 2026 22:09
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 8cc12f4 to 13e2bdc Compare July 21, 2026 05:31
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 13e2bdc to 97ad1d4 Compare July 21, 2026 18:36
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 97ad1d4 to b14cd7c Compare July 22, 2026 17:46
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from b14cd7c to 71ca882 Compare July 23, 2026 01:36
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 71ca882 to 2a1f38e Compare July 23, 2026 08:37
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 2a1f38e to 49ce3bd Compare July 23, 2026 13:52
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 49ce3bd to a4576de Compare July 23, 2026 20:51
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from a4576de to cd9b518 Compare July 24, 2026 08:33
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from cd9b518 to 647f4b2 Compare July 24, 2026 18:41
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 647f4b2 to cdb3516 Compare July 25, 2026 05:54
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from cdb3516 to 58bf545 Compare July 25, 2026 09:49
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 58bf545 to ab3ceb5 Compare July 25, 2026 13:15
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 8c06adb to 4635981 Compare July 27, 2026 22:34
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 4635981 to 3e2eea3 Compare July 28, 2026 00:49
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 3e2eea3 to ff1b120 Compare July 28, 2026 07:07
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7aeb33d to c5d1dba Compare July 28, 2026 23:15
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from c5d1dba to ce45cd9 Compare July 29, 2026 02:37
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from ce45cd9 to 1096d1b Compare July 29, 2026 10:46
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 1096d1b to f999163 Compare July 29, 2026 16:50
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from f999163 to 7dbb50b Compare July 30, 2026 18:56
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 7dbb50b to 5553d79 Compare July 31, 2026 15:31
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 5553d79 to 8b2dff8 Compare August 1, 2026 17:28
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 8b2dff8 to cddf780 Compare August 2, 2026 10:37
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from cddf780 to 69740fb Compare August 2, 2026 14:44
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 69740fb to 6efdb42 Compare August 2, 2026 17:45
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 6efdb42 to b99df4b Compare August 3, 2026 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants