Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: bump the dependency-updates group with 4 updates (npm#1196)
Bumps the dependency-updates group with 4 updates: [@octokit/rest](https://github.com/octokit/rest.js), [framer-motion](https://github.com/framer/motion), [@npmcli/template-oss](https://github.com/npm/template-oss) and [semver](https://github.com/npm/node-semver). Updates `@octokit/rest` from 21.0.0 to 21.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/rest.js/releases"><code>@octokit/rest</code>'s releases</a>.</em></p> <blockquote> <h2>v21.0.1</h2> <h2><a href="https://github.com/octokit/rest.js/compare/v21.0.0...v21.0.1">21.0.1</a> (2024-07-17)</h2> <h3>Bug Fixes</h3> <ul> <li>update deps (<a href="https://redirect.github.com/octokit/rest.js/issues/456">#456</a>) (<a href="https://github.com/octokit/rest.js/commit/93d5afb3433ae30e76f22f06e42067bada959b6e">93d5afb</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/rest.js/commit/93d5afb3433ae30e76f22f06e42067bada959b6e"><code>93d5afb</code></a> fix: update deps (<a href="https://redirect.github.com/octokit/rest.js/issues/456">#456</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/5a681c35f06bc0dc67d95396542fc7d0763d4e92"><code>5a681c3</code></a> chore: use vitest (<a href="https://redirect.github.com/octokit/rest.js/issues/450">#450</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/462e351072e5105acaedf9aeb4f7da1b2c2f0cda"><code>462e351</code></a> ci: start testing against 22 (<a href="https://redirect.github.com/octokit/rest.js/issues/447">#447</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/09bfea827d5ee136fbe788c2476eabd582dfc86e"><code>09bfea8</code></a> chore(deps): update dependency glob to v11 (<a href="https://redirect.github.com/octokit/rest.js/issues/445">#445</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/969d6dcb57f2030b11818caf680ac794bbfcaea0"><code>969d6dc</code></a> chore(deps): update dependency esbuild to ^0.23.0</li> <li><a href="https://github.com/octokit/rest.js/commit/239b1befa5ba0c32a5cde16e77c30a07399c4737"><code>239b1be</code></a> chore(deps): update dependency esbuild to ^0.22.0</li> <li><a href="https://github.com/octokit/rest.js/commit/cdbf93a8eaab95159c4c714b405387ddab362ea6"><code>cdbf93a</code></a> ci(action): update actions/add-to-project action to v1.0.2</li> <li><a href="https://github.com/octokit/rest.js/commit/4306775d5617d443c04cc9b1f66784bc052f861b"><code>4306775</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/rest.js/issues/404">#404</a>)</li> <li>See full diff in <a href="https://github.com/octokit/rest.js/compare/v21.0.0...v21.0.1">compare view</a></li> </ul> </details> <br /> Updates `framer-motion` from 11.3.2 to 11.3.4 <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.3.4] 2024-07-16</h2> <h3>Changed</h3> <ul> <li>Check for <code>display: contents</code> elements now against component props instead of <code>Element.style</code>.</li> </ul> <h2>[11.3.3] 2024-07-16</h2> <h3>Changed</h3> <ul> <li>Frameloop now uses a single <code>Set</code> vs <code>Set</code> and <code>Array</code>, leading to smaller bundlesize and better performance under heavy load.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/framer/motion/commit/cf578f2c88686fe944783bb061496c68d45f3e29"><code>cf578f2</code></a> v11.3.4</li> <li><a href="https://github.com/framer/motion/commit/28865fef5dfe75e79ce5db1b6ec9bf12dd4d63f9"><code>28865fe</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/8188f71642c6cb883c71536dab0205d6a00dd7d4"><code>8188f71</code></a> Optimise display: contents check (<a href="https://redirect.github.com/framer/motion/issues/2728">#2728</a>)</li> <li><a href="https://github.com/framer/motion/commit/9b43e97cef1ccd848580ee3ae70ee9824efc3a1f"><code>9b43e97</code></a> Updating lockfile</li> <li><a href="https://github.com/framer/motion/commit/c70dd505f1fa57be34aeac2c1f4e8af10099503a"><code>c70dd50</code></a> v11.3.3</li> <li><a href="https://github.com/framer/motion/commit/7498950c603251c377bd78269a494285db1d3b55"><code>7498950</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/d7b8caf8b754cba1402fa8dff4996028cd607c5c"><code>d7b8caf</code></a> Replacing frameloop Queue with Set (<a href="https://redirect.github.com/framer/motion/issues/2727">#2727</a>)</li> <li><a href="https://github.com/framer/motion/commit/5728ef57ee48991e712350c3e5b90d3eccb80a7a"><code>5728ef5</code></a> Tweaks</li> <li><a href="https://github.com/framer/motion/commit/73e5771232d17e1c85d9fa444ee3a904e13906bd"><code>73e5771</code></a> fixing stress test</li> <li><a href="https://github.com/framer/motion/commit/2faa089ae0e56422b9aef2777d3618f97c2fd89d"><code>2faa089</code></a> Updating duration of stress test</li> <li>Additional commits viewable in <a href="https://github.com/framer/motion/compare/v11.3.2...v11.3.4">compare view</a></li> </ul> </details> <br /> Updates `@npmcli/template-oss` from 4.22.0 to 4.23.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/npm/template-oss/releases"><code>@npmcli/template-oss</code>'s releases</a>.</em></p> <blockquote> <h2>v4.23.0</h2> <h2><a href="https://github.com/npm/template-oss/compare/v4.22.0...v4.23.0">4.23.0</a> (2024-06-27)</h2> <h3>Features</h3> <ul> <li><a href="https://github.com/npm/template-oss/commit/60ee94f58f085c9f85a73638501a1baac67507a7"><code>60ee94f</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/447">#447</a> add prettier support (<a href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>, <a href="https://github.com/jumoel"><code>@jumoel</code></a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/template-oss/commit/b35bca55b28b41773aa6b936fc626bc15b40eae5"><code>b35bca5</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/447">#447</a> run prettier (<a href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>)</li> <li><a href="https://github.com/npm/template-oss/commit/8aef509c19639a08a47cf0378ea54799229891ff"><code>8aef509</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/446">#446</a> dont conclude checks if they were never set (<a href="https://redirect.github.com/npm/template-oss/issues/446">#446</a>) (<a href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>)</li> <li><a href="https://github.com/npm/template-oss/commit/9440c4f2a8292d4920d9a6d815a13dbd75146ecf"><code>9440c4f</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/444">#444</a> pass releases to publish check (<a href="https://redirect.github.com/npm/template-oss/issues/444">#444</a>) (<a href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>)</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/npm/template-oss/commit/8252fb28a4e6eb8ffb268f54f79b34f1af1dfe2d"><code>8252fb2</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/452">#452</a> bump release-please from 16.10.2 to 16.12.0 (<a href="https://redirect.github.com/npm/template-oss/issues/452">#452</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot], <a href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li> </ul> <h3>Chores</h3> <ul> <li><a href="https://github.com/npm/template-oss/commit/b07d17a63391cbefbb08ffc1492460bfb6ce1a7c"><code>b07d17a</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/448">#448</a> add .git-blame-ignore-revs for initial prettier (<a href="https://redirect.github.com/npm/template-oss/issues/448">#448</a>) (<a href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>)</li> <li><a href="https://github.com/npm/template-oss/commit/210247ef9622f2f3f9f9924ce30c68e471353896"><code>210247e</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/447">#447</a> add prettier:true to template-oss config (<a href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>, <a href="https://github.com/jumoel"><code>@jumoel</code></a>)</li> <li><a href="https://github.com/npm/template-oss/commit/1a073e477827cf8b49edbd694aca536dc545f1ec"><code>1a073e4</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/443">#443</a> bump <code>@npmcli/template-oss</code> to 4.22.0 (<a href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/npm/template-oss/blob/main/CHANGELOG.md"><code>@npmcli/template-oss</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/npm/template-oss/compare/v4.22.0...v4.23.0">4.23.0</a> (2024-06-27)</h2> <h3>Features</h3> <ul> <li><a href="https://github.com/npm/template-oss/commit/60ee94f58f085c9f85a73638501a1baac67507a7"><code>60ee94f</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/447">#447</a> add prettier support (<a href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>, <a href="https://github.com/jumoel"><code>@jumoel</code></a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/template-oss/commit/b35bca55b28b41773aa6b936fc626bc15b40eae5"><code>b35bca5</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/447">#447</a> run prettier (<a href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>)</li> <li><a href="https://github.com/npm/template-oss/commit/8aef509c19639a08a47cf0378ea54799229891ff"><code>8aef509</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/446">#446</a> dont conclude checks if they were never set (<a href="https://redirect.github.com/npm/template-oss/issues/446">#446</a>) (<a href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>)</li> <li><a href="https://github.com/npm/template-oss/commit/9440c4f2a8292d4920d9a6d815a13dbd75146ecf"><code>9440c4f</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/444">#444</a> pass releases to publish check (<a href="https://redirect.github.com/npm/template-oss/issues/444">#444</a>) (<a href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>)</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/npm/template-oss/commit/8252fb28a4e6eb8ffb268f54f79b34f1af1dfe2d"><code>8252fb2</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/452">#452</a> bump release-please from 16.10.2 to 16.12.0 (<a href="https://redirect.github.com/npm/template-oss/issues/452">#452</a>) (<a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot], <a href="https://github.com/wraithgar"><code>@wraithgar</code></a>)</li> </ul> <h3>Chores</h3> <ul> <li><a href="https://github.com/npm/template-oss/commit/b07d17a63391cbefbb08ffc1492460bfb6ce1a7c"><code>b07d17a</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/448">#448</a> add .git-blame-ignore-revs for initial prettier (<a href="https://redirect.github.com/npm/template-oss/issues/448">#448</a>) (<a href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>)</li> <li><a href="https://github.com/npm/template-oss/commit/210247ef9622f2f3f9f9924ce30c68e471353896"><code>210247e</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/447">#447</a> add prettier:true to template-oss config (<a href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>, <a href="https://github.com/jumoel"><code>@jumoel</code></a>)</li> <li><a href="https://github.com/npm/template-oss/commit/1a073e477827cf8b49edbd694aca536dc545f1ec"><code>1a073e4</code></a> <a href="https://redirect.github.com/npm/template-oss/pull/443">#443</a> bump <code>@npmcli/template-oss</code> to 4.22.0 (<a href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/template-oss/commit/9acf69e865666da8c1f73ea45ae2604df8875435"><code>9acf69e</code></a> chore: release 4.23.0 (<a href="https://redirect.github.com/npm/template-oss/issues/445">#445</a>)</li> <li><a href="https://github.com/npm/template-oss/commit/8252fb28a4e6eb8ffb268f54f79b34f1af1dfe2d"><code>8252fb2</code></a> deps: bump release-please from 16.10.2 to 16.12.0 (<a href="https://redirect.github.com/npm/template-oss/issues/452">#452</a>)</li> <li><a href="https://github.com/npm/template-oss/commit/b07d17a63391cbefbb08ffc1492460bfb6ce1a7c"><code>b07d17a</code></a> chore: add .git-blame-ignore-revs for initial prettier (<a href="https://redirect.github.com/npm/template-oss/issues/448">#448</a>)</li> <li><a href="https://github.com/npm/template-oss/commit/b35bca55b28b41773aa6b936fc626bc15b40eae5"><code>b35bca5</code></a> fix: run prettier</li> <li><a href="https://github.com/npm/template-oss/commit/210247ef9622f2f3f9f9924ce30c68e471353896"><code>210247e</code></a> chore: add prettier:true to template-oss config</li> <li><a href="https://github.com/npm/template-oss/commit/60ee94f58f085c9f85a73638501a1baac67507a7"><code>60ee94f</code></a> feat: add prettier support</li> <li><a href="https://github.com/npm/template-oss/commit/8aef509c19639a08a47cf0378ea54799229891ff"><code>8aef509</code></a> fix: dont conclude checks if they were never set (<a href="https://redirect.github.com/npm/template-oss/issues/446">#446</a>)</li> <li><a href="https://github.com/npm/template-oss/commit/9440c4f2a8292d4920d9a6d815a13dbd75146ecf"><code>9440c4f</code></a> fix: pass releases to publish check (<a href="https://redirect.github.com/npm/template-oss/issues/444">#444</a>)</li> <li><a href="https://github.com/npm/template-oss/commit/1a073e477827cf8b49edbd694aca536dc545f1ec"><code>1a073e4</code></a> chore: bump <code>@npmcli/template-oss</code> to 4.22.0</li> <li>See full diff in <a href="https://github.com/npm/template-oss/compare/v4.22.0...v4.23.0">compare view</a></li> </ul> </details> <br /> Updates `semver` from 7.6.2 to 7.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/npm/node-semver/releases">semver's releases</a>.</em></p> <blockquote> <h2>v7.6.3</h2> <h2><a href="https://github.com/npm/node-semver/compare/v7.6.2...v7.6.3">7.6.3</a> (2024-07-16)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/73a3d79c4ec32d5dd62c9d5f64e5af7fbdad9ec0"><code>73a3d79</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/726">#726</a> optimize Range parsing and formatting (<a href="https://redirect.github.com/npm/node-semver/issues/726">#726</a>) (<a href="https://github.com/jviide"><code>@jviide</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/2975ece120e17660c9f1ef517de45c09ff821064"><code>2975ece</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/719">#719</a> fix extra backtick typo (<a href="https://redirect.github.com/npm/node-semver/issues/719">#719</a>) (<a href="https://github.com/stdavis"><code>@stdavis</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/npm/node-semver/blob/main/CHANGELOG.md">semver's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/npm/node-semver/compare/v7.6.2...v7.6.3">7.6.3</a> (2024-07-16)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/73a3d79c4ec32d5dd62c9d5f64e5af7fbdad9ec0"><code>73a3d79</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/726">#726</a> optimize Range parsing and formatting (<a href="https://redirect.github.com/npm/node-semver/issues/726">#726</a>) (<a href="https://github.com/jviide"><code>@jviide</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/2975ece120e17660c9f1ef517de45c09ff821064"><code>2975ece</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/719">#719</a> fix extra backtick typo (<a href="https://redirect.github.com/npm/node-semver/issues/719">#719</a>) (<a href="https://github.com/stdavis"><code>@stdavis</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/node-semver/commit/0a12d6c7debb1dc82d8645c770e77c47bac5e1ea"><code>0a12d6c</code></a> chore: release 7.6.3 (<a href="https://redirect.github.com/npm/node-semver/issues/720">#720</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/73a3d79c4ec32d5dd62c9d5f64e5af7fbdad9ec0"><code>73a3d79</code></a> fix: optimize Range parsing and formatting (<a href="https://redirect.github.com/npm/node-semver/issues/726">#726</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/2975ece120e17660c9f1ef517de45c09ff821064"><code>2975ece</code></a> docs: fix extra backtick typo (<a href="https://redirect.github.com/npm/node-semver/issues/719">#719</a>)</li> <li>See full diff in <a href="https://github.com/npm/node-semver/compare/v7.6.2...v7.6.3">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> Co-authored-by: npm CLI robot <[email protected]>
- Loading branch information