mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 07:38:04 -05:00
chore(frontend/deps-dev): Bump the development-dependencies group in /autogpt_platform/frontend with 4 updates (#10382)
Bumps the development-dependencies group in /autogpt_platform/frontend with 4 updates: [@playwright/test](https://github.com/microsoft/playwright), [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools), [msw](https://github.com/mswjs/msw) and [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss). Updates `@playwright/test` from 1.53.2 to 1.54.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/playwright/releases"><code>@playwright/test</code>'s releases</a>.</em></p> <blockquote> <h2>v1.54.1</h2> <h3>Highlights</h3> <p><a href="https://redirect.github.com/microsoft/playwright/issues/36650">microsoft/playwright#36650</a> - [Regression]: 1.54.0 breaks downloading browsers when an HTTP(S) proxy is used</p> <h2>Browser Versions</h2> <ul> <li>Chromium 139.0.7258.5</li> <li>Mozilla Firefox 140.0.2</li> <li>WebKit 26.0</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 140</li> <li>Microsoft Edge 140</li> </ul> <h2>v1.54.0</h2> <h2>Highlights</h2> <ul> <li> <p>New cookie property <code>partitionKey</code> in <a href="https://playwright.dev/docs/api/class-browsercontext#browser-context-cookies">browserContext.cookies()</a> and <a href="https://playwright.dev/docs/api/class-browsercontext#browser-context-add-cookies">browserContext.addCookies()</a>. This property allows to save and restore partitioned cookies. See <a href="https://developer.mozilla.org/en-US/docs/Web/Privacy/Guides/Privacy_sandbox/Partitioned_cookies">CHIPS MDN article</a> for more information. Note that browsers have different support and defaults for cookie partitioning.</p> </li> <li> <p>New option <code>noSnippets</code> to disable code snippets in the html report.</p> <pre lang="js"><code>import { defineConfig } from '@playwright/test'; <p>export default defineConfig({ reporter: [['html', { noSnippets: true }]] }); </code></pre></p> </li> <li> <p>New property <code>location</code> in test annotations, for example in <a href="https://playwright.dev/docs/api/class-testresult#test-result-annotations">testResult.annotations</a> and <a href="https://playwright.dev/docs/api/class-testinfo#test-info-annotations">testInfo.annotations</a>. It shows where the annotation like <code>test.skip</code> or <code>test.fixme</code> was added.</p> </li> </ul> <h2>Command Line</h2> <ul> <li> <p>New option <code>--user-data-dir</code> in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.</p> <pre lang="bash"><code>npx playwright codegen --user-data-dir=./user-data </code></pre> </li> <li> <p>Option <code>-gv</code> has been removed from the <code>npx playwright test</code> command. Use <code>--grep-invert</code> instead.</p> </li> <li> <p><code>npx playwright open</code> does not open the test recorder anymore. Use <code>npx playwright codegen</code> instead.</p> </li> </ul> <h2>Miscellaneous</h2> <ul> <li>Support for Node.js 16 has been removed.</li> <li>Support for Node.js 18 has been deprecated, and will be removed in the future.</li> </ul> <h2>Browser Versions</h2> <ul> <li>Chromium 139.0.7258.5</li> <li>Mozilla Firefox 140.0.2</li> <li>WebKit 26.0</li> </ul> <p>This version was also tested against the following stable channels:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="97b6b881b7"><code>97b6b88</code></a> chore: mark 1.54.1 (<a href="https://redirect.github.com/microsoft/playwright/issues/36655">#36655</a>)</li> <li><a href="0071756019"><code>0071756</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/36654">#36654</a>): Revert "fix: get rid of url.parse in network code" (<a href="https://redirect.github.com/microsoft/playwright/issues/36654">#36654</a>)</li> <li><a href="3da07a7049"><code>3da07a7</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/36625">#36625</a>): chore: render overlay on top of modal dom content</li> <li><a href="b01d0d1e5f"><code>b01d0d1</code></a> chore: mark v1.54.0 (<a href="https://redirect.github.com/microsoft/playwright/issues/36626">#36626</a>)</li> <li><a href="12834b026e"><code>12834b0</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/36624">#36624</a>): chore: update v1.54 release notes</li> <li><a href="82ce7360fd"><code>82ce736</code></a> test: remove stale fixme/skips in capabilities spec (<a href="https://redirect.github.com/microsoft/playwright/issues/36617">#36617</a>)</li> <li><a href="fab30432b1"><code>fab3043</code></a> chore: v1.54 release notes (<a href="https://redirect.github.com/microsoft/playwright/issues/36620">#36620</a>)</li> <li><a href="ba32a24467"><code>ba32a24</code></a> chore: push action in context to the recorder app (<a href="https://redirect.github.com/microsoft/playwright/issues/36611">#36611</a>)</li> <li><a href="090e5aa754"><code>090e5aa</code></a> chore: update WebKit version to 26.0 (<a href="https://redirect.github.com/microsoft/playwright/issues/36619">#36619</a>)</li> <li><a href="2edbe2562f"><code>2edbe25</code></a> chore: update browser_patches to 9638cca873674fdb6c97a524be0d3ae4874f805a (<a href="https://redirect.github.com/microsoft/playwright/issues/3">#3</a>...</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/playwright/compare/v1.53.2...v1.54.1">compare view</a></li> </ul> </details> <br /> Updates `@tanstack/react-query-devtools` from 5.81.5 to 5.83.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/releases"><code>@tanstack/react-query-devtools</code>'s releases</a>.</em></p> <blockquote> <h2>v5.83.0</h2> <p>Version 5.83.0 - 7/11/25, 5:00 PM</p> <h2>Changes</h2> <h3>Feat</h3> <ul> <li>core: QueryObserver returns isEnabled flag (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9408">#9408</a>) (23c8908) by Dominik Dorfmeister</li> </ul> <h3>Test</h3> <ul> <li>solid-query/suspense: remove "vi.waitFor", and add "advanceTimersByTimeAsync", "expect" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9407">#9407</a>) (0569891) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>svelte-query/createMutation: switch to fake timers, replace "waitFor" with "vi.waitFor", and add "expect" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9382">#9382</a>) (d6930fd) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>svelte-query/createQueries: switch to fake timers, and replace "waitFor" with "vi.waitFor" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9383">#9383</a>) (ab7fd72) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>svelte-query/createQuery: switch to fake timers, replace "waitFor" with "vi.waitFor", and add "expect" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9384">#9384</a>) (2212fff) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>svelte-query/useIsFetching: switch to fake timers, add "expect", "vi.waitFor", and replace "findByText" with "getByText" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9386">#9386</a>) (06cb8eb) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>solid-query/useIsMutating: remove "vi.waitFor", and add "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9404">#9404</a>) (9ecfbf7) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>solid-query/useMutationState: remove "vi.waitFor", and add "advanceTimersByTimeAsync", "expect" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9405">#9405</a>) (89f9483) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>solid-query/useQueries: remove "vi.waitFor", and add "advanceTimersByTimeAsync", "expect" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9406">#9406</a>) (daad8e3) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>svelte-query/createInfiniteQuery: switch to fake timers, and replace "waitFor" with "vi.waitFor" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9381">#9381</a>) (b32904c) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>solid-query/useIsFetching: remove "vi.waitFor", and add "advanceTimersByTimeAsync", "expect" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9403">#9403</a>) (e2bcbe8) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>solid-query/transition: remove "vi.waitFor", and add "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9402">#9402</a>) (eb1cab7) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>solid-query/QueryClientProvider: remove "vi.waitFor", and add "advanceTimersByTimeAsync", "expect" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9401">#9401</a>) (93978d3) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>svelte-query/useMutationState: switch to fake timers, and replace "waitFor" with "vi.waitFor" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9388">#9388</a>) (32467aa) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>svelte-query/useIsMutating: switch to fake timers, add "expect", "vi.waitFor", and replace "findByText" with "getByText" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9387">#9387</a>) (c597f76) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>solid-query/useIsFetching: switch to fake timers, replace "waitFor" with "vi.waitFor" and "findByText" with "getByText" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9377">#9377</a>) (bce4d7e) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>svelte-query/QueryClientProvider: switch to fake timers, replace "waitFor" with "vi.waitFor", and add "expect" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9385">#9385</a>) (c0fd94e) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>solid-query/useQueries: switch to fake timers and replace "waitFor" with "vi.waitFor" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9380">#9380</a>) (f7c83c2) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>solid-query/suspense: switch to fake timers and replace "waitFor" with "vi.waitFor" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9375">#9375</a>) (d1c8cff) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>solid-query/useMutationState: switch to fake timers and replace "waitFor" with "vi.waitFor" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9379">#9379</a>) (94f2150) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>solid-query/useIsMutating: switch to fake timers and replace "waitFor" with "vi.waitFor" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9378">#9378</a>) (509064a) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>solid-query/transition: switch to fake timers and replace "waitFor" with "vi.waitFor" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9376">#9376</a>) (27d82a7) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>solid-query/useInfiniteQuery: switch to fake timers, and replace "waitFor" with "vi.waitFor" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9391">#9391</a>) (a0aeac0) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>solid-query/QueryClientProvider: switch to fake timers and replace "waitFor" with "vi.waitFor" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9374">#9374</a>) (c66af8a) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>vue-query/vueQueryPlugin: switch to fake timers and replace "sleep" with "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9372">#9372</a>) (8c79719) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>vue-query/useIsMutating: switch to fake timers and replace "sleep" with "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9373">#9373</a>) (47f7e86) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>vue-query/useIsFetching: switch to fake timers and replace "sleep" with "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9370">#9370</a>) (367a96e) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>vue-query/useQueries: switch to fake timers and replace "sleep" with "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9369">#9369</a>) (fc0b23e) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>vue-query/queryClient: switch to fake timers and replace "sleep" with "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9371">#9371</a>) (79893c8) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>vue-query/useInfiniteQuery: switch to fake timers and replace "sleep" with "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9368">#9368</a>) (fc2a95c) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>react-query/usePrefetchQuery: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9355">#9355</a>) (c9daf2c) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>react-query/useQueries: remove "waitFor" and add "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9367">#9367</a>) (fd7c655) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>react-query/useInfiniteQuery: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9366">#9366</a>) (f6085d0) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>react-query/useMutation: remove "vi.waitFor", add "advanceTimersByTimeAsync" and replace "findByText" with "getByText" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9352">#9352</a>) (c680879) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>react-query/mutationOptions: switch to fake timers, remove "vi.waitFor", and add "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9397">#9397</a>) (5765378) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>react-query/suspense: remove "vi.waitFor" and add "advanceTimersByTime" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9350">#9350</a>) (f580f08) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>react-query/useQuery: remove "vi.waitFor", add "advanceTimersByTimeAsync" and replace "findByText" with "getByText" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9363">#9363</a>) (eaf768b) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> <li>react-query/useSuspenseQueries: remove "waitFor" and add "advanceTimersByTimeAsync" (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9356">#9356</a>) (a0a0812) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li> </ul> <h2>Packages</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="390424bcdd"><code>390424b</code></a> release: v5.83.0</li> <li><a href="4287e68336"><code>4287e68</code></a> release: v5.82.0</li> <li><a href="4425423588"><code>4425423</code></a> chore(*): migrate tsup configuration files to TypeScript format (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/9330">#9330</a>)</li> <li>See full diff in <a href="https://github.com/TanStack/query/commits/v5.83.0/packages/react-query-devtools">compare view</a></li> </ul> </details> <br /> Updates `msw` from 2.10.3 to 2.10.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mswjs/msw/releases">msw's releases</a>.</em></p> <blockquote> <h2>v2.10.4 (2025-07-12)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>HttpHandler:</strong> use correct query parameters docs link (<a href="https://redirect.github.com/mswjs/msw/issues/2547">#2547</a>) (6cdce81de5576e5049899a729ab3a1424550c003) <a href="https://github.com/kettanaito"><code>@kettanaito</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="e4101030fe"><code>e410103</code></a> chore(release): v2.10.4</li> <li><a href="6cdce81de5"><code>6cdce81</code></a> fix(HttpHandler): use correct query parameters docs link (<a href="https://redirect.github.com/mswjs/msw/issues/2547">#2547</a>)</li> <li>See full diff in <a href="https://github.com/mswjs/msw/compare/v2.10.3...v2.10.4">compare view</a></li> </ul> </details> <br /> Updates `prettier-plugin-tailwindcss` from 0.6.13 to 0.6.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases">prettier-plugin-tailwindcss's releases</a>.</em></p> <blockquote> <h2>v0.6.14</h2> <ul> <li>Add support for OXC + Hermes Prettier plugins (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/376">#376</a>, <a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/380">#380</a>)</li> <li>Sort template literals in Angular expressions (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/377">#377</a>)</li> <li>Don't repeatedly add backslashes to escape sequences when formatting (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/381">#381</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md">prettier-plugin-tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[0.6.14] - 2025-07-09</h2> <ul> <li>Add support for OXC + Hermes Prettier plugins (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/376">#376</a>, <a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/380">#380</a>)</li> <li>Sort template literals in Angular expressions (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/377">#377</a>)</li> <li>Don't repeatedly add backslashes to escape sequences when formatting (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/381">#381</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="e4072ec25a"><code>e4072ec</code></a> 0.6.14</li> <li><a href="63d1f5c705"><code>63d1f5c</code></a> Don't repeatedly add backslashes to escape sequences when formatting (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/381">#381</a>)</li> <li><a href="a265c5b795"><code>a265c5b</code></a> Fix parsing TypeScript with OXC (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/380">#380</a>)</li> <li><a href="8e4efba29a"><code>8e4efba</code></a> Test against Prettier v3.6 (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/375">#375</a>)</li> <li><a href="afa39a56cc"><code>afa39a5</code></a> Create FUNDING.yml</li> <li><a href="9b87e4a50e"><code>9b87e4a</code></a> Sort template literals in Angular expressions (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/377">#377</a>)</li> <li><a href="3f06943f1e"><code>3f06943</code></a> Add support for OXC + Hermes plugins (<a href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/376">#376</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.13...v0.6.14">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -96,14 +96,14 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@chromatic-com/storybook": "4.0.1",
|
||||
"@playwright/test": "1.53.2",
|
||||
"@playwright/test": "1.54.1",
|
||||
"@storybook/addon-a11y": "9.0.16",
|
||||
"@storybook/addon-docs": "9.0.16",
|
||||
"@storybook/addon-links": "9.0.16",
|
||||
"@storybook/addon-onboarding": "9.0.16",
|
||||
"@storybook/nextjs": "9.0.16",
|
||||
"@tanstack/eslint-plugin-query": "5.81.2",
|
||||
"@tanstack/react-query-devtools": "5.81.5",
|
||||
"@tanstack/react-query-devtools": "5.83.0",
|
||||
"@types/canvas-confetti": "1.9.0",
|
||||
"@types/lodash": "4.17.20",
|
||||
"@types/negotiator": "0.6.4",
|
||||
@@ -119,13 +119,13 @@
|
||||
"eslint-config-next": "15.3.5",
|
||||
"eslint-plugin-storybook": "9.0.16",
|
||||
"import-in-the-middle": "1.14.2",
|
||||
"msw": "2.10.3",
|
||||
"msw": "2.10.4",
|
||||
"msw-storybook-addon": "2.0.5",
|
||||
"orval": "7.10.0",
|
||||
"pbkdf2": "3.1.3",
|
||||
"postcss": "8.5.6",
|
||||
"prettier": "3.6.2",
|
||||
"prettier-plugin-tailwindcss": "0.6.13",
|
||||
"prettier-plugin-tailwindcss": "0.6.14",
|
||||
"require-in-the-middle": "7.5.2",
|
||||
"storybook": "9.0.16",
|
||||
"tailwindcss": "3.4.17",
|
||||
|
||||
106
autogpt_platform/frontend/pnpm-lock.yaml
generated
106
autogpt_platform/frontend/pnpm-lock.yaml
generated
@@ -16,7 +16,7 @@ importers:
|
||||
version: 5.1.1(react-hook-form@7.60.0(react@18.3.1))
|
||||
'@next/third-parties':
|
||||
specifier: 15.3.5
|
||||
version: 15.3.5(next@15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
|
||||
version: 15.3.5(next@15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.54.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
|
||||
'@phosphor-icons/react':
|
||||
specifier: 2.1.10
|
||||
version: 2.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
@@ -79,7 +79,7 @@ importers:
|
||||
version: 1.2.7(@types/react-dom@18.3.5(@types/react@18.3.17))(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
'@sentry/nextjs':
|
||||
specifier: 9.35.0
|
||||
version: 9.35.0(@opentelemetry/context-async-hooks@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.57.2(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.1(@opentelemetry/api@1.9.0))(next@15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(webpack@5.99.9(esbuild@0.25.6))
|
||||
version: 9.35.0(@opentelemetry/context-async-hooks@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.57.2(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.1(@opentelemetry/api@1.9.0))(next@15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.54.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(webpack@5.99.9(esbuild@0.25.6))
|
||||
'@supabase/ssr':
|
||||
specifier: 0.6.1
|
||||
version: 0.6.1(@supabase/supabase-js@2.50.3)
|
||||
@@ -133,7 +133,7 @@ importers:
|
||||
version: 12.23.0(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
geist:
|
||||
specifier: 1.4.2
|
||||
version: 1.4.2(next@15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))
|
||||
version: 1.4.2(next@15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.54.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))
|
||||
jaro-winkler:
|
||||
specifier: 0.2.8
|
||||
version: 0.2.8
|
||||
@@ -151,7 +151,7 @@ importers:
|
||||
version: 2.30.1
|
||||
next:
|
||||
specifier: 15.3.5
|
||||
version: 15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
version: 15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.54.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
next-themes:
|
||||
specifier: 0.4.6
|
||||
version: 0.4.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
@@ -214,8 +214,8 @@ importers:
|
||||
specifier: 4.0.1
|
||||
version: 4.0.1(storybook@9.0.16(@testing-library/dom@10.4.0)(prettier@3.6.2))
|
||||
'@playwright/test':
|
||||
specifier: 1.53.2
|
||||
version: 1.53.2
|
||||
specifier: 1.54.1
|
||||
version: 1.54.1
|
||||
'@storybook/addon-a11y':
|
||||
specifier: 9.0.16
|
||||
version: 9.0.16(storybook@9.0.16(@testing-library/dom@10.4.0)(prettier@3.6.2))
|
||||
@@ -230,13 +230,13 @@ importers:
|
||||
version: 9.0.16(storybook@9.0.16(@testing-library/dom@10.4.0)(prettier@3.6.2))
|
||||
'@storybook/nextjs':
|
||||
specifier: 9.0.16
|
||||
version: 9.0.16(esbuild@0.25.6)(next@15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@9.0.16(@testing-library/dom@10.4.0)(prettier@3.6.2))(type-fest@4.41.0)(typescript@5.8.3)(webpack-hot-middleware@2.26.1)(webpack@5.99.9(esbuild@0.25.6))
|
||||
version: 9.0.16(esbuild@0.25.6)(next@15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.54.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@9.0.16(@testing-library/dom@10.4.0)(prettier@3.6.2))(type-fest@4.41.0)(typescript@5.8.3)(webpack-hot-middleware@2.26.1)(webpack@5.99.9(esbuild@0.25.6))
|
||||
'@tanstack/eslint-plugin-query':
|
||||
specifier: 5.81.2
|
||||
version: 5.81.2(eslint@8.57.1)(typescript@5.8.3)
|
||||
'@tanstack/react-query-devtools':
|
||||
specifier: 5.81.5
|
||||
version: 5.81.5(@tanstack/react-query@5.81.5(react@18.3.1))(react@18.3.1)
|
||||
specifier: 5.83.0
|
||||
version: 5.83.0(@tanstack/react-query@5.81.5(react@18.3.1))(react@18.3.1)
|
||||
'@types/canvas-confetti':
|
||||
specifier: 1.9.0
|
||||
version: 1.9.0
|
||||
@@ -260,7 +260,7 @@ importers:
|
||||
version: 3.16.3
|
||||
axe-playwright:
|
||||
specifier: 2.1.0
|
||||
version: 2.1.0(playwright@1.53.2)
|
||||
version: 2.1.0(playwright@1.54.1)
|
||||
chromatic:
|
||||
specifier: 13.1.2
|
||||
version: 13.1.2
|
||||
@@ -283,11 +283,11 @@ importers:
|
||||
specifier: 1.14.2
|
||||
version: 1.14.2
|
||||
msw:
|
||||
specifier: 2.10.3
|
||||
version: 2.10.3(@types/node@22.15.30)(typescript@5.8.3)
|
||||
specifier: 2.10.4
|
||||
version: 2.10.4(@types/node@22.15.30)(typescript@5.8.3)
|
||||
msw-storybook-addon:
|
||||
specifier: 2.0.5
|
||||
version: 2.0.5(msw@2.10.3(@types/node@22.15.30)(typescript@5.8.3))
|
||||
version: 2.0.5(msw@2.10.4(@types/node@22.15.30)(typescript@5.8.3))
|
||||
orval:
|
||||
specifier: 7.10.0
|
||||
version: 7.10.0(openapi-types@12.1.3)
|
||||
@@ -301,8 +301,8 @@ importers:
|
||||
specifier: 3.6.2
|
||||
version: 3.6.2
|
||||
prettier-plugin-tailwindcss:
|
||||
specifier: 0.6.13
|
||||
version: 0.6.13(prettier@3.6.2)
|
||||
specifier: 0.6.14
|
||||
version: 0.6.14(prettier@3.6.2)
|
||||
require-in-the-middle:
|
||||
specifier: 7.5.2
|
||||
version: 7.5.2
|
||||
@@ -1706,8 +1706,8 @@ packages:
|
||||
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
||||
engines: {node: '>=14'}
|
||||
|
||||
'@playwright/test@1.53.2':
|
||||
resolution: {integrity: sha512-tEB2U5z74ebBeyfGNZ3Jfg29AnW+5HlWhvHtb/Mqco9pFdZU1ZLNdVb2UtB5CvmiilNr2ZfVH/qMmAROG/XTzw==}
|
||||
'@playwright/test@1.54.1':
|
||||
resolution: {integrity: sha512-FS8hQ12acieG2dYSksmLOF7BNxnVf2afRJdCuM1eMSxj6QTSE6G4InGF7oApGgDb65MX7AwMVlIkpru0yZA4Xw==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
|
||||
@@ -2733,10 +2733,10 @@ packages:
|
||||
'@tanstack/query-devtools@5.81.2':
|
||||
resolution: {integrity: sha512-jCeJcDCwKfoyyBXjXe9+Lo8aTkavygHHsUHAlxQKKaDeyT0qyQNLKl7+UyqYH2dDF6UN/14873IPBHchcsU+Zg==}
|
||||
|
||||
'@tanstack/react-query-devtools@5.81.5':
|
||||
resolution: {integrity: sha512-lCGMu4RX0uGnlrlLeSckBfnW/UV+KMlTBVqa97cwK7Z2ED5JKnZRSjNXwoma6sQBTJrcULvzgx2K6jEPvNUpDw==}
|
||||
'@tanstack/react-query-devtools@5.83.0':
|
||||
resolution: {integrity: sha512-yfp8Uqd3I1jgx8gl0lxbSSESu5y4MO2ThOPBnGNTYs0P+ZFu+E9g5IdOngyUGuo6Uz6Qa7p9TLdZEX3ntik2fQ==}
|
||||
peerDependencies:
|
||||
'@tanstack/react-query': ^5.81.5
|
||||
'@tanstack/react-query': ^5.83.0
|
||||
react: ^18 || ^19
|
||||
|
||||
'@tanstack/react-query@5.81.5':
|
||||
@@ -5349,8 +5349,8 @@ packages:
|
||||
peerDependencies:
|
||||
msw: ^2.0.0
|
||||
|
||||
msw@2.10.3:
|
||||
resolution: {integrity: sha512-rpqW4wIqISJlgDfu3tiqzuWC/d6jofSuMUsBu1rwepzSwX21aQoagsd+fjahJ8sewa6FwlYhu4no+jfGVQm2IA==}
|
||||
msw@2.10.4:
|
||||
resolution: {integrity: sha512-6R1or/qyele7q3RyPwNuvc0IxO8L8/Aim6Sz5ncXEgcWUNxSKE+udriTOWHtpMwmfkLYlacA2y7TIx4cL5lgHA==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@@ -5693,13 +5693,13 @@ packages:
|
||||
resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==}
|
||||
engines: {node: '>=14.16'}
|
||||
|
||||
playwright-core@1.53.2:
|
||||
resolution: {integrity: sha512-ox/OytMy+2w1jcYEYlOo1Hhp8hZkLCximMTUTMBXjGUA1KoFfiSZ+DU+3a739jsPY0yoKH2TFy9S2fsJas8yAw==}
|
||||
playwright-core@1.54.1:
|
||||
resolution: {integrity: sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
|
||||
playwright@1.53.2:
|
||||
resolution: {integrity: sha512-6K/qQxVFuVQhRQhFsVZ9fGeatxirtrpPgxzBYWyZLEXJzqYwuL4fuNmfOfD5et1tJE4GScKyPNeLhZeRwuTU3A==}
|
||||
playwright@1.54.1:
|
||||
resolution: {integrity: sha512-peWpSwIBmSLi6aW2auvrUtf2DqY16YYcCMO8rTVx486jKmDTJg7UAhyrraP98GB8BoPURZP8+nxO7TSd4cPr5g==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
|
||||
@@ -5821,11 +5821,13 @@ packages:
|
||||
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
||||
engines: {node: '>= 0.8.0'}
|
||||
|
||||
prettier-plugin-tailwindcss@0.6.13:
|
||||
resolution: {integrity: sha512-uQ0asli1+ic8xrrSmIOaElDu0FacR4x69GynTh2oZjFY10JUt6EEumTQl5tB4fMeD6I1naKd+4rXQQ7esT2i1g==}
|
||||
prettier-plugin-tailwindcss@0.6.14:
|
||||
resolution: {integrity: sha512-pi2e/+ZygeIqntN+vC573BcW5Cve8zUB0SSAGxqpB4f96boZF4M3phPVoOFCeypwkpRYdi7+jQ5YJJUwrkGUAg==}
|
||||
engines: {node: '>=14.21.3'}
|
||||
peerDependencies:
|
||||
'@ianvs/prettier-plugin-sort-imports': '*'
|
||||
'@prettier/plugin-hermes': '*'
|
||||
'@prettier/plugin-oxc': '*'
|
||||
'@prettier/plugin-pug': '*'
|
||||
'@shopify/prettier-plugin-liquid': '*'
|
||||
'@trivago/prettier-plugin-sort-imports': '*'
|
||||
@@ -5845,6 +5847,10 @@ packages:
|
||||
peerDependenciesMeta:
|
||||
'@ianvs/prettier-plugin-sort-imports':
|
||||
optional: true
|
||||
'@prettier/plugin-hermes':
|
||||
optional: true
|
||||
'@prettier/plugin-oxc':
|
||||
optional: true
|
||||
'@prettier/plugin-pug':
|
||||
optional: true
|
||||
'@shopify/prettier-plugin-liquid':
|
||||
@@ -8321,9 +8327,9 @@ snapshots:
|
||||
'@next/swc-win32-x64-msvc@15.3.5':
|
||||
optional: true
|
||||
|
||||
'@next/third-parties@15.3.5(next@15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)':
|
||||
'@next/third-parties@15.3.5(next@15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.54.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)':
|
||||
dependencies:
|
||||
next: 15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
next: 15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.54.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
react: 18.3.1
|
||||
third-party-capital: 1.0.20
|
||||
|
||||
@@ -8705,9 +8711,9 @@ snapshots:
|
||||
'@pkgjs/parseargs@0.11.0':
|
||||
optional: true
|
||||
|
||||
'@playwright/test@1.53.2':
|
||||
'@playwright/test@1.54.1':
|
||||
dependencies:
|
||||
playwright: 1.53.2
|
||||
playwright: 1.54.1
|
||||
|
||||
'@pmmmwh/react-refresh-webpack-plugin@0.5.17(react-refresh@0.14.2)(type-fest@4.41.0)(webpack-hot-middleware@2.26.1)(webpack@5.99.9(esbuild@0.25.6))':
|
||||
dependencies:
|
||||
@@ -9437,7 +9443,7 @@ snapshots:
|
||||
|
||||
'@sentry/core@9.35.0': {}
|
||||
|
||||
'@sentry/nextjs@9.35.0(@opentelemetry/context-async-hooks@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.57.2(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.1(@opentelemetry/api@1.9.0))(next@15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(webpack@5.99.9(esbuild@0.25.6))':
|
||||
'@sentry/nextjs@9.35.0(@opentelemetry/context-async-hooks@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.57.2(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.1(@opentelemetry/api@1.9.0))(next@15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.54.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(webpack@5.99.9(esbuild@0.25.6))':
|
||||
dependencies:
|
||||
'@opentelemetry/api': 1.9.0
|
||||
'@opentelemetry/semantic-conventions': 1.34.0
|
||||
@@ -9450,7 +9456,7 @@ snapshots:
|
||||
'@sentry/vercel-edge': 9.35.0
|
||||
'@sentry/webpack-plugin': 3.5.0(webpack@5.99.9(esbuild@0.25.6))
|
||||
chalk: 3.0.0
|
||||
next: 15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
next: 15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.54.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
resolve: 1.22.8
|
||||
rollup: 4.35.0
|
||||
stacktrace-parser: 0.1.11
|
||||
@@ -9794,7 +9800,7 @@ snapshots:
|
||||
react: 18.3.1
|
||||
react-dom: 18.3.1(react@18.3.1)
|
||||
|
||||
'@storybook/nextjs@9.0.16(esbuild@0.25.6)(next@15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@9.0.16(@testing-library/dom@10.4.0)(prettier@3.6.2))(type-fest@4.41.0)(typescript@5.8.3)(webpack-hot-middleware@2.26.1)(webpack@5.99.9(esbuild@0.25.6))':
|
||||
'@storybook/nextjs@9.0.16(esbuild@0.25.6)(next@15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.54.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@9.0.16(@testing-library/dom@10.4.0)(prettier@3.6.2))(type-fest@4.41.0)(typescript@5.8.3)(webpack-hot-middleware@2.26.1)(webpack@5.99.9(esbuild@0.25.6))':
|
||||
dependencies:
|
||||
'@babel/core': 7.28.0
|
||||
'@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.28.0)
|
||||
@@ -9818,7 +9824,7 @@ snapshots:
|
||||
css-loader: 6.11.0(webpack@5.99.9(esbuild@0.25.6))
|
||||
image-size: 2.0.2
|
||||
loader-utils: 3.3.1
|
||||
next: 15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
next: 15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.54.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
node-polyfill-webpack-plugin: 2.0.1(webpack@5.99.9(esbuild@0.25.6))
|
||||
postcss: 8.5.6
|
||||
postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.6))
|
||||
@@ -9974,7 +9980,7 @@ snapshots:
|
||||
|
||||
'@tanstack/query-devtools@5.81.2': {}
|
||||
|
||||
'@tanstack/react-query-devtools@5.81.5(@tanstack/react-query@5.81.5(react@18.3.1))(react@18.3.1)':
|
||||
'@tanstack/react-query-devtools@5.83.0(@tanstack/react-query@5.81.5(react@18.3.1))(react@18.3.1)':
|
||||
dependencies:
|
||||
'@tanstack/query-devtools': 5.81.2
|
||||
'@tanstack/react-query': 5.81.5(react@18.3.1)
|
||||
@@ -10755,14 +10761,14 @@ snapshots:
|
||||
axe-core: 4.10.3
|
||||
mustache: 4.2.0
|
||||
|
||||
axe-playwright@2.1.0(playwright@1.53.2):
|
||||
axe-playwright@2.1.0(playwright@1.54.1):
|
||||
dependencies:
|
||||
'@types/junit-report-builder': 3.0.2
|
||||
axe-core: 4.10.3
|
||||
axe-html-reporter: 2.2.11(axe-core@4.10.3)
|
||||
junit-report-builder: 5.1.1
|
||||
picocolors: 1.1.1
|
||||
playwright: 1.53.2
|
||||
playwright: 1.54.1
|
||||
|
||||
axobject-query@4.1.0: {}
|
||||
|
||||
@@ -12048,9 +12054,9 @@ snapshots:
|
||||
|
||||
functions-have-names@1.2.3: {}
|
||||
|
||||
geist@1.4.2(next@15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)):
|
||||
geist@1.4.2(next@15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.54.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)):
|
||||
dependencies:
|
||||
next: 15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
next: 15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.54.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
|
||||
gensync@1.0.0-beta.2: {}
|
||||
|
||||
@@ -13010,12 +13016,12 @@ snapshots:
|
||||
|
||||
ms@2.1.3: {}
|
||||
|
||||
msw-storybook-addon@2.0.5(msw@2.10.3(@types/node@22.15.30)(typescript@5.8.3)):
|
||||
msw-storybook-addon@2.0.5(msw@2.10.4(@types/node@22.15.30)(typescript@5.8.3)):
|
||||
dependencies:
|
||||
is-node-process: 1.2.0
|
||||
msw: 2.10.3(@types/node@22.15.30)(typescript@5.8.3)
|
||||
msw: 2.10.4(@types/node@22.15.30)(typescript@5.8.3)
|
||||
|
||||
msw@2.10.3(@types/node@22.15.30)(typescript@5.8.3):
|
||||
msw@2.10.4(@types/node@22.15.30)(typescript@5.8.3):
|
||||
dependencies:
|
||||
'@bundled-es-modules/cookie': 2.0.1
|
||||
'@bundled-es-modules/statuses': 1.0.1
|
||||
@@ -13063,7 +13069,7 @@ snapshots:
|
||||
react: 18.3.1
|
||||
react-dom: 18.3.1(react@18.3.1)
|
||||
|
||||
next@15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.53.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||
next@15.3.5(@babel/core@7.28.0)(@opentelemetry/api@1.9.0)(@playwright/test@1.54.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||
dependencies:
|
||||
'@next/env': 15.3.5
|
||||
'@swc/counter': 0.1.3
|
||||
@@ -13084,7 +13090,7 @@ snapshots:
|
||||
'@next/swc-win32-arm64-msvc': 15.3.5
|
||||
'@next/swc-win32-x64-msvc': 15.3.5
|
||||
'@opentelemetry/api': 1.9.0
|
||||
'@playwright/test': 1.53.2
|
||||
'@playwright/test': 1.54.1
|
||||
sharp: 0.34.2
|
||||
transitivePeerDependencies:
|
||||
- '@babel/core'
|
||||
@@ -13452,11 +13458,11 @@ snapshots:
|
||||
dependencies:
|
||||
find-up: 6.3.0
|
||||
|
||||
playwright-core@1.53.2: {}
|
||||
playwright-core@1.54.1: {}
|
||||
|
||||
playwright@1.53.2:
|
||||
playwright@1.54.1:
|
||||
dependencies:
|
||||
playwright-core: 1.53.2
|
||||
playwright-core: 1.54.1
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
|
||||
@@ -13562,7 +13568,7 @@ snapshots:
|
||||
|
||||
prelude-ls@1.2.1: {}
|
||||
|
||||
prettier-plugin-tailwindcss@0.6.13(prettier@3.6.2):
|
||||
prettier-plugin-tailwindcss@0.6.14(prettier@3.6.2):
|
||||
dependencies:
|
||||
prettier: 3.6.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user