Bump the minor-and-patch group across 1 directory with 3 updates #182

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/minor-and-patch-16e7b72580 into master
dependabot[bot] commented 2026-03-06 07:25:54 +00:00 (Migrated from github.com)

Bumps the minor-and-patch group with 3 updates in the / directory: framer-motion, pg and @types/node.

Updates framer-motion from 12.34.4 to 12.35.0

Changelog

Sourced from framer-motion's changelog.

[12.35.0] 2026-03-03

Added

  • ViewTimeline support for scroll and useScroll.

[12.34.6] 2026-03-03

Fixed

  • Handle % translate values in layout animations.

[12.34.5] 2026-03-03

Fixed

  • Ensure final WAAPI styles are always committed synchronously to prevent flash of incorrect styles in Firefox.
  • Prevent Next.js from caching typeof window checks.
  • Improve projection node cleanup.
  • Variant propagation fixed for asynchronously-mounted children.
Commits
  • dba1def v12.35.0
  • 4c11efd Updating changelog
  • 1ed8b90 Merge pull request #3570 from motiondivision/worktree-wild-booping-parrot
  • 333f415 Updating changelog
  • 1449483 Fix ViewTimeline ref timing and clean up scroll timeline caching
  • 49e08c3 v12.34.6
  • a84aa66 Updating changelog
  • 6d99f1a Merge pull request #3581 from motiondivision/worktree-fix-issue-3401
  • 61c7ef2 Update Cypress test to match sandbox's shouldAnimate pattern
  • 20b7f09 Merge pull request #3572 from motiondivision/worktree-fix-issue-3401
  • Additional commits viewable in compare view

Updates pg from 8.19.0 to 8.20.0

Changelog

Sourced from pg's changelog.

pg@8.20.0

  • Add onConnect callback to pg.Pool constructor options allowing for async initialization of newly created & connected pooled clients.
Commits

Updates @types/node from 25.3.3 to 25.3.5

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Bumps the minor-and-patch group with 3 updates in the / directory: [framer-motion](https://github.com/motiondivision/motion), [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `framer-motion` from 12.34.4 to 12.35.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/motiondivision/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p> <blockquote> <h2>[12.35.0] 2026-03-03</h2> <h3>Added</h3> <ul> <li><code>ViewTimeline</code> support for <code>scroll</code> and <code>useScroll</code>.</li> </ul> <h2>[12.34.6] 2026-03-03</h2> <h3>Fixed</h3> <ul> <li>Handle <code>%</code> translate values in layout animations.</li> </ul> <h2>[12.34.5] 2026-03-03</h2> <h3>Fixed</h3> <ul> <li>Ensure final WAAPI styles are always committed synchronously to prevent flash of incorrect styles in Firefox.</li> <li>Prevent Next.js from caching <code>typeof window</code> checks.</li> <li>Improve projection node cleanup.</li> <li>Variant propagation fixed for asynchronously-mounted children.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/dba1def9d88502f5a25c57a879ef80369f89985f"><code>dba1def</code></a> v12.35.0</li> <li><a href="https://github.com/motiondivision/motion/commit/4c11efd94a0e56bad7767de4c267a77d401d8bb3"><code>4c11efd</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/1ed8b908f9e517fbadef647be6f431824114b8a4"><code>1ed8b90</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3570">#3570</a> from motiondivision/worktree-wild-booping-parrot</li> <li><a href="https://github.com/motiondivision/motion/commit/333f4151575031c43fa8a5a6f253795f0d098f4e"><code>333f415</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/1449483a825d2dd6ac155a9cb371c0260c5100f8"><code>1449483</code></a> Fix ViewTimeline ref timing and clean up scroll timeline caching</li> <li><a href="https://github.com/motiondivision/motion/commit/49e08c322350632a3b8be0b00eaac77219f1632f"><code>49e08c3</code></a> v12.34.6</li> <li><a href="https://github.com/motiondivision/motion/commit/a84aa66188b7923c780454faad550f552751e2f2"><code>a84aa66</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/6d99f1a96e8fa8dd640ed655e80b3c2f3f6eb427"><code>6d99f1a</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3581">#3581</a> from motiondivision/worktree-fix-issue-3401</li> <li><a href="https://github.com/motiondivision/motion/commit/61c7ef26b92490861031094c19960da8958123fe"><code>61c7ef2</code></a> Update Cypress test to match sandbox's shouldAnimate pattern</li> <li><a href="https://github.com/motiondivision/motion/commit/20b7f09f5d2ed0e560de001586205e7b17fc7223"><code>20b7f09</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3572">#3572</a> from motiondivision/worktree-fix-issue-3401</li> <li>Additional commits viewable in <a href="https://github.com/motiondivision/motion/compare/v12.34.4...v12.35.0">compare view</a></li> </ul> </details> <br /> Updates `pg` from 8.19.0 to 8.20.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md">pg's changelog</a>.</em></p> <blockquote> <h2>pg@8.20.0</h2> <ul> <li>Add <a href="https://redirect.github.com/brianc/node-postgres/pull/3620">onConnect</a> callback to pg.Pool constructor options allowing for async initialization of newly created &amp; connected pooled clients.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/brianc/node-postgres/commit/c9070cc8d526fca65780cedc25c1966b57cf7532"><code>c9070cc</code></a> Publish</li> <li><a href="https://github.com/brianc/node-postgres/commit/ad36e3c9e80fae771d636328420cebe7d544baae"><code>ad36e3c</code></a> fix: typo in deprecation notice for <code>client.query()</code> (<a href="https://github.com/brianc/node-postgres/tree/HEAD/packages/pg/issues/3618">#3618</a>)</li> <li>See full diff in <a href="https://github.com/brianc/node-postgres/commits/pg@8.20.0/packages/pg">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 25.3.3 to 25.3.5 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
dependabot[bot] commented 2026-03-09 07:28:54 +00:00 (Migrated from github.com)

Looks like these dependencies are updatable in another way, so this is no longer needed.

Looks like these dependencies are updatable in another way, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No description provided.