Skip to content

Commit baadf82

Browse files
deps: bump the dependency-updates group across 1 directory with 2 updates (#1292)
Bumps the dependency-updates group with 2 updates in the / directory: [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) and [framer-motion](https://github.com/framer/motion). Updates `@octokit/plugin-retry` from 7.1.1 to 7.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/plugin-retry.js/releases"><code>@​octokit/plugin-retry</code>'s releases</a>.</em></p> <blockquote> <h2>v7.1.2</h2> <h2><a href="https://github.com/octokit/plugin-retry.js/compare/v7.1.1...v7.1.2">7.1.2</a> (2024-09-18)</h2> <h3>Bug Fixes</h3> <ul> <li><code>response.data.errors</code> is sometimes empty (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/577">#577</a>) (<a href="https://github.com/octokit/plugin-retry.js/commit/375b037a98bb3dcf20af1a37f7a02b0968cc01c0">375b037</a>), closes <a href="https://redirect.github.com/octokit/plugin-retry.js/issues/536">#536</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/plugin-retry.js/commit/375b037a98bb3dcf20af1a37f7a02b0968cc01c0"><code>375b037</code></a> fix: <code>response.data.errors</code> is sometimes empty (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/577">#577</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/8c69e1968331c15c179a65e3e2be79291462f8a2"><code>8c69e19</code></a> build(deps): bump vite from 5.4.5 to 5.4.6 (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/579">#579</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/f12d8c59ffb761cd4865b2f78c39e2786cb47eb5"><code>f12d8c5</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/578">#578</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/2a339996062cb5e6ca5d03fe203754b982f67159"><code>2a33999</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/575">#575</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/48bc4a4bce633771bf19852b4dded2896a2659bd"><code>48bc4a4</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/574">#574</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/458387bf2be40a0f544402c420971fcc12519bf8"><code>458387b</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/573">#573</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/0da6fd197aa345d1f4509bdaa168c7b3b767d761"><code>0da6fd1</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/572">#572</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/cafde99c1d8ccf45baf4cf5823ec681c5b707d27"><code>cafde99</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/571">#571</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/3578a3eafff5bf6885f775a6b12034c6b4c6377e"><code>3578a3e</code></a> chore(deps): update dependency fetch-mock to v11 (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/570">#570</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/b1cef645e13dd511953edb1eaf30f673d0b2da6a"><code>b1cef64</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/569">#569</a>)</li> <li>Additional commits viewable in <a href="https://github.com/octokit/plugin-retry.js/compare/v7.1.1...v7.1.2">compare view</a></li> </ul> </details> <br /> Updates `framer-motion` from 11.5.4 to 11.5.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/framer/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p> <blockquote> <h2>[11.5.6] 2024-09-20</h2> <h3>Fixed</h3> <ul> <li>Ensuring updating motion values during <code>render</code> doesn't lock rendering for an element.</li> </ul> <h2>[11.5.5] 2024-09-19</h2> <h3>Fixed</h3> <ul> <li>Changed values of child variants now animate even when the parent variant name hasn't changed.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/framer/motion/commit/1d4fe17c7291be5c40c979b641f114f496b2ca52"><code>1d4fe17</code></a> v11.5.6</li> <li><a href="https://github.com/framer/motion/commit/51836bee87097c6f7ba09b2ddb554aa7ae21af00"><code>51836be</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/f41e7e58d5da9e673af9071378825d9d3a0c003d"><code>f41e7e5</code></a> Making render check more robust</li> <li><a href="https://github.com/framer/motion/commit/b2a6148cd274c57c81a834ced44a71cc7c307944"><code>b2a6148</code></a> Updating version</li> <li><a href="https://github.com/framer/motion/commit/8fe6870c81a25eb45ecd8b0d7e4a45affec2964e"><code>8fe6870</code></a> v11.5.5</li> <li><a href="https://github.com/framer/motion/commit/bcdd7332bedb32930d69664c13ddb67c5e70cd1e"><code>bcdd733</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/111c7c0ff8774eec40145739b80d72d21760d2f6"><code>111c7c0</code></a> Animate values when child variant definitions change (<a href="https://redirect.github.com/framer/motion/issues/2804">#2804</a>)</li> <li><a href="https://github.com/framer/motion/commit/f7b62126a843856f896b207f880125ff37311153"><code>f7b6212</code></a> Removing annotation</li> <li><a href="https://github.com/framer/motion/commit/dcf88c8f6c178d1af7a8f7dec81326db5fd68cea"><code>dcf88c8</code></a> Updating version</li> <li>See full diff in <a href="https://github.com/framer/motion/compare/v11.5.4...v11.5.6">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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7e702c commit baadf82

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package-lock.json

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

0 commit comments

Comments
 (0)