Skip to content

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

Merged
chertik77 merged 2 commits into
mainfrom
renovate/all-minor-patch
Sep 8, 2026
Merged

chore(deps): Update all non-major dependencies#190
chertik77 merged 2 commits into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@base-ui/react (source) ^1.7.0^1.8.0 age confidence
@eslint-react/eslint-plugin (source) ^5.18.6^5.18.7 age confidence
@thesvg/react (source) ^3.3.1^3.3.2 age confidence
@types/react-dom (source) ^19.2.5^19.2.7 age confidence
eslint (source) ^10.9.1^10.10.0 age confidence
globals ^17.11.0^17.12.0 age confidence
lint-staged ^17.4.1^17.5.0 age confidence
lucide-react (source) ^1.37.0^1.41.0 age confidence
motion ^13.1.1^13.2.0 age confidence
react-hook-form (source) 7.86.07.87.0 age confidence
typescript-eslint (source) ^8.68.0^8.69.0 age confidence

Release Notes

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

v1.8.0

Compare Source

Sep 4, 2026

General changes
Alert Dialog
Autocomplete
Avatar
Checkbox
Checkbox Group
Combobox
Dialog
Drawer
Field
Form
  • Fix clearErrors dropping updates when multiple fields change at once (#​5446) by @​sai6855
Menu
Menubar
Navigation Menu
Number Field
Popover
Scroll Area
Select
Slider
Switch
Tabs
Toast
Tooltip

All contributors of this release in alphabetical order: @​alex-js-ltd, @​atomiks, @​azeng4499, @​chuganzy, @​edwardhorsey, @​flaviendelangle, @​gilsmt, @​gonzoblasco, @​jjenzz, @​marwenilo, @​michaldudak, @​radist2s, @​sai6855, @​vikuscz, @​wanxiankai, @​XionWCFM

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

v5.18.7

Compare Source

🐞 Fixes
  • react-x/set-state-in-effect: no longer misattributes render-phase setState calls to effects when the state updater is passed through a prop function. (#​1945)
🏗️ Internal
  • Bumped typescript-eslint to 8.69.0, eslint to 10.9.1, vitest to 4.1.11, @types/node to 26.4.0, @types/react-dom to 19.2.5, eslint-plugin-package-json to 1.8.0, import-integrity-lint to 1.3.0, nx to 23.1.3, publint to 0.3.24, typedoc-plugin-markdown to 4.13.0, and pnpm to 11.25.0.
New Contributors

Full Changelog: Rel1cx/eslint-react@v5.18.6...v5.18.7

glincker/thesvg (@​thesvg/react)

v3.3.2

Compare Source

Patch Changes
  • #​943 2ce5c79 Thanks @​thegdsks! - Catch up the release pipeline after the Release - Version workflow was
    silently failing on every push since 2026-08-20 (@changesets/cli 3.x
    requires Node 22, the workflow was still pinned to Node 20 - fixed in
    #​942). Each failed run generated a changeset in its own ephemeral
    checkout that was never committed, so nothing accumulated for the last
    ~11 merges. This changeset consolidates them:

    • Added Weavefox, Sive, Brevitas, Zero, Orildo, Prusa Research,
      lifesight-light, decathlon-logo, Rilian, Zapal, MeetAndy, and
      Farmsent icons
    • Fixed the outdated Zod logo
    • Fixed a duplicate zero icons.json entry introduced by a
      squash-merge race
    • Fixed the iCloud icon's metadata URL
eslint/eslint (eslint)

v10.10.0

Compare Source

lint-staged/lint-staged (lint-staged)

v17.5.0

Compare Source

Minor Changes
  • #​1847 f9063b7 - Lint-staged now refuses to run when files were staged with --intent-to-add, because Git stash doesn't support them. Previously this was an unhandled error.
Patch Changes
  • #​1848 d718ccc - Lint-staged now handles color support better in non-TTY streams, and honors the FORCE_COLOR environment variable.

  • #​1845 7e5ece8 - Update tinyexec@1.3.1 so that local binaries from node_modules/.bin are resolved starting from the directory of each lint-staged configuration file (in monorepo setups). This behavior was broken in lint-staged@16.3.0 where they were only resolved from the current working directory and up.

  • #​1845 eb8a4e3 - Do not try to restore untracked files when using --hide-all and there is no initial commit yet.

lucide-icons/lucide (lucide-react)

v1.41.0: Version 1.41.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.40.0...1.41.0

v1.40.0: Version 1.40.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.39.0...1.40.0

v1.39.0: Version 1.39.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.38.0...1.39.0

motiondivision/motion (motion)

v13.2.0

Compare Source

Added
  • animate.addEffect() for registering effects that lets animate drive non-DOM subjects alongside DOM elements.
  • threeEffect (motion/three) supporting Three.js objects, materials, shader uniforms, TSL uniform nodes and more.
  • vgpuEffect (motion/vgpu) supporting shared uniforms, Effect/Draw/Compute bindings ("params.time"), scene nodes, cameras, lights, materials, orbit controls, CSS colors and vector components.
  • createEffect now accepts test, read and step options and exposes bound motion values via effect.get().
Changed
  • Reduced filesize and improved performance of spring.
react-hook-form/react-hook-form (react-hook-form)

v7.87.0

Compare Source

Added
  • shouldTouch option for trigger()
  • OpaqueTypes registry for opaque leaf types
Fixed
  • Inconsistent behavior among useController().field.onChange()-like APIs
  • Controller under a null parent submitting undefined instead of a value
  • ERR_MODULE_NOT_FOUND resolving react-hook-form due to a react-server declaration (Next.js builds)
  • useWatch never reconciling when an Activity subtree is hidden on its first render
  • resetField not recomputing isValid for subscribe-only consumers
  • generateWatchOutput ignoring defaultValue for an array of names
  • useFormState never reconciling when an Activity subtree is hidden on its first render

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 Sep 7, 2026
@vercel

vercel Bot commented Sep 7, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated
task-pro Ready Ready Preview Sep 8, 2026 12:22pm UTC

@chertik77
chertik77 merged commit e3570fd into main Sep 8, 2026
3 checks passed
@chertik77
chertik77 deleted the renovate/all-minor-patch branch September 8, 2026 12:23
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.

1 participant