Skip to content

Commit

Permalink
Bump the npm group with 11 updates (#1007)
Browse files Browse the repository at this point in the history
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.6.10` | `2.6.11` |
| [next](https://github.com/vercel/next.js) | `15.1.3` | `15.1.6` |
| [react-markdown](https://github.com/remarkjs/react-markdown) | `9.0.1`
| `9.0.3` |
| [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.0` |
|
[@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli)
| `5.0.3` | `5.0.4` |
|
[@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations)
| `4.4.0` | `4.4.1` |
|
[@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography)
| `0.5.15` | `0.5.16` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `22.10.3` | `22.13.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.49` | `8.5.1` |
| [tailwind-variants](https://github.com/heroui-inc/tailwind-variants) |
`0.3.0` | `0.3.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` |
`5.7.3` |

Updates `@nextui-org/react` from 2.6.10 to 2.6.11
<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>.6.11</h2>
<h2>🚀 What's Changed</h2>
<h3>🐛 Fixes</h3>
<ul>
<li><strong>Theme</strong>: Replaced the light mode background in the
NextUI Pro section. <a
href="https://redirect.github.com/nextui-org/nextui/pull/4355">#4355</a></li>
<li><strong>Docs</strong>: Corrected i18n version handling in
date-related components. <a
href="https://redirect.github.com/nextui-org/nextui/pull/4430">#4430</a></li>
<li><strong>Drawer</strong>: Used top-level type-only imports to prevent
inline type specifier issues. <a
href="https://redirect.github.com/nextui-org/nextui/pull/4438">#4438</a></li>
<li><strong>Alert Component</strong>:
<ul>
<li>Marked description prop as optional.</li>
<li>Revised styles when only children are provided. <a
href="https://redirect.github.com/nextui-org/nextui/pull/4447">#4447</a></li>
</ul>
</li>
<li><strong>Clipboard</strong>: Fixed incorrect Unicode whitespace
handling when copying text. <a
href="https://redirect.github.com/nextui-org/nextui/pull/4392">#4392</a></li>
<li><strong>Popover</strong>:
<ul>
<li>Fixed initial animation direction to match fallback placement.</li>
<li>Corrected position logic for better accuracy. <a
href="https://redirect.github.com/nextui-org/nextui/pull/4460">#4460</a>,
<a
href="https://redirect.github.com/nextui-org/nextui/pull/4498">#4498</a></li>
</ul>
</li>
<li><strong>Dependencies</strong>: Updated
<code>@tanstack/react-virtual</code> to support React 19 peer
dependency. <a
href="https://redirect.github.com/nextui-org/nextui/pull/4463">#4463</a></li>
<li><strong>useImage Hook</strong>:
<ul>
<li>Resolved cached image flickering issue.</li>
<li>Ensured status is correctly set after hydration. <a
href="https://redirect.github.com/nextui-org/nextui/pull/4442">#4442</a>,
<a
href="https://redirect.github.com/nextui-org/nextui/pull/4486">#4486</a></li>
</ul>
</li>
<li><strong>Select &amp; Listbox</strong>:
<ul>
<li>Fixed dataset handling with sections.</li>
<li>Added scroll shadow support. <a
href="https://redirect.github.com/nextui-org/nextui/pull/4462">#4462</a></li>
</ul>
</li>
<li><strong>Autocomplete</strong>:
<ul>
<li>Cleared value when pressing the clear button.</li>
<li>Fixed prop validation not working after hover.</li>
<li>Resolved missing popover props except for content. <a
href="https://redirect.github.com/nextui-org/nextui/pull/4458">#4458</a>,
<a
href="https://redirect.github.com/nextui-org/nextui/pull/4452">#4452</a>,
<a
href="https://redirect.github.com/nextui-org/nextui/pull/4496">#4496</a></li>
</ul>
</li>
<li><strong>Navbar</strong>: Ensured overlay is hidden when the menu is
closed. <a
href="https://redirect.github.com/nextui-org/nextui/pull/4490">#4490</a></li>
<li><strong>useAriaLink</strong>: Fixed deprecation warning for
<code>onClick</code> in Button when used as a Link. <a
href="https://redirect.github.com/nextui-org/nextui/pull/4497">#4497</a></li>
</ul>
<h3>✨ Features</h3>
<ul>
<li><strong>Docs Enhancements</strong>:
<ul>
<li>Added documentation on integrating NextUI with Laravel. <a
href="https://redirect.github.com/nextui-org/nextui/pull/4432">#4432</a></li>
<li>Updated <code>type</code> prop in input to include the
&quot;file&quot; type. <a
href="https://redirect.github.com/nextui-org/nextui/pull/4444">#4444</a></li>
<li>Added a button to open examples in StackBlitz. <a
href="https://redirect.github.com/nextui-org/nextui/pull/4461">#4461</a></li>
</ul>
</li>
</ul>
<h3>🔧 Maintenance</h3>
<ul>
<li><strong>Framework Installations</strong>: Updated framework
installation instructions for clarity. <a
href="https://redirect.github.com/nextui-org/nextui/pull/4410">#4410</a></li>
<li><strong>Changesets</strong>: Versioned packages via GitHub Actions.
<a
href="https://redirect.github.com/nextui-org/nextui/pull/4440">#4440</a></li>
</ul>
<hr />
<p>This release includes essential bug fixes, new features, and
documentation improvements, enhancing both the developer experience and
user interface stability.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/nextui-org/nextui/compare/@nextui-org/[email protected]...@nextui-org/[email protected]">Compare
<code>@​nextui-org/react</code> v2.6.10...v2.6.11</a></p>
<h3>🆕 New Contributors</h3>
<ul>
<li><strong><a
href="https://github.com/not-a-ethan"><code>@​not-a-ethan</code></a></strong>
made their first contribution! 🎉 <a
href="https://redirect.github.com/nextui-org/nextui/pull/4444">#4444</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/heroui-inc/heroui/blob/canary/packages/core/react/CHANGELOG.md"><code>@​nextui-org/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>2.6.11</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a
href="https://github.com/heroui-inc/heroui/commit/d92468aa1e35d5022c071b5d2674f5bfb6408001"><code>d92468a</code></a>,
<a
href="https://github.com/heroui-inc/heroui/commit/a43b156801aef88b6eaa7bff0b670f7287499dde"><code>a43b156</code></a>,
<a
href="https://github.com/heroui-inc/heroui/commit/33e0418d08c29f829b00ee3bc41972dfce6a3370"><code>33e0418</code></a>,
<a
href="https://github.com/heroui-inc/heroui/commit/07780a75a2747405e16af99c1692aef496f54175"><code>07780a7</code></a>,
<a
href="https://github.com/heroui-inc/heroui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b"><code>a83388a</code></a>,
<a
href="https://github.com/heroui-inc/heroui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b"><code>a83388a</code></a>,
<a
href="https://github.com/heroui-inc/heroui/commit/7c2bc4a18ef01424c7ff464cad3401dd6596e7b3"><code>7c2bc4a</code></a>,
<a
href="https://github.com/heroui-inc/heroui/commit/0401f2548f525fc4194186b54f563cb91c6ccd0c"><code>0401f25</code></a>,
<a
href="https://github.com/heroui-inc/heroui/commit/16c57ece6467d755645f109b8de810c9063e5665"><code>16c57ec</code></a>,
<a
href="https://github.com/heroui-inc/heroui/commit/0c45fed420747b41a4d2a7bb07e9582f6f609287"><code>0c45fed</code></a>,
<a
href="https://github.com/heroui-inc/heroui/commit/fb46df2430f95cddef0c25fce4639c2078b34f62"><code>fb46df2</code></a>]:
<ul>
<li><code>@​heroui/listbox</code><a
href="https://github.com/2"><code>@​2</code></a>.3.9</li>
<li><code>@​heroui/select</code><a
href="https://github.com/2"><code>@​2</code></a>.4.9</li>
<li><code>@​heroui/navbar</code><a
href="https://github.com/2"><code>@​2</code></a>.2.8</li>
<li><code>@​heroui/dropdown</code><a
href="https://github.com/2"><code>@​2</code></a>.3.9</li>
<li><code>@​heroui/popover</code><a
href="https://github.com/2"><code>@​2</code></a>.3.9</li>
<li><code>@​heroui/drawer</code><a
href="https://github.com/2"><code>@​2</code></a>.2.7</li>
<li><code>@​heroui/alert</code><a
href="https://github.com/2"><code>@​2</code></a>.2.9</li>
<li><code>@​heroui/theme</code><a
href="https://github.com/2"><code>@​2</code></a>.4.5</li>
<li><code>@​heroui/autocomplete</code><a
href="https://github.com/2"><code>@​2</code></a>.3.9</li>
<li><code>@​heroui/avatar</code><a
href="https://github.com/2"><code>@​2</code></a>.2.6</li>
<li><code>@​heroui/image</code><a
href="https://github.com/2"><code>@​2</code></a>.2.5</li>
<li><code>@​heroui/breadcrumbs</code><a
href="https://github.com/2"><code>@​2</code></a>.2.6</li>
<li><code>@​heroui/date-picker</code><a
href="https://github.com/2"><code>@​2</code></a>.3.9</li>
<li><code>@​heroui/accordion</code><a
href="https://github.com/2"><code>@​2</code></a>.2.7</li>
<li><code>@​heroui/badge</code><a
href="https://github.com/2"><code>@​2</code></a>.2.5</li>
<li><code>@​heroui/button</code><a
href="https://github.com/2"><code>@​2</code></a>.2.9</li>
<li><code>@​heroui/calendar</code><a
href="https://github.com/2"><code>@​2</code></a>.2.9</li>
<li><code>@​heroui/card</code><a
href="https://github.com/2"><code>@​2</code></a>.2.9</li>
<li><code>@​heroui/checkbox</code><a
href="https://github.com/2"><code>@​2</code></a>.3.8</li>
<li><code>@​heroui/chip</code><a
href="https://github.com/2"><code>@​2</code></a>.2.6</li>
<li><code>@​heroui/code</code><a
href="https://github.com/2"><code>@​2</code></a>.2.6</li>
<li><code>@​heroui/date-input</code><a
href="https://github.com/2"><code>@​2</code></a>.3.8</li>
<li><code>@​heroui/divider</code><a
href="https://github.com/2"><code>@​2</code></a>.2.5</li>
<li><code>@​heroui/form</code><a
href="https://github.com/2"><code>@​2</code></a>.1.8</li>
<li><code>@​heroui/input</code><a
href="https://github.com/2"><code>@​2</code></a>.4.8</li>
<li><code>@​heroui/input-otp</code><a
href="https://github.com/2"><code>@​2</code></a>.1.8</li>
<li><code>@​heroui/kbd</code><a
href="https://github.com/2"><code>@​2</code></a>.2.6</li>
<li><code>@​heroui/link</code><a
href="https://github.com/2"><code>@​2</code></a>.2.7</li>
<li><code>@​heroui/menu</code><a
href="https://github.com/2"><code>@​2</code></a>.2.9</li>
<li><code>@​heroui/modal</code><a
href="https://github.com/2"><code>@​2</code></a>.2.7</li>
<li><code>@​heroui/pagination</code><a
href="https://github.com/2"><code>@​2</code></a>.2.8</li>
<li><code>@​heroui/progress</code><a
href="https://github.com/2"><code>@​2</code></a>.2.6</li>
<li><code>@​heroui/radio</code><a
href="https://github.com/2"><code>@​2</code></a>.3.8</li>
<li><code>@​heroui/ripple</code><a
href="https://github.com/2"><code>@​2</code></a>.2.7</li>
<li><code>@​heroui/scroll-shadow</code><a
href="https://github.com/2"><code>@​2</code></a>.3.5</li>
<li><code>@​heroui/skeleton</code><a
href="https://github.com/2"><code>@​2</code></a>.2.5</li>
<li><code>@​heroui/slider</code><a
href="https://github.com/2"><code>@​2</code></a>.4.7</li>
<li><code>@​heroui/snippet</code><a
href="https://github.com/2"><code>@​2</code></a>.2.10</li>
<li><code>@​heroui/spacer</code><a
href="https://github.com/2"><code>@​2</code></a>.2.6</li>
<li><code>@​heroui/spinner</code><a
href="https://github.com/2"><code>@​2</code></a>.2.6</li>
<li><code>@​heroui/switch</code><a
href="https://github.com/2"><code>@​2</code></a>.2.8</li>
<li><code>@​heroui/table</code><a
href="https://github.com/2"><code>@​2</code></a>.2.8</li>
<li><code>@​heroui/tabs</code><a
href="https://github.com/2"><code>@​2</code></a>.2.7</li>
<li><code>@​heroui/tooltip</code><a
href="https://github.com/2"><code>@​2</code></a>.2.7</li>
<li><code>@​heroui/user</code><a
href="https://github.com/2"><code>@​2</code></a>.2.6</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/heroui-inc/heroui/commit/eada8cbf93445af2e84dd48bb53d3d982dcc007f"><code>eada8cb</code></a>
ci(changesets): version packages (<a
href="https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react/issues/4440">#4440</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 `next` from 15.1.3 to 15.1.6
<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>v15.1.6</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: don't memory-leak promises passed to waitUntil (<a
href="https://redirect.github.com/vercel/next.js/issues/75041">#75041</a>)</li>
<li>backport: fix prerender issue with intercepting routes +
generateStaticParams (<a
href="https://redirect.github.com/vercel/next.js/issues/75170">#75170</a>)</li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/lubieowoce"><code>@​lubieowoce</code></a> and
<a href="https://github.com/ztanner"><code>@​ztanner</code></a> for
helping!</p>
<h2>v15.1.5</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 missing revalidate with notFound() (<a
href="https://redirect.github.com/vercel/next.js/issues/75009">#75009</a>)</li>
<li>fix: when metadatabase is set we should not warn (<a
href="https://redirect.github.com/vercel/next.js/issues/74840">#74840</a>)</li>
<li>Fix <code>@​vercel/og</code> license SPDX expression (<a
href="https://redirect.github.com/vercel/next.js/issues/74745">#74745</a>)</li>
<li>fix: ts language server rule metadata should allow null (<a
href="https://redirect.github.com/vercel/next.js/issues/74704">#74704</a>)</li>
<li>fix: eslint rule of using img in metadata routes (<a
href="https://redirect.github.com/vercel/next.js/issues/74864">#74864</a>)</li>
<li>Fix presentation when onerror receives an event without error (<a
href="https://redirect.github.com/vercel/next.js/issues/74643">#74643</a>)</li>
<li>fix fetch lock not being consistently released <a
href="https://redirect.github.com/vercel/next.js/issues/74623">#74623</a>
(<a
href="https://redirect.github.com/vercel/next.js/issues/75028">#75028</a>)</li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/ijjk"><code>@​ijjk</code></a>, <a
href="https://github.com/huozhi"><code>@​huozhi</code></a>, <a
href="https://github.com/matmannion"><code>@​matmannion</code></a> and
<a href="https://github.com/ztanner"><code>@​ztanner</code></a> for
helping!</p>
<h2>v15.1.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>backport: force module format for virtual client-proxy (<a
href="https://redirect.github.com/vercel/next.js/issues/74608">#74608</a>)</li>
<li>Fix prerender tags when notFound is called (<a
href="https://redirect.github.com/vercel/next.js/issues/74607">#74607</a>)</li>
<li>Use provided waitUntil for pending revalidates (<a
href="https://redirect.github.com/vercel/next.js/issues/74604">#74604</a>)</li>
<li>Feature: next/image: add support for images.qualities in next.config
(<a
href="https://redirect.github.com/vercel/next.js/issues/74588">#74588</a>)</li>
<li>Chore: docs: add missing search: '' on remotePatterns (<a
href="https://redirect.github.com/vercel/next.js/issues/74587">#74587</a>)</li>
<li>Chore: docs: update version history of next/image (<a
href="https://redirect.github.com/vercel/next.js/issues/73923">#73923</a>)
(<a
href="https://redirect.github.com/vercel/next.js/issues/74570">#74570</a>)</li>
<li>Chore: next/image: improve imgopt api bypass detection for
unsupported images (<a
href="https://redirect.github.com/vercel/next.js/issues/74569">#74569</a>)</li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to @ and @ for helping!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vercel/next.js/commit/38a6d0177eced9b56dfcc58f83662a659195af15"><code>38a6d01</code></a>
v15.1.6</li>
<li><a
href="https://github.com/vercel/next.js/commit/70997533978c9eb4cf02092fa074796ffece27f7"><code>7099753</code></a>
backport: fix prerender issue with intercepting routes +
generateStaticParams...</li>
<li><a
href="https://github.com/vercel/next.js/commit/819d57589a556dd0d5491d6ced9939bed0076ca1"><code>819d575</code></a>
[E2E] Fix config file conflict (<a
href="https://redirect.github.com/vercel/next.js/issues/73818">#73818</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/20f5a79c434d6702fc4f19330d22d273042a3523"><code>20f5a79</code></a>
fix: don't memory-leak promises passed to <code>waitUntil</code> (<a
href="https://redirect.github.com/vercel/next.js/issues/75041">#75041</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/47102cae01a63b1761b9313d9ec4e7a89119ea18"><code>47102ca</code></a>
v15.1.5</li>
<li><a
href="https://github.com/vercel/next.js/commit/94313366990b760e7401855d542c8dbc6b78635a"><code>9431336</code></a>
fix fetch lock not being consistently released (<a
href="https://redirect.github.com/vercel/next.js/issues/75028">#75028</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/25e84437a5992d06aaa7373971b15a391de1689f"><code>25e8443</code></a>
test: fix testing snapshot</li>
<li><a
href="https://github.com/vercel/next.js/commit/30b9c8f91093f50892ad0295fe1167a442f74f0c"><code>30b9c8f</code></a>
test: add feature of overriding files (<a
href="https://redirect.github.com/vercel/next.js/issues/74716">#74716</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/79bdd868812e5eaa804a647cdfeb94a842d2070b"><code>79bdd86</code></a>
Fix presentation when onerror receives an event without error (<a
href="https://redirect.github.com/vercel/next.js/issues/74643">#74643</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/1882acb24662b3b647b40d9bb6133080f65bcecb"><code>1882acb</code></a>
fix: eslint rule of using img in metadata routes (<a
href="https://redirect.github.com/vercel/next.js/issues/74864">#74864</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/compare/v15.1.3...v15.1.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `react-markdown` from 9.0.1 to 9.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/remarkjs/react-markdown/releases">react-markdown's
releases</a>.</em></p>
<blockquote>
<h2>9.0.3</h2>
<p>(same as 9.0.2 but now with d.ts files)</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/remarkjs/react-markdown/compare/9.0.2...9.0.3">https://github.com/remarkjs/react-markdown/compare/9.0.2...9.0.3</a></p>
<h2>9.0.2</h2>
<h4>Types</h4>
<ul>
<li>b151a90 Fix types for React 19
by <a
href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a>
in <a
href="https://redirect.github.com/remarkjs/react-markdown/pull/879">remarkjs/react-markdown#879</a></li>
<li>6962af7 Add declaration maps</li>
<li>aa5933b Refactor to use <code>@import</code> to import types
by <a
href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a>
in <a
href="https://redirect.github.com/remarkjs/react-markdown/pull/836">remarkjs/react-markdown#836</a></li>
</ul>
<h4>Miscellaneous</h4>
<ul>
<li>9eb589e Fix typo in changelog
by <a
href="https://github.com/NicholasWilsonDEV"><code>@​NicholasWilsonDEV</code></a>
in <a
href="https://redirect.github.com/remarkjs/react-markdown/pull/874">remarkjs/react-markdown#874</a></li>
<li>515bf19 Fix typo
by <a href="https://github.com/deep-lyra"><code>@​deep-lyra</code></a>
in <a
href="https://redirect.github.com/remarkjs/react-markdown/pull/868">remarkjs/react-markdown#868</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/remarkjs/react-markdown/compare/9.0.1...9.0.2">https://github.com/remarkjs/react-markdown/compare/9.0.1...9.0.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/aed001070aae99bc6d1f3bdd8e71974f5c0d5f10"><code>aed0010</code></a>
9.0.3</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/40c097eb6f4b89209bd90cc3338fcaaa957bebaf"><code>40c097e</code></a>
9.0.2</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/2c6ffe8f93871ea8e17d12ec0b6f6e5b0aa49ae2"><code>2c6ffe8</code></a>
Refactor <code>.gitignore</code></li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/b664ac4459ed5fe2834665976b8864da03d263e9"><code>b664ac4</code></a>
Update Actions</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/e68655127bb09402e1d12507e1b2db8fa3c64ff8"><code>e686551</code></a>
Update dev-dependencies</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/b151a9028f2ca14d8982de47e70a1db7b7c79a2c"><code>b151a90</code></a>
Fix types for React 19</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/27d3949b31beb7aa7a6c0d3d4d34e6fd0965a7d3"><code>27d3949</code></a>
Separate all typedefs into their own JSDoc blocks (<a
href="https://redirect.github.com/remarkjs/react-markdown/issues/878">#878</a>)</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/9eb589e828445916dfb521117040d8d5420a5e9d"><code>9eb589e</code></a>
Fix typo in changelog</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/515bf190a06e2510aa4d09d4c186cfa558b75452"><code>515bf19</code></a>
Fix typo</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/a7ca8edfd698d61ebf0ad83bf95cba1a4106f672"><code>a7ca8ed</code></a>
Refactor <code>.editorconfig</code></li>
<li>Additional commits viewable in <a
href="https://github.com/remarkjs/react-markdown/compare/9.0.1...9.0.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `semver` from 7.6.3 to 7.7.0
<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.7.0</h2>
<h2><a
href="https://github.com/npm/node-semver/compare/v7.6.3...v7.7.0">7.7.0</a>
(2025-01-29)</h2>
<h3>Features</h3>
<ul>
<li><a
href="https://github.com/npm/node-semver/commit/0864b3ce7932667013e0c7c5ec764777d4682883"><code>0864b3c</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/753">#753</a>
add &quot;release&quot; inc type (<a
href="https://redirect.github.com/npm/node-semver/issues/753">#753</a>)
(<a href="https://github.com/mbtools"><code>@​mbtools</code></a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><a
href="https://github.com/npm/node-semver/commit/d588e3782864b1cab2fe9f2452b848e8c7f609d1"><code>d588e37</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/755">#755</a>
diff: fix prerelease to stable version diff logic (<a
href="https://redirect.github.com/npm/node-semver/issues/755">#755</a>)
(<a
href="https://github.com/eminberkayd"><code>@​eminberkayd</code></a>,
berkay.daglar)</li>
<li><a
href="https://github.com/npm/node-semver/commit/8a34bdecc783407f4e1a8a1ee1f67906b84a4b78"><code>8a34bde</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/754">#754</a>
add identifier validation to <code>inc()</code> (<a
href="https://redirect.github.com/npm/node-semver/issues/754">#754</a>)
(<a href="https://github.com/mbtools"><code>@​mbtools</code></a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><a
href="https://github.com/npm/node-semver/commit/67e54785a0f871361230f84323cbb631b9b6d834"><code>67e5478</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/756">#756</a>
readme: added missing period for consistency (<a
href="https://redirect.github.com/npm/node-semver/issues/756">#756</a>)
(<a
href="https://github.com/shaymolcho"><code>@​shaymolcho</code></a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/868d4bbe3d318c52544f38d5f9977a1103e924c2"><code>868d4bb</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/749">#749</a>
clarify comment about obsolete prefixes (<a
href="https://redirect.github.com/npm/node-semver/issues/749">#749</a>)
(<a href="https://github.com/mbtools"><code>@​mbtools</code></a>, <a
href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><a
href="https://github.com/npm/node-semver/commit/145c554b8c7b7ecfcb451153ad18bdb2f24ad10d"><code>145c554</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/741">#741</a>
bump <code>@​npmcli/eslint-config</code> from 4.0.5 to 5.0.0 (<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li>
<li><a
href="https://github.com/npm/node-semver/commit/753e02b9d0cb3ac23e085dc33efcab3e08d61f2b"><code>753e02b</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/747">#747</a>
bump <code>@​npmcli/template-oss</code> from 4.23.3 to 4.23.4 (<a
href="https://redirect.github.com/npm/node-semver/issues/747">#747</a>)
(<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot],
<a
href="https://github.com/npm-cli-bot"><code>@​npm-cli-bot</code></a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/0b812d5fb5fbb208e89dc1250e2efafeaa549437"><code>0b812d5</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/744">#744</a>
postinstall for dependabot template-oss PR (<a
href="https://github.com/hashtagchris"><code>@​hashtagchris</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.3...v7.7.0">7.7.0</a>
(2025-01-29)</h2>
<h3>Features</h3>
<ul>
<li><a
href="https://github.com/npm/node-semver/commit/0864b3ce7932667013e0c7c5ec764777d4682883"><code>0864b3c</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/753">#753</a>
add &quot;release&quot; inc type (<a
href="https://redirect.github.com/npm/node-semver/issues/753">#753</a>)
(<a href="https://github.com/mbtools"><code>@​mbtools</code></a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><a
href="https://github.com/npm/node-semver/commit/d588e3782864b1cab2fe9f2452b848e8c7f609d1"><code>d588e37</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/755">#755</a>
diff: fix prerelease to stable version diff logic (<a
href="https://redirect.github.com/npm/node-semver/issues/755">#755</a>)
(<a
href="https://github.com/eminberkayd"><code>@​eminberkayd</code></a>,
berkay.daglar)</li>
<li><a
href="https://github.com/npm/node-semver/commit/8a34bdecc783407f4e1a8a1ee1f67906b84a4b78"><code>8a34bde</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/754">#754</a>
add identifier validation to <code>inc()</code> (<a
href="https://redirect.github.com/npm/node-semver/issues/754">#754</a>)
(<a href="https://github.com/mbtools"><code>@​mbtools</code></a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><a
href="https://github.com/npm/node-semver/commit/67e54785a0f871361230f84323cbb631b9b6d834"><code>67e5478</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/756">#756</a>
readme: added missing period for consistency (<a
href="https://redirect.github.com/npm/node-semver/issues/756">#756</a>)
(<a
href="https://github.com/shaymolcho"><code>@​shaymolcho</code></a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/868d4bbe3d318c52544f38d5f9977a1103e924c2"><code>868d4bb</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/749">#749</a>
clarify comment about obsolete prefixes (<a
href="https://redirect.github.com/npm/node-semver/issues/749">#749</a>)
(<a href="https://github.com/mbtools"><code>@​mbtools</code></a>, <a
href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><a
href="https://github.com/npm/node-semver/commit/145c554b8c7b7ecfcb451153ad18bdb2f24ad10d"><code>145c554</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/741">#741</a>
bump <code>@​npmcli/eslint-config</code> from 4.0.5 to 5.0.0 (<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot])</li>
<li><a
href="https://github.com/npm/node-semver/commit/753e02b9d0cb3ac23e085dc33efcab3e08d61f2b"><code>753e02b</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/747">#747</a>
bump <code>@​npmcli/template-oss</code> from 4.23.3 to 4.23.4 (<a
href="https://redirect.github.com/npm/node-semver/issues/747">#747</a>)
(<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot],
<a
href="https://github.com/npm-cli-bot"><code>@​npm-cli-bot</code></a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/0b812d5fb5fbb208e89dc1250e2efafeaa549437"><code>0b812d5</code></a>
<a href="https://redirect.github.com/npm/node-semver/pull/744">#744</a>
postinstall for dependabot template-oss PR (<a
href="https://github.com/hashtagchris"><code>@​hashtagchris</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/npm/node-semver/commit/2cfcbb5021059d0b6642a77400efb4b51133bd75"><code>2cfcbb5</code></a>
chore: release 7.7.0 (<a
href="https://redirect.github.com/npm/node-semver/issues/750">#750</a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/d588e3782864b1cab2fe9f2452b848e8c7f609d1"><code>d588e37</code></a>
fix(diff): fix prerelease to stable version diff logic (<a
href="https://redirect.github.com/npm/node-semver/issues/755">#755</a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/753e02b9d0cb3ac23e085dc33efcab3e08d61f2b"><code>753e02b</code></a>
chore: bump <code>@​npmcli/template-oss</code> from 4.23.3 to 4.23.4 (<a
href="https://redirect.github.com/npm/node-semver/issues/747">#747</a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/8a34bdecc783407f4e1a8a1ee1f67906b84a4b78"><code>8a34bde</code></a>
fix: add identifier validation to <code>inc()</code> (<a
href="https://redirect.github.com/npm/node-semver/issues/754">#754</a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/0864b3ce7932667013e0c7c5ec764777d4682883"><code>0864b3c</code></a>
feat: add &quot;release&quot; inc type (<a
href="https://redirect.github.com/npm/node-semver/issues/753">#753</a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/67e54785a0f871361230f84323cbb631b9b6d834"><code>67e5478</code></a>
docs(readme): added missing period for consistency (<a
href="https://redirect.github.com/npm/node-semver/issues/756">#756</a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/868d4bbe3d318c52544f38d5f9977a1103e924c2"><code>868d4bb</code></a>
docs: clarify comment about obsolete prefixes (<a
href="https://redirect.github.com/npm/node-semver/issues/749">#749</a>)</li>
<li><a
href="https://github.com/npm/node-semver/commit/145c554b8c7b7ecfcb451153ad18bdb2f24ad10d"><code>145c554</code></a>
chore: bump <code>@​npmcli/eslint-config</code> from 4.0.5 to 5.0.0</li>
<li><a
href="https://github.com/npm/node-semver/commit/0b812d5fb5fbb208e89dc1250e2efafeaa549437"><code>0b812d5</code></a>
chore: postinstall for dependabot template-oss PR</li>
<li><a
href="https://github.com/npm/node-semver/commit/6502a15af34181b14a443d38bb75fc2d84bff0f9"><code>6502a15</code></a>
chore: bump <code>@​npmcli/template-oss</code> from 4.23.1 to
4.23.3</li>
<li>Additional commits viewable in <a
href="https://github.com/npm/node-semver/compare/v7.6.3...v7.7.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@graphql-codegen/cli` from 5.0.3 to 5.0.4
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md"><code>@​graphql-codegen/cli</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>5.0.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/dotansimha/graphql-code-generator/pull/10248">#10248</a>
<a
href="https://github.com/dotansimha/graphql-code-generator/commit/72eb86f49bd86da6308d80f9401bcc09478ca886"><code>72eb86f</code></a>
Thanks <a
href="https://github.com/apps/renovate"><code>@​renovate</code></a>! -
dependencies updates:</p>
<ul>
<li>Updated dependency <a
href="https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.0"><code>@whatwg-node/fetch@^0.10.0</code>
↗︎</a> (from <code>^0.9.20</code>, in <code>dependencies</code>)</li>
</ul>
</li>
<li>
<p><a
href="https://redirect.github.com/dotansimha/graphql-code-generator/pull/10227">#10227</a>
<a
href="https://github.com/dotansimha/graphql-code-generator/commit/6f1741af03689f8146178637ecabec18347e9331"><code>6f1741a</code></a>
Thanks <a
href="https://github.com/eddeee888"><code>@​eddeee888</code></a>! - Fix
schema pointers type to allow an array of pointers</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/dotansimha/graphql-code-generator/commit/8737dd86b4ce3d14234a515fa494736bf7ec35dd"><code>8737dd8</code></a>,
<a
href="https://github.com/dotansimha/graphql-code-generator/commit/ed71811ace083be61c575609e361c629ed7c1740"><code>ed71811</code></a>]:</p>
<ul>
<li><code>@​graphql-codegen/client-preset</code><a
href="https://github.com/4"><code>@​4</code></a>.6.0</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dotansimha/graphql-code-generator/commit/8192a887c6a3b0816f42816ed92a3e3652f01dbe"><code>8192a88</code></a>
chore(release): update monorepo packages versions (<a
href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/10222">#10222</a>)</li>
<li><a
href="https://github.com/dotansimha/graphql-code-generator/commit/6f1741af03689f8146178637ecabec18347e9331"><code>6f1741a</code></a>
Fix load schema pointer type (<a
href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/10227">#10227</a>)</li>
<li><a
href="https://github.com/dotansimha/graphql-code-generator/commit/72eb86f49bd86da6308d80f9401bcc09478ca886"><code>72eb86f</code></a>
fix(deps): update dependency <code>@​whatwg-node/fetch</code> to ^0.10.0
(<a
href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/10248">#10248</a>)</li>
<li><a
href="https://github.com/dotansimha/graphql-code-generator/commit/ec342c69ac1739a561be2763bd0355dc48340adc"><code>ec342c6</code></a>
Fix ESLint issues (<a
href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/10199">#10199</a>)</li>
<li>See full diff in <a
href="https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/graphql-codegen-cli">compare
view</a></li>
</ul>
</details>
<br />

Updates `@graphql-codegen/typescript-operations` from 4.4.0 to 4.4.1
<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.4.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a
href="https://github.com/dotansimha/graphql-code-generator/commit/60dd72fb103fd7fd70b4e1def98da29588865517"><code>60dd72f</code></a>]:
<ul>
<li><code>@​graphql-codegen/visitor-plugin-common</code><a
href="https://github.com/5"><code>@​5</code></a>.6.1</li>
<li><code>@​graphql-codegen/typescript</code><a
href="https://github.com/4"><code>@​4</code></a>.1.3</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dotansimha/graphql-code-generator/commit/8192a887c6a3b0816f42816ed92a3e3652f01dbe"><code>8192a88</code></a>
chore(release): update monorepo packages versions (<a
href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/10222">#10222</a>)</li>
<li><a
href="https://github.com/dotansimha/graphql-code-generator/commit/ec342c69ac1739a561be2763bd0355dc48340adc"><code>ec342c6</code></a>
Fix ESLint issues (<a
href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/10199">#10199</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 `@tailwindcss/typography` from 0.5.15 to 0.5.16
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss-typography/releases"><code>@​tailwindcss/typography</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v0.5.16</h2>
<h3>Fixed</h3>
<ul>
<li>Support installing with beta versions of Tailwind CSS v4 (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss-typography/pull/365">#365</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md"><code>@​tailwindcss/typography</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>[0.5.16] - 2025-01-07</h2>
<h3>Fixed</h3>
<ul>
<li>Support installing with beta versions of Tailwind CSS v4 (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss-typography/pull/365">#365</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tailwindlabs/tailwindcss-typography/commit/39d20e194940903046f2e2733ce0a9b59ccd464b"><code>39d20e1</code></a>
0.5.16</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss-typography/commit/25b0f9e59e7ffcfcdd9fc662110ba0d146c3bb6a"><code>25b0f9e</code></a>
Update peer dependency version to include 4.0.0-beta.1 (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss-typography/issues/365">#365</a>)</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss-typography/commit/383bee7004349a4877c619dafa9aff1854dac601"><code>383bee7</code></a>
Clean up extra spread array (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss-typography/issues/362">#362</a>)</li>
<li>See full diff in <a
href="https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.15...v0.5.16">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/node` from 22.10.3 to 22.13.0
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />

Updates `postcss` from 8.4.49 to 8.5.1
<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.5.1</h2>
<ul>
<li>Fixed backwards compatibility for complex cases (by <a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
</ul>
<h2>8.5 “Duke Alloces”</h2>
<!-- raw HTML omitted -->
<p>PostCSS 8.5 brought API to work better with non-CSS sources like
HTML, Vue.js/Svelte sources or CSS-in-JS.</p>
<p><a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>
during <a
href="https://redirect.github.com/postcss/postcss/issues/1995">his
work</a> on <a href="https://stylelint.io">Stylelint</a> added
<code>Input#document</code> in additional to <code>Input#css</code>.</p>
<pre lang="js"><code>root.source.input.document //=&gt;
&quot;&lt;p&gt;Hello&lt;/p&gt;
                           //    &lt;style&gt;
                           //    p {
                           //      color: green;
                           //    }
                           //    &lt;/style&gt;&quot;
root.source.input.css      //=&gt; &quot;p {
                           //      color: green;
                           //    }&quot;
<p></code></pre></p>
<h2>Thanks to Sponsors</h2>
<p>This release was possible thanks to our community.</p>
<p>If your company wants to support the sustainability of front-end
infrastructure or wants to give some love to PostCSS, you can join our
supporters by:</p>
<ul>
<li><a href="https://tidelift.com/"><strong>Tidelift</strong></a> with a
Spotify-like subscription model supporting all projects from your lock
file.</li>
<li>Direct donations at <a
href="https://github.com/sponsors/ai"><strong>GitHub
Sponsors</strong></a> or <a
href="https://opencollective.com/postcss#section-contributors"><strong>Open
Collective</strong></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.5.1</h2>
<ul>
<li>Fixed backwards compatibility for complex cases (by <a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
</ul>
<h2>8.5 “Duke Alloces”</h2>
<ul>
<li>Added <code>Input#document</code> for sources like CSS-in-JS or HTML
(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/7b02c75e5f093b3fdf8d46eeb17c21a52434d827"><code>7b02c75</code></a>
Release 8.5.1 version</li>
<li><a
href="https://github.com/postcss/postcss/commit/4c15339f9fa7cb76eaf513b34846b1d6d0635871"><code>4c15339</code></a>
Update dependencies</li>
<li><a
href="https://github.com/postcss/postcss/commit/7efe91eeb9111e297fd6e62b129ec4a2b9b46e56"><code>7efe91e</code></a>
Improve backwards compat for <code>Input#document</code> (<a
href="https://redirect.github.com/postcss/postcss/issues/2000">#2000</a>)</li>
<li><a
href="https://github.com/postcss/postcss/commit/687327055ded618a36dd3cd7c39abe3428d56acb"><code>6873270</code></a>
Release 8.5 version</li>
<li><a
href="https://github.com/postcss/postcss/commit/4223bb936d3a96c73f14076e43a80f51e3e34f8b"><code>4223bb9</code></a>
Fix 80 columns limit</li>
<li><a
href="https://github.com/postcss/postcss/commit/80e240103193a685bd35ce7c2eaffcbeb944a331"><code>80e2401</code></a>
Add <code>Input#document</code> (<a
href="https://redirect.github.com/postcss/postcss/issues/1996">#1996</a>)</li>
<li><a
href="https://github.com/postcss/postcss/commit/6f8687938d2f7f1a9fb6f7d68c93c9f8953bba7a"><code>6f86879</code></a>
Update dependencies</li>
<li><a
href="https://github.com/postcss/postcss/commit/85cbbec2b6b25b73b194e0245d62bde60e58829c"><code>85cbbec</code></a>
Fix pnpm version on CI</li>
<li><a
href="https://github.com/postcss/postcss/commit/76caa57ae4af048c94f751a3f1543e91596ec68c"><code>76caa57</code></a>
Update dependencies</li>
<li><a
href="https://github.com/postcss/postcss/commit/46ff246d2452d1afa6256f41dafb875026d96de9"><code>46ff246</code></a>
Move to pnpm 10</li>
<li>Additional commits viewable in <a
href="https://github.com/postcss/postcss/compare/8.4.49...8.5.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `tailwind-variants` from 0.3.0 to 0.3.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/heroui-inc/tailwind-variants/releases">tailwind-variants's
releases</a>.</em></p>
<blockquote>
<h2>v0.3.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: github workflow by <a
href="https://github.com/tianenpang"><code>@​tianenpang</code></a> in <a
href="https://redirect.github.com/heroui-inc/tailwind-variants/pull/222">heroui-inc/tailwind-variants#222</a></li>
<li>chore: update repo link &amp; content by <a
href="https://github.com/wingkwong"><code>@​wingkwong</code></a> in <a
href="https://redirect.github.com/heroui-inc/tailwind-variants/pull/235">heroui-inc/tailwind-variants#235</a></li>
<li>chore: org name change by <a
href="https://github.com/jrgarciadev"><code>@​jrgarciadev</code></a> in
<a
href="https://redirect.github.com/heroui-inc/tailwind-variants/pull/237">heroui-inc/tailwind-variants#237</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/wingkwong"><code>@​wingkwong</code></a>
made their first contribution in <a
href="https://redirect.github.com/heroui-inc/tailwind-variants/pull/235">heroui-inc/tailwind-variants#235</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/heroui-inc/tailwind-variants/compare/v0.3.0...v0.3.1">https://github.com/heroui-inc/tailwind-variants/compare/v0.3.0...v0.3.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/heroui-inc/tailwind-variants/commit/f363575fa1d2366f11ddfff02b1c87a6d25a472e"><code>f363575</code></a>
chore: org name change (<a
href="https://redirect.github.com/heroui-inc/tailwind-variants/issues/237">#237</a>)</li>
<li><a
href="https://github.com/heroui-inc/tailwind-variants/commit/03962fe8d1ea3dc21664ea540a15f76b1a180ea5"><code>03962fe</code></a>
chore: update repo link &amp; content (<a
href="https://redirect.github.com/heroui-inc/tailwind-variants/issues/235">#235</a>)</li>
<li><a
href="https://github.com/heroui-inc/tailwind-variants/commit/e312fef17537357c40726853db3f61320de0a09f"><code>e312fef</code></a>
fix: github workflow (<a
href="https://redirect.github.com/heroui-inc/tailwind-variants/issues/222">#222</a>)</li>
<li>See full diff in <a
href="https://github.com/heroui-inc/tailwind-variants/compare/v0.3.0...v0.3.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript` from 5.7.2 to 5.7.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.7.3</h2>
<p>For release notes, check out the <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/">release
announcement</a>.</p>
<ul>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.7.0%22+is%3Aclosed+">fixed
issues query for Typescript 5.7.0 (Beta)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.7.1%22+is%3Aclosed+">fixed
issues query for Typescript 5.7.1 (RC)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.7.2%22+is%3Aclosed+">fixed
issues query for Typescript 5.7.2 (Stable)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.7.2%22+is%3Aclosed+">fixed
issues query for Typescript 5.7.3 (Stable)</a>.</li>
</ul>
<p>Downloads are available on <a
href="https://www.npmjs.com/package/typescript">npm</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/TypeScript/commit/a5e123d9e0690fcea92878ea8a0a382922009fc9"><code>a5e123d</code></a>
Update LKG</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/8bc02048a2a78d1b8f0e89d8260d76c440fdbc08"><code>8bc0204</code></a>
🤖 Pick PR <a
href="https://redirect.github.com/microsoft/TypeScript/issues/60828">#60828</a>
(Fix CodeQL configuration, releases) into release-5.7 (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/60923">#60923</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/7aa63df74c2cc02dd171771623238dc40f352b7e"><code>7aa63df</code></a>
🤖 Pick PR <a
href="https://redirect.github.com/microsoft/TypeScript/issues/60393">#60393</a>
(Don't try to add an implicit undefi...) into release-5.7 (#...</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/9df7c36aa960086a403bb83c5a4fafaf5871acf6"><code>9df7c36</code></a>
Bump version to 5.7.3 and LKG</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/e167412fe07905b6324bf5f36a918c28050ebfac"><code>e167412</code></a>
🤖 Pick PR <a
href="https://redirect.github.com/microsoft/TypeScript/issues/60794">#60794</a>
(Harden <code>sanitizeLog</code> against incorr...) into release-5.7
(#...</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/9ba364c55a5c5cc378e89bf0de9559398926c0d3"><code>9ba364c</code></a>
Fix coverage build on release-5.7 (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/60792">#60792</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/4b7441a8bee1f0cbc861a3ad23f72769fb518df1"><code>4b7441a</code></a>
🤖 Pick PR <a
href="https://redirect.github.com/microsoft/TypeScript/issues/60680">#60680</a>
(Mark the inherited any-based index ...) into release-5.7 (#...</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/e844dc305e09029d417a8daf84a816532d2ed4f3"><code>e844dc3</code></a>
Cherry-pick <a
href="https://redirect.github.com/microsoft/TypeScript/issues/60402">#60402</a>,
<a
href="https://redirect.github.com/microsoft/TypeScript/issues/60440">#60440</a>,
<a
href="https://redirect.github.com/microsoft/TypeScript/issues/60616">#60616</a>
into release-5.7 (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/60777">#60777</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/21b02a1e1f19852790c36e550631e8083c67fc1c"><code>21b02a1</code></a>
🤖 Pick PR <a
href="https://redirect.github.com/microsoft/TypeScript/issues/60749">#60749</a>
(Do not require import attribute on ...) into release-5.7 (#...</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/b82fd16484225ba6d0798cd5595407ec65555ab6"><code>b82fd16</code></a>
🤖 Pick PR <a
href="https://redirect.github.com/microsoft/TypeScript/issues/60576">#60576</a>
(Avoid incorrectly reusing assertion...) into release-5.7 (#...</li>
<li>Additional commits viewable in <a
href="https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.7.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
dependabot[bot] authored Feb 2, 2025
1 parent d74fdac commit 227b323
Show file tree
Hide file tree
Showing 2 changed files with 545 additions and 537 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,37 +17,37 @@
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@nextui-org/react": "^2.6.10",
"@nextui-org/react": "^2.6.11",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"framer-motion": "^11.15.0",
"graphql": "^16.10.0",
"next": "^15.1.3",
"next": "^15.1.6",
"next-themes": "^0.4.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"semver": "^7.6.3",
"react-markdown": "^9.0.3",
"semver": "^7.7.0",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/cli": "^5.0.4",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "22.10.3",
"@graphql-codegen/typescript-operations": "^4.4.1",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "22.13.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "^10.4.20",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.0.0",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.49",
"tailwind-variants": "^0.3.0",
"postcss": "^8.5.1",
"tailwind-variants": "^0.3.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
Loading

0 comments on commit 227b323

Please sign in to comment.