Skip to content

Commit 966d033

Browse files
deps: bump the dependency-updates group with 2 updates (#1583)
Bumps the dependency-updates group with 2 updates: [framer-motion](https://github.com/motiondivision/motion) and [yaml](https://github.com/eemeli/yaml). Updates `framer-motion` from 12.11.3 to 12.11.4 <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.11.4] 2025-05-15</h2> <h3>Fixed</h3> <ul> <li>Only read <code>transform</code> from the DOM for initial independent transforms when there's no active projection.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/7825b623aae765e9099b2ff8c7366527445fdbfc"><code>7825b62</code></a> v12.11.4</li> <li><a href="https://github.com/motiondivision/motion/commit/73cc148ea7ebb191f04a304076d3e01186151909"><code>73cc148</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/0bbe6e3d7676a797221abf8edc4299b7ad15f0be"><code>0bbe6e3</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3219">#3219</a> from motiondivision/fix/stop-read-layout-transform</li> <li><a href="https://github.com/motiondivision/motion/commit/f6c1ff0cd510e3b950e6993a1b3a67c8d3d9bb19"><code>f6c1ff0</code></a> Making more specific</li> <li><a href="https://github.com/motiondivision/motion/commit/d606b22f6aded9485e16a2576cabdd4055cbfd84"><code>d606b22</code></a> Stop reading transform when there's an active projection</li> <li><a href="https://github.com/motiondivision/motion/commit/faa673aa47b25661c1f91f71847c625e67a3b753"><code>faa673a</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3217">#3217</a> from motiondivision/mattgperry-patch-3</li> <li><a href="https://github.com/motiondivision/motion/commit/49f23ebb2cc57d10b7a9de8aa7a40be26a2a964a"><code>49f23eb</code></a> Update README.md</li> <li><a href="https://github.com/motiondivision/motion/commit/ee25bded9a2d28b9f0901e5533c5d447409c9875"><code>ee25bde</code></a> Update README.md</li> <li><a href="https://github.com/motiondivision/motion/commit/14be1d60de49ab3604bfa4a2f7c43c4cd33c129f"><code>14be1d6</code></a> Update README.md</li> <li><a href="https://github.com/motiondivision/motion/commit/70fe3d1d63a20f3948639790c3b29488ceb72692"><code>70fe3d1</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3216">#3216</a> from motiondivision/mattgperry-patch-3</li> <li>Additional commits viewable in <a href="https://github.com/motiondivision/motion/compare/v12.11.3...v12.11.4">compare view</a></li> </ul> </details> <br /> Updates `yaml` from 2.7.1 to 2.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eemeli/yaml/releases">yaml's releases</a>.</em></p> <blockquote> <h2>v2.8.0</h2> <ul> <li>Add node cache for faster alias resolution (<a href="https://redirect.github.com/eemeli/yaml/issues/612">#612</a>)</li> <li>Re-introduce compatibility with Node.js 14.6 (<a href="https://redirect.github.com/eemeli/yaml/issues/614">#614</a>)</li> <li>Add <code>--merge</code> option to CLI tool (<a href="https://redirect.github.com/eemeli/yaml/issues/611">#611</a>)</li> <li>Improve error for tag resolution error on null value (<a href="https://redirect.github.com/eemeli/yaml/issues/616">#616</a>)</li> <li>Allow empty string as plain scalar representation, for failsafe schema (<a href="https://redirect.github.com/eemeli/yaml/issues/616">#616</a>)</li> <li>docs: include cli example (<a href="https://redirect.github.com/eemeli/yaml/issues/617">#617</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eemeli/yaml/commit/c000eb708fc04910a0b034572c6febb090ca7035"><code>c000eb7</code></a> 2.8.0</li> <li><a href="https://github.com/eemeli/yaml/commit/1e85fc85231eb4b3dccae06ac73bfd66de730c13"><code>1e85fc8</code></a> style: Apply updated lint rules</li> <li><a href="https://github.com/eemeli/yaml/commit/02f7d5f1eed0062dc344bae82e40f9486a0dfa9e"><code>02f7d5f</code></a> chore: Refresh lockfile</li> <li><a href="https://github.com/eemeli/yaml/commit/389ca7cfe3664037e8c34aa90c73b17eee2467cf"><code>389ca7c</code></a> docs: include cli example (<a href="https://redirect.github.com/eemeli/yaml/issues/617">#617</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/0f29ce641554b896576fe40c7a9c9b0774034eb1"><code>0f29ce6</code></a> feat: Add <code>--merge</code> option to CLI tool (<a href="https://redirect.github.com/eemeli/yaml/issues/611">#611</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/e00cab9c5a8679d723fdb568d771a6863a778d6d"><code>e00cab9</code></a> fix: Improve error for tag resolution error on null value (<a href="https://redirect.github.com/eemeli/yaml/issues/616">#616</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/2a841cc4c2c70551941d5a3203cb64fba0335d0c"><code>2a841cc</code></a> fix: Allow empty string as plain scalar representation, for failsafe schema (...</li> <li><a href="https://github.com/eemeli/yaml/commit/55c5ef400b7fc2755c2e9951d01b6966056bcf91"><code>55c5ef4</code></a> feat: Add node cache for faster alias resolution (<a href="https://redirect.github.com/eemeli/yaml/issues/612">#612</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/ab17552df17525b2353700e8e3fb7e016e6244cd"><code>ab17552</code></a> Merge pull request <a href="https://redirect.github.com/eemeli/yaml/issues/614">#614</a> from eemeli/engines-compat</li> <li><a href="https://github.com/eemeli/yaml/commit/b27c1247684b35481dfebe8df92a2eda2159ade2"><code>b27c124</code></a> ci: Re-introduce tests for Node.js 14.6 and later</li> <li>Additional commits viewable in <a href="https://github.com/eemeli/yaml/compare/v2.7.1...v2.8.0">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12b0c65 commit 966d033

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)