Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the npm group with 11 updates (#989)
Bumps the npm group with 11 updates: | Package | From | To | | --- | --- | --- | | [@nextui-org/react](https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react) | `2.4.1` | `2.4.2` | | [@vercel/speed-insights](https://github.com/vercel/speed-insights/tree/HEAD/packages/web) | `1.0.10` | `1.0.12` | | [framer-motion](https://github.com/framer/motion) | `11.2.10` | `11.2.12` | | [graphql](https://github.com/graphql/graphql-js) | `16.8.1` | `16.9.0` | | [next](https://github.com/vercel/next.js) | `14.2.3` | `14.2.4` | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.7.3` | `1.8.3` | | [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) | `4.2.1` | `4.2.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.13.0` | `20.14.9` | | [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.4.39` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.3` | `3.4.4` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.3` | Updates `@nextui-org/react` from 2.4.1 to 2.4.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nextui-org/nextui/releases"><code>@nextui-org/react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@nextui-org/react</code><a href="https://github.com/2"><code>@2</code></a>.4.2</h2> <h2>What's Changed</h2> <h3>📚 Documentation</h3> <ul> <li>Fixed incorrect import path in Date Range Picker documentation by <a href="https://github.com/wingkwong"><code>@wingkwong</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3117">#3117</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3117">nextui-org/nextui#3117</a>)</li> <li>Updated installation guide description by <a href="https://github.com/winchesHe"><code>@winchesHe</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3201">#3201</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3201">nextui-org/nextui#3201</a>)</li> <li>Moved <code>destroyInactiveTabPanel</code> prop to <code>Tabs</code> instead of <code>Tab</code> by <a href="https://github.com/wingkwong"><code>@wingkwong</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3130">#3130</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3130">nextui-org/nextui#3130</a>)</li> <li>Removed <code>destroyInactiveTabPanel</code> from <code>Tab</code> due to merge conflict by <a href="https://github.com/wingkwong"><code>@wingkwong</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3155">#3155</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3155">nextui-org/nextui#3155</a>)</li> <li>Corrected style path in Tooltip documentation by <a href="https://github.com/wingkwong"><code>@wingkwong</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3183">#3183</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3183">nextui-org/nextui#3183</a>)</li> <li>Fixed typo in Autocomplete documentation page by <a href="https://github.com/ShiiFu"><code>@ShiiFu</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3182">#3182</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3182">nextui-org/nextui#3182</a>)</li> </ul> <h3>🐛 Fixes</h3> <ul> <li>Fixed missing animation in Pagination by <a href="https://github.com/wingkwong"><code>@wingkwong</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3144">#3144</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3144">nextui-org/nextui#3144</a>)</li> <li>Fixed TypeScript domain issue by <a href="https://github.com/egoist"><code>@egoist</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3158">#3158</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3158">nextui-org/nextui#3158</a>)</li> <li>Resolved maximum update depth exceeded in Autocomplete by <a href="https://github.com/wingkwong"><code>@wingkwong</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3175">#3175</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3175">nextui-org/nextui#3175</a>)</li> <li>Added missing <code>data-invalid</code> attribute in Select and updated documentation by <a href="https://github.com/wingkwong"><code>@wingkwong</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3177">#3177</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3177">nextui-org/nextui#3177</a>)</li> <li>Unset form value after unselecting an item in Select by <a href="https://github.com/wingkwong"><code>@wingkwong</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3157">#3157</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3157">nextui-org/nextui#3157</a>)</li> <li>Correctly set Tab Panel ID in Tabs by <a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3246">#3246</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3246">nextui-org/nextui#3246</a>)</li> <li>Resolved link logic in <code>use-aria-menu</code> by <a href="https://github.com/wingkwong"><code>@wingkwong</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3229">#3229</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3229">nextui-org/nextui#3229</a>)</li> <li>Fixed input display with hidden type by <a href="https://github.com/wingkwong"><code>@wingkwong</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3174">#3174</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3174">nextui-org/nextui#3174</a>)</li> <li>Controlled state logic in Autocomplete by <a href="https://github.com/chirokas"><code>@chirokas</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/2969">#2969</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/2969">nextui-org/nextui#2969</a>)</li> <li>Resolved <code>assignRef</code> TypeScript ref assignment issue in Utilities by <a href="https://github.com/Gaic4o"><code>@Gaic4o</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3098">#3098</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3098">nextui-org/nextui#3098</a>)</li> <li>Fixed <code>table-column</code> align prop in Table by <a href="https://github.com/chirokas"><code>@chirokas</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/2900">#2900</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/2900">nextui-org/nextui#2900</a>)</li> <li>Fixed navbar menu height by <a href="https://github.com/nozomemein"><code>@nozomemein</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/1805">#1805</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/1805">nextui-org/nextui#1805</a>)</li> <li>Bumped RA dependencies by <a href="https://github.com/wingkwong"><code>@wingkwong</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3240">#3240</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3240">nextui-org/nextui#3240</a>)</li> </ul> <h3>✨ Enhancements</h3> <ul> <li>Added support for applying styles to <code>DateInput</code> in DatePicker by <a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3146">#3146</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3146">nextui-org/nextui#3146</a>)</li> <li>Updated <code>errorMessage</code> story and modified import props in Date components by <a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3112">#3112</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3112">nextui-org/nextui#3112</a>)</li> <li>Supplemented validation behavior by <a href="https://github.com/wingkwong"><code>@wingkwong</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3106">#3106</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3106">nextui-org/nextui#3106</a>)</li> </ul> <h3>🔧 Chore</h3> <ul> <li>Removed non-DOM attributes from Checkbox SVG by <a href="https://github.com/wingkwong"><code>@wingkwong</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3199">#3199</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3199">nextui-org/nextui#3199</a>)</li> <li>Bumped <code>@internationalized/date</code> version by <a href="https://github.com/wingkwong"><code>@wingkwong</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3230">#3230</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3230">nextui-org/nextui#3230</a>)</li> <li>Version packages using changesets by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3147">#3147</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3147">nextui-org/nextui#3147</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/egoist"><code>@egoist</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3158">#3158</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3158">nextui-org/nextui#3158</a>)</li> <li><a href="https://github.com/ShiiFu"><code>@ShiiFu</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3182">#3182</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3182">nextui-org/nextui#3182</a>)</li> <li><a href="https://github.com/Softwaremanufaktur"><code>@Softwaremanufaktur</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3123">#3123</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/3123">nextui-org/nextui#3123</a>)</li> <li><a href="https://github.com/nozomemein"><code>@nozomemein</code></a> in [PR <a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/1805">#1805</a>](<a href="https://redirect.github.com/nextui-org/nextui/pull/1805">nextui-org/nextui#1805</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nextui-org/nextui/compare/@nextui-org/[email protected]...@nextui-org/[email protected]">v2.4.1...v2.4.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nextui-org/nextui/blob/canary/packages/core/react/CHANGELOG.md"><code>@nextui-org/react</code>'s changelog</a>.</em></p> <blockquote> <h2>2.4.2</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/nextui-org/nextui/pull/3240">#3240</a> <a href="https://github.com/nextui-org/nextui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b"><code>47c2472fb</code></a> Thanks <a href="https://github.com/wingkwong"><code>@wingkwong</code></a>! - bump react-aria dependencies</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/nextui-org/nextui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b"><code>47c2472fb</code></a>, <a href="https://github.com/nextui-org/nextui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b"><code>47c2472fb</code></a>, <a href="https://github.com/nextui-org/nextui/commit/3da81494c37f26e9b0e76745e461ac091e7c03af"><code>3da81494c</code></a>, <a href="https://github.com/nextui-org/nextui/commit/68d1629e778723c85825463ef0d2cdd66c1a4aff"><code>68d1629e7</code></a>, <a href="https://github.com/nextui-org/nextui/commit/5c83e9ceafd014691b0532192bee28dd1cdc503f"><code>5c83e9cea</code></a>, <a href="https://github.com/nextui-org/nextui/commit/a0d6a77efbe917df406bb309cbd1750629534eaf"><code>a0d6a77ef</code></a>, <a href="https://github.com/nextui-org/nextui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b"><code>47c2472fb</code></a>, <a href="https://github.com/nextui-org/nextui/commit/255c641f96903e0d6d29343774e9e7ae67fcdb34"><code>255c641f9</code></a>, <a href="https://github.com/nextui-org/nextui/commit/d8ceab3579e94a68217e5ddb135f256d40281564"><code>d8ceab357</code></a>, <a href="https://github.com/nextui-org/nextui/commit/75d1223178a8d6f5b68535b54a79efb2d75a31cc"><code>75d122317</code></a>, <a href="https://github.com/nextui-org/nextui/commit/dbb4b8ee564114bfb0ef93467ed9ef6a3ff7e2e7"><code>dbb4b8ee5</code></a>, <a href="https://github.com/nextui-org/nextui/commit/df0126f93f0f9c2cfa0cbfa44f5abd394ebd48d0"><code>df0126f93</code></a>, <a href="https://github.com/nextui-org/nextui/commit/a06422f373a13a0cf9f5fada394dec4739ee57e3"><code>a06422f37</code></a>, <a href="https://github.com/nextui-org/nextui/commit/2069a7a9d00291266fef763c6817b3bdd3ed4707"><code>2069a7a9d</code></a>]:</p> <ul> <li><code>@nextui-org/popover</code><a href="https://github.com/2"><code>@2</code></a>.1.24</li> <li><code>@nextui-org/autocomplete</code><a href="https://github.com/2"><code>@2</code></a>.1.2</li> <li><code>@nextui-org/modal</code><a href="https://github.com/2"><code>@2</code></a>.0.36</li> <li><code>@nextui-org/date-picker</code><a href="https://github.com/2"><code>@2</code></a>.1.2</li> <li><code>@nextui-org/pagination</code><a href="https://github.com/2"><code>@2</code></a>.0.33</li> <li><code>@nextui-org/tabs</code><a href="https://github.com/2"><code>@2</code></a>.0.32</li> <li><code>@nextui-org/select</code><a href="https://github.com/2"><code>@2</code></a>.2.2</li> <li><code>@nextui-org/accordion</code><a href="https://github.com/2"><code>@2</code></a>.0.35</li> <li><code>@nextui-org/avatar</code><a href="https://github.com/2"><code>@2</code></a>.0.30</li> <li><code>@nextui-org/breadcrumbs</code><a href="https://github.com/2"><code>@2</code></a>.0.10</li> <li><code>@nextui-org/button</code><a href="https://github.com/2"><code>@2</code></a>.0.34</li> <li><code>@nextui-org/calendar</code><a href="https://github.com/2"><code>@2</code></a>.0.7</li> <li><code>@nextui-org/card</code><a href="https://github.com/2"><code>@2</code></a>.0.31</li> <li><code>@nextui-org/checkbox</code><a href="https://github.com/2"><code>@2</code></a>.1.2</li> <li><code>@nextui-org/chip</code><a href="https://github.com/2"><code>@2</code></a>.0.30</li> <li><code>@nextui-org/date-input</code><a href="https://github.com/2"><code>@2</code></a>.1.1</li> <li><code>@nextui-org/dropdown</code><a href="https://github.com/2"><code>@2</code></a>.1.26</li> <li><code>@nextui-org/input</code><a href="https://github.com/2"><code>@2</code></a>.2.2</li> <li><code>@nextui-org/kbd</code><a href="https://github.com/2"><code>@2</code></a>.0.30</li> <li><code>@nextui-org/link</code><a href="https://github.com/2"><code>@2</code></a>.0.32</li> <li><code>@nextui-org/listbox</code><a href="https://github.com/2"><code>@2</code></a>.1.22</li> <li><code>@nextui-org/menu</code><a href="https://github.com/2"><code>@2</code></a>.0.25</li> <li><code>@nextui-org/navbar</code><a href="https://github.com/2"><code>@2</code></a>.0.33</li> <li><code>@nextui-org/progress</code><a href="https://github.com/2"><code>@2</code></a>.0.31</li> <li><code>@nextui-org/radio</code><a href="https://github.com/2"><code>@2</code></a>.1.2</li> <li><code>@nextui-org/slider</code><a href="https://github.com/2"><code>@2</code></a>.2.12</li> <li><code>@nextui-org/snippet</code><a href="https://github.com/2"><code>@2</code></a>.0.38</li> <li><code>@nextui-org/switch</code><a href="https://github.com/2"><code>@2</code></a>.0.31</li> <li><code>@nextui-org/table</code><a href="https://github.com/2"><code>@2</code></a>.0.36</li> <li><code>@nextui-org/tooltip</code><a href="https://github.com/2"><code>@2</code></a>.0.36</li> <li><code>@nextui-org/user</code><a href="https://github.com/2"><code>@2</code></a>.0.31</li> <li><code>@nextui-org/system</code><a href="https://github.com/2"><code>@2</code></a>.2.2</li> <li><code>@nextui-org/theme</code><a href="https://github.com/2"><code>@2</code></a>.2.6</li> <li><code>@nextui-org/badge</code><a href="https://github.com/2"><code>@2</code></a>.0.29</li> <li><code>@nextui-org/skeleton</code><a href="https://github.com/2"><code>@2</code></a>.0.29</li> <li><code>@nextui-org/image</code><a href="https://github.com/2"><code>@2</code></a>.0.29</li> <li><code>@nextui-org/ripple</code><a href="https://github.com/2"><code>@2</code></a>.0.30</li> <li><code>@nextui-org/scroll-shadow</code><a href="https://github.com/2"><code>@2</code></a>.1.17</li> <li><code>@nextui-org/framer-utils</code><a href="https://github.com/2"><code>@2</code></a>.0.21</li> <li><code>@nextui-org/code</code><a href="https://github.com/2"><code>@2</code></a>.0.29</li> <li><code>@nextui-org/divider</code><a href="https://github.com/2"><code>@2</code></a>.0.28</li> <li><code>@nextui-org/spacer</code><a href="https://github.com/2"><code>@2</code></a>.0.29</li> <li><code>@nextui-org/spinner</code><a href="https://github.com/2"><code>@2</code></a>.0.30</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nextui-org/nextui/commit/571522cb4b5291791190fb21ee1491fa6faca16d"><code>571522c</code></a> ci(changesets): version packages (<a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3147">#3147</a>)</li> <li><a href="https://github.com/nextui-org/nextui/commit/47c2472fb22bfe1c0c357b5ba12e5606eba0d65b"><code>47c2472</code></a> fix: RA dependencies bump (<a href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/3240">#3240</a>)</li> <li>See full diff in <a href="https://github.com/nextui-org/nextui/commits/@nextui-org/[email protected]/packages/core/react">compare view</a></li> </ul> </details> <br /> Updates `@vercel/speed-insights` from 1.0.10 to 1.0.12 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/speed-insights/releases"><code>@vercel/speed-insights</code>'s releases</a>.</em></p> <blockquote> <h2>1.0.12</h2> <h2>What's Changed</h2> <ul> <li>fix(<a href="https://github.com/vercel/speed-insights/tree/HEAD/packages/web/issues/56">#56</a>,<a href="https://github.com/vercel/speed-insights/tree/HEAD/packages/web/issues/72">#72</a>): useSearchParams might return null and break script insertion by <a href="https://github.com/feugy"><code>@feugy</code></a> in <a href="https://redirect.github.com/vercel/speed-insights/pull/73">vercel/speed-insights#73</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vercel/speed-insights/compare/1.0.11...1.0.12">https://github.com/vercel/speed-insights/compare/1.0.11...1.0.12</a></p> <h2>1.0.11</h2> <h2>What's Changed</h2> <ul> <li>fix: nextjs parallel routes with catchall isn't supported by <a href="https://github.com/feugy"><code>@feugy</code></a> in <a href="https://redirect.github.com/vercel/speed-insights/pull/69">vercel/speed-insights#69</a></li> <li>fix(<a href="https://github.com/vercel/speed-insights/tree/HEAD/packages/web/issues/68">#68</a>): postinstall is failing with no error</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vercel/speed-insights/compare/1.0.10...1.0.11">https://github.com/vercel/speed-insights/compare/1.0.10...1.0.11</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/speed-insights/commit/5e6ff8cfe88807c9b3c7eddf058a0c9ac2975a3b"><code>5e6ff8c</code></a> fix(<a href="https://github.com/vercel/speed-insights/tree/HEAD/packages/web/issues/56">#56</a>,<a href="https://github.com/vercel/speed-insights/tree/HEAD/packages/web/issues/72">#72</a>): useSearchParams might return null and break script insertion (<a href="https://github.com/vercel/speed-insights/tree/HEAD/packages/web/issues/73">#73</a>)</li> <li><a href="https://github.com/vercel/speed-insights/commit/fe76ed0c6c211ad028c80e4053aafc3c8d8fac0f"><code>fe76ed0</code></a> fix(<a href="https://github.com/vercel/speed-insights/tree/HEAD/packages/web/issues/68">#68</a>): postinstall is failing with no error</li> <li><a href="https://github.com/vercel/speed-insights/commit/68d34249df015dcdae5b4699d1036e8af5f17199"><code>68d3424</code></a> fix: nextjs parallel routes with catchall isn't supported (<a href="https://github.com/vercel/speed-insights/tree/HEAD/packages/web/issues/69">#69</a>)</li> <li>See full diff in <a href="https://github.com/vercel/speed-insights/commits/1.0.12/packages/web">compare view</a></li> </ul> </details> <br /> Updates `framer-motion` from 11.2.10 to 11.2.12 <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.2.12] 2024-06-25</h2> <h3>Fixed</h3> <ul> <li>Fixing <code>dragConstraints={ref}</code> mixed with layout animations.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/framer/motion/commit/435843d7aa332820bb9d4a75cb9c96146b3af2d8"><code>435843d</code></a> v11.2.12</li> <li><a href="https://github.com/framer/motion/commit/98874995ce316493f010b75ff093e1720fe95c47"><code>9887499</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/98833d2e724d03aa54e4802f05d1c59edb529de4"><code>98833d2</code></a> Merge pull request <a href="https://redirect.github.com/framer/motion/issues/2707">#2707</a> from framer/fix/drag-constraints</li> <li><a href="https://github.com/framer/motion/commit/a67bfdf77a7f5fabd3df1e59bb1cabf407e84c74"><code>a67bfdf</code></a> Always remove transform on draggable elements</li> <li><a href="https://github.com/framer/motion/commit/1a9ba5c2e3413fdb4343d29533b8a2b9add40fdc"><code>1a9ba5c</code></a> Updating PR</li> <li><a href="https://github.com/framer/motion/commit/3acbf0bdc3b6608b2f516bc31402dc14a79a92a8"><code>3acbf0b</code></a> Fixing drag constraints with layout animations</li> <li><a href="https://github.com/framer/motion/commit/62d0d0a0534c518e07e94f0535541fcac4a1b34c"><code>62d0d0a</code></a> Updating bundlesize</li> <li><a href="https://github.com/framer/motion/commit/3a6a6e20deb697df3a20201607a48150e2d77255"><code>3a6a6e2</code></a> Removing webpack bundles</li> <li><a href="https://github.com/framer/motion/commit/69e3e05f368ab8129001afa390beb6d0e928df1c"><code>69e3e05</code></a> Updating version</li> <li><a href="https://github.com/framer/motion/commit/dde0e3f0c8551ab73a85cc2e42fb79be53bc0035"><code>dde0e3f</code></a> v11.2.11</li> <li>Additional commits viewable in <a href="https://github.com/framer/motion/compare/v11.2.10...v11.2.12">compare view</a></li> </ul> </details> <br /> Updates `graphql` from 16.8.1 to 16.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/graphql/graphql-js/releases">graphql's releases</a>.</em></p> <blockquote> <h2>v16.9.0 (2024-06-21)</h2> <h4>New Feature 🚀</h4> <ul> <li><a href="https://redirect.github.com/graphql/graphql-js/pull/4119">#4119</a> backport[v16]: Introduce "recommended" validation rules (<a href="https://github.com/benjie"><code>@benjie</code></a>)</li> <li><a href="https://redirect.github.com/graphql/graphql-js/pull/4122">#4122</a> backport[v16]: Enable passing values configuration to GraphQLEnumType as a thunk (<a href="https://github.com/benjie"><code>@benjie</code></a>)</li> <li><a href="https://redirect.github.com/graphql/graphql-js/pull/4124">#4124</a> backport[v16]: Implement OneOf Input Objects via <code>@oneOf</code> directive (<a href="https://github.com/benjie"><code>@benjie</code></a>)</li> </ul> <h4>Committers: 1</h4> <ul> <li>Benjie(<a href="https://github.com/benjie"><code>@benjie</code></a>)</li> </ul> <h2>v16.8.2 (2024-06-12)</h2> <h4>Bug Fix 🐞</h4> <ul> <li><a href="https://redirect.github.com/graphql/graphql-js/pull/4022">#4022</a> fix: remove <code>globalThis</code> check and align with what bundlers can accept (<a href="https://github.com/JoviDeCroock"><code>@JoviDeCroock</code></a>)</li> </ul> <h4>Internal 🏠</h4> <ul> <li><a href="https://redirect.github.com/graphql/graphql-js/pull/4104">#4104</a> Fix publish scripts (<a href="https://github.com/benjie"><code>@benjie</code></a>)</li> </ul> <h4>Committers: 2</h4> <ul> <li>Benjie(<a href="https://github.com/benjie"><code>@benjie</code></a>)</li> <li>Jovi De Croock(<a href="https://github.com/JoviDeCroock"><code>@JoviDeCroock</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/graphql/graphql-js/commit/556a01e33ec2dad5529d7d6f84aab3f8f68f1f1d"><code>556a01e</code></a> 16.9.0</li> <li><a href="https://github.com/graphql/graphql-js/commit/6a1614cbf22f4036150d4354fc200c368a29939f"><code>6a1614c</code></a> backport[v16]: Enable passing values configuration to GraphQLEnumType as a th...</li> <li><a href="https://github.com/graphql/graphql-js/commit/29144f73452f17ef669c6902f610f28afe61dbd1"><code>29144f7</code></a> backport[v16]: Implement OneOf Input Objects via <code>@oneOf</code> directive (<a href="https://redirect.github.com/graphql/graphql-js/issues/4124">#4124</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/c35130e4c1b196a63cb0f8b4a74b873f921eaba5"><code>c35130e</code></a> Revert error extension symbol (<a href="https://redirect.github.com/graphql/graphql-js/issues/4123">#4123</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/29c1bff40c7cc035052aae0f5e4dfb6ac738e7a2"><code>29c1bff</code></a> feat: allow defining symbol error extensions (<a href="https://redirect.github.com/graphql/graphql-js/issues/3730">#3730</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/c985c2733d92c8c60b51345e3b15b7d6517b80eb"><code>c985c27</code></a> backport[v16]: Introduce "recommended" validation rules (<a href="https://redirect.github.com/graphql/graphql-js/issues/4119">#4119</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/08779a044b84881fb36377272777cf42a82eb262"><code>08779a0</code></a> 16.8.2</li> <li><a href="https://github.com/graphql/graphql-js/commit/c82609e8224d80888c9704b47bac90098fbfa176"><code>c82609e</code></a> Fix publish scripts (<a href="https://redirect.github.com/graphql/graphql-js/issues/4104">#4104</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/0d12b0654a44f7bb9e35a2c612ed28c7bfe1e69e"><code>0d12b06</code></a> fix: remove <code>globalThis</code> check and align with what bundlers can accept (<a href="https://redirect.github.com/graphql/graphql-js/issues/4022">#4022</a>)</li> <li>See full diff in <a href="https://github.com/graphql/graphql-js/compare/v16.8.1...v16.9.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~benjie">benjie</a>, a new releaser for graphql since your current version.</p> </details> <br /> Updates `next` from 14.2.3 to 14.2.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> <blockquote> <h2>v14.2.4</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>fix: ensure route handlers properly track dynamic access (<a href="https://redirect.github.com/vercel/next.js/issues/66446">#66446</a>)</li> <li>fix NextRequest proxy in edge runtime (<a href="https://redirect.github.com/vercel/next.js/issues/66551">#66551</a>)</li> <li>Fix next/dynamic with babel and src dir (<a href="https://redirect.github.com/vercel/next.js/issues/65177">#65177</a>)</li> <li>Use vercel deployment url for metadataBase fallbacks (<a href="https://redirect.github.com/vercel/next.js/issues/65089">#65089</a>)</li> <li>fix(next/image): detect react@19 for fetchPriority prop (<a href="https://redirect.github.com/vercel/next.js/issues/65235">#65235</a>)</li> <li>Fix loading navigation with metadata and prefetch (<a href="https://redirect.github.com/vercel/next.js/issues/66447">#66447</a>)</li> <li>prevent duplicate RSC fetch when action redirects (<a href="https://redirect.github.com/vercel/next.js/issues/66620">#66620</a>)</li> <li>ensure router cache updates reference the latest cache values (<a href="https://redirect.github.com/vercel/next.js/issues/66681">#66681</a>)</li> <li>Prevent append of trailing slash in cases where path ends with a file extension (<a href="https://redirect.github.com/vercel/next.js/issues/66636">#66636</a>)</li> <li>Fix inconsistency with 404 getStaticProps cache-control (<a href="https://redirect.github.com/vercel/next.js/issues/66674">#66674</a>)</li> <li>Use addDependency to track metadata route file changes (<a href="https://redirect.github.com/vercel/next.js/issues/66714">#66714</a>)</li> <li>Add timeout/retry handling for fetch cache (<a href="https://redirect.github.com/vercel/next.js/issues/66652">#66652</a>)</li> <li>fix: app-router prefetch crash when an invalid URL is passed to Link (<a href="https://redirect.github.com/vercel/next.js/issues/66755">#66755</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/ztanner"><code>@ztanner</code></a>, <a href="https://github.com/ijjk"><code>@ijjk</code></a>, <a href="https://github.com/wbinnssmith"><code>@wbinnssmith</code></a>, <a href="https://github.com/huozhi"><code>@huozhi</code></a>, and <a href="https://github.com/lubieowoce"><code>@lubieowoce</code></a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/30784418f8a3763273439cfd7bff133203fa8efd"><code>3078441</code></a> v14.2.4</li> <li><a href="https://github.com/vercel/next.js/commit/0538a0dc574c0b05dd2475cf3496a2d689f71165"><code>0538a0d</code></a> [not a backport] fix lint errors</li> <li><a href="https://github.com/vercel/next.js/commit/2807fb489545e8b741b1b7eb37e90ea476747c24"><code>2807fb4</code></a> fix: app-router prefetch crash when an invalid URL is passed to Link (<a href="https://redirect.github.com/vercel/next.js/issues/66755">#66755</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/efb476e25bce5c911834611e311bb96114939ba1"><code>efb476e</code></a> Add timeout/retry handling for fetch cache (<a href="https://redirect.github.com/vercel/next.js/issues/66652">#66652</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/c16a3f9925676857f5e1ef4401beefa893e977c4"><code>c16a3f9</code></a> Use addDependency to track metadata route file changes (<a href="https://redirect.github.com/vercel/next.js/issues/66714">#66714</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/942e45a720a089813b5d295ad0d920666511807f"><code>942e45a</code></a> Fix inconsistency with 404 getStaticProps cache-control (<a href="https://redirect.github.com/vercel/next.js/issues/66674">#66674</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/9728a35ddca8998105433f2e0a6b9f496cd1f66b"><code>9728a35</code></a> Prevent append of trailing slash in cases where path ends with a file extensi...</li> <li><a href="https://github.com/vercel/next.js/commit/44661c2622f95eeffbb9f8779a680b129034a48a"><code>44661c2</code></a> ensure router cache updates reference the latest cache values (<a href="https://redirect.github.com/vercel/next.js/issues/66681">#66681</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/f7ec039f4da019da40a1893549fb71c4c6b5efbb"><code>f7ec039</code></a> prevent duplicate RSC fetch when action redirects (<a href="https://redirect.github.com/vercel/next.js/issues/66620">#66620</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/dd6ab93ddbaa4a4a15ff708f9cbcf3f968a0ace3"><code>dd6ab93</code></a> Fix loading navigation with metadata and prefetch (<a href="https://redirect.github.com/vercel/next.js/issues/66447">#66447</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v14.2.3...v14.2.4">compare view</a></li> </ul> </details> <br /> Updates `@biomejs/biome` from 1.7.3 to 1.8.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/biomejs/biome/releases"><code>@biomejs/biome</code>'s releases</a>.</em></p> <blockquote> <h2>CLI v1.8.3</h2> <h3>CLI</h3> <h4>Bug fixes</h4> <ul> <li> <p>Fix <a href="https://redirect.github.com/biomejs/biome/issues/3104">#3104</a> by suppressing node warnings when using <code>biome migrate</code>. Contributed by <a href="https://github.com/SuperchupuDev"><code>@SuperchupuDev</code></a></p> </li> <li> <p>Force colors to be off when using the GitHub reporter to properly create annotations in GitHub actions (<a href="https://redirect.github.com/biomejs/biome/issues/3148">#3148</a>). Contributed by <a href="https://github.com/Sec-ant"><code>@Sec-ant</code></a></p> </li> </ul> <h3>Parser</h3> <h4>Bug fixes</h4> <ul> <li>Implement <a href="https://redirect.github.com/biomejs/biome/pull/3251">CSS unicode range</a>. Contributed by <a href="https://github.com/denbezrukov"><code>@denbezrukov</code></a></li> </ul> <h3>Formatter</h3> <h4>Bug fixes</h4> <ul> <li>Fix <a href="https://redirect.github.com/biomejs/biome/issues/3184">#3184</a> CSS formatter converts custom identifiers to lowercase. Contributed by <a href="https://github.com/denbezrukov"><code>@denbezrukov</code></a></li> <li>Fix <a href="https://redirect.github.com/biomejs/biome/issues/3256">#3256</a> constant crashes when editing css files <a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/3256">#3256</a>. Contributed by <a href="https://github.com/denbezrukov"><code>@denbezrukov</code></a></li> </ul> <h3>Linter</h3> <h4>New features</h4> <ul> <li>Add <code>nursery/useDeprecatedReason</code> rule. Contributed by <a href="https://github.com/vohoanglong0107"><code>@vohoanglong0107</code></a>.</li> <li>Add <a href="https://biomejs.dev/linter/rules/no-exported-imports/">nursery/noExportedImports</a>. Contributed by <a href="https://github.com/Conaclos"><code>@Conaclos</code></a></li> </ul> <h4>Bug fixes</h4> <ul> <li><code>useConsistentArrayType</code> and <code>useShorthandArrayType</code> now ignore <code>Array</code> in the <code>extends</code> and <code>implements</code> clauses. Fix <a href="https://redirect.github.com/biomejs/biome/issues/3247">#3247</a>. Contributed by <a href="https://github.com/Conaclos"><code>@Conaclos</code></a></li> <li>Fixes <a href="https://redirect.github.com/biomejs/biome/issues/3066">#3066</a> by taking into account the dependencies declared in the <code>package.json</code>. Contributed by <a href="https://github.com/ematipico"><code>@ematipico</code></a></li> <li>The code action of the <code>useArrowFunction</code> rule now preserves a trailing comma when there is only a single type parameter in the arrow function and JSX is enabled. Fixes <a href="https://redirect.github.com/biomejs/biome/issues/3292">#3292</a>. Contributed by <a href="https://github.com/Sec-ant"><code>@Sec-ant</code></a></li> </ul> <h4>Enhancements</h4> <ul> <li> <p>Enhance tailwind sorting lint rule <a href="https://redirect.github.com/biomejs/biome/issues/1274">#1274</a> with variant support.</p> <p>Every preconfigured variant is assigned a <code>weight</code> that concurs on establishing the output sorting order. Since nesting variants on the same utility class is possible, the resulting <code>weight</code> is the Bitwise XOR of all the variants weight for that class. Dynamic variants (e.g. <code>has-[.custom-class]</code>, <code>group-[:checked]</code>) are also supported and they take the <code>weight</code> of their base variant name the custom value attached (e.g. <code>has-[.custom-class]</code> takes <code>has</code> weight). Arbitrary variants (e.g. <code>[&nth-child(2)]</code>) don't have a weight assigned and they are placed after every known variant. Classes with the same amount of arbitrary variants follow lexicographical order. The class that has the highest number of nested arbitrary variants is placed last. Screen variants (e.g. <code>sm:</code>, <code>max-md:</code>, <code>min-lg:</code>) are not supported yet.</p> <p>Contributed by <a href="https://github.com/lutaok"><code>@lutaok</code></a></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/biomejs/biome/blob/main/CHANGELOG.md"><code>@biomejs/biome</code>'s changelog</a>.</em></p> <blockquote> <h2>v1.8.3 (2024-06-27)</h2> <h3>CLI</h3> <h4>Bug fixes</h4> <ul> <li> <p>Fix <a href="https://redirect.github.com/biomejs/biome/issues/3104">#3104</a> by suppressing node warnings when using <code>biome migrate</code>. Contributed by <a href="https://github.com/SuperchupuDev"><code>@SuperchupuDev</code></a></p> </li> <li> <p>Force colors to be off when using the GitHub reporter to properly create annotations in GitHub actions (<a href="https://redirect.github.com/biomejs/biome/issues/3148">#3148</a>). Contributed by <a href="https://github.com/Sec-ant"><code>@Sec-ant</code></a></p> </li> </ul> <h3>Parser</h3> <h4>Bug fixes</h4> <ul> <li>Implement <a href="https://redirect.github.com/biomejs/biome/pull/3251">CSS unicode range</a>. Contributed by <a href="https://github.com/denbezrukov"><code>@denbezrukov</code></a></li> </ul> <h3>Formatter</h3> <h4>Bug fixes</h4> <ul> <li>Fix <a href="https://redirect.github.com/biomejs/biome/issues/3184">#3184</a> CSS formatter converts custom identifiers to lowercase. Contributed by <a href="https://github.com/denbezrukov"><code>@denbezrukov</code></a></li> <li>Fix <a href="https://redirect.github.com/biomejs/biome/issues/3256">#3256</a> constant crashes when editing css files <a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/3256">#3256</a>. Contributed by <a href="https://github.com/denbezrukov"><code>@denbezrukov</code></a></li> </ul> <h3>Linter</h3> <h4>New features</h4> <ul> <li>Add <code>nursery/useDeprecatedReason</code> rule. Contributed by <a href="https://github.com/vohoanglong0107"><code>@vohoanglong0107</code></a>.</li> <li>Add <a href="https://biomejs.dev/linter/rules/no-exported-imports/">nursery/noExportedImports</a>. Contributed by <a href="https://github.com/Conaclos"><code>@Conaclos</code></a></li> </ul> <h4>Enhancements</h4> <ul> <li>Implement <a href="https://redirect.github.com/biomejs/biome/pull/3274">suggestedExtensions option</a> for <code>useImportExtensions</code> rule. Contributed by <a href="https://github.com/drdaemos"><code>@drdaemos</code></a></li> </ul> <h4>Bug fixes</h4> <ul> <li><code>useConsistentArrayType</code> and <code>useShorthandArrayType</code> now ignore <code>Array</code> in the <code>extends</code> and <code>implements</code> clauses. Fix <a href="https://redirect.github.com/biomejs/biome/issues/3247">#3247</a>. Contributed by <a href="https://github.com/Conaclos"><code>@Conaclos</code></a></li> <li>Fixes <a href="https://redirect.github.com/biomejs/biome/issues/3066">#3066</a> by taking into account the dependencies declared in the <code>package.json</code>. Contributed by <a href="https://github.com/ematipico"><code>@ematipico</code></a></li> <li>The code action of the <code>useArrowFunction</code> rule now preserves a trailing comma when there is only a single type parameter in the arrow function and JSX is enabled. Fixes <a href="https://redirect.github.com/biomejs/biome/issues/3292">#3292</a>. Contributed by <a href="https://github.com/Sec-ant"><code>@Sec-ant</code></a></li> </ul> <h4>Enhancements</h4> <ul> <li> <p>Enhance tailwind sorting lint rule <a href="https://redirect.github.com/biomejs/biome/issues/1274">#1274</a> with variant support.</p> <p>Every preconfigured variant is assigned a <code>weight</code> that concurs on establishing the output sorting order. Since nesting variants on the same utility class is possible, the resulting <code>weight</code> is the Bitwise XOR of all the variants weight for that class. Dynamic variants (e.g. <code>has-[.custom-class]</code>, <code>group-[:checked]</code>) are also supported and they take the <code>weight</code> of their base variant name the custom value attached (e.g. <code>has-[.custom-class]</code> takes <code>has</code> weight). Arbitrary variants (e.g. <code>[&nth-child(2)]</code>) don't have a weight assigned and they are placed after every known variant. Classes with the same amount of arbitrary variants follow lexicographical order. The class that has the highest number of nested arbitrary variants is placed last. Screen variants (e.g. <code>sm:</code>, <code>max-md:</code>, <code>min-lg:</code>) are not supported yet.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/biomejs/biome/commit/c28d5978c1440b3ae184d1cc354233711abf8a8e"><code>c28d597</code></a> release: v1.8.3 (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/3302">#3302</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/f88b7b269125dc1c09edb940e76d4859aca57c3b"><code>f88b7b2</code></a> chore: update codegen to include GraphQL (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/3301">#3301</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/6f9c938a16402ba7ba50ce3fea0a0de23822cee5"><code>6f9c938</code></a> feat(noExportedImports): add lint rule (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/3097">#3097</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/cd3bb044d24bb3b3570d2d66ca1297f22b7f57ad"><code>cd3bb04</code></a> chore(deps): update <a href="https://github.com/biomejs"><code>@biomejs</code></a> packages (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/3266">#3266</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/54b4c9a39078836843ef363bb6986fad74834480"><code>54b4c9a</code></a> release: v1.8.2 (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/3243">#3243</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/6f8cab7f00190114237f4f9feb65130748af9332"><code>6f8cab7</code></a> feat(biome_css_analyzer): implement function-linear-gradient-no-nonstandard-d...</li> <li><a href="https://github.com/biomejs/biome/commit/0d9b60a181cf59004815c928c277d13f60fb3b9b"><code>0d9b60a</code></a> feat(lint/useValidAutocomplete): add rule (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/3143">#3143</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/9d518d8e8905d57791cf487da7a5ca359b77f052"><code>9d518d8</code></a> chore(deps): update <a href="https://github.com/biomejs"><code>@biomejs</code></a> packages (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/3145">#3145</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/4a7baaace0e2dfe9b9b4d04eb4c07c99a13898ce"><code>4a7baaa</code></a> feat(biome_js_analyzer): <code>noSubstr</code> (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/3125">#3125</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/535acc752170a6a1bb708c768adca400b60348c9"><code>535acc7</code></a> fix(ci): rule check error messages (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/3158">#3158</a>)</li> <li>Additional commits viewable in <a href="https://github.com/biomejs/biome/commits/cli/v1.8.3/packages/@biomejs/biome">compare view</a></li> </ul> </details> <br /> Updates `@graphql-codegen/typescript-operations` from 4.2.1 to 4.2.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotansimha/graphql-code-generator/releases"><code>@graphql-codegen/typescript-operations</code>'s releases</a>.</em></p> <blockquote> <h2>Release 2022-08-04T13:12:01.667Z</h2> <h2><code>@graphql-codegen/graphql-modules-preset</code><a href="https://github.com/2"><code>@2</code></a>.5.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/dotansimha/graphql-code-generator/pull/6796">#6796</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/8b6e8e6648f2d95cc40873cfc008a545d8a9c46f"><code>8b6e8e664</code></a> Thanks <a href="https://github.com/kamilkisiela"><code>@kamilkisiela</code></a>! - Introduce requireRootResolvers flag</li> </ul> <h2>Release 2022-08-04T13:05:23.977Z</h2> <p>No release notes provided.</p> <h2>Release 2022-08-04T13:02:57.827Z</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md"><code>@graphql-codegen/typescript-operations</code>'s changelog</a>.</em></p> <blockquote> <h2>4.2.2</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/dotansimha/graphql-code-generator/commit/808ada595d83d39cad045da5824cac6378e9eca3"><code>808ada5</code></a>, <a href="https://github.com/dotansimha/graphql-code-generator/commit/14ce39e41dfee38c652be736664177fa2b1df421"><code>14ce39e</code></a>]: <ul> <li><code>@graphql-codegen/visitor-plugin-common</code><a href="https://github.com/5"><code>@5</code></a>.3.0</li> <li><code>@graphql-codegen/typescript</code><a href="https://github.com/4"><code>@4</code></a>.0.8</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/61b6a94d7835403f4938c86df7f5b4e6c9e1aa74"><code>61b6a94</code></a> Upcoming Release Changes (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/10010">#10010</a>)</li> <li>See full diff in <a href="https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/plugins/typescript/operations">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 20.13.0 to 20.14.9 <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 /> Updates `postcss` from 8.4.38 to 8.4.39 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.39</h2> <ul> <li>Fixed <code>CssSyntaxError</code> types (by <a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.39</h2> <ul> <li>Fixed <code>CssSyntaxError</code> types (by <a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/e0efb168c8a65b42ba10b787857cfa306ba9d48c"><code>e0efb16</code></a> Release 8.4.39 version</li> <li><a href="https://github.com/postcss/postcss/commit/48304c57b1e848ff215a88b7627fa44c8c1b8958"><code>48304c5</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/155ac57ab582136dcf8a5ed44bf38262fe8c7960"><code>155ac57</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1947">#1947</a> from romainmenke/fix-css-syntax-error-type--reliable...</li> <li><a href="https://github.com/postcss/postcss/commit/1b9b466836d3fb6ba9e2d6477d68309ce3e59444"><code>1b9b466</code></a> fix CssSyntaxError type declaration</li> <li><a href="https://github.com/postcss/postcss/commit/3f4d96e26db3e6380c0309fa82d5153b7d9e2450"><code>3f4d96e</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/b952be76f0c7704a99dceb34294117d13e3470a4"><code>b952be7</code></a> Update CI actions</li> <li><a href="https://github.com/postcss/postcss/commit/b512b295d97da08af25ace511ed6ee893fb09dbd"><code>b512b29</code></a> Typo</li> <li><a href="https://github.com/postcss/postcss/commit/f9a9868eb3a591cd99d504ac57bf7ee77380856b"><code>f9a9868</code></a> Move to pnpm 9 and Node.js 22</li> <li><a href="https://github.com/postcss/postcss/commit/79052c277049d2e97a4832e370fb7d2728dde877"><code>79052c2</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1940">#1940</a> from Xvezda/patch-1</li> <li><a href="https://github.com/postcss/postcss/commit/0eedad4547e829c7aa9afa69b2f29b19c76697df"><code>0eedad4</code></a> Update changed urls</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.38...8.4.39">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.3 to 3.4.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.4</h2> <h3>Fixed</h3> <ul> <li>Make it possible to use multiple <code><alpha-value></code> placeholders in a single color definition (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13740">#13740</a>)</li> <li>Don't prefix classes in arbitrary values of <code>has-*</code>, <code>group-has-*</code>, and <code>peer-has-*</code> variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13770">#13770</a>)</li> <li>Support negative values for <code>{col,row}-{start,end}</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13781">#13781</a>)</li> <li>Update embedded browserslist database (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13792">#13792</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.4/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.4] - 2024-06-05</h2> <h3>Fixed</h3> <ul> <li>Make it possible to use multiple <code><alpha-value></code> placeholders in a single color definition (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13740">#13740</a>)</li> <li>Don't prefix classes in arbitrary values of <code>has-*</code>, <code>group-has-*</code>, and <code>peer-has-*</code> variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13770">#13770</a>)</li> <li>Support negative values for <code>{col,row}-{start,end}</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13781">#13781</a>)</li> <li>Update embedded browserslist database (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13792">#13792</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ff6f085da2afe4149ab2791b8b6b74836dbbba9f"><code>ff6f085</code></a> 3.4.4</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ed024eeb09db9bc02db859ffff4be95de8703208"><code>ed024ee</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/325e7c03ce1989bbc2eadf27817fe211363f19e7"><code>325e7c0</code></a> Bump deps (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13797">#13797</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/56116b0904cef920dac7ac79ebbc5ca873172e58"><code>56116b0</code></a> Update browserslist database (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13792">#13792</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/8d66d94182232be94a78eed059ae715f9b43df8f"><code>8d66d94</code></a> [v3] Support negative values for <code>{col,row}-{start,end}</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13781">#13781</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/669109efdd8f89c6949ae496eb1e95b528603976"><code>669109e</code></a> Don't prefix classes in arbitrary values of <code>has-*</code>, <code>group-has-*</code>, and `peer...</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/9fda4616eb5706223374c921c9ee4d90903f6fee"><code>9fda461</code></a> Fix multiple <alpha-value> in color definitions (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13740">#13740</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.3...v3.4.4">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.4.5 to 5.5.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.5.3</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 5.5</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.5 RC</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-rc/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed issues query for Typescript 5.5.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+">fixed issues query for Typescript 5.5.1 (RC)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 5.5 Beta</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-beta/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed issues query for Typescript 5.5.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/TypeScript/commit/f0e992167440686f948965e5441a918b34251886"><code>f0e9921</code></a> Bump version to 5.5.3 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/738bd605dfab2102cad7a8702ceae1ed2f55fbec"><code>738bd60</code></a> Cherry-pick <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58966">#58966</a> to release-5.5 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/59002">#59002</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/ce2e60e4ea15a65992e54a9e8877d16be9d42abb"><code>ce2e60e</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/f3b21a2033206e585b2b7b18622104f09eb87f2e"><code>f3b21a2</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58931">#58931</a> (Defer creation of barebonesLibSourc...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/7b1620bea227ea47f8944a2b02a7ed91691c3046"><code>7b1620b</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58811">#58811</a> (fix(58801): "Move to file" on globa...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/5367ae10f58edfacd6d3b1e77bd05576036b8ca2"><code>5367ae1</code></a> Bump version to 5.5.2 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/02132e5b8183b0ee73e52d75ff6e28ff0c9fe3d2"><code>02132e5</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58895">#58895</a> (Fix global when typescript.js loade...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/45b1e3c25444c4193cefb4ca97dfd1064f75a561"><code>45b1e3c</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58872">#58872</a> (Fix declaration emit crash) into release-5.5 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/58874">#58874</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/17933ee33af4a3c44233820abf8bdb0ad2bf143a"><code>17933ee</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58810">#58810</a> (Fixed declaration emit issue relate...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/552b07e795ec5db98c37fd4ace730133bbf0e781"><code>552b07e</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58786">#58786</a> (Fixed declaration emit crash relate...) into release-5.5 (#...</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.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>
- Loading branch information