Skip to content

Update npm dependencies - #839

Merged
renovate[bot] merged 1 commit into
react-rewritefrom
renovate/npm-dependencies
Aug 3, 2026
Merged

Update npm dependencies#839
renovate[bot] merged 1 commit into
react-rewritefrom
renovate/npm-dependencies

Conversation

@renovate

@renovate renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@tanstack/react-form (source) 1.33.21.33.3 age confidence
oxlint-plugin-react-doctor (source) 0.9.20.9.3 age confidence
react-dropzone 19.1.119.2.0 age confidence
shadcn (source) 4.16.04.16.1 age confidence

Release Notes

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

v1.33.3

Compare Source

Patch Changes
millionco/react-doctor (oxlint-plugin-react-doctor)

v0.9.3

Compare Source

Patch Changes
  • #​1519 83f3ff8 Thanks @​aidenybai! - Detect Astro projects, run template design rules through Astro's compiler with source-mapped diagnostics, and keep Astro's default sharp image service out of unused-dependency findings.

  • #​1489 3d67ca1 Thanks @​aidenybai! - Recognize default-exported React HoC feature components in no-multi-comp.

  • #​1475 1098b9c Thanks @​aidenybai! - Detect index keys in dynamic React child arrays and data-indexed while loops.

  • #​1493 c126684 Thanks @​aidenybai! - Suppress js-combine-iterations for statically small fixed arrays

  • #​1526 992205a Thanks @​aidenybai! - Detect props that overwrite defaults with undefined before reaching JSX attributes.

  • #​1531 8402820 Thanks @​aidenybai! - Recognize exported Vite defineConfig callback configs when proving Fast Refresh integrations.

  • #​1512 de6d280 Thanks @​aidenybai! - Avoid reporting local effect helpers as live-state parent notifications when they only call prop-derived transforms or zero-argument lifecycle callbacks.

  • #​1499 0cc5efb Thanks @​aidenybai! - Recognize compound and local stale-request guards after awaited effect work while rejecting mutated guards and conditional cleanup evidence.

  • #​1527 d81eeda Thanks @​aidenybai! - Recognize matching boolean capture modes when prefer-use-effect-event verifies paired event listener registration and cleanup.

  • #​1496 16972ae Thanks @​aidenybai! - Recognize terminal promise catch blocks that recover effect state.

  • #​1494 5f23826 Thanks @​aidenybai! - Avoid loading-reset false positives when a finally reset is guarded by the current async operation or a cleanup-backed mounted ref.

  • #​1491 c6bdd2d Thanks @​aidenybai! - Recognize guarded Map member keys, nullable finder projections, and maximum-derived array lookups in no-non-null-assertion-on-maybe-undefined-result.

  • #​1506 57743f8 Thanks @​aidenybai! - Recognize callback-ref values and measured DOM state paired with mount flags as post-mount state sources.

  • #​1524 1938763 Thanks @​aidenybai! - Resolve React useCallback-wrapped pointer-down handlers when checking pointer capture cancellation.

  • #​1513 29e35d5 Thanks @​aidenybai! - Stop reporting user-facing API key alerts and structured parser token boundaries as hardcoded client secrets.

  • #​1505 01ca0b3 Thanks @​aidenybai! - Skip root test-prefixed JavaScript and TypeScript files in production security scans.

  • #​1528 69d19b5 Thanks @​aidenybai! - Detect URLSearchParams location mirrors in prefer-use-sync-external-store.

  • #​1533 2db2a97 Thanks @​aidenybai! - Reduce scan startup time and workspace contention by loading lightweight rule
    metadata, sharing Oxlint subprocess capacity across projects, and reusing
    semantic and filesystem analysis within each scan. Keep cached diagnostics
    correct when imported browser guards, Next.js manifests, nested project
    targets, or TypeScript path configuration change, and ignore explicitly
    disabled inline CSS animations and transitions in Remotion rules.

  • #​1540 5268cb4 Thanks @​skoshx! - fix(server-auth-actions): skip credential-establishing actions via SDK detection

    The server-auth-actions rule now correctly skips server actions that perform credential-establishing operations (signup, signin, OTP verification, password reset) by detecting calls to auth SDK methods like supabase.auth.signUp(), auth.signInWithPassword(), and auth.verifyOtp(). These actions legitimately run for anonymous callers, so requiring authentication would be incorrect.

    This resolves the documented false positive where credential-establishing endpoints were incorrectly flagged as unauthenticated privileged operations.

    Closes #​1538

  • #​1467 3728102 Thanks @​aidenybai! - Upgrade the Oxc toolchain to the latest releases.

  • #​1504 b10cd4c Thanks @​aidenybai! - Avoid reporting conditional wrappers whose click handler only forwards focus to a queried control.

  • #​1523 9418a1c Thanks @​aidenybai! - Avoid no-event-handler false positives for deferred ref focus and state-backed collection ref synchronization.

  • #​1474 444e177 Thanks @​aidenybai! - Detect unescaped dynamic folder path segments in anchored RegExp patterns.

  • #​1515 8170ba2 Thanks @​aidenybai! - Avoid reporting static wrappers whose click handler only forwards focus to a nested control.

  • #​1532 65539af Thanks @​aidenybai! - Avoid reporting parent callbacks used to synchronize external subscriptions, layout measurements, and imperative controllers.

  • #​1520 b07af9d Thanks @​aidenybai! - Keep no-create-ref-in-function-component quiet when createRef() values are initialized once behind a stable useRef().current guard.

  • #​1488 d6f02bb Thanks @​aidenybai! - Detect browser-dependent hydration branches through render-time helpers, mutable aliases, state initializers, and compiled React output.

  • #​1492 9512488 Thanks @​aidenybai! - Report zero-argument constructor allocations passed directly to useRef.

  • #​1495 adcee58 Thanks @​aidenybai! - Recognize stable previous/current transitions and exact convergence guards in componentDidUpdate.

  • #​1497 1f6e181 Thanks @​aidenybai! - Recognize predictable guarded ref initialization while preserving diagnostics for render-dependent and externally mutable values.

  • #​1525 6b64dfa Thanks @​aidenybai! - Detect external collection mutations, setter callbacks, persistence calls, and async update calls inside React state updater functions.

  • #​1509 c672551 Thanks @​aidenybai! - Keep exhaustive-deps quiet for unconfigured custom Hooks without dependency arrays.

  • #​1507 a81b3d6 Thanks @​aidenybai! - Avoid reporting Intl formatters in plain utilities when their locale or options come from caller input.

  • #​1514 660200e Thanks @​aidenybai! - Require exported custom Hook callbacks to have same-file component prop provenance before reporting render-time callback invocations.

  • #​1490 8715808 Thanks @​aidenybai! - Recognize source-proven listener and timer teardown across stable aliases, local loops, and callback-ref replacement.

  • #​1510 3a0b9a0 Thanks @​aidenybai! - Avoid reporting parent notifications that forward an immutable snapshot from an imported external-subscription hook after also copying it into a comparison ref.

  • #​1498 2992a03 Thanks @​aidenybai! - Avoid flagging intentional JSON normalization at Next.js Pages Router props boundaries.

  • #​1521 443082a Thanks @​aidenybai! - Preserve sequential awaits when ordered operations mutate and observe one shared receiver.

  • #​1529 bf470d5 Thanks @​aidenybai! - Detect hoistable helpers inside compiled forwardRef component wrappers.

  • #​1522 b479d7d Thanks @​aidenybai! - Recognize ref-owned one-shot timer reschedules with helper-based replacement and unmount cleanup.

  • #​1541 a9a1f40 Thanks @​skoshx! - Recognize exact-client Supabase removeChannel and removeAllChannels cleanup for fluent Realtime subscriptions.

  • #​1503 5dc936e Thanks @​aidenybai! - Avoid reporting intentional uncontrolled state selected as the fallback to a controlled prop.

  • #​1511 fb5f881 Thanks @​aidenybai! - Treat custom Hook calls as opaque in no-effect-with-fresh-deps.

  • #​1508 a8115b8 Thanks @​aidenybai! - Avoid no-flush-sync false positives for Softmaple Awareness integrations that synchronize editor selections with committed text.

  • #​1477 3bc63ea Thanks @​aidenybai! - Avoid reporting intentionally sequential async traversal that appends await-derived values to an ordered output array.

  • #​1476 811a2ff Thanks @​aidenybai! - Avoid array-lookup reports for fresh array transforms and generated rest helpers with only small fixed omission lists.

react-dropzone/react-dropzone (react-dropzone)

v19.2.0

Compare Source

Features
shadcn-ui/ui (shadcn)

v4.16.1

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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 enabled auto-merge (squash) August 3, 2026 01:07
@netlify

netlify Bot commented Aug 3, 2026

Copy link
Copy Markdown

Deploy Preview for ucmacm ready!

Name Link
🔨 Latest commit 023412b
🔍 Latest deploy log https://app.netlify.com/projects/ucmacm/deploys/6a6fe9d030ce120008a93e6a
😎 Deploy Preview https://deploy-preview-839--ucmacm.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 85
Accessibility: 97
Best Practices: 92
SEO: 83
PWA: 100
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@sonarqubecloud

sonarqubecloud Bot commented Aug 3, 2026

Copy link
Copy Markdown

@renovate
renovate Bot merged commit fdcbbd3 into react-rewrite Aug 3, 2026
10 checks passed
@renovate
renovate Bot deleted the renovate/npm-dependencies branch August 3, 2026 01:08
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