Skip to content

Update npm dependencies - #882

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

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

Conversation

@renovate

@renovate renovate Bot commented Sep 11, 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 Type Update Pending
@schedule-x/calendar (source) 4.7.04.8.0 age confidence dependencies minor
@schedule-x/calendar-controls (source) 4.7.04.8.0 age confidence dependencies minor
@schedule-x/scroll-controller (source) 4.7.04.8.0 age confidence dependencies minor
@schedule-x/theme-shadcn (source) 4.7.04.8.0 age confidence dependencies minor
@tanstack/react-router (source) 1.170.321.170.34 age confidence dependencies patch 1.170.35
@tanstack/router-plugin (source) 1.168.351.168.37 age confidence devDependencies patch
@types/node (source) 26.4.126.5.1 age confidence devDependencies minor
@types/react (source) 19.2.1819.3.0 age confidence devDependencies minor
@types/react-dom (source) 19.2.719.3.0 age confidence devDependencies minor
eslint-plugin-oxlint 1.81.01.82.0 age confidence devDependencies minor
eslint-plugin-react-dom (source) 5.18.105.19.0 age confidence devDependencies minor
eslint-plugin-react-jsx (source) 5.18.105.19.0 age confidence devDependencies minor
eslint-plugin-react-naming-convention (source) 5.18.105.19.0 age confidence devDependencies minor
eslint-plugin-react-x (source) 5.18.105.19.0 age confidence devDependencies minor
lucide-react (source) 1.41.01.44.0 age confidence dependencies minor 1.45.0
node (source) 24.20.024.21.0 age confidence tools minor
oxc-transform-react (source) ^0.148.0^0.149.0 age confidence devDependencies minor
oxfmt (source) ^0.66.0^0.67.0 age confidence devDependencies minor
oxlint (source) 1.81.01.82.0 age confidence devDependencies minor
react (source) 19.2.819.3.0 age confidence dependencies minor
react-dom (source) 19.2.819.3.0 age confidence dependencies minor
typescript-eslint (source) 8.69.08.70.0 age confidence devDependencies minor
vite (source) 8.2.28.3.0 age confidence devDependencies minor
zod (source) 4.5.44.6.1 age confidence dependencies minor 4.6.2

Release Notes

schedule-x/schedule-x (@​schedule-x/calendar)

v4.8.0

Compare Source

Features
  • calendar: configurable event sorting for month views (#​1347) (8040f6c)
schedule-x/schedule-x (@​schedule-x/calendar-controls)

v4.8.0

Compare Source

Note: Version bump only for package @​schedule-x/calendar-controls

schedule-x/schedule-x (@​schedule-x/scroll-controller)

v4.8.0

Compare Source

Note: Version bump only for package @​schedule-x/scroll-controller

schedule-x/schedule-x (@​schedule-x/theme-shadcn)

v4.8.0

Compare Source

Note: Version bump only for package @​schedule-x/theme-shadcn

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

v1.170.34

Compare Source

Patch Changes
  • #​8279 aee42c6 - Avoid allocating event-handler arrays and wrapper functions for links without user-supplied event handlers.

  • #​8308 9c1871c - Validate navigation and redirect destinations, keep ambiguous relative URLs on the current origin, and constrain prerender requests and output paths. Prevent redirect headers from appearing in serialized server function response bodies.

    Preserve native form HTTP redirects, route error handling and masks for document redirects, and per-navigation destinations for shared loader redirects. Avoid redundant origin parsing and reduce link styling and server-rendering work. Configured origins must already be normalized.

    Keep blocked-link inactive props consistent during React hydration, honor explicit redirect Location headers before checking route options, and refresh Vue link state when destinations become internal. Reuse the protocol-relative URL check while parsing redirect schemes once.

    Reduce React link bundle size by sharing pathname comparisons, state-prop selection, and element creation.

    Share normalized pathname comparisons in Solid and Vue links to reduce bundle size.

  • #​8311 9aec5a7 - React Links resolve state props without temporary class-name arrays or unnecessary style copies.

  • Updated dependencies [f9836f1, 9c1871c, 9871c06, 0654c0a]:

v1.170.33

Compare Source

Patch Changes
  • #​8165 2f20c00 - Exclude structural descendants below error and not-found boundaries from route lifecycle callbacks. Preserve lifecycle membership through invalidation, hydration, background reloads, and superseded navigation publication.

  • #​8209 28a5e45 - Preserve falsy thrown values in React and Vue error boundaries. Type React and Vue boundary error components and onCatch callbacks as unknown. Solid boundary errors remain typed as Error; SSR now wraps non-Error loader errors to match Solid’s native boundary behavior, preserving the original value in cause. Router state and loader onError values are unchanged.

    When upgrading React or Vue, narrow boundary errors (for example, with error instanceof Error) before reading message or stack. ErrorComponentProps<TError> remains available for values narrowed to a specific error type. Route onError types are unchanged.

  • #​8161 f0b5eda - Retain successful not-found matches as terminal shared boundaries during client navigation, preserving route context while the destination loads.

  • #​8251 0497cae - Use URL.canParse for absolute URL checks in links, navigation, redirects, and build configuration. Preserve a URL constructor fallback for older browsers.

  • #​8169 0caf6b9 - Fix route-scoped useMatch, useSearch, and useParams APIs to forward the shouldThrow option and preserve optional return types when shouldThrow: false.

  • #​8257 cf166d1 - Fix repeated innerHTML writes for unchanged styles and data scripts during React re-renders. This prevents unnecessary CSS parsing and Trusted Types errors during client navigation.

  • Updated dependencies [edf0e16, 2f20c00, 28a5e45, 08eff50, 216c0c4, 2f91503, f0b5eda, 50eafca, 0497cae, ee28348, 9035abc, c18e690]:

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

v1.168.37

Compare Source

Patch Changes

v1.168.36

Compare Source

Patch Changes
oxc-project/eslint-plugin-oxlint (eslint-plugin-oxlint)

v1.82.0

Compare Source

What's Changed

Full Changelog: oxc-project/eslint-plugin-oxlint@v1.81.0...v1.82.0

Rel1cx/eslint-react (eslint-plugin-react-dom)

v5.19.0

Compare Source

✨ New
  • react-x/immutability: direct mutations of props and state are now reported — member assignments, updates, deletions, and mutating method calls are flagged when the mutated value resolves (through variable-declarator aliases) to a component's props, a useState/useReducer state value, or a custom hook matching the additionalStateHooks setting, independent of whether the mutation happens inside a function that reaches a freeze sink. (#​1948, closes #​1941)
  • react-x/immutability: added shallow-copy awareness — nested mutations through an object/array literal built by spreading a props or state value (e.g. const copy = { ...state } / const copy = [...state]) are reported, since the nested values are still shared with the original; writes to the copy's own top-level slots are not reported. (#​1948)

Full Changelog: Rel1cx/eslint-react@v5.18.10...v5.19.0

lucide-icons/lucide (lucide-react)

v1.44.0: Version 1.44.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.43.0...1.44.0

v1.43.0: Version 1.43.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.42.0...1.43.0

v1.42.0: Version 1.42.0

Compare Source

What's Changed

New Contributors

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

nodejs/node (node)

v24.21.0: 2026-09-08, Version 24.21.0 'Krypton' (LTS), @​aduh95

Compare Source

Notable Changes
  • [71106e1f17] - crypto: update root certificates to NSS 3.126 (Node.js GitHub Bot) #​65495
  • [afca0a912d] - (SEMVER-MINOR) crypto: support loading private keys through STORE loaders (Filip Skokan) #​63949
  • [6274fccbd9] - deps: update OpenSSL to 3.5.8 (Node.js GitHub Bot) #​65542
  • [53cba013c7] - deps: update Undici to 7.29.1 (Node.js GitHub Bot) #​65789
  • [0529772798] - (SEMVER-MINOR) lib,src: improve histogram implementation (James M Snell) #​65024
  • [41c7062b81] - (SEMVER-MINOR) net: improve performance of net.BlockList (James M Snell) #​64974
  • [5197b5a3c5] - (SEMVER-MINOR) perf_hooks: add statistical hypothesis testing to histogram (James M Snell) #​65416
  • [35c635b032] - (SEMVER-MINOR) util: add non-throwing MIMEType.parse (James M Snell) #​64965
Commits

Important

✂ PR body was truncated to here.


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 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.

@renovate
renovate Bot enabled auto-merge (squash) September 11, 2026 17:30
@netlify

netlify Bot commented Sep 11, 2026

Copy link
Copy Markdown

Deploy Preview for ucmacm ready!

Name Link
🔨 Latest commit dad10b4
🔍 Latest deploy log https://app.netlify.com/projects/ucmacm/deploys/6aa43ad587d41200084e0406
😎 Deploy Preview https://deploy-preview-882--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: 86
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

Copy link
Copy Markdown

@renovate
renovate Bot merged commit 9d0f1cb into react-rewrite Sep 11, 2026
10 checks passed
@renovate
renovate Bot deleted the renovate/npm-dependencies branch September 11, 2026 17:32
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