Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 18, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
framer-motion 12.12.1 -> 12.23.6 age confidence dependencies minor
lucide-react (source) ^0.511.0 -> ^0.525.0 age confidence dependencies minor
next (source) 15.3.2 -> 15.4.3 age confidence dependencies minor
node (source) 22.15.1 -> 22.17.1 age confidence minor
use-lanyard 1.5.2 -> 1.7.0 age confidence dependencies minor

Release Notes

motiondivision/motion (framer-motion)

v12.23.6

Compare Source

Changed
  • Added explainer for reduced motion warning.
  • Refactored motion component creation to remove indirection.

v12.23.5

Compare Source

Fixed
  • Fix animation timings within dynamically-generated popups.

v12.23.3

Compare Source

Changed
  • useScroll: Re-attempt to initialise scroll animation within a useEffect if refs weren't hydrated during the useLayoutEffect. Throw if refs are still not hydrated during the useEffect.

v12.23.2

Compare Source

Added
  • Added pages for remaining error and warning messages.

v12.23.1

Compare Source

Changed
  • Improved error messages. Some error messages will now link through to detailed documentation and solutions.

v12.23.0

Compare Source

Added
  • Add .stop() and .cancel() methods to useDragControls().

v12.22.0

Compare Source

Added
  • Allow delayChildren to accept stagger(). This enables from and ease options when staggering variant children.
Deprecated
  • staggerChildren and staggerDirection options.

v12.20.5

Compare Source

Fixed
  • Improve performance of projection styles by writing directly to element.style.
  • Only block layout animations when window has changed width.

v12.20.4

Compare Source

Fixed
  • Improve performance of render loop.
  • Improve performance of types.

v12.20.3

Compare Source

Fixed
  • Always skip layout animation check on tree mount.

v12.20.2

Compare Source

Fixed
  • Updated Transition type to be more permissive.

v12.20.1

Compare Source

Fixed
  • Updated Target type to match previous definition.

v12.20.0

Compare Source

Added
  • Pass a shadow DOM root element via AnimatePresence root prop to attach "popLayout" styles to a different root element.

v12.19.4

Compare Source

Fixed
  • Ensure animations are removed from scope when finished.

v12.19.3

Compare Source

Fixed
  • Restore some deprecated types.
  • Add transformPerspective to TargetAndTransition.
  • Filter number-indexed and function props from CSSStyleDeclaration.

v12.19.2

Compare Source

Fixed
  • React: Prevent duplicate layout animation commits within Suspense boundaries.

v12.19.1

Compare Source

Fixed
  • React: Fix export * error message in Next.js.

v12.19.0

Compare Source

Added
  • React: usePageInView for tracking document visibility.

v12.18.2

Compare Source

Fixed
  • Fixed es bundle dependency imports for "motion".
  • Restored translateX, originX etc values in animation targets.

v12.18.1

Compare Source

Fixed
  • Removed "react" import from "motion-dom".

v12.18.0

Compare Source

Added
  • Support for defining a timeline position relative to the start of the most recently added animation (e.g. <+0.5, <-1)

v12.17.3

Compare Source

Changed
  • Refactored MotionProps into vanilla MotionNodeOptions type within "motion-dom" package.

v12.17.2

Compare Source

Changed
  • Handle colors when creating animatable "none" keyframes for complex strings.

v12.17.1

Compare Source

Fixed
  • Fixes isValidProp check with Rolldown.

v12.17.0

Compare Source

Added
  • MCP server.
Fixed
  • Improved rounding for linear() easing curves.

v12.16.0

Compare Source

Added
  • resize().

v12.15.0

Compare Source

Added
  • Support for pathLength/pathSpacing/pathOffset for svgEffect.
  • Auto kebab-casing of data and aria attributes in attrEffect.
  • attrEffect applies attributes via JS property where possible.
  • Auto transform-box: fill-box for SVGs with transform in styleEffect.

v12.14.0

Compare Source

Added
  • Support for originX/Y/Z in styleEffect.
Fixed
  • Added markers for pure function calls with effects.

v12.13.0

Compare Source

Added
  • svgEffect, propEffect and attrEffect.
Fixed
  • Fixed a jump in layout animations in select circumstances.

v12.12.2

Compare Source

Fixed
  • Ensure scroll updates are only triggered after a scroll read.
lucide-icons/lucide (lucide-react)

v0.525.0: Version 0.525.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.524.0...0.525.0

v0.524.0: Version 0.524.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.523.0...0.524.0

v0.523.0: Version 0.523.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.522.0...0.523.0

v0.522.0: Version 0.522.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.521.0...0.522.0

v0.521.0: Version 0.521.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.520.0...0.521.0

v0.520.0: Version 0.520.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.519.0...0.520.0

v0.519.0: Version 0.519.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.518.0...0.519.0

v0.518.0: Version 0.518.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.517.0...0.518.0

v0.517.0: Version 0.517.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.516.0...0.517.0

v0.516.0: Version 0.516.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.515.0...0.516.0

v0.515.0: Version 0.515.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.514.0...0.515.0

v0.514.0: Version 0.514.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.513.0...0.514.0

v0.513.0: Version 0.513.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.512.0...0.513.0

v0.512.0: Version 0.512.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.511.0...0.512.0

vercel/next.js (next)

v15.4.3

Compare Source

v15.4.2

Compare Source

v15.4.1

Compare Source

v15.4.0

Compare Source

v15.3.5

Compare Source

v15.3.4

Compare Source

v15.3.3

Compare Source

nodejs/node (node)

v22.17.1

Compare Source

v22.17.0: 2025-06-24, Version 22.17.0 'Jod' (LTS), @​aduh95

Compare Source

Notable Changes
⚠️ Deprecations
Instantiating node:http classes without new

Constructing classes like IncomingMessage or ServerResponse without the new
keyword is now discouraged. This clarifies API expectations and aligns with standard
JavaScript behavior. It may warn or error in future versions.

Contributed by Yagiz Nizipli in #​58518.

options.shell = "" in node:child_process

Using an empty string for shell previously had undefined behavior. This change
encourages explicit choices (e.g., shell: true or a shell path) and avoids
relying on implementation quirks.

Contributed by Antoine du Hamel and Renegade334 #​58564.

HTTP/2 priority signaling

The HTTP/2 prioritization API (e.g., stream.priority) is now deprecated due to
poor real-world support. Applications should avoid using priority hints and expect future removal.

Contributed by Matteo Collina and Antoine du Hamel #​58313.

✅ Features graduated to stable
assert.partialDeepStrictEqual()

This method compares only a subset of properties in deep object comparisons,
useful for flexible test assertions. Its stabilization means it's now safe for
general use and won't change unexpectedly in future releases.

Contributed by Ruben Bridgewater in #​57370.

Miscellaneous
  • dirent.parentPath
  • filehandle.readableWebStream()
  • fs.glob()
  • fs.openAsBlob()
  • node:readline/promises
  • port.hasRef()
  • readable.compose()
  • readable.iterator()
  • readable.readableAborted
  • readable.readableDidRead
  • Duplex.fromWeb()
  • Duplex.toWeb()
  • Readable.fromWeb()
  • Readable.isDisturbed()
  • Readable.toWeb()
  • stream.isErrored()
  • stream.isReadable()
  • URL.createObjectURL()
  • URL.revokeObjectURL()
  • v8.setHeapSnapshotNearHeapLimit()
  • Writable.fromWeb()
  • Writable.toWeb()
  • writable.writableAborted
  • Startup Snapshot API
  • ERR_INPUT_TYPE_NOT_ALLOWED
  • ERR_UNKNOWN_FILE_EXTENSION
  • ERR_UNKNOWN_MODULE_FORMAT
  • ERR_USE_AFTER_CLOSE

Contributed by James M Snell in
#​57513 and
#​58541.

Semver-minor features
🔧 fs.FileHandle.readableWebStream gets autoClose option

This gives developers explicit control over whether the file descriptor should
be closed when the stream ends. Helps avoid subtle resource leaks.

Contributed by James M Snell in #​58548.

🔧 fs.Dir now supports explicit resource management

This improves ergonomics around async iteration of directories. Developers can
now manually control when a directory is closed using .close() or with Symbol.asyncDispose.

Contributed by Antoine du Hamel in #​58206.

📊 http2 gains diagnostics channel: http2.server.stream.finish

Adds observability support for when a stream finishes. Useful for logging,
monitoring, and debugging HTTP/2 behavior without patching internals.

Contributed by Darshan Sen in #​58560.

🔐 Permissions: implicit allow-fs-read to entrypoint

Node.js permissions model now allows read access to the entry file by default.
It makes running permission-restricted apps smoother while preserving security.

Contributed by Rafael Gonzaga in #​58579.

🎨 util.styleText() adds 'none' style

This lets developers remove styling cleanly without hacks. Useful for overriding
inherited terminal styles when composing styled strings.

Contributed by James M Snell in #​58437.

🧑‍💻 Community updates
Commits

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

Copy link

vercel bot commented May 18, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
portfolio-v2 ❌ Failed (Inspect) Jul 22, 2025 8:51pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f3b4c0d to ff085a4 Compare May 19, 2025 17:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ff085a4 to 660b0c3 Compare May 21, 2025 17:15
@renovate renovate bot changed the title fix(deps): update dependency use-lanyard to v1.7.0 fix(deps): update all non-major dependencies May 21, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 660b0c3 to 60a60d2 Compare May 23, 2025 16:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 60a60d2 to 5294e96 Compare May 26, 2025 12:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5294e96 to 63d4dbf Compare May 26, 2025 15:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 63d4dbf to 209f60b Compare May 27, 2025 13:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 209f60b to 3ed99a1 Compare May 28, 2025 15:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3ed99a1 to 0c774d0 Compare May 29, 2025 23:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0c774d0 to f97cf47 Compare June 3, 2025 09:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f97cf47 to 14bcbe9 Compare June 4, 2025 01:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 14bcbe9 to 0a02443 Compare June 4, 2025 09:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0a02443 to ce88519 Compare June 4, 2025 15:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ce88519 to be665c3 Compare June 4, 2025 19:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9f57a4e to d2b426c Compare July 1, 2025 10:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d2b426c to 83b6a2e Compare July 1, 2025 16:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 83b6a2e to 43f987f Compare July 2, 2025 11:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 43f987f to 46ad575 Compare July 2, 2025 17:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 46ad575 to 7095821 Compare July 3, 2025 23:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7095821 to cd4435d Compare July 9, 2025 20:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cd4435d to f2dec7f Compare July 10, 2025 11:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f2dec7f to 3db139e Compare July 10, 2025 16:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3db139e to f87f994 Compare July 14, 2025 14:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f87f994 to 91a938d Compare July 15, 2025 01:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 91a938d to 7b094c9 Compare July 15, 2025 17:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7b094c9 to e628646 Compare July 15, 2025 22:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e628646 to f4378a5 Compare July 18, 2025 23:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants