Update npm dependencies - #884
Merged
Merged
Conversation
✅ Deploy Preview for ucmacm ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




This PR contains the following updates:
1.170.34→1.170.351.44.0→1.45.00.9.13→0.9.143.6.0→3.7.01.0.4→1.0.54.6.1→4.6.4Release Notes
TanStack/router (@tanstack/react-router)
v1.170.35Compare Source
Patch Changes
8c43c71- Upgrade TanStack Store to 0.11 and migrate router subscriptions to useSelector, preserving selector comparisons and Vue subscription cleanup.lucide-icons/lucide (lucide-react)
v1.45.0: Version 1.45.0Compare Source
What's Changed
calendar-chevrons-righticon by @AlexandrePhilibert in #3565building-complex-plusicon by @tylerkade in #4758mouth&mouth-offby @karsa-mistmere in #4787iv-bagicon by @karsa-mistmere in #4821lecternicon by @UsamaKhan in #2925layout-arrow-rightandlayout-arrow-downby @samuelalake in #4541parkicon by @skajosborn in #3177album,book-marked,folder-bookmarkicons by @karsa-mistmere in #3043housesicon by @danielbayley in #3241notebook-doticon by @elenakovelskikh in #3228messages-circleicon by @Mirazstudio-offical in #4754plant-poticon by @vqh2602 in #3122cookieicon by @karsa-mistmere in #4815globe-codeicon by @AleksejDix in #3722New Contributors
Full Changelog: lucide-icons/lucide@1.44.0...1.45.0
millionco/react-doctor (oxlint-plugin-react-doctor)
v0.9.14Compare Source
Patch Changes
#1783
1239043Thanks @aidenybai! - Upgrade oxlint to 1.81 and oxc-parser to 0.148.#1762
ff7dd67Thanks @skoshx! - Avoideffect-needs-cleanupdiagnostics for owned chained timers, guarded post-await timers, and listeners released through an abort handler.#1763
0fbef9bThanks @skoshx! - Fix anasync-defer-awaitfalse positive on exactliveandisLiveliveness guards without exempting unrelated names that only contain the same text.#1761
6ac8b71Thanks @skoshx! - Fix false positive innextjs-no-side-effect-in-get-handlerwhen locally-builtHeadersobject is passed to a same-file helper that mutates it.The rule now transfers locally-created response object safety through the exact same-file helper call. Calls that pass external state to the same helper remain reportable.
Fixes #1757
#1781
dfcde10Thanks @aidenybai! - Speed up large-repository scans: reuse warm oxlint worker processes across projects, overlap project discovery with linting, and trim rule hot paths (2.4–5.5x faster wall-clock on the large-repo corpus).#1801
fd64d26Thanks @aidenybai! - Stop reporting local service.use()methods as React hooks. Preserve diagnostics for React namespace calls, including aliases and CommonJS imports.Only recommend
setAnimationLoopwhen a recursive animation frame callback renders through a known Three.js renderer. Leave independent 2D canvas and DOM loops alone, including files that also import Three.js.#1750
576d756Thanks @skoshx! - fix: respect "use no memo" directive in react-compiler-no-manual-memoization ruleWhen a function or module has a React Compiler opt-out directive, the compiler skips optimization, so manual memoization can still be necessary. The rule now respects
"use no memo", its"use no forget"alias, and local components passed tomemo.Fixes #1749
#1760
2e3f6ebThanks @skoshx! - Exempt magic-link delivery mutations fromquery-mutation-missing-invalidationwhile keeping generic send, notification, and email mutations reportable.#1802
c9e3e15Thanks @aidenybai! - Retire 33 low-value rule IDs while keeping them registered as silent compatibility entries. Make 26 cleanup, migration, performance, and security-review rules opt-in. Existing rule configurations still load; default scans no longer report these recommendations as defects.dcastil/tailwind-merge (tailwind-merge)
v3.7.0Compare Source
fullcalendar/temporal-polyfill (temporal-polyfill)
v1.0.5Compare Source
📉 Size Wins
global.js): 19,532 → 19,433 bytes (−0.5%)full/global.js): 23,378 → 23,276 bytes (−0.4%)DurationFns.sign: 880 → 186 bytes (−79%)ZonedDateTimeFns.compare: 950 → 268 bytes (−72%)PlainDateFns.toPlainYearMonth: 2,808 → 1,194 bytes (−57%)🐛 Tree-Shakeable API Correctness Fixes
ZonedDateTimeFns.getTimeZoneTransitionpreserves transitions at epoch nanoseconds0ninstead of returningnull, in both class-based and tree-shakeable APIsdiffYears/Months/Weeks/Days:ZonedDateTimehandles equal instants, fractional units, DST transitions, skipped dates, rounding, and calendar validation (#103, #104), thx @Pawel-ITPlainDateTimeincludes time remainders and uses correct relative calendar-unit rounding, floating-point precision, calendar validation, and range validationPlainDateuses correct relative calendar-unit rounding, floating-point precision, calendar validation, and range validationPlainYearMonthignores the internal reference ISO day, uses month precision, and handles rounding and range boundaries correctlydiffHours/Minutes/Seconds/Milliseconds/Microseconds/NanosecondsPlainTimepreserves fractional precision and return positive zero for results that round to zerocolinhacks/zod (zod)
v4.6.4Compare Source
A patch on top of 4.6.3.
d6bc1e30feat: addz.currencyCode()over a vendored ISO 4217 list, refreshed weekly by CI (#6595)ad32d751perf:z.url()rejects an invalid URL withURL.canParse()instead of a throwing constructor, about 50x faster; fewer allocations on the validation path (#6588)2bb08717chore: re-pin the integration peers to the workspace zod after the 4.6.4 bumpf6e1701achore(deps): bump next to 15.5.25 and vite to 7.3.6 (#6153)v4.6.3Compare Source
A patch on top of 4.6.2.
413cce9afix(v4): make z.properties() a check again (#6594) — removes the standalonez.properties()schema from 4.6.0;z.instanceof().properties()and.check(...z.properties())are unchanged75d63ee1docs: show only the.properties()method form in the 4.6 post46da9572docs: match the error-message examples to what the parsers emitv4.6.2Compare Source
Commits:
a00c3f3docs: use Trigger.dev's brand-kit lockups for the platinum card0c483c5docs: Zod 4.6 announcement post (#6546)9446b5cfix: preserve undefined prefault outputs and object keys (#6587)e359f734.6.2Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.