Bump the minor-and-patch group across 1 directory with 5 updates #186

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

Bumps the minor-and-patch group with 5 updates in the / directory:

Package From To
@sats-connect/core 0.17.1 0.17.2
framer-motion 12.34.4 12.35.2
pg 8.19.0 8.20.0
@eslint/eslintrc 3.3.4 3.3.5
@types/node 25.3.3 25.4.0

Updates @sats-connect/core from 0.17.1 to 0.17.2

Commits

Updates framer-motion from 12.34.4 to 12.35.2

Changelog

Sourced from framer-motion's changelog.

[12.35.2] 2026-03-09

Fixed

  • Reduced filesize of styleEffect.
  • Fix rounding from popLayout.
  • opacity animations in React Strict Mode in development.
  • Ensure useSpring is not affected by monitor framerate.
  • Updating animations sequence segment types to exclude lifecycle handlers.
  • Fix layout animations with parents offset by a %-based translation.
  • Fix autoplay: false with WAAPI animations.
  • Fix layout jump in React Strict Mode in development.
  • Detect divide-by-zero in CSS calc() values before making animatable templates.

[12.35.1] 2026-03-06

Fixed

  • Fixing combination of string keyframes, spring and delay.
  • Gracefully handle negative scroll values.
  • Fix one-frame visual gap when rapidly switching WAAPI animations.
  • animation.time = 0 on a finished animation sets the playhead in a paused state.

[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
  • 2034efc v12.35.2
  • 9f080ca Updating changelog
  • 31dd9bd Latest
  • da23762 Merge pull request #3602 from motiondivision/worktree-fix-issue-3232
  • 80b321e Merge pull request #3599 from motiondivision/worktree-fix-issue-3244
  • 4e5e0ae Merge pull request #3600 from motiondivision/worktree-fix-issue-3236
  • 16b83b4 Merge branch 'main' into worktree-fix-issue-3236
  • f4adc2e Extract convertToZero to module level with documentation
  • b793fc0 Merge pull request #3598 from motiondivision/worktree-fix-issue-3254
  • e787956 Simplify transformBox and add comment for percentage re-measurement
  • 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 @eslint/eslintrc from 3.3.4 to 3.3.5

Release notes

Sourced from @​eslint/eslintrc's releases.

eslintrc: v3.3.5

3.3.5 (2026-03-04)

Bug Fixes

  • update dependency minimatch to ^3.1.5 (#227) (3dc2381)
Changelog

Sourced from @​eslint/eslintrc's changelog.

3.3.5 (2026-03-04)

Bug Fixes

  • update dependency minimatch to ^3.1.5 (#227) (3dc2381)
Commits

Updates @types/node from 25.3.3 to 25.4.0

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 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@sats-connect/core](https://github.com/secretkeylabs/sats-connect-core) | `0.17.1` | `0.17.2` | | [framer-motion](https://github.com/motiondivision/motion) | `12.34.4` | `12.35.2` | | [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.19.0` | `8.20.0` | | [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.3.4` | `3.3.5` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.3` | `25.4.0` | Updates `@sats-connect/core` from 0.17.1 to 0.17.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/secretkeylabs/sats-connect-core/commits">compare view</a></li> </ul> </details> <br /> Updates `framer-motion` from 12.34.4 to 12.35.2 <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.2] 2026-03-09</h2> <h3>Fixed</h3> <ul> <li>Reduced filesize of <code>styleEffect</code>.</li> <li>Fix rounding from <code>popLayout</code>.</li> <li><code>opacity</code> animations in React Strict Mode in development.</li> <li>Ensure <code>useSpring</code> is not affected by monitor framerate.</li> <li>Updating animations sequence segment types to exclude lifecycle handlers.</li> <li>Fix layout animations with parents offset by a <code>%</code>-based translation.</li> <li>Fix <code>autoplay: false</code> with WAAPI animations.</li> <li>Fix layout jump in React Strict Mode in development.</li> <li>Detect divide-by-zero in CSS <code>calc()</code> values before making animatable templates.</li> </ul> <h2>[12.35.1] 2026-03-06</h2> <h3>Fixed</h3> <ul> <li>Fixing combination of string keyframes, spring and <code>delay</code>.</li> <li>Gracefully handle negative scroll values.</li> <li>Fix one-frame visual gap when rapidly switching WAAPI animations.</li> <li><code>animation.time = 0</code> on a finished animation sets the playhead in a paused state.</li> </ul> <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/2034efcc197bbce1dc040f30b84dbd6b3555628f"><code>2034efc</code></a> v12.35.2</li> <li><a href="https://github.com/motiondivision/motion/commit/9f080caf0f9c8d4806b27694f603d93b8d8b2cd1"><code>9f080ca</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/31dd9bd795d63b59f23870e309546308dbeea628"><code>31dd9bd</code></a> Latest</li> <li><a href="https://github.com/motiondivision/motion/commit/da2376295c14c3712a89ef7e415bffd0a951f554"><code>da23762</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3602">#3602</a> from motiondivision/worktree-fix-issue-3232</li> <li><a href="https://github.com/motiondivision/motion/commit/80b321e2fb30cc9d77fb189f85d59f2dc75a525b"><code>80b321e</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3599">#3599</a> from motiondivision/worktree-fix-issue-3244</li> <li><a href="https://github.com/motiondivision/motion/commit/4e5e0ae22a6408c753d9a42df41e9eaca77210e8"><code>4e5e0ae</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3600">#3600</a> from motiondivision/worktree-fix-issue-3236</li> <li><a href="https://github.com/motiondivision/motion/commit/16b83b4442c4d9ebfa81fc41b918173589f38c68"><code>16b83b4</code></a> Merge branch 'main' into worktree-fix-issue-3236</li> <li><a href="https://github.com/motiondivision/motion/commit/f4adc2efe566a650d8fbb79075ea42eaa3f30c6c"><code>f4adc2e</code></a> Extract convertToZero to module level with documentation</li> <li><a href="https://github.com/motiondivision/motion/commit/b793fc024950c8887c71ba8d77aa5e5fb779cbe6"><code>b793fc0</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3598">#3598</a> from motiondivision/worktree-fix-issue-3254</li> <li><a href="https://github.com/motiondivision/motion/commit/e787956f76affa66ba766cdb6c114f50934c49f2"><code>e787956</code></a> Simplify transformBox and add comment for percentage re-measurement</li> <li>Additional commits viewable in <a href="https://github.com/motiondivision/motion/compare/v12.34.4...v12.35.2">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 `@eslint/eslintrc` from 3.3.4 to 3.3.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslintrc/releases"><code>@​eslint/eslintrc</code>'s releases</a>.</em></p> <blockquote> <h2>eslintrc: v3.3.5</h2> <h2><a href="https://github.com/eslint/eslintrc/compare/eslintrc-v3.3.4...eslintrc-v3.3.5">3.3.5</a> (2026-03-04)</h2> <h3>Bug Fixes</h3> <ul> <li>update dependency minimatch to ^3.1.5 (<a href="https://redirect.github.com/eslint/eslintrc/issues/227">#227</a>) (<a href="https://github.com/eslint/eslintrc/commit/3dc2381e3e063f41e6b135650d05cdfe4045804e">3dc2381</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md"><code>@​eslint/eslintrc</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/eslint/eslintrc/compare/eslintrc-v3.3.4...eslintrc-v3.3.5">3.3.5</a> (2026-03-04)</h2> <h3>Bug Fixes</h3> <ul> <li>update dependency minimatch to ^3.1.5 (<a href="https://redirect.github.com/eslint/eslintrc/issues/227">#227</a>) (<a href="https://github.com/eslint/eslintrc/commit/3dc2381e3e063f41e6b135650d05cdfe4045804e">3dc2381</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslintrc/commit/5135df1a5388ebb2e340a631c69f0d3ce9f2432f"><code>5135df1</code></a> chore: release 3.3.5 🚀 (<a href="https://redirect.github.com/eslint/eslintrc/issues/228">#228</a>)</li> <li><a href="https://github.com/eslint/eslintrc/commit/c109d69371e8544823637b708a16735e9136536c"><code>c109d69</code></a> docs: Update README sponsors</li> <li><a href="https://github.com/eslint/eslintrc/commit/3dc2381e3e063f41e6b135650d05cdfe4045804e"><code>3dc2381</code></a> fix: update dependency minimatch to ^3.1.5 (<a href="https://redirect.github.com/eslint/eslintrc/issues/227">#227</a>)</li> <li><a href="https://github.com/eslint/eslintrc/commit/81385b67f04cac42ab068dc78e3ee1ce6668ef5c"><code>81385b6</code></a> ci: pin Node.js 25.6.1 (<a href="https://redirect.github.com/eslint/eslintrc/issues/226">#226</a>)</li> <li>See full diff in <a href="https://github.com/eslint/eslintrc/compare/eslintrc-v3.3.4...eslintrc-v3.3.5">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 25.3.3 to 25.4.0 <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-13 07:25:47 +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.