mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
chore(frontend/deps): bump the production-dependencies group across 1 directory with 13 updates (#9611)
Bumps the production-dependencies group with 13 updates in the /autogpt_platform/frontend directory: | Package | From | To | | --- | --- | --- | | [@faker-js/faker](https://github.com/faker-js/faker) | `9.4.0` | `9.6.0` | | [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `15.1.6` | `15.2.1` | | [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.48.1` | `2.49.1` | | [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) | `8.20.6` | `8.21.2` | | [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) | `12.4.2` | `12.4.4` | | [framer-motion](https://github.com/motiondivision/motion) | `12.3.1` | `12.4.11` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.474.0` | `0.479.0` | | [next-themes](https://github.com/pacocoursey/next-themes) | `0.4.4` | `0.4.5` | | [react-day-picker](https://github.com/gpbl/react-day-picker) | `9.5.1` | `9.6.1` | | [react-icons](https://github.com/react-icons/react-icons) | `5.4.0` | `5.5.0` | | [react-shepherd](https://github.com/shepherd-pro/shepherd) | `6.1.7` | `6.1.8` | | [uuid](https://github.com/uuidjs/uuid) | `11.0.5` | `11.1.0` | | [zod](https://github.com/colinhacks/zod) | `3.24.1` | `3.24.2` | Updates `@faker-js/faker` from 9.4.0 to 9.6.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/faker-js/faker/releases"><code>@faker-js/faker</code>'s releases</a>.</em></p> <blockquote> <h2>v9.6.0</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): update dependency typescript to v5.8.2 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3424">faker-js/faker#3424</a></li> <li>chore(deps): update dependency ts-morph to v25.0.1 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3418">faker-js/faker#3418</a></li> <li>chore(deps): update devdependencies by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3419">faker-js/faker#3419</a></li> <li>chore(deps): update eslint by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3420">faker-js/faker#3420</a></li> <li>chore(deps): update vitest by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3421">faker-js/faker#3421</a></li> <li>chore(deps): update all non-major dependencies by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3422">faker-js/faker#3422</a></li> <li>chore(deps): remove obsolete dependency <code>@types/eslint</code>__js by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3425">faker-js/faker#3425</a></li> <li>chore(deps): update dependency prettier to v3.5.2 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3423">faker-js/faker#3423</a></li> <li>chore(deps): update pnpm to v10 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3427">faker-js/faker#3427</a></li> <li>chore(deps): update eslint (major) by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3426">faker-js/faker#3426</a></li> <li>chore(deps): update devdependencies by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3428">faker-js/faker#3428</a></li> <li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3431">faker-js/faker#3431</a></li> <li>docs: revert npm download badge by <a href="https://github.com/LitoMore"><code>@LitoMore</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3433">faker-js/faker#3433</a></li> <li>feat(finance): add ISO 4217 numerical codes to Currency object by <a href="https://github.com/Nfloc"><code>@Nfloc</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3404">faker-js/faker#3404</a></li> <li>feat(number): bigint multipleOf by <a href="https://github.com/soc221b"><code>@soc221b</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3402">faker-js/faker#3402</a></li> <li>refactor(internet): deprecate color method for removal by <a href="https://github.com/ST-DDT"><code>@ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3401">faker-js/faker#3401</a></li> <li>test: add snapshot test for all locales' character sets by <a href="https://github.com/ST-DDT"><code>@ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3276">faker-js/faker#3276</a></li> <li>chore(release): 9.6.0 by <a href="https://github.com/fakerjs-bot"><code>@fakerjs-bot</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3435">faker-js/faker#3435</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/LitoMore"><code>@LitoMore</code></a> made their first contribution in <a href="https://redirect.github.com/faker-js/faker/pull/3433">faker-js/faker#3433</a></li> <li><a href="https://github.com/Nfloc"><code>@Nfloc</code></a> made their first contribution in <a href="https://redirect.github.com/faker-js/faker/pull/3404">faker-js/faker#3404</a></li> <li><a href="https://github.com/soc221b"><code>@soc221b</code></a> made their first contribution in <a href="https://redirect.github.com/faker-js/faker/pull/3402">faker-js/faker#3402</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/faker-js/faker/compare/v9.5.1...v9.6.0">https://github.com/faker-js/faker/compare/v9.5.1...v9.6.0</a></p> <h2>v9.5.1</h2> <h2>What's Changed</h2> <ul> <li>test: retry verify tag 3 times by <a href="https://github.com/Shinigami92"><code>@Shinigami92</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3395">faker-js/faker#3395</a></li> <li>test: disable summary for local by <a href="https://github.com/Shinigami92"><code>@Shinigami92</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3394">faker-js/faker#3394</a></li> <li>chore: add usage trend by <a href="https://github.com/cwtuan"><code>@cwtuan</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3374">faker-js/faker#3374</a></li> <li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3403">faker-js/faker#3403</a></li> <li>fix: test before using Buffers by <a href="https://github.com/ST-DDT"><code>@ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3400">faker-js/faker#3400</a></li> <li>revert(chore): update LICENSE file (<a href="https://redirect.github.com/faker-js/faker/issues/3350">#3350</a>) by <a href="https://github.com/Shinigami92"><code>@Shinigami92</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3410">faker-js/faker#3410</a></li> <li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3411">faker-js/faker#3411</a></li> <li>docs: change ejcheng by <a href="https://github.com/Shinigami92"><code>@Shinigami92</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3408">faker-js/faker#3408</a></li> <li>docs: improve missing data error by <a href="https://github.com/ST-DDT"><code>@ST-DDT</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3406">faker-js/faker#3406</a></li> <li>chore(release): 9.5.1 by <a href="https://github.com/fakerjs-bot"><code>@fakerjs-bot</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3415">faker-js/faker#3415</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/cwtuan"><code>@cwtuan</code></a> made their first contribution in <a href="https://redirect.github.com/faker-js/faker/pull/3374">faker-js/faker#3374</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/faker-js/faker/compare/v9.5.0...v9.5.1">https://github.com/faker-js/faker/compare/v9.5.0...v9.5.1</a></p> <h2>v9.5.0</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3377">faker-js/faker#3377</a></li> <li>docs: faker.seed examples are not consistent after refresh by <a href="https://github.com/matthewmayer"><code>@matthewmayer</code></a> in <a href="https://redirect.github.com/faker-js/faker/pull/3378">faker-js/faker#3378</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/faker-js/faker/blob/next/CHANGELOG.md"><code>@faker-js/faker</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/faker-js/faker/compare/v9.5.1...v9.6.0">9.6.0</a> (2025-03-06)</h2> <h3>Features</h3> <ul> <li><strong>finance:</strong> add ISO 4217 numerical codes to Currency (<a href="https://redirect.github.com/faker-js/faker/issues/3404">#3404</a>) (<a href="ae9aec67b1">ae9aec6</a>)</li> <li><strong>number:</strong> bigint multipleOf (<a href="https://redirect.github.com/faker-js/faker/issues/3402">#3402</a>) (<a href="7b4f85a2c0">7b4f85a</a>)</li> </ul> <h2><a href="https://github.com/faker-js/faker/compare/v9.5.0...v9.5.1">9.5.1</a> (2025-02-28)</h2> <h3>Bug Fixes</h3> <ul> <li>test before using Buffers (<a href="https://redirect.github.com/faker-js/faker/issues/3400">#3400</a>) (<a href="ec7c9a8e60">ec7c9a8</a>)</li> </ul> <h2><a href="https://github.com/faker-js/faker/compare/v9.4.0...v9.5.0">9.5.0</a> (2025-02-10)</h2> <h3>Features</h3> <ul> <li><strong>image:</strong> add AI-generated avatars (<a href="https://redirect.github.com/faker-js/faker/issues/3126">#3126</a>) (<a href="9e1395380c">9e13953</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="50b3241629"><code>50b3241</code></a> chore(release): 9.6.0 (<a href="https://redirect.github.com/faker-js/faker/issues/3435">#3435</a>)</li> <li><a href="62486af20c"><code>62486af</code></a> test: add snapshot test for all locales' character sets (<a href="https://redirect.github.com/faker-js/faker/issues/3276">#3276</a>)</li> <li><a href="1982431fd0"><code>1982431</code></a> refactor(internet): deprecate color method for removal (<a href="https://redirect.github.com/faker-js/faker/issues/3401">#3401</a>)</li> <li><a href="7b4f85a2c0"><code>7b4f85a</code></a> feat(number): bigint multipleOf (<a href="https://redirect.github.com/faker-js/faker/issues/3402">#3402</a>)</li> <li><a href="ae9aec67b1"><code>ae9aec6</code></a> feat(finance): add ISO 4217 numerical codes to Currency (<a href="https://redirect.github.com/faker-js/faker/issues/3404">#3404</a>)</li> <li><a href="57d39d7442"><code>57d39d7</code></a> docs: revert npm download badge (<a href="https://redirect.github.com/faker-js/faker/issues/3433">#3433</a>)</li> <li><a href="bf3aa8b064"><code>bf3aa8b</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/faker-js/faker/issues/3431">#3431</a>)</li> <li><a href="f591459aff"><code>f591459</code></a> chore(deps): update devdependencies (<a href="https://redirect.github.com/faker-js/faker/issues/3428">#3428</a>)</li> <li><a href="1db428ab97"><code>1db428a</code></a> chore(deps): update eslint (major) (<a href="https://redirect.github.com/faker-js/faker/issues/3426">#3426</a>)</li> <li><a href="b7e7714b8b"><code>b7e7714</code></a> chore(deps): update pnpm to v10 (<a href="https://redirect.github.com/faker-js/faker/issues/3427">#3427</a>)</li> <li>Additional commits viewable in <a href="https://github.com/faker-js/faker/compare/v9.4.0...v9.6.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/~st-ddt">st-ddt</a>, a new releaser for <code>@faker-js/faker</code> since your current version.</p> </details> <br /> Updates `@next/third-parties` from 15.1.6 to 15.2.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases"><code>@next/third-parties</code>'s releases</a>.</em></p> <blockquote> <h2>v15.2.1</h2> <h3>Core Changes</h3> <ul> <li>Unify Link and Form prefetching: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76184">#76184</a></li> <li>Turbopack: Ensure server actions sourcemaps tests pass: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76157">#76157</a></li> <li>[dev-overlay] control dark theme in one place: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76528">#76528</a></li> <li>[dev-overlay] change css var for terminal: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76590">#76590</a></li> <li>[dev-overlay] Discriminate stack frame settled typed: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76517">#76517</a></li> <li>Remove obsolete <code>sourcePackage</code> references: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76550">#76550</a></li> <li>refactor: remove unused variable in externals handling: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76599">#76599</a></li> <li>fix: Add popular embedding libraries to serverExternalPackages: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76574">#76574</a></li> <li>[Segment Cache] Implement hash-only navigations: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76179">#76179</a></li> <li>Webpack: abstract away getting compilation spans: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76579">#76579</a></li> <li>report compiler duration for webpack and improve numbers: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76665">#76665</a></li> <li>[dev-overlay] fix dark theme missing close bracket: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76672">#76672</a></li> <li>Remove <code>revalidate</code> property from incremental cache <code>ctx</code> for <code>FETCH</code> kind: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76500">#76500</a></li> <li>[dev-overlay] fix: env name label style was out of sync with error type label: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76668">#76668</a></li> <li>Turbopack: avoid celling source maps before minify: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76626">#76626</a></li> <li>refactor(CI): Merge all four bundler test manifest scripts into one: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76652">#76652</a></li> <li>[metadata] fix duplicate metadata for parallel routes: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76669">#76669</a></li> <li>[Segment Cache] Omit from bundle if flag disabled: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76622">#76622</a></li> <li>[Segment Cache] Support output: "export" mode: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/75671">#75671</a></li> <li>[Segment Cache] Refresh on same-page navigation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76223">#76223</a></li> <li>[metadata] re-enable streaming metadata with PPR: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76119">#76119</a></li> <li>[Segment Cache] Search param fallback handling: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/75990">#75990</a></li> <li>[Segment Cache] Fix: canonicalURL omits origin: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76444">#76444</a></li> <li>fix metadata basePath for manifest: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76681">#76681</a></li> <li>Propagate expire time to <code>cache-control</code> header and prerender manifest: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76207">#76207</a></li> <li>Show revalidate/expire columns in build output: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76343">#76343</a></li> <li>Gate alternate bundler behind canary only: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76634">#76634</a></li> <li>[dynamicIO] routes with dynamic segments should be able to be static in dev: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76691">#76691</a></li> <li>[repo] upgrade ts <code>5.8.2</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76709">#76709</a></li> <li>[metadata]: ensure metadata boundary is only rendered once on client nav: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76692">#76692</a></li> <li>[metadata] clean up redudant options: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76712">#76712</a></li> <li>Fix uniqueness detection for <code>generateStaticParams</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76713">#76713</a></li> <li>Upgrade React from <code>22e39ea7-20250225</code> to <code>d55cc79b-20250228</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76680">#76680</a></li> <li>[Turbopack] Compute module batches and use them for chunking: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76133">#76133</a></li> <li>[Dev Tools] Improve keyboard interactions for menu & overlays: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76754">#76754</a></li> <li>Keep server code out of browser chunks: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76660">#76660</a></li> <li>Turbopack: inline minify into code generation and make it a plain function instead of a turbo tasks function: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76628">#76628</a></li> <li>fix edge runtime asset fetch in pages api: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76750">#76750</a></li> <li>Update use-cache-unknown-cache-kind.test.ts snapshot for alternate bundler: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76682">#76682</a></li> </ul> <h3>Example Changes</h3> <ul> <li>docs: fix reading <code>params</code> code blocks: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76705">#76705</a></li> </ul> <h3>Misc Changes</h3> <ul> <li>fix(rustdoc): Fix rustdoc warnings, block on rustdoc failures in CI: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76448">#76448</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="633878112e"><code>6338781</code></a> v15.2.1</li> <li><a href="197b4bb709"><code>197b4bb</code></a> v15.2.1-canary.6</li> <li><a href="0b699b1c8d"><code>0b699b1</code></a> v15.2.1-canary.5</li> <li><a href="4bf1ee117d"><code>4bf1ee1</code></a> [repo] upgrade ts <code>5.8.2</code> (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/third-parties/issues/76709">#76709</a>)</li> <li><a href="6f6001a87a"><code>6f6001a</code></a> v15.2.1-canary.4</li> <li><a href="5f1df89fdc"><code>5f1df89</code></a> v15.2.1-canary.3</li> <li><a href="f06a72e11e"><code>f06a72e</code></a> v15.2.1-canary.2</li> <li><a href="2497f81d1b"><code>2497f81</code></a> v15.2.1-canary.1</li> <li><a href="83610c6a84"><code>83610c6</code></a> v15.2.1-canary.0</li> <li><a href="b0416fbb44"><code>b0416fb</code></a> v15.2.0</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/commits/v15.2.1/packages/third-parties">compare view</a></li> </ul> </details> <br /> Updates `@supabase/supabase-js` from 2.48.1 to 2.49.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/supabase/supabase-js/releases"><code>@supabase/supabase-js</code>'s releases</a>.</em></p> <blockquote> <h2>v2.49.1</h2> <h2><a href="https://github.com/supabase/supabase-js/compare/v2.49.0...v2.49.1">2.49.1</a> (2025-02-24)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> upgrade postgrest-js 1.19.2 (<a href="3f01c3fbc4">3f01c3f</a>)</li> </ul> <h2>v2.49.0</h2> <h1><a href="https://github.com/supabase/supabase-js/compare/v2.48.1...v2.49.0">2.49.0</a> (2025-02-24)</h1> <h3>Features</h3> <ul> <li>bump <code>@supabase/auth-js</code> to 2.68.0 (<a href="https://redirect.github.com/supabase/supabase-js/issues/1359">#1359</a>) (<a href="a9ece9a4ae">a9ece9a</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="fceca48c37"><code>fceca48</code></a> Merge pull request <a href="https://redirect.github.com/supabase/supabase-js/issues/1369">#1369</a> from supabase/avallete/chore-bump-postgrest-js-1-19-2</li> <li><a href="a9ece9a4ae"><code>a9ece9a</code></a> feat: bump <code>@supabase/auth-js</code> to 2.68.0 (<a href="https://redirect.github.com/supabase/supabase-js/issues/1359">#1359</a>)</li> <li><a href="3f01c3fbc4"><code>3f01c3f</code></a> fix(deps): upgrade postgrest-js 1.19.2</li> <li>See full diff in <a href="https://github.com/supabase/supabase-js/compare/v2.48.1...v2.49.1">compare view</a></li> </ul> </details> <br /> Updates `@tanstack/react-table` from 8.20.6 to 8.21.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TanStack/table/releases"><code>@tanstack/react-table</code>'s releases</a>.</em></p> <blockquote> <h2>v8.21.2</h2> <p>Version 8.21.2 - 2/11/25, 8:59 PM</p> <h2>Changes</h2> <h3>Fix</h3> <ul> <li>arrIncludes autoremove filterFn (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5623">#5623</a>) (2efaf57) by lukebui</li> <li>lit-table: spread table options in lit adapter (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5904">#5904</a>) (36dede1) by <a href="https://github.com/kadoshms"><code>@kadoshms</code></a></li> </ul> <h3>Docs</h3> <ul> <li>row accessor bug in example code block (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5893">#5893</a>) (b1506a7) by Valerii Petryniak</li> <li>virtualizer tbody from onchange (827b098) by Kevin Van Cott</li> <li>exp virtual - remeasure when table state changes (9e6987d) by Kevin Van Cott</li> <li>angular: add expanding and sub components examples (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5898">#5898</a>) (099e1a4) by <a href="https://github.com/riccardoperra"><code>@riccardoperra</code></a></li> <li>example name (57703a4) by Kevin Van Cott</li> </ul> <h2>Packages</h2> <ul> <li><code>@tanstack/table-core</code><a href="https://github.com/8"><code>@8</code></a>.21.2</li> <li><code>@tanstack/lit-table</code><a href="https://github.com/8"><code>@8</code></a>.21.2</li> <li><code>@tanstack/angular-table</code><a href="https://github.com/8"><code>@8</code></a>.21.2</li> <li><code>@tanstack/qwik-table</code><a href="https://github.com/8"><code>@8</code></a>.21.2</li> <li><code>@tanstack/react-table</code><a href="https://github.com/8"><code>@8</code></a>.21.2</li> <li><code>@tanstack/solid-table</code><a href="https://github.com/8"><code>@8</code></a>.21.2</li> <li><code>@tanstack/svelte-table</code><a href="https://github.com/8"><code>@8</code></a>.21.2</li> <li><code>@tanstack/vue-table</code><a href="https://github.com/8"><code>@8</code></a>.21.2</li> <li><code>@tanstack/react-table-devtools</code><a href="https://github.com/8"><code>@8</code></a>.21.2</li> </ul> <h2>v8.21.1</h2> <p>Version 8.21.1 - 2/3/25, 5:37 AM</p> <h2>Changes</h2> <h3>Fix</h3> <ul> <li>lit-table: dynamic data updates in the Lit Table Adapter (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5884">#5884</a>) (9763877) by Luke Schierer</li> </ul> <h3>Docs</h3> <ul> <li>add experimental virtualization example (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5895">#5895</a>) (8d6e19f) by Kevin Van Cott</li> <li>angular: add missing faker-js deps (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5883">#5883</a>) (190c669) by <a href="https://github.com/riccardoperra"><code>@riccardoperra</code></a></li> <li>angular: add editable, row-dnd and performant column resizing example (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5881">#5881</a>) (0baabdd) by <a href="https://github.com/riccardoperra"><code>@riccardoperra</code></a></li> </ul> <h2>Packages</h2> <ul> <li><code>@tanstack/lit-table</code><a href="https://github.com/8"><code>@8</code></a>.21.1</li> </ul> <h2>v8.21.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="db745afdb8"><code>db745af</code></a> release: v8.21.2</li> <li>See full diff in <a href="https://github.com/TanStack/table/commits/v8.21.2/packages/react-table">compare view</a></li> </ul> </details> <br /> Updates `@xyflow/react` from 12.4.2 to 12.4.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/xyflow/xyflow/releases"><code>@xyflow/react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@xyflow/react</code><a href="https://github.com/12"><code>@12</code></a>.4.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5052">#5052</a> <a href="99dd7d3549"><code>99dd7d35</code></a> Thanks <a href="https://github.com/moklick"><code>@moklick</code></a>! - Show an error if user drags uninitialized node</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5042">#5042</a> <a href="2fe0e850a8"><code>2fe0e850</code></a> Thanks <a href="https://github.com/moklick"><code>@moklick</code></a>! - Allow click connections when target sets <code>isConnectableStart</code></p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5047">#5047</a> <a href="b3bf5693c6"><code>b3bf5693</code></a> Thanks <a href="https://github.com/moklick"><code>@moklick</code></a>! - Pass generics to OnSelectionChangeFunc so that users can type it correctly</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5053">#5053</a> <a href="25fb45b5e9"><code>25fb45b5</code></a> Thanks <a href="https://github.com/moklick"><code>@moklick</code></a>! - Remove incorrect deprecation warning</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5033">#5033</a> <a href="7b4a81fb6b"><code>7b4a81fb</code></a> Thanks <a href="https://github.com/dimaMachina"><code>@dimaMachina</code></a>! - lint: use <code>React.JSX</code> type instead of the deprecated global <code>JSX</code> namespace</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5043">#5043</a> <a href="0292ad2010"><code>0292ad20</code></a> Thanks <a href="https://github.com/moklick"><code>@moklick</code></a>! - Use current expandParent value on drag to be able to update it while dragging</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5032">#5032</a> <a href="5867bba805"><code>5867bba8</code></a> Thanks <a href="https://github.com/dimaMachina"><code>@dimaMachina</code></a>! - lint: remove unnecessary type assertions</p> </li> <li> <p>Updated dependencies [<a href="99dd7d3549"><code>99dd7d35</code></a>]:</p> <ul> <li><code>@xyflow/system</code><a href="https://github.com/0"><code>@0</code></a>.0.52</li> </ul> </li> </ul> <h2><code>@xyflow/react</code><a href="https://github.com/12"><code>@12</code></a>.4.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5010">#5010</a> <a href="6c121d427f"><code>6c121d42</code></a> Thanks <a href="https://github.com/moklick"><code>@moklick</code></a>! - Add more TSDocs to components, hooks, utils funcs and types</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/4991">#4991</a> <a href="ea54d9bcb1"><code>ea54d9bc</code></a> Thanks <a href="https://github.com/waynetee"><code>@waynetee</code></a>! - Fix viewport shifting on node focus</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5013">#5013</a> <a href="cde899c5be"><code>cde899c5</code></a> Thanks <a href="https://github.com/moklick"><code>@moklick</code></a>! - Pass <code>NodeType</code> type argument from <code>ReactFlowProps</code> to <code>connectionLineComponent</code> property.</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5008">#5008</a> <a href="12d859fe29"><code>12d859fe</code></a> Thanks <a href="https://github.com/moklick"><code>@moklick</code></a>! - Add package.json to exports</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5012">#5012</a> <a href="4d3f19e88b"><code>4d3f19e8</code></a> Thanks <a href="https://github.com/moklick"><code>@moklick</code></a>! - Add snapGrid option to screenToFlowPosition and set snapToGrid to false</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5003">#5003</a> <a href="e8e0d68495"><code>e8e0d684</code></a> Thanks <a href="https://github.com/dimaMachina"><code>@dimaMachina</code></a>! - repair lint command</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/4991">#4991</a> <a href="4c62f19b3a"><code>4c62f19b</code></a> Thanks <a href="https://github.com/waynetee"><code>@waynetee</code></a>! - Prevent viewport shift after using Tab</p> </li> <li> <p>Updated dependencies [<a href="6c121d427f"><code>6c121d42</code></a>, <a href="4947029cd6"><code>4947029c</code></a>, <a href="e8e0d68495"><code>e8e0d684</code></a>]:</p> <ul> <li><code>@xyflow/system</code><a href="https://github.com/0"><code>@0</code></a>.0.51</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md"><code>@xyflow/react</code>'s changelog</a>.</em></p> <blockquote> <h2>12.4.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5052">#5052</a> <a href="99dd7d3549"><code>99dd7d35</code></a> Thanks <a href="https://github.com/moklick"><code>@moklick</code></a>! - Show an error if user drags uninitialized node</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5042">#5042</a> <a href="2fe0e850a8"><code>2fe0e850</code></a> Thanks <a href="https://github.com/moklick"><code>@moklick</code></a>! - Allow click connections when target sets <code>isConnectableStart</code></p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5047">#5047</a> <a href="b3bf5693c6"><code>b3bf5693</code></a> Thanks <a href="https://github.com/moklick"><code>@moklick</code></a>! - Pass generics to OnSelectionChangeFunc so that users can type it correctly</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5053">#5053</a> <a href="25fb45b5e9"><code>25fb45b5</code></a> Thanks <a href="https://github.com/moklick"><code>@moklick</code></a>! - Remove incorrect deprecation warning</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5033">#5033</a> <a href="7b4a81fb6b"><code>7b4a81fb</code></a> Thanks <a href="https://github.com/dimaMachina"><code>@dimaMachina</code></a>! - lint: use <code>React.JSX</code> type instead of the deprecated global <code>JSX</code> namespace</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5043">#5043</a> <a href="0292ad2010"><code>0292ad20</code></a> Thanks <a href="https://github.com/moklick"><code>@moklick</code></a>! - Use current expandParent value on drag to be able to update it while dragging</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5032">#5032</a> <a href="5867bba805"><code>5867bba8</code></a> Thanks <a href="https://github.com/dimaMachina"><code>@dimaMachina</code></a>! - lint: remove unnecessary type assertions</p> </li> <li> <p>Updated dependencies [<a href="99dd7d3549"><code>99dd7d35</code></a>]:</p> <ul> <li><code>@xyflow/system</code><a href="https://github.com/0"><code>@0</code></a>.0.52</li> </ul> </li> </ul> <h2>12.4.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5010">#5010</a> <a href="6c121d427f"><code>6c121d42</code></a> Thanks <a href="https://github.com/moklick"><code>@moklick</code></a>! - Add more TSDocs to components, hooks, utils funcs and types</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/4991">#4991</a> <a href="ea54d9bcb1"><code>ea54d9bc</code></a> Thanks <a href="https://github.com/waynetee"><code>@waynetee</code></a>! - Fix viewport shifting on node focus</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5013">#5013</a> <a href="cde899c5be"><code>cde899c5</code></a> Thanks <a href="https://github.com/moklick"><code>@moklick</code></a>! - Pass <code>NodeType</code> type argument from <code>ReactFlowProps</code> to <code>connectionLineComponent</code> property.</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5008">#5008</a> <a href="12d859fe29"><code>12d859fe</code></a> Thanks <a href="https://github.com/moklick"><code>@moklick</code></a>! - Add package.json to exports</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5012">#5012</a> <a href="4d3f19e88b"><code>4d3f19e8</code></a> Thanks <a href="https://github.com/moklick"><code>@moklick</code></a>! - Add snapGrid option to screenToFlowPosition and set snapToGrid to false</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/5003">#5003</a> <a href="e8e0d68495"><code>e8e0d684</code></a> Thanks <a href="https://github.com/dimaMachina"><code>@dimaMachina</code></a>! - repair lint command</p> </li> <li> <p><a href="https://redirect.github.com/xyflow/xyflow/pull/4991">#4991</a> <a href="4c62f19b3a"><code>4c62f19b</code></a> Thanks <a href="https://github.com/waynetee"><code>@waynetee</code></a>! - Prevent viewport shift after using Tab</p> </li> <li> <p>Updated dependencies [<a href="6c121d427f"><code>6c121d42</code></a>, <a href="4947029cd6"><code>4947029c</code></a>, <a href="e8e0d68495"><code>e8e0d684</code></a>]:</p> <ul> <li><code>@xyflow/system</code><a href="https://github.com/0"><code>@0</code></a>.0.51</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d045503667"><code>d045503</code></a> chore(packages): bump</li> <li><a href="7a00fe3520"><code>7a00fe3</code></a> chore(getNodeConnections): remove deprecation <a href="https://github.com/xyflow/xyflow/tree/HEAD/packages/react/issues/5051">#5051</a></li> <li><a href="08b99e8719"><code>08b99e8</code></a> Merge pull request <a href="https://github.com/xyflow/xyflow/tree/HEAD/packages/react/issues/5043">#5043</a> from xyflow/refactor/dynamic-expand-parent</li> <li><a href="8dd2b4f9e2"><code>8dd2b4f</code></a> chore(updateNodePositions): cleanup</li> <li><a href="0b67a6c303"><code>0b67a6c</code></a> refactor(errors): show error when user drags uninitialized node <a href="https://github.com/xyflow/xyflow/tree/HEAD/packages/react/issues/5014">#5014</a></li> <li><a href="27df80b6a6"><code>27df80b</code></a> fix(selection-listener): pass generics</li> <li><a href="d094ef0581"><code>d094ef0</code></a> fix(OnSelectionChangeFunc): pass node and edge type generics <a href="https://github.com/xyflow/xyflow/tree/HEAD/packages/react/issues/5023">#5023</a></li> <li><a href="3969758af2"><code>3969758</code></a> refactor(expandParent): use current value on drag <a href="https://github.com/xyflow/xyflow/tree/HEAD/packages/react/issues/5039">#5039</a></li> <li><a href="43f188d3b1"><code>43f188d</code></a> fix(click-connections): handle isConnectableStart correctly <a href="https://github.com/xyflow/xyflow/tree/HEAD/packages/react/issues/5041">#5041</a></li> <li><a href="68591a8bf1"><code>68591a8</code></a> Merge branch 'main' into no-deprecated</li> <li>Additional commits viewable in <a href="https://github.com/xyflow/xyflow/commits/@xyflow/react@12.4.4/packages/react">compare view</a></li> </ul> </details> <br /> Updates `framer-motion` from 12.3.1 to 12.4.11 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/motiondivision/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p> <blockquote> <h2>[12.4.11] 2025-03-10</h2> <h3>Fixed</h3> <ul> <li>Preventing flattening of scroll animations when <code>type</code> or <code>ease</code> are explicitly set.</li> </ul> <h2>[12.4.10] 2025-03-03</h2> <h3>Fixed</h3> <ul> <li>Adding UMD bundles for <code>motion-dom</code> and <code>motion-utils</code>.</li> </ul> <h2>[12.4.9] 2025-03-03</h2> <h3>Fixed</h3> <ul> <li>Fixed <code>Reorder.Item</code> reordering causing <code>lostpointercapture</code> event to fire.</li> </ul> <h2>[12.4.8] 2025-02-26</h2> <h3>Fixed</h3> <ul> <li>Fixed exiting children with <code>layoutDependency</code> not animating layout changes because of a stale layout dependency.</li> </ul> <h2>[12.4.7] 2025-02-20</h2> <h3>Fixed</h3> <ul> <li>Fixed <code>AnimatePresence</code> not triggering exit animations when a child with <code>layout</code> or <code>drag</code> is removed.</li> </ul> <h2>[12.4.6] 2025-02-20</h2> <h3>Fixed</h3> <ul> <li>Fixed drag gesture on child elements.</li> </ul> <h2>[12.4.5] 2025-02-19</h2> <h3>Fixed</h3> <ul> <li>Fixed <code>onClick</code> handlers not working inside <code>press</code> events.</li> </ul> <h2>[12.4.4] 2025-02-18</h2> <h3>Fixed</h3> <ul> <li>Changed press, drag and pan gestures to use pointer capturing for better usage within <code>iframe</code> embeds.</li> </ul> <h2>[12.4.3] 2025-02-12</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="9316ca8202"><code>9316ca8</code></a> v12.4.11</li> <li><a href="c291a09ff2"><code>c291a09</code></a> Updating changelog</li> <li><a href="9e2923c5e4"><code>9e2923c</code></a> Fix scroll easing (<a href="https://redirect.github.com/motiondivision/motion/issues/3106">#3106</a>)</li> <li><a href="18b71d1395"><code>18b71d1</code></a> v12.4.10</li> <li><a href="e89a0c20c9"><code>e89a0c2</code></a> Latest</li> <li><a href="d84031e1cd"><code>d84031e</code></a> Latest</li> <li><a href="63e7597969"><code>63e7597</code></a> Updating rollup</li> <li><a href="3fcf837c1f"><code>3fcf837</code></a> v12.4.9</li> <li><a href="c58920f6f2"><code>c58920f</code></a> Updating changelog</li> <li><a href="c889431567"><code>c889431</code></a> Fixing pointer capture and Reorder item (<a href="https://redirect.github.com/motiondivision/motion/issues/3097">#3097</a>)</li> <li>Additional commits viewable in <a href="https://github.com/motiondivision/motion/compare/v12.3.1...v12.4.11">compare view</a></li> </ul> </details> <br /> Updates `lucide-react` from 0.474.0 to 0.479.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lucide-icons/lucide/releases">lucide-react's releases</a>.</em></p> <blockquote> <h2>Version 0.479.0</h2> <h2>What's Changed</h2> <ul> <li>feat(<code>@lucide/svelte</code>): Lucide svelte 5 package by <a href="https://github.com/ericfennis"><code>@ericfennis</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2753">lucide-icons/lucide#2753</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.478.0...0.479.0">https://github.com/lucide-icons/lucide/compare/0.478.0...0.479.0</a></p> <h2>Version 0.478.0</h2> <h2>What's Changed</h2> <ul> <li>ci(pr-comment): Fix icon preview comment on PRs by <a href="https://github.com/ericfennis"><code>@ericfennis</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2854">lucide-icons/lucide#2854</a></li> <li>fix(ci): run lint pr title on title change by <a href="https://github.com/jguddas"><code>@jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2872">lucide-icons/lucide#2872</a></li> <li>fix(metadata): name change reflected in contributions by <a href="https://github.com/AnnaSasDev"><code>@AnnaSasDev</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2866">lucide-icons/lucide#2866</a></li> <li>fix(icons): changed <code>brackets</code> icon by <a href="https://github.com/jguddas"><code>@jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2863">lucide-icons/lucide#2863</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.477.0...0.478.0">https://github.com/lucide-icons/lucide/compare/0.477.0...0.478.0</a></p> <h2>New icons 0.477.0</h2> <h2>New icons 🎨</h2> <ul> <li><code>square-round-corner</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2323">#2323</a>) by <a href="https://github.com/liamb13"><code>@liamb13</code></a></li> </ul> <h2>Modified Icons 🔨</h2> <ul> <li><code>circle-slash-2</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2837">#2837</a>) by <a href="https://github.com/jguddas"><code>@jguddas</code></a></li> </ul> <h2>Fixes and new icons 0.476.0</h2> <h2>Fixes</h2> <ul> <li>fix(lucide-react): Revert exports property package.json, fixing edge worker environments. by <a href="https://github.com/ericfennis"><code>@ericfennis</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2814">lucide-icons/lucide#2814</a></li> <li>fix(lucide): Lucide create element function returning SVG Element by <a href="https://github.com/ericfennis"><code>@ericfennis</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2816">lucide-icons/lucide#2816</a></li> </ul> <h2>New icons 🎨</h2> <ul> <li><code>shield-user</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2608">#2608</a>) by <a href="https://github.com/sebinemeth"><code>@sebinemeth</code></a></li> </ul> <h2>Modified Icons 🔨</h2> <ul> <li><code>beef</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2832">#2832</a>) by <a href="https://github.com/jguddas"><code>@jguddas</code></a></li> </ul> <h2>New icons 0.475.0</h2> <h2>New icons 🎨</h2> <ul> <li><code>circle-small</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2607">#2607</a>) by <a href="https://github.com/jamiemlaw"><code>@jamiemlaw</code></a></li> <li><code>mars-stroke</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2607">#2607</a>) by <a href="https://github.com/jamiemlaw"><code>@jamiemlaw</code></a></li> <li><code>mars</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2607">#2607</a>) by <a href="https://github.com/jamiemlaw"><code>@jamiemlaw</code></a></li> <li><code>non-binary</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2607">#2607</a>) by <a href="https://github.com/jamiemlaw"><code>@jamiemlaw</code></a></li> <li><code>transgender</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2607">#2607</a>) by <a href="https://github.com/jamiemlaw"><code>@jamiemlaw</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="1787b82cfe"><code>1787b82</code></a> build(deps-dev): bump vite from 5.4.13 to 5.4.14 in /packages/lucide (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2804">#2804</a>)</li> <li><a href="b46927e510"><code>b46927e</code></a> fix(lucide-react): Revert exports property package.json, fixing edge worker e...</li> <li><a href="3ab6c373a0"><code>3ab6c37</code></a> build(deps-dev): bump vite from 5.4.12 to 5.4.13 (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2798">#2798</a>)</li> <li><a href="ba2c4b526f"><code>ba2c4b5</code></a> build(deps-dev): bump vite from 5.1.8 to 5.4.12 (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2786">#2786</a>)</li> <li><a href="50630b3aaf"><code>50630b3</code></a> ci: Improve build speeds (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2778">#2778</a>)</li> <li>See full diff in <a href="https://github.com/lucide-icons/lucide/commits/0.479.0/packages/lucide-react">compare view</a></li> </ul> </details> <br /> Updates `next-themes` from 0.4.4 to 0.4.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pacocoursey/next-themes/releases">next-themes's releases</a>.</em></p> <blockquote> <h2>v0.4.5</h2> <h2>What's Changed</h2> <ul> <li>fix: map theme to class using ValueObject in injected script by <a href="https://github.com/danielgavrilov"><code>@danielgavrilov</code></a> in <a href="https://redirect.github.com/pacocoursey/next-themes/pull/330">pacocoursey/next-themes#330</a></li> <li>Reduce number of renders by pre-setting resolvedTheme by <a href="https://github.com/wahba-openai"><code>@wahba-openai</code></a> in <a href="https://redirect.github.com/pacocoursey/next-themes/pull/338">pacocoursey/next-themes#338</a></li> <li>Bump next from 14.2.10 to 14.2.15 in the npm_and_yarn group across 1 directory by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/pacocoursey/next-themes/pull/331">pacocoursey/next-themes#331</a></li> <li>Bump the npm_and_yarn group across 1 directory with 7 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/pacocoursey/next-themes/pull/341">pacocoursey/next-themes#341</a></li> <li>chore: Fix corepack errors in CI by <a href="https://github.com/pacocoursey"><code>@pacocoursey</code></a> in <a href="https://redirect.github.com/pacocoursey/next-themes/pull/342">pacocoursey/next-themes#342</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/danielgavrilov"><code>@danielgavrilov</code></a> made their first contribution in <a href="https://redirect.github.com/pacocoursey/next-themes/pull/330">pacocoursey/next-themes#330</a></li> <li><a href="https://github.com/wahba-openai"><code>@wahba-openai</code></a> made their first contribution in <a href="https://redirect.github.com/pacocoursey/next-themes/pull/338">pacocoursey/next-themes#338</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pacocoursey/next-themes/compare/v0.4.4...v0.4.5">https://github.com/pacocoursey/next-themes/compare/v0.4.4...v0.4.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d12996b4e8"><code>d12996b</code></a> chore: Fix corepack errors in CI (<a href="https://redirect.github.com/pacocoursey/next-themes/issues/342">#342</a>)</li> <li><a href="b77db23e9f"><code>b77db23</code></a> Bump the npm_and_yarn group across 1 directory with 7 updates (<a href="https://redirect.github.com/pacocoursey/next-themes/issues/341">#341</a>)</li> <li><a href="d3fa4ee9ad"><code>d3fa4ee</code></a> Bump next from 14.2.10 to 14.2.15 in the npm_and_yarn group across 1 director...</li> <li><a href="ad83567b11"><code>ad83567</code></a> Reduce number of renders by pre-setting resolvedTheme (<a href="https://redirect.github.com/pacocoursey/next-themes/issues/338">#338</a>)</li> <li><a href="1b510445a3"><code>1b51044</code></a> fix: map theme to class using ValueObject in injected script (<a href="https://redirect.github.com/pacocoursey/next-themes/issues/330">#330</a>)</li> <li>See full diff in <a href="https://github.com/pacocoursey/next-themes/compare/v0.4.4...v0.4.5">compare view</a></li> </ul> </details> <br /> Updates `react-day-picker` from 9.5.1 to 9.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gpbl/react-day-picker/releases">react-day-picker's releases</a>.</em></p> <blockquote> <h2>v9.6.1</h2> <p>This release addresses an accessibility issue, adds a new <code>animate</code> prop and fixes other minor bugs.</p> <h3>Possible Breaking Change in Custom Styles</h3> <p>To address a <a href="https://redirect.github.com/gpbl/react-day-picker/issues/2630">focus lost bug</a> affecting navigation buttons, we <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2685">updated</a> the buttons to use <code>aria-disabled</code> instead of the <code>disabled</code> attribute.</p> <p>This change may cause custom styles for those disabled buttons to break. To fix it in your code, update the CSS selector to target <code>[aria-disabled="true"]</code>:</p> <pre lang="diff"><code>- .rdp-button_next:disabled, + .rdp-button_next[aria-disabled="true"] { /* your custom CSS */ } - .rdp-button_previous:disabled, + .rdp-button_previous[aria-disabled="true"] { /* your custom CSS */ } </code></pre> <h3>Animating Month Transitions</h3> <p>Thanks to the work by <a href="https://github.com/rodgobbi"><code>@rodgobbi</code></a>, we have added animations to DayPicker. The new <a href="http://daypicker.dev/docs/navigation#animate"><code>animate</code> prop</a> enables CSS transitions for captions and weeks when navigating between months:</p> <!-- raw HTML omitted --> <pre lang="tsx"><code><DayPicker animate /> </code></pre> <p>Customizing the animation style can be challenging due to the HTML table structure of the grid. We may address this in the future. Please leave your feedback in <a href="https://github.com/gpbl/react-day-picker/discussions">DayPicker Discussions</a>.</p> <h2>What's Changed</h2> <ul> <li>feat: new <code>animate</code> prop by <a href="https://github.com/rodgobbi"><code>@rodgobbi</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2684">gpbl/react-day-picker#2684</a></li> <li>feat(performance): add <code>sideEffects</code> property to package.json by <a href="https://github.com/rodgobbi"><code>@rodgobbi</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2673">gpbl/react-day-picker#2673</a></li> <li>fix(accessibility): focus lost when navigation button is disabled by <a href="https://github.com/gpbl"><code>@gpbl</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2685">gpbl/react-day-picker#2685</a></li> <li>fix: render selected days with <code>selected</code> modifier when disabled by <a href="https://github.com/rodgobbi"><code>@rodgobbi</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2700">gpbl/react-day-picker#2700</a></li> <li>fix(build): remove extra files from package.json by <a href="https://github.com/gpbl"><code>@gpbl</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2692">gpbl/react-day-picker#2692</a></li> <li>chore(types): fix deprecation of select event handler types by <a href="https://github.com/timothyis"><code>@timothyis</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2680">gpbl/react-day-picker#2680</a></li> </ul> <h3>v9.6.1</h3> <ul> <li>fix(build): add missing .css entries in package.json files by <a href="https://github.com/gpbl"><code>@gpbl</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2703">gpbl/react-day-picker#2703</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/timothyis"><code>@timothyis</code></a> made their first contribution in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2680">gpbl/react-day-picker#2680</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gpbl/react-day-picker/compare/v9.5.1...v9.6.1">https://github.com/gpbl/react-day-picker/compare/v9.5.1...v9.6.1</a></p> <h2>v9.6.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="c37983b8e5"><code>c37983b</code></a> build: bump v9.6.1</li> <li><a href="3d382fe18d"><code>3d382fe</code></a> build: add missing .css entries in package.json files (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2703">#2703</a>)</li> <li><a href="ca71182076"><code>ca71182</code></a> build: bump v9.6.0</li> <li><a href="37f759a718"><code>37f759a</code></a> chore: animate prop, remove <a href="https://github.com/experimental"><code>@experimental</code></a> tag</li> <li><a href="9aa3d35062"><code>9aa3d35</code></a> docs: update for new <code>animate</code> prop (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2694">#2694</a>)</li> <li><a href="d7d0a8ad13"><code>d7d0a8a</code></a> fix: render selected days with selected modifier when disabled (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2700">#2700</a>)</li> <li><a href="48f00dc20f"><code>48f00dc</code></a> fix: focus lost when navigation button is disabled (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2685">#2685</a>)</li> <li><a href="6617c9bf81"><code>6617c9b</code></a> chore: update keyframes names (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2695">#2695</a>)</li> <li><a href="13e0a4acc9"><code>13e0a4a</code></a> test: fix test related to first of month (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2693">#2693</a>)</li> <li><a href="ebde52dd02"><code>ebde52d</code></a> docs: fix no-wrap-table style for paragraphs</li> <li>Additional commits viewable in <a href="https://github.com/gpbl/react-day-picker/compare/v9.5.1...v9.6.1">compare view</a></li> </ul> </details> <br /> Updates `react-icons` from 5.4.0 to 5.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/react-icons/react-icons/releases">react-icons's releases</a>.</em></p> <blockquote> <h2>v5.5.0</h2> <h2>What's Changed</h2> <ul> <li>[React 19] Update IconType type to return React.ReactNode by <a href="https://github.com/diaz-hfc"><code>@diaz-hfc</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/1004">react-icons/react-icons#1004</a></li> <li>Bump vite from 5.2.10 to 5.4.11 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/996">react-icons/react-icons#996</a></li> <li>Bump nanoid from 3.3.7 to 3.3.8 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/1005">react-icons/react-icons#1005</a></li> <li>Bump vite from 5.4.11 to 5.4.14 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/1021">react-icons/react-icons#1021</a></li> <li>Bump esbuild from 0.20.2 to 0.25.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/react-icons/react-icons/pull/1027">react-icons/react-icons#1027</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/diaz-hfc"><code>@diaz-hfc</code></a> made their first contribution in <a href="https://redirect.github.com/react-icons/react-icons/pull/1004">react-icons/react-icons#1004</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/react-icons/react-icons/compare/v5.4.0...v5.5.0">https://github.com/react-icons/react-icons/compare/v5.4.0...v5.5.0</a></p> <table> <thead> <tr> <th>Icon Library</th> <th>License</th> <th>Version</th> <th align="right">Count</th> </tr> </thead> <tbody> <tr> <td><a href="https://circumicons.com/">Circum Icons</a></td> <td><a href="https://github.com/Klarr-Agency/Circum-Icons/blob/main/LICENSE">MPL-2.0 license</a></td> <td>1.0.0</td> <td align="right">288</td> </tr> <tr> <td><a href="https://fontawesome.com/">Font Awesome 5</a></td> <td><a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0 License</a></td> <td>5.15.4-3-gafecf2a</td> <td align="right">1612</td> </tr> <tr> <td><a href="https://fontawesome.com/">Font Awesome 6</a></td> <td><a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0 License</a></td> <td>6.6.0</td> <td align="right">2050</td... _Description has been truncated_ --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zamil Majdy <zamil.majdy@agpt.co>
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
"defaults"
|
||||
],
|
||||
"dependencies": {
|
||||
"@faker-js/faker": "^9.4.0",
|
||||
"@faker-js/faker": "^9.6.0",
|
||||
"@hookform/resolvers": "^3.10.0",
|
||||
"@next/third-parties": "^15.1.6",
|
||||
"@next/third-parties": "^15.2.1",
|
||||
"@radix-ui/react-alert-dialog": "^1.1.5",
|
||||
"@radix-ui/react-avatar": "^1.1.1",
|
||||
"@radix-ui/react-checkbox": "^1.1.2",
|
||||
@@ -46,9 +46,9 @@
|
||||
"@radix-ui/react-tooltip": "^1.1.7",
|
||||
"@sentry/nextjs": "^8",
|
||||
"@supabase/ssr": "^0.5.2",
|
||||
"@supabase/supabase-js": "^2.48.1",
|
||||
"@tanstack/react-table": "^8.20.6",
|
||||
"@xyflow/react": "^12.4.2",
|
||||
"@supabase/supabase-js": "^2.49.1",
|
||||
"@tanstack/react-table": "^8.21.2",
|
||||
"@xyflow/react": "12.4.2",
|
||||
"ajv": "^8.17.1",
|
||||
"boring-avatars": "^1.11.2",
|
||||
"canvas-confetti": "^1.9.3",
|
||||
@@ -60,28 +60,28 @@
|
||||
"dotenv": "^16.4.7",
|
||||
"elliptic": "6.6.1",
|
||||
"embla-carousel-react": "^8.5.2",
|
||||
"framer-motion": "^12.0.11",
|
||||
"framer-motion": "^12.4.11",
|
||||
"geist": "^1.3.1",
|
||||
"launchdarkly-react-client-sdk": "^3.6.1",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"lucide-react": "^0.474.0",
|
||||
"lucide-react": "^0.479.0",
|
||||
"moment": "^2.30.1",
|
||||
"next": "^14.2.21",
|
||||
"next-themes": "^0.4.4",
|
||||
"next-themes": "^0.4.5",
|
||||
"react": "^18",
|
||||
"react-day-picker": "^9.5.1",
|
||||
"react-day-picker": "^9.6.1",
|
||||
"react-dom": "^18",
|
||||
"react-drag-drop-files": "^2.4.0",
|
||||
"react-hook-form": "^7.54.0",
|
||||
"react-icons": "^5.4.0",
|
||||
"react-icons": "^5.5.0",
|
||||
"react-markdown": "^9.0.3",
|
||||
"react-modal": "^3.16.3",
|
||||
"react-shepherd": "^6.1.7",
|
||||
"react-shepherd": "^6.1.8",
|
||||
"recharts": "^2.15.1",
|
||||
"tailwind-merge": "^2.6.0",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"uuid": "^11.0.5",
|
||||
"zod": "^3.23.8"
|
||||
"uuid": "^11.1.0",
|
||||
"zod": "^3.24.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@chromatic-com/storybook": "^3.2.4",
|
||||
|
||||
@@ -1215,10 +1215,10 @@
|
||||
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
|
||||
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
|
||||
|
||||
"@faker-js/faker@^9.4.0":
|
||||
version "9.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@faker-js/faker/-/faker-9.4.0.tgz#3e85604df3a318729436677565e9433d964276d2"
|
||||
integrity sha512-85+k0AxaZSTowL0gXp8zYWDIrWclTbRPg/pm/V0dSFZ6W6D4lhcG3uuZl4zLsEKfEvs69xDbLN2cHQudwp95JA==
|
||||
"@faker-js/faker@^9.6.0":
|
||||
version "9.6.0"
|
||||
resolved "https://registry.yarnpkg.com/@faker-js/faker/-/faker-9.6.0.tgz#64235d20330b142eef3d1d1638ba56c083b4bf1d"
|
||||
integrity sha512-3vm4by+B5lvsFPSyep3ELWmZfE3kicDtmemVpuwl1yH7tqtnHdsA6hG8fbXedMVdkzgtvzWoRgjSB4Q+FHnZiw==
|
||||
|
||||
"@floating-ui/core@^1.6.0":
|
||||
version "1.6.9"
|
||||
@@ -1771,10 +1771,10 @@
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.23.tgz#c81838f02f2f16a321b7533890fb63c1edec68e1"
|
||||
integrity sha512-xCtq5BD553SzOgSZ7UH5LH+OATQihydObTrCTvVzOro8QiWYKdBVwcB2Mn2MLMo6DGW9yH1LSPw7jS7HhgJgjw==
|
||||
|
||||
"@next/third-parties@^15.1.6":
|
||||
version "15.1.6"
|
||||
resolved "https://registry.yarnpkg.com/@next/third-parties/-/third-parties-15.1.6.tgz#2ff58ff6424b835b20fab86414b4d13342b49fa6"
|
||||
integrity sha512-F0uemUqFwD3lLx5SrWXYRe9dZvMVkO0rFuMnvLiPBcagxNc23Ufl5cNXEm4Yuo8O1Mu8dgh+VjExMz1Td4vBew==
|
||||
"@next/third-parties@^15.2.1":
|
||||
version "15.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@next/third-parties/-/third-parties-15.2.1.tgz#15cac0221fa889518268c3b8bb6538060b8171cb"
|
||||
integrity sha512-XIOqG5NptLoH7MUBuxZP58DMjgX/XeDhY2UTcLHjMMMXfvu2kckGOUYFfoueWzkLmmfKbj7e8nq03pkcN6vXUA==
|
||||
dependencies:
|
||||
third-party-capital "1.0.20"
|
||||
|
||||
@@ -2646,7 +2646,7 @@
|
||||
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.10.5.tgz#3a1c12c959010a55c17d46b395ed3047b545c246"
|
||||
integrity sha512-kkKUDVlII2DQiKy7UstOR1ErJP8kUKAQ4oa+SQtM0K+lPdmmjj0YnnxBgtTVYH7mUKtbsxeFC9y0AmK7Yb78/A==
|
||||
|
||||
"@scarf/scarf@^1.3.0":
|
||||
"@scarf/scarf@^1.4.0":
|
||||
version "1.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@scarf/scarf/-/scarf-1.4.0.tgz#3bbb984085dbd6d982494538b523be1ce6562972"
|
||||
integrity sha512-xxeapPiUXdZAE3che6f3xogoJPeZgig6omHEy1rIY5WVsB3H2BHNnZH+gHG6x91SCWyQCzWGsuL2Hh3ClO5/qQ==
|
||||
@@ -3281,10 +3281,10 @@
|
||||
resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-8.5.3.tgz#44462cc59a0ce66d2e714330399fae4672afda2e"
|
||||
integrity sha512-Jvzw+gT1HNarkJo21WZBq5pU89qDN8u/pD3woSh/1c2h5RS6UylWjQHotPFpcBIQiUSrDFtvCU9xugJm4MD0+w==
|
||||
|
||||
"@supabase/auth-js@2.67.3":
|
||||
version "2.67.3"
|
||||
resolved "https://registry.yarnpkg.com/@supabase/auth-js/-/auth-js-2.67.3.tgz#a1f5eb22440b0cdbf87fe2ecae662a8dd8bb2028"
|
||||
integrity sha512-NJDaW8yXs49xMvWVOkSIr8j46jf+tYHV0wHhrwOaLLMZSFO4g6kKAf+MfzQ2RaD06OCUkUHIzctLAxjTgEVpzw==
|
||||
"@supabase/auth-js@2.68.0":
|
||||
version "2.68.0"
|
||||
resolved "https://registry.yarnpkg.com/@supabase/auth-js/-/auth-js-2.68.0.tgz#e1fb51ed577952d16faf86ee47db1fd3d1c4e7db"
|
||||
integrity sha512-odG7nb7aOmZPUXk6SwL2JchSsn36Ppx11i2yWMIc/meUO2B2HK9YwZHPK06utD9Ql9ke7JKDbwGin/8prHKxxQ==
|
||||
dependencies:
|
||||
"@supabase/node-fetch" "^2.6.14"
|
||||
|
||||
@@ -3302,10 +3302,10 @@
|
||||
dependencies:
|
||||
whatwg-url "^5.0.0"
|
||||
|
||||
"@supabase/postgrest-js@1.18.1":
|
||||
version "1.18.1"
|
||||
resolved "https://registry.yarnpkg.com/@supabase/postgrest-js/-/postgrest-js-1.18.1.tgz#7ceac0dfbe567d953343c5ae9750f848cc6db744"
|
||||
integrity sha512-dWDnoC0MoDHKhaEOrsEKTadWQcBNknZVQcSgNE/Q2wXh05mhCL1ut/jthRUrSbYcqIw/CEjhaeIPp7dLarT0bg==
|
||||
"@supabase/postgrest-js@1.19.2":
|
||||
version "1.19.2"
|
||||
resolved "https://registry.yarnpkg.com/@supabase/postgrest-js/-/postgrest-js-1.19.2.tgz#cb721860fefd9ec2818bbafc56de4314c0ebca81"
|
||||
integrity sha512-MXRbk4wpwhWl9IN6rIY1mR8uZCCG4MZAEji942ve6nMwIqnBgBnZhZlON6zTTs6fgveMnoCILpZv1+K91jN+ow==
|
||||
dependencies:
|
||||
"@supabase/node-fetch" "^2.6.14"
|
||||
|
||||
@@ -3334,15 +3334,15 @@
|
||||
dependencies:
|
||||
"@supabase/node-fetch" "^2.6.14"
|
||||
|
||||
"@supabase/supabase-js@^2.48.1":
|
||||
version "2.48.1"
|
||||
resolved "https://registry.yarnpkg.com/@supabase/supabase-js/-/supabase-js-2.48.1.tgz#6bbe6bd799115bd1237510e1c2de6f8ccdd84cd0"
|
||||
integrity sha512-VMD+CYk/KxfwGbI4fqwSUVA7CLr1izXpqfFerhnYPSi6LEKD8GoR4kuO5Cc8a+N43LnfSQwLJu4kVm2e4etEmA==
|
||||
"@supabase/supabase-js@^2.49.1":
|
||||
version "2.49.1"
|
||||
resolved "https://registry.yarnpkg.com/@supabase/supabase-js/-/supabase-js-2.49.1.tgz#457f7b19722d2cff064a1923399a42b855c4a9b8"
|
||||
integrity sha512-lKaptKQB5/juEF5+jzmBeZlz69MdHZuxf+0f50NwhL+IE//m4ZnOeWlsKRjjsM0fVayZiQKqLvYdBn0RLkhGiQ==
|
||||
dependencies:
|
||||
"@supabase/auth-js" "2.67.3"
|
||||
"@supabase/auth-js" "2.68.0"
|
||||
"@supabase/functions-js" "2.4.4"
|
||||
"@supabase/node-fetch" "2.6.15"
|
||||
"@supabase/postgrest-js" "1.18.1"
|
||||
"@supabase/postgrest-js" "1.19.2"
|
||||
"@supabase/realtime-js" "2.11.2"
|
||||
"@supabase/storage-js" "2.7.1"
|
||||
|
||||
@@ -3444,17 +3444,17 @@
|
||||
dependencies:
|
||||
"@swc/counter" "^0.1.3"
|
||||
|
||||
"@tanstack/react-table@^8.20.6":
|
||||
version "8.20.6"
|
||||
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.20.6.tgz#a1f3103327aa59aa621931f4087a7604a21054d0"
|
||||
integrity sha512-w0jluT718MrOKthRcr2xsjqzx+oEM7B7s/XXyfs19ll++hlId3fjTm+B2zrR3ijpANpkzBAr15j1XGVOMxpggQ==
|
||||
"@tanstack/react-table@^8.21.2":
|
||||
version "8.21.2"
|
||||
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.21.2.tgz#6a7fce828b64547e33f4606ada8114db496007cc"
|
||||
integrity sha512-11tNlEDTdIhMJba2RBH+ecJ9l1zgS2kjmexDPAraulc8jeNA4xocSNeyzextT0XJyASil4XsCYlJmf5jEWAtYg==
|
||||
dependencies:
|
||||
"@tanstack/table-core" "8.20.5"
|
||||
"@tanstack/table-core" "8.21.2"
|
||||
|
||||
"@tanstack/table-core@8.20.5":
|
||||
version "8.20.5"
|
||||
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.20.5.tgz#3974f0b090bed11243d4107283824167a395cf1d"
|
||||
integrity sha512-P9dF7XbibHph2PFRz8gfBKEXEY/HJPOhym8CHmjF8y3q5mWpKx9xtZapXQUWCgkqvsK0R46Azuz+VaxD4Xl+Tg==
|
||||
"@tanstack/table-core@8.21.2":
|
||||
version "8.21.2"
|
||||
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.21.2.tgz#dd57595a1773652bb6fb437e90a5f5386a49fd7e"
|
||||
integrity sha512-uvXk/U4cBiFMxt+p9/G7yUWI/UbHYbyghLCjlpWZ3mLeIZiUBSKcUnw9UnKkdRz7Z/N4UBuFLWQdJCjUe7HjvA==
|
||||
|
||||
"@testing-library/dom@10.4.0":
|
||||
version "10.4.0"
|
||||
@@ -4172,7 +4172,7 @@
|
||||
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
|
||||
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
|
||||
|
||||
"@xyflow/react@^12.4.2":
|
||||
"@xyflow/react@12.4.2":
|
||||
version "12.4.2"
|
||||
resolved "https://registry.yarnpkg.com/@xyflow/react/-/react-12.4.2.tgz#669ab18923d93a8d8fb526241a2affc0d50abf9d"
|
||||
integrity sha512-AFJKVc/fCPtgSOnRst3xdYJwiEcUN9lDY7EO/YiRvFHYCJGgfzg+jpvZjkTOnBLGyrMJre9378pRxAc3fsR06A==
|
||||
@@ -6775,13 +6775,13 @@ forwarded-parse@2.1.2:
|
||||
resolved "https://registry.yarnpkg.com/forwarded-parse/-/forwarded-parse-2.1.2.tgz#08511eddaaa2ddfd56ba11138eee7df117a09325"
|
||||
integrity sha512-alTFZZQDKMporBH77856pXgzhEzaUVmLCDk+egLgIgHst3Tpndzz8MnKe+GzRJRfvVdn69HhpW7cmXzvtLvJAw==
|
||||
|
||||
framer-motion@^12.0.11:
|
||||
version "12.3.1"
|
||||
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.3.1.tgz#041be06a3e1041cf6820a0895b704e8ea588e3df"
|
||||
integrity sha512-Br4a2YhdeEvdzMDX8ToVO+/Jbqm2Loo/8rMjizX1nejjBvRJGMfz+NW1qBo4WCHF26uIdES5MBztUlB4pIyfqQ==
|
||||
framer-motion@^12.4.11:
|
||||
version "12.4.11"
|
||||
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.4.11.tgz#c903d07d41222f7c2ec303ab4326eff86260b504"
|
||||
integrity sha512-MHeZlgzo9DnQ6+TFgRqJiOk4vWwsDcXFtxeXlVawVs1nwgcZW3966foGIgkIiIrBSPHB9RlbqspAxiYWosFT9g==
|
||||
dependencies:
|
||||
motion-dom "^12.0.0"
|
||||
motion-utils "^12.0.0"
|
||||
motion-dom "^12.4.11"
|
||||
motion-utils "^12.4.10"
|
||||
tslib "^2.4.0"
|
||||
|
||||
fromentries@^1.2.0:
|
||||
@@ -8494,10 +8494,10 @@ lru-cache@^5.1.1:
|
||||
dependencies:
|
||||
yallist "^3.0.2"
|
||||
|
||||
lucide-react@^0.474.0:
|
||||
version "0.474.0"
|
||||
resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.474.0.tgz#9fcaa96250fa2de0b3e2803d4ad744eaea572247"
|
||||
integrity sha512-CmghgHkh0OJNmxGKWc0qfPJCYHASPMVSyGY8fj3xgk4v84ItqDg64JNKFZn5hC6E0vHi6gxnbCgwhyVB09wQtA==
|
||||
lucide-react@^0.479.0:
|
||||
version "0.479.0"
|
||||
resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.479.0.tgz#7321f979a389ec5dd86747b2deb6444cf0922f8d"
|
||||
integrity sha512-aBhNnveRhorBOK7uA4gDjgaf+YlHMdMhQ/3cupk6exM10hWlEU+2QtWYOfhXhjAsmdb6LeKR+NZnow4UxRRiTQ==
|
||||
|
||||
lz-string@^1.5.0:
|
||||
version "1.5.0"
|
||||
@@ -8980,17 +8980,17 @@ moment@^2.30.1:
|
||||
resolved "https://registry.yarnpkg.com/moment/-/moment-2.30.1.tgz#f8c91c07b7a786e30c59926df530b4eac96974ae"
|
||||
integrity sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==
|
||||
|
||||
motion-dom@^12.0.0:
|
||||
version "12.0.0"
|
||||
resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.0.0.tgz#7045c63642eecbcc04c40b4457ebb07b3c2b3d0c"
|
||||
integrity sha512-CvYd15OeIR6kHgMdonCc1ihsaUG4MYh/wrkz8gZ3hBX/uamyZCXN9S9qJoYF03GqfTt7thTV/dxnHYX4+55vDg==
|
||||
motion-dom@^12.4.11:
|
||||
version "12.4.11"
|
||||
resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.4.11.tgz#0419c8686cda4d523f08249deeb8fa6683a9b9d3"
|
||||
integrity sha512-wstlyV3pktgFjqsjbXMo1NX9hQD9XTVqxQNvfc+FREAgxr3GVzgWIEKvbyyNlki3J1jmmh+et9X3aCKeqFPcxA==
|
||||
dependencies:
|
||||
motion-utils "^12.0.0"
|
||||
motion-utils "^12.4.10"
|
||||
|
||||
motion-utils@^12.0.0:
|
||||
version "12.0.0"
|
||||
resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-12.0.0.tgz#fabf79f4f1c818720a1b70f615e2a1768f396ac0"
|
||||
integrity sha512-MNFiBKbbqnmvOjkPyOKgHUp3Q6oiokLkI1bEwm5QA28cxMZrv0CbbBGDNmhF6DIXsi1pCQBSs0dX8xjeER1tmA==
|
||||
motion-utils@^12.4.10:
|
||||
version "12.4.10"
|
||||
resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-12.4.10.tgz#3d93acea5454419eaaad8d5e5425cb71cbfa1e7f"
|
||||
integrity sha512-NPwZd94V013SwRf++jMrk2+HEBgPkeIE2RiOzhAuuQlqxMJPkKt/LXVh6Upl+iN8oarSGD2dlY5/bqgsYXDABA==
|
||||
|
||||
ms@^2.1.1, ms@^2.1.3:
|
||||
version "2.1.3"
|
||||
@@ -9062,10 +9062,10 @@ neo-async@^2.6.2:
|
||||
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
|
||||
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
|
||||
|
||||
next-themes@^0.4.4:
|
||||
version "0.4.4"
|
||||
resolved "https://registry.yarnpkg.com/next-themes/-/next-themes-0.4.4.tgz#ce6f68a4af543821bbc4755b59c0d3ced55c2d13"
|
||||
integrity sha512-LDQ2qIOJF0VnuVrrMSMLrWGjRMkq+0mpgl6e0juCLqdJ+oo8Q84JRWT6Wh11VDQKkMMe+dVzDKLWs5n87T+PkQ==
|
||||
next-themes@^0.4.5:
|
||||
version "0.4.5"
|
||||
resolved "https://registry.yarnpkg.com/next-themes/-/next-themes-0.4.5.tgz#267178c45798df6adfca0843bfc968269fcb7198"
|
||||
integrity sha512-E8/gYKBxZknOXBiDk/sRokAvkOw35PTUD4Gxtq1eBhd0r4Dx5S42zU65/q8ozR5rcSG2ZlE1E3+ShlUpC7an+A==
|
||||
|
||||
next@^14.2.21:
|
||||
version "14.2.23"
|
||||
@@ -10014,10 +10014,10 @@ react-confetti@^6.1.0:
|
||||
dependencies:
|
||||
tween-functions "^1.2.0"
|
||||
|
||||
react-day-picker@^9.5.1:
|
||||
version "9.5.1"
|
||||
resolved "https://registry.yarnpkg.com/react-day-picker/-/react-day-picker-9.5.1.tgz#ec40acdcc3ffbf7c0b9bfea8b6f97924249ea974"
|
||||
integrity sha512-PxuK8inYLlYgM2zZUVBPsaBM5jI40suPeG+naKyx7kpyF032RRlEAUEjkpW9/poTASh/vyWAOVqjGuGw+47isw==
|
||||
react-day-picker@^9.6.1:
|
||||
version "9.6.1"
|
||||
resolved "https://registry.yarnpkg.com/react-day-picker/-/react-day-picker-9.6.1.tgz#e4dcf562a2b0c083dd6de12e7dca087c36116508"
|
||||
integrity sha512-PiRT/l6yk+fLpSmyMFUHIep8dbKAlilJGfDB0N2krXFhnxbitZf/t+ePDLk8kou/lYUVWAfIIxBJjFuvrNy7Hw==
|
||||
dependencies:
|
||||
"@date-fns/tz" "^1.2.0"
|
||||
date-fns "^4.1.0"
|
||||
@@ -10065,10 +10065,10 @@ react-hook-form@^7.54.0:
|
||||
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.54.2.tgz#8c26ed54c71628dff57ccd3c074b1dd377cfb211"
|
||||
integrity sha512-eHpAUgUjWbZocoQYUHposymRb4ZP6d0uwUnooL2uOybA9/3tPUvoAKqEWK1WaSiTxxOfTpffNZP7QwlnM3/gEg==
|
||||
|
||||
react-icons@^5.4.0:
|
||||
version "5.4.0"
|
||||
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-5.4.0.tgz#443000f6e5123ee1b21ea8c0a716f6e7797f7416"
|
||||
integrity sha512-7eltJxgVt7X64oHh6wSWNwwbKTCtMfK35hcjvJS0yxEAhPM8oUKdS3+kqaW1vicIltw+kR2unHaa12S9pPALoQ==
|
||||
react-icons@^5.5.0:
|
||||
version "5.5.0"
|
||||
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-5.5.0.tgz#8aa25d3543ff84231685d3331164c00299cdfaf2"
|
||||
integrity sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==
|
||||
|
||||
react-is@^16.13.1, react-is@^16.7.0:
|
||||
version "16.13.1"
|
||||
@@ -10140,12 +10140,12 @@ react-remove-scroll@^2.6.3:
|
||||
use-callback-ref "^1.3.3"
|
||||
use-sidecar "^1.1.3"
|
||||
|
||||
react-shepherd@^6.1.7:
|
||||
version "6.1.7"
|
||||
resolved "https://registry.yarnpkg.com/react-shepherd/-/react-shepherd-6.1.7.tgz#58b5291128155b4903830bc42e5ac1ef4bea8427"
|
||||
integrity sha512-CjlJYuUrToNLUJm/cwsFWyIou0bqwAoVTnLaT7rYYnhSSv1Jr6yDQonmsXmN7+7Ntfvr3l2+X+k21pIAkLWTdA==
|
||||
react-shepherd@^6.1.8:
|
||||
version "6.1.8"
|
||||
resolved "https://registry.yarnpkg.com/react-shepherd/-/react-shepherd-6.1.8.tgz#9ccacbcc9f1835a9ef6a3782a76ba0d5cf6a1dd9"
|
||||
integrity sha512-AA/ZqSbhkztCnRtNS5V9+V+lBJc1tjyYBGO6Gkjb41OX/jhGiFO0dJpfPnWYuHwAloYAXR0UuFq/lGqlXRWkrw==
|
||||
dependencies:
|
||||
shepherd.js "14.4.0"
|
||||
shepherd.js "14.5.0"
|
||||
|
||||
react-smooth@^4.0.4:
|
||||
version "4.0.4"
|
||||
@@ -10722,13 +10722,13 @@ shell-quote@^1.8.1:
|
||||
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.2.tgz#d2d83e057959d53ec261311e9e9b8f51dcb2934a"
|
||||
integrity sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==
|
||||
|
||||
shepherd.js@14.4.0:
|
||||
version "14.4.0"
|
||||
resolved "https://registry.yarnpkg.com/shepherd.js/-/shepherd.js-14.4.0.tgz#4d061a1e0a92f13caa5b7f3c8d1095c1215d4c08"
|
||||
integrity sha512-pXuyhtHPj47Wp6vYESIdhcRrpva67+AolbvVBnJlZNZDa4VBPTwoN+x3R7h1C+RV+z5Tvk3JuLB/8ZgEKMeyEQ==
|
||||
shepherd.js@14.5.0:
|
||||
version "14.5.0"
|
||||
resolved "https://registry.yarnpkg.com/shepherd.js/-/shepherd.js-14.5.0.tgz#200a77ac7197ef0ae2ecc74afbf99569222cca7e"
|
||||
integrity sha512-23yBjWnrEeaCHFVUukPNol/K0pdvq6NgyqxDeq1qfJuNhxTHpiAvqTB9ULUogndBcGxfkyTRud95PpUyZwGAGQ==
|
||||
dependencies:
|
||||
"@floating-ui/dom" "^1.6.12"
|
||||
"@scarf/scarf" "^1.3.0"
|
||||
"@scarf/scarf" "^1.4.0"
|
||||
deepmerge-ts "^7.1.1"
|
||||
|
||||
shimmer@^1.2.1:
|
||||
@@ -11726,10 +11726,10 @@ utila@~0.4:
|
||||
resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c"
|
||||
integrity sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==
|
||||
|
||||
uuid@^11.0.5:
|
||||
version "11.0.5"
|
||||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.5.tgz#07b46bdfa6310c92c3fb3953a8720f170427fc62"
|
||||
integrity sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==
|
||||
uuid@^11.1.0:
|
||||
version "11.1.0"
|
||||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912"
|
||||
integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==
|
||||
|
||||
uuid@^8.0.0, uuid@^8.3.2:
|
||||
version "8.3.2"
|
||||
@@ -12160,10 +12160,10 @@ yoctocolors-cjs@^2.1.2:
|
||||
resolved "https://registry.yarnpkg.com/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz#f4b905a840a37506813a7acaa28febe97767a242"
|
||||
integrity sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==
|
||||
|
||||
zod@^3.23.8:
|
||||
version "3.24.1"
|
||||
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.1.tgz#27445c912738c8ad1e9de1bea0359fa44d9d35ee"
|
||||
integrity sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==
|
||||
zod@^3.24.2:
|
||||
version "3.24.2"
|
||||
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.2.tgz#8efa74126287c675e92f46871cfc8d15c34372b3"
|
||||
integrity sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==
|
||||
|
||||
zustand@^4.4.0:
|
||||
version "4.5.6"
|
||||
|
||||
Reference in New Issue
Block a user