mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
2f0c60fda40a4adc611505cd3551a152439cc9eb
8986 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
2f0c60fda4 | Renumber migrations | |||
3880dc8b93 | add support for coder workspace presets in the provisioners | |||
3d4552faaa | Fix InsertPresetParameters | |||
8d2a8f1527 | make -B fmt lint | |||
bf9e0a4749 |
feat(site): add presets to workspace creation page
* Add frontend components to pick a preset * Add api endpoints to list presets and fetch their parameters * update database queries based on new insights about how the frontend uses presets |
|||
45afcc668a | Review notes and test fixing | |||
353f5a9555 | fix dbmem tests | |||
f320807a16 | make lint | |||
b68ad3d39e | implement panicking functions in dbmem | |||
2fca3693fc |
adds support for workspace presets to the coderd database. Support in the API and web frontend will be added in subsequent pull requests. This is the smallest meaningful contribution that I could get passing tests for.
* Add workspace preset tables to the database in a migration * Add queries to manipulate workspace presets to the database * Generate db related code for the newly added queries * Implement new methods to satisfy the Querier interface in dbauthz, dbmem, dbmock and querymetrics * Implement the required tests for dbauthz * Update the audit table to track changes to the new column in workspace builds |
|||
7f44189ed2 |
feat: orgs IDP sync - add combobox to select claim field value when sync field is set (#16335)
contributes to coder/internal#330 For organizations IdP sync: 1. when the sync field is set, call the claim field values API to see if the sync field is a valid claim field and return an array of claim field values 2. If there are 1 or more claim field values, replace the input component for entering the IdP organization name with a combobox populated with the claim field values 3. The user can now select a value from the dropdown or enter a custom value Tests will be added in a separate PR The same functionality for Group and Role sync will be handled in a separate PR. <img width="832" alt="Screenshot 2025-02-04 at 17 45 42" src="https://github.com/user-attachments/assets/d9123260-f6c6-4914-869b-f11b14773ea1" /> <img width="786" alt="Screenshot 2025-02-04 at 17 45 58" src="https://github.com/user-attachments/assets/06138320-d50c-43bd-b2b9-676ffee42e1a" /> <img width="810" alt="Screenshot 2025-02-04 at 17 46 14" src="https://github.com/user-attachments/assets/50b74909-4629-435d-9774-67d281bbc442" /> <img width="825" alt="Screenshot 2025-02-04 at 17 52 08" src="https://github.com/user-attachments/assets/7470281e-e88f-497b-a613-52bf8007dae8" /> |
|||
42451aa615 |
chore: add overlay color for background behind dialogs (#16442)
Create tailwind color for the background overlay for dialogs <img width="1153" alt="Screenshot 2025-02-05 at 12 26 16" src="https://github.com/user-attachments/assets/46d16418-f594-4daa-9fa9-8ecc597e5c02" /> |
|||
c8ef7eb4f2 | fix: log unsuccessful webhook response body as a string (#16439) | |||
182bb9bdda |
chore: update actions/cache to v4.2.0 (#16441)
This updates actions/cache to v4.2.0 and adds missing development dependencies (gawk, gnutar, which, zip, gzip) to the Nix flake. Change-Id: I1156810c9e02f0cef8e1345a1cbf2b6ba484974a Signed-off-by: Thomas Kosiewski <tk@coder.com> |
|||
cf96455901 |
fix(docs): indicate that custom roles are premium only (#16434)
our docs incorrectly stated that custom roles were included in the now-deprecated Enterprise plan. this is PR implements the fix. |
|||
dbad69dbd9 | chore: add workspace oom/ood notification templates (#16250) | |||
7cbd77fd94 |
feat: improve resources_monitoring for OOM & OOD monitoring (#16241)
As requested for [this issue](https://github.com/coder/internal/issues/245) we need to have a new resource `resources_monitoring` in the agent. It needs to be parsed from the provisioner and inserted into a new db table. |
|||
8c265018c4 |
fix(flake.nix): readd grep for agent startup script (#16429)
Added `gnugrep` to the development shell dependencies, as its a dependency of the bootstrap script for an agent. Change-Id: Ia56e16a831bb94af2324e33ae5274833d0123d47 Signed-off-by: Thomas Kosiewski <tk@coder.com> |
|||
d76018a530 |
fix: style table component to figma design (#16417)
Update the table styling to match the figma designs Figma: https://www.figma.com/design/WfqIgsTFXN2BscBSSyXWF8/Coder-kit?node-id=1581-8756&m=dev <img width="812" alt="Screenshot 2025-02-04 at 12 40 28" src="https://github.com/user-attachments/assets/9b7dd49a-2f6d-4642-b205-b7cc2062cdd1" /> |
|||
6b3e14f3fa |
fix(dogfood/contents): fix resource metadata under nix (#16349)
Co-authored-by: Thomas Kosiewski <tk@coder.com> |
|||
a15f06a7e3 | docs: simplify OIDC config instructions (#16266) | |||
dd6d57ed39 |
feat: add docs explaining how Coder integrates with PlatformX (#16378)
More details in https://github.com/coder/coder-platformx-notifications Preview at https://coder.com/docs/@dx-integration/admin/integrations/platformx (may be slightly outdated due to caching) closes https://github.com/coder/coder/issues/16308 --------- Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com> |
|||
947818f2d3 |
chore: add Table component (#16410)
Reference: https://www.figma.com/design/JYW69pbgOMr21fCMiQsPXg/Provisioners?node-id=10-2056&m=dev Unfortunately, it’s kinda hard to apply a border only around the table body using CSS and make it rounded—at least I couldn’t figure out a sane way to do that. We’d probably need to use a workaround, like not using the native HTML table element, but that would add significant work. With that in mind, I'm wrapping the entire table with a border. <img width="688" alt="Screenshot 2025-02-03 at 14 37 12" src="https://github.com/user-attachments/assets/55675df0-1aca-4353-b795-0e3cc2938812" /> |
|||
951a8ed98d |
docs: add new licensing visibility to documentation (#16362)
closes https://github.com/coder/coder/issues/16260 [preview](https://coder.com/docs/@16260-licensing-ui/admin/licensing) --------- Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> |
|||
cab1f375ec | ci: merge approval and notify jobs (#16403) | |||
04955076d2 | fix(site): fix agent and web terminal troubleshooting links (#16353) | |||
a68d11506c |
chore: track disabled telemetry (#16347)
Addresses https://github.com/coder/nexus/issues/116. ## Core Concept Send one final telemetry report after the user disables telemetry with the message that the telemetry was disabled. No other information about the deployment is sent in this report. This final report is submitted only if the deployment ever had telemetry on. ## Changes 1. Refactored how our telemetry is initialized. 2. Introduced the `TelemetryEnabled` telemetry item, which allows to decide whether a final report should be sent. 3. Added the `RecordTelemetryStatus` telemetry method, which decides whether a final report should be sent and updates the telemetry item. 4. Added tests to ensure the implementation is correct. |
|||
286b3d21e0 |
chore: bump @storybook/addon-interactions from 8.4.6 to 8.5.3 in /site (#16402)
Bumps [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) from 8.4.6 to 8.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-interactions</code>'s releases</a>.</em></p> <blockquote> <h2>v8.5.3</h2> <h2>8.5.3</h2> <ul> <li>Preview: Add <code>globals</code> to <code>extract()</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/30415">#30415</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Vite: Fix add component UI invalidation - <a href="https://redirect.github.com/storybookjs/storybook/pull/30438">#30438</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>v8.5.2</h2> <h2>8.5.2</h2> <ul> <li>Addon Test: Support Vitest 3 browser.test.instances field - <a href="https://redirect.github.com/storybookjs/storybook/pull/30309">#30309</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>CLI: Corrected Next.js createScript for pnpm. - <a href="https://redirect.github.com/storybookjs/storybook/pull/30304">#30304</a>, thanks <a href="https://github.com/zhyd1997"><code>@zhyd1997</code></a>!</li> </ul> <h2>v8.5.1</h2> <h2>8.5.1</h2> <ul> <li>Addon Test: Replace <code>interaction test</code> -> <code>component test</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/30333">#30333</a>, thanks <a href="https://github.com/kylegach"><code>@kylegach</code></a>!</li> <li>Manager: Fix escaping of single quotes in dynamic import paths - <a href="https://redirect.github.com/storybookjs/storybook/pull/30278">#30278</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>RNW-Vite: Support requires for images/fonts - <a href="https://redirect.github.com/storybookjs/storybook/pull/30305">#30305</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> </ul> <h2>v8.5.0</h2> <h2>8.5.0</h2> <p>Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:</p> <ul> <li>🦾 Realtime accessibility tests to help build UIs for everybody</li> <li>🛡️ Project code coverage to measure the completeness of your tests</li> <li>🎯 Focused tests for faster test feedback</li> <li>⚛️ React Native Web Vite framework (experimental) for testing mobile UI</li> <li>⚛️ React 19 support</li> <li>🎁 Storybook test early access program to level up your testing game</li> <li>💯 Hundreds more improvements</li> </ul> <!-- raw HTML omitted --> <ul> <li>Addon A11y: Add conditional rendering for a11y violation number in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - <a href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Adjust default behaviour when using with experimental-addon-test - <a href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Change default element selector - <a href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Create a11y test provider and revamp a11y addon - <a href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Don't set a11y tag as comment in automigrations - <a href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Fix skipped status handling in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Refactor environment variable handling for Vitest integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Remove warnings API - <a href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Run the a11y automigration on postInstall - <a href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Show errors of axe properly - <a href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Update accessibility status handling in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Dynamically import rehype - <a href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Make new code panel opt in - <a href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Addon Onboarding: Prebundle react-confetti - <a href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/addon-interactions</code>'s changelog</a>.</em></p> <blockquote> <h2>8.5.3</h2> <ul> <li>Preview: Add <code>globals</code> to <code>extract()</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/30415">#30415</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Vite: Fix add component UI invalidation - <a href="https://redirect.github.com/storybookjs/storybook/pull/30438">#30438</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>8.5.2</h2> <ul> <li>Addon Test: Support Vitest 3 browser.test.instances field - <a href="https://redirect.github.com/storybookjs/storybook/pull/30309">#30309</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>CLI: Corrected Next.js createScript for pnpm. - <a href="https://redirect.github.com/storybookjs/storybook/pull/30304">#30304</a>, thanks <a href="https://github.com/zhyd1997"><code>@zhyd1997</code></a>!</li> </ul> <h2>8.5.1</h2> <ul> <li>Addon Test: Replace <code>interaction test</code> -> <code>component test</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/30333">#30333</a>, thanks <a href="https://github.com/kylegach"><code>@kylegach</code></a>!</li> <li>Addon Test: Support Vitest 3 browser.test.instances field - <a href="https://redirect.github.com/storybookjs/storybook/pull/30309">#30309</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Manager: Fix escaping of single quotes in dynamic import paths - <a href="https://redirect.github.com/storybookjs/storybook/pull/30278">#30278</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>RNW-Vite: Support requires for images/fonts - <a href="https://redirect.github.com/storybookjs/storybook/pull/30305">#30305</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> </ul> <h2>8.5.0</h2> <p>Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:</p> <ul> <li>🦾 Realtime accessibility tests to help build UIs for everybody</li> <li>🛡️ Project code coverage to measure the completeness of your tests</li> <li>🎯 Focused tests for faster test feedback</li> <li>⚛️ React Native Web Vite framework (experimental) for testing mobile UI⚛️</li> <li>🎁 Storybook test early access program to level up your testing game</li> <li>💯 Hundreds more improvements</li> </ul> <!-- raw HTML omitted --> <ul> <li>Addon A11y: Add conditional rendering for a11y violation number in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - <a href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Adjust default behaviour when using with experimental-addon-test - <a href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Change default element selector - <a href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Create a11y test provider and revamp a11y addon - <a href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Don't set a11y tag as comment in automigrations - <a href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Fix skipped status handling in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Refactor environment variable handling for Vitest integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Remove warnings API - <a href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Run the a11y automigration on postInstall - <a href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Show errors of axe properly - <a href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Update accessibility status handling in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Dynamically import rehype - <a href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Make new code panel opt in - <a href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Addon Onboarding: Prebundle react-confetti - <a href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add <code>@vitest/coverage-v8</code> during postinstall if no coverage reporter is installed - <a href="https://redirect.github.com/storybookjs/storybook/pull/29993">#29993</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Add prerequisite check for MSW - <a href="https://redirect.github.com/storybookjs/storybook/pull/30193">#30193</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add support for previewHead - <a href="https://redirect.github.com/storybookjs/storybook/pull/29808">#29808</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Add Vitest 3 support - <a href="https://redirect.github.com/storybookjs/storybook/pull/30181">#30181</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
|||
f36a5462f3 |
chore: bump ua-parser-js from 1.0.33 to 1.0.40 in /site (#16401)
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 1.0.33 to 1.0.40. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/faisalman/ua-parser-js/releases">ua-parser-js's releases</a>.</em></p> <blockquote> <h2>v1.0.38</h2> <h2>Version 1.0.38</h2> <ul> <li>Fix error on getOS() when userAgentData.platform is undefined</li> <li>Add new browser: Opera GX, Twitter</li> <li>Improve browser detection: DuckDuckGo</li> <li>Improve device detection: OPPO Pad, Oculus Quest</li> </ul> <h2>v1.0.35</h2> <h2>Version 0.7.35 / 1.0.35</h2> <ul> <li>Fix result of user-supplied user-agent from being altered (5b8adfef7b77494ae73199b7ee3e5dafba46e0a8)</li> <li>Add new browser: Heytap, TikTok (3f8b5ba9cf03c2e82dcf96fd91a89c1b314dee3c, 2e06a34062c196322df7ad3c63fcc66e51c72420)</li> <li>Add new engine: LibWeb (bf9ac43328f1d5235cd6e029ac505824a39fc796)</li> <li>Add new OS: SerenityOS (bf9ac43328f1d5235cd6e029ac505824a39fc796)</li> <li>Improve browser detection: Yandex (1747707be680c70073bc0cb496ffaacda3314f2b)</li> <li>Improve device detection: iPhone, Amazon Echo (d41404551f1a6d2ae789f2a2c26b89b3f1f71610, ba067bd351040a57957a4f0965816897e0e3ddef)</li> <li>Improve OS detection: iOS (d41404551f1a6d2ae789f2a2c26b89b3f1f71610)</li> <li><a href="https://github.com/faisalman/ua-parser-js/blob/1.0.35/changelog.md">See more...</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/faisalman/ua-parser-js/blob/1.0.40/changelog.md">ua-parser-js's changelog</a>.</em></p> <blockquote> <h2>Version 0.7.40 / 1.0.40</h2> <ul> <li>Add new browser: 115, LibreWolf, Slimboat, Slimjet</li> <li>Add new device: Advan, Cat, Energizer, IMO, Micromax, Smartfren</li> <li>Add new engine: ArkWeb, Servo</li> <li>Add new os: OpenHarmony</li> <li>Improve browser detection: 2345, 360, Dragon, Iron, Maxthon</li> <li>Recognize Honor as a separate device vendor from Huawei</li> <li>Fix Python Request mistakenly identified as Meta Quest</li> </ul> <h2>Version 0.7.39 / 1.0.39</h2> <ul> <li>Add new feature: executable command using <code>npx ua-parser-js "[INSERT-UA-HERE]"</code></li> <li>Add new browser: Helio, Pico Browser, Wolvic</li> <li>Add new device vendor: itel, Nothing, TCL</li> <li>Improve browser detection: ICEBrowser, Klar, QQBrowser, Quark, Rekonq, Sleipnir</li> <li>Improve device detection: Xiaomi Pro, Amazon Echo Show, Samsung Galaxy Watch</li> <li>Removed from browser: Viera</li> </ul> <h2>Version 0.7.38 / 1.0.38</h2> <ul> <li>Fix error on getOS() when userAgentData.platform is undefined</li> <li>Add new browser: Opera GX, Twitter</li> <li>Improve browser detection: DuckDuckGo</li> <li>Improve device detection: OPPO Pad, Oculus Quest</li> </ul> <h2>Version 0.7.37 / 1.0.37</h2> <ul> <li>Fix misidentified WebView token as device model</li> <li>Increase UA_MAX_LENGTH to 500</li> <li>Add new browser: Alipay, Klarna, Smart Lenovo Browser, Vivo Browser</li> <li>Add new device: Ulefone</li> <li>Improve device detection: Realme, Xiaomi Redmi</li> <li>Rename browser: Avant, Baidu, Samsung Internet, Sogou Explorer, Sogou Mobile, WeChat</li> </ul> <h2>Version 0.7.36 / 1.0.36</h2> <ul> <li>Add new browser: Snapchat</li> <li>Add new devices: Infinix, Tecno</li> <li>Improve device detection: Amazon Fire TV, Xiaomi POCO</li> <li>Improve OS detection: iOS</li> </ul> <h2>Version 0.7.35 / 1.0.35</h2> <ul> <li>Fix result from user-supplied user-agent being altered</li> <li>Add new browser: Heytap, TikTok</li> <li>Add new engine: LibWeb</li> <li>Add new OS: SerenityOS</li> <li>Improve browser detection: Yandex</li> <li>Improve device detection: iPhone, Amazon Echo</li> <li>Improve OS detection: iOS</li> </ul> <h2>Version 0.7.34 / 1.0.34</h2> <ul> <li>Fix Sharp Mobile detected as Huawei Tablet</li> <li>Fix IE8 bug</li> <li>Add new devices : Kobo e-Reader, Apple Watch, and some new SmartTV devices</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
|||
ba89850c8b |
chore: bump rollup-plugin-visualizer from 5.12.0 to 5.14.0 in /site (#16399)
Bumps [rollup-plugin-visualizer](https://github.com/btd/rollup-plugin-visualizer) from 5.12.0 to 5.14.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/btd/rollup-plugin-visualizer/blob/master/CHANGELOG.md">rollup-plugin-visualizer's changelog</a>.</em></p> <blockquote> <h2>5.14.0</h2> <ul> <li>Return <code>flamegraph</code></li> </ul> <h2>5.13.0</h2> <ul> <li>Remove <code>flamegraph</code> template</li> <li>Merge <a href="https://redirect.github.com/btd/rollup-plugin-visualizer/issues/191">#191</a>. Thanks to <a href="https://github.com/guillaumeduboc"><code>@guillaumeduboc</code></a></li> <li>Update deps</li> <li>Switch jest -> vitest</li> <li>Switch eslint -> oxlint</li> <li>Add test for rolldown</li> <li>Make node v18 min required</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
|||
47eb9f45ac |
chore: bump storybook from 8.5.2 to 8.5.3 in /site (#16390)
Bumps
[storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli)
from 8.5.2 to 8.5.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases">storybook's
releases</a>.</em></p>
<blockquote>
<h2>v8.5.3</h2>
<h2>8.5.3</h2>
<ul>
<li>Preview: Add <code>globals</code> to <code>extract()</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30415">#30415</a>,
thanks <a
href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li>
<li>Vite: Fix add component UI invalidation - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30438">#30438</a>,
thanks <a
href="https://github.com/shilman"><code>@shilman</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md">storybook's
changelog</a>.</em></p>
<blockquote>
<h2>8.5.3</h2>
<ul>
<li>Preview: Add <code>globals</code> to <code>extract()</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30415">#30415</a>,
thanks <a
href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li>
<li>Vite: Fix add component UI invalidation - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30438">#30438</a>,
thanks <a
href="https://github.com/shilman"><code>@shilman</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
|||
e296a7e664 |
chore: bump yup from 1.4.0 to 1.6.1 in /site (#16400)
Bumps [yup](https://github.com/jquense/yup) from 1.4.0 to 1.6.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jquense/yup/blob/master/CHANGELOG.md">yup's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jquense/yup/compare/v1.6.0...v1.6.1">1.6.1</a> (2024-12-17)</h2> <h3>Bug Fixes</h3> <ul> <li>lazy validation errors thrown in builders should resolve async like other validations (<a href=" |
|||
b7b96fe0f0 |
chore: bump @types/react-color from 3.0.12 to 3.0.13 in /site (#16398)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [@types/react-color](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-color) from 3.0.12 to 3.0.13. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-color">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
|||
d18d9d767d |
chore: bump @types/lodash from 4.17.14 to 4.17.15 in /site (#16397)
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.14 to 4.17.15. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
|||
3fdd2cf5a7 |
chore: bump github.com/gohugoio/hugo from 0.142.0 to 0.143.0 (#16388)
Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.142.0 to 0.143.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gohugoio/hugo/releases">github.com/gohugoio/hugo's releases</a>.</em></p> <blockquote> <h2>v0.143.0</h2> <p>This is mostly a bug fix release, ironing out some quirks with the partial server rebuilds etc., but notable is also the new <a href="https://gohugo.io/functions/resources/getremote/#responseheaders">responseHeaders </a> option on <code>resources.GetRemote</code> that allows you to extract headers from the server’s response.</p> <h2>Bug fixes</h2> <ul> <li>Fix some server/watch rebuild issues db28695ff <a href="https://github.com/bep"><code>@bep</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/13316">#13316</a></li> <li>Fix "concurrent map iteration and map write" in pages from data 329b2342f <a href="https://github.com/bep"><code>@bep</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/13254">#13254</a></li> <li>Fix TailwindCSS related server rebuild issue 6c68142cc <a href="https://github.com/bep"><code>@bep</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/13316">#13316</a></li> <li>Fix some server rebuild issues for non-HTML custom output formats cd7dc7a37 <a href="https://github.com/bep"><code>@bep</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/13014">#13014</a></li> <li>Fix cascade with overlapping sections bb7b3d3cd <a href="https://github.com/bep"><code>@bep</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/12465">#12465</a></li> <li>markup/goldmark: Fix typo in func comment f704d7569 <a href="https://github.com/chalin"><code>@chalin</code></a></li> </ul> <h2>Improvements</h2> <ul> <li>Don't re-render aliases on server rebuilds 778f0d900 <a href="https://github.com/bep"><code>@bep</code></a></li> <li>tpl/tplimpl: Remove leading whitespaces produced by Youtube shortcode 13b208e2f <a href="https://github.com/alex-shpak"><code>@alex-shpak</code></a></li> <li>resources: Remove debug statement 33b46d8a4 <a href="https://github.com/jmooring"><code>@jmooring</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/13320">#13320</a></li> <li>markup/goldmark: Trim space from blockquote render hook text e08d9af21 <a href="https://github.com/jmooring"><code>@jmooring</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/13302">#13302</a></li> <li>parser/pageparser: Don't allow parameters after closing tag in shortcodes c939c33fd <a href="https://github.com/guilhas07"><code>@guilhas07</code></a></li> <li>tpl/tplimpl: Improve shortcode test coverage 873a5cda1 <a href="https://github.com/jmooring"><code>@jmooring</code></a></li> <li>tpl/tplimpl: Deprecate gist shortcode f42a4b6af <a href="https://github.com/jmooring"><code>@jmooring</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/13211">#13211</a></li> <li>resources: Remove conditional used for debugging a5637831c <a href="https://github.com/bep"><code>@bep</code></a></li> <li>resources: Add responseHeaders option to resources.GetRemote 68586c891 <a href="https://github.com/bep"><code>@bep</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/12521">#12521</a></li> <li>tpl/tplimpl: Skip TestTemplateFuncsExamples on s390x 51bb2feda <a href="https://github.com/bep"><code>@bep</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/13204">#13204</a></li> <li>Make cascade front matter order deterministic 7f0f50b13 <a href="https://github.com/bep"><code>@bep</code></a> <a href="https://redirect.github.com/gohugoio/hugo/issues/12594">#12594</a></li> <li>tpl/tplimpl: Deprecate comment shortcode 77a8e347b <a href="https://github.com/jmooring"><code>@jmooring</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
|||
c97913fe5e |
chore: bump @storybook/preview-api from 8.4.7 to 8.5.3 in /site (#16396)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [@storybook/preview-api](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/preview-api) from 8.4.7 to 8.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/preview-api</code>'s releases</a>.</em></p> <blockquote> <h2>v8.5.3</h2> <h2>8.5.3</h2> <ul> <li>Preview: Add <code>globals</code> to <code>extract()</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/30415">#30415</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Vite: Fix add component UI invalidation - <a href="https://redirect.github.com/storybookjs/storybook/pull/30438">#30438</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>v8.5.2</h2> <h2>8.5.2</h2> <ul> <li>Addon Test: Support Vitest 3 browser.test.instances field - <a href="https://redirect.github.com/storybookjs/storybook/pull/30309">#30309</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>CLI: Corrected Next.js createScript for pnpm. - <a href="https://redirect.github.com/storybookjs/storybook/pull/30304">#30304</a>, thanks <a href="https://github.com/zhyd1997"><code>@zhyd1997</code></a>!</li> </ul> <h2>v8.5.1</h2> <h2>8.5.1</h2> <ul> <li>Addon Test: Replace <code>interaction test</code> -> <code>component test</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/30333">#30333</a>, thanks <a href="https://github.com/kylegach"><code>@kylegach</code></a>!</li> <li>Manager: Fix escaping of single quotes in dynamic import paths - <a href="https://redirect.github.com/storybookjs/storybook/pull/30278">#30278</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>RNW-Vite: Support requires for images/fonts - <a href="https://redirect.github.com/storybookjs/storybook/pull/30305">#30305</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> </ul> <h2>v8.5.0</h2> <h2>8.5.0</h2> <p>Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:</p> <ul> <li>🦾 Realtime accessibility tests to help build UIs for everybody</li> <li>🛡️ Project code coverage to measure the completeness of your tests</li> <li>🎯 Focused tests for faster test feedback</li> <li>⚛️ React Native Web Vite framework (experimental) for testing mobile UI</li> <li>⚛️ React 19 support</li> <li>🎁 Storybook test early access program to level up your testing game</li> <li>💯 Hundreds more improvements</li> </ul> <!-- raw HTML omitted --> <ul> <li>Addon A11y: Add conditional rendering for a11y violation number in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - <a href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Adjust default behaviour when using with experimental-addon-test - <a href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Change default element selector - <a href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Create a11y test provider and revamp a11y addon - <a href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Don't set a11y tag as comment in automigrations - <a href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Fix skipped status handling in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Refactor environment variable handling for Vitest integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Remove warnings API - <a href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Run the a11y automigration on postInstall - <a href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Show errors of axe properly - <a href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Update accessibility status handling in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Dynamically import rehype - <a href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Make new code panel opt in - <a href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Addon Onboarding: Prebundle react-confetti - <a href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.5.3/code/lib/preview-api">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
|||
6608b1dcf1 |
chore: bump @storybook/addon-mdx-gfm from 8.4.6 to 8.5.2 in /site (#16395)
Bumps [@storybook/addon-mdx-gfm](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm) from 8.4.6 to 8.5.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-mdx-gfm</code>'s releases</a>.</em></p> <blockquote> <h2>v8.5.2</h2> <h2>8.5.2</h2> <ul> <li>Addon Test: Support Vitest 3 browser.test.instances field - <a href="https://redirect.github.com/storybookjs/storybook/pull/30309">#30309</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>CLI: Corrected Next.js createScript for pnpm. - <a href="https://redirect.github.com/storybookjs/storybook/pull/30304">#30304</a>, thanks <a href="https://github.com/zhyd1997"><code>@zhyd1997</code></a>!</li> </ul> <h2>v8.5.1</h2> <h2>8.5.1</h2> <ul> <li>Addon Test: Replace <code>interaction test</code> -> <code>component test</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/30333">#30333</a>, thanks <a href="https://github.com/kylegach"><code>@kylegach</code></a>!</li> <li>Manager: Fix escaping of single quotes in dynamic import paths - <a href="https://redirect.github.com/storybookjs/storybook/pull/30278">#30278</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>RNW-Vite: Support requires for images/fonts - <a href="https://redirect.github.com/storybookjs/storybook/pull/30305">#30305</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> </ul> <h2>v8.5.0</h2> <h2>8.5.0</h2> <p>Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:</p> <ul> <li>🦾 Realtime accessibility tests to help build UIs for everybody</li> <li>🛡️ Project code coverage to measure the completeness of your tests</li> <li>🎯 Focused tests for faster test feedback</li> <li>⚛️ React Native Web Vite framework (experimental) for testing mobile UI</li> <li>⚛️ React 19 support</li> <li>🎁 Storybook test early access program to level up your testing game</li> <li>💯 Hundreds more improvements</li> </ul> <!-- raw HTML omitted --> <ul> <li>Addon A11y: Add conditional rendering for a11y violation number in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - <a href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Adjust default behaviour when using with experimental-addon-test - <a href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Change default element selector - <a href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Create a11y test provider and revamp a11y addon - <a href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Don't set a11y tag as comment in automigrations - <a href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Fix skipped status handling in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Refactor environment variable handling for Vitest integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Remove warnings API - <a href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Run the a11y automigration on postInstall - <a href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Show errors of axe properly - <a href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Update accessibility status handling in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Dynamically import rehype - <a href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Make new code panel opt in - <a href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Addon Onboarding: Prebundle react-confetti - <a href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add <code>@vitest/coverage-v8</code> during postinstall if no coverage reporter is installed - <a href="https://redirect.github.com/storybookjs/storybook/pull/29993">#29993</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Add prerequisite check for MSW - <a href="https://redirect.github.com/storybookjs/storybook/pull/30193">#30193</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add support for previewHead - <a href="https://redirect.github.com/storybookjs/storybook/pull/29808">#29808</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Add Vitest 3 support - <a href="https://redirect.github.com/storybookjs/storybook/pull/30181">#30181</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Always run Vitest in watch mode internally - <a href="https://redirect.github.com/storybookjs/storybook/pull/29749">#29749</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Always use installed version of vitest - <a href="https://redirect.github.com/storybookjs/storybook/pull/30134">#30134</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/addon-mdx-gfm</code>'s changelog</a>.</em></p> <blockquote> <h2>8.5.2</h2> <ul> <li>Addon Test: Support Vitest 3 browser.test.instances field - <a href="https://redirect.github.com/storybookjs/storybook/pull/30309">#30309</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>CLI: Corrected Next.js createScript for pnpm. - <a href="https://redirect.github.com/storybookjs/storybook/pull/30304">#30304</a>, thanks <a href="https://github.com/zhyd1997"><code>@zhyd1997</code></a>!</li> </ul> <h2>8.5.1</h2> <ul> <li>Addon Test: Replace <code>interaction test</code> -> <code>component test</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/30333">#30333</a>, thanks <a href="https://github.com/kylegach"><code>@kylegach</code></a>!</li> <li>Addon Test: Support Vitest 3 browser.test.instances field - <a href="https://redirect.github.com/storybookjs/storybook/pull/30309">#30309</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Manager: Fix escaping of single quotes in dynamic import paths - <a href="https://redirect.github.com/storybookjs/storybook/pull/30278">#30278</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>RNW-Vite: Support requires for images/fonts - <a href="https://redirect.github.com/storybookjs/storybook/pull/30305">#30305</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> </ul> <h2>8.5.0</h2> <p>Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:</p> <ul> <li>🦾 Realtime accessibility tests to help build UIs for everybody</li> <li>🛡️ Project code coverage to measure the completeness of your tests</li> <li>🎯 Focused tests for faster test feedback</li> <li>⚛️ React Native Web Vite framework (experimental) for testing mobile UI⚛️</li> <li>🎁 Storybook test early access program to level up your testing game</li> <li>💯 Hundreds more improvements</li> </ul> <!-- raw HTML omitted --> <ul> <li>Addon A11y: Add conditional rendering for a11y violation number in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - <a href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Adjust default behaviour when using with experimental-addon-test - <a href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Change default element selector - <a href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Create a11y test provider and revamp a11y addon - <a href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Don't set a11y tag as comment in automigrations - <a href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Fix skipped status handling in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Refactor environment variable handling for Vitest integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Remove warnings API - <a href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Run the a11y automigration on postInstall - <a href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Show errors of axe properly - <a href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Update accessibility status handling in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Dynamically import rehype - <a href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Make new code panel opt in - <a href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Addon Onboarding: Prebundle react-confetti - <a href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add <code>@vitest/coverage-v8</code> during postinstall if no coverage reporter is installed - <a href="https://redirect.github.com/storybookjs/storybook/pull/29993">#29993</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Add prerequisite check for MSW - <a href="https://redirect.github.com/storybookjs/storybook/pull/30193">#30193</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add support for previewHead - <a href="https://redirect.github.com/storybookjs/storybook/pull/29808">#29808</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Add Vitest 3 support - <a href="https://redirect.github.com/storybookjs/storybook/pull/30181">#30181</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Always run Vitest in watch mode internally - <a href="https://redirect.github.com/storybookjs/storybook/pull/29749">#29749</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Always use installed version of vitest - <a href="https://redirect.github.com/storybookjs/storybook/pull/30134">#30134</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon Test: Clarify message when <code>vitest</code> detects missing deps - <a href="https://redirect.github.com/storybookjs/storybook/pull/29763">#29763</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Clear coverage data when starting or watching - <a href="https://redirect.github.com/storybookjs/storybook/pull/30072">#30072</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Context menu UI - <a href="https://redirect.github.com/storybookjs/storybook/pull/29727">#29727</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
|||
6c82f8fac3 |
chore: bump tailwind-merge from 2.5.4 to 2.6.0 in /site (#16394)
Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.5.4 to 2.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dcastil/tailwind-merge/releases">tailwind-merge's releases</a>.</em></p> <blockquote> <h2>v2.6.0</h2> <h3>New Features</h3> <ul> <li>Export ConfigExtension type from package by <a href="https://github.com/dcastil"><code>@dcastil</code></a> in <a href="https://redirect.github.com/dcastil/tailwind-merge/pull/505">dcastil/tailwind-merge#505</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dcastil/tailwind-merge/compare/v2.5.5...v2.6.0">https://github.com/dcastil/tailwind-merge/compare/v2.5.5...v2.6.0</a></p> <p>Thanks to <a href="https://github.com/brandonmcconnell"><code>@brandonmcconnell</code></a>, <a href="https://github.com/manavm1990"><code>@manavm1990</code></a>, <a href="https://github.com/langy"><code>@langy</code></a>, <a href="https://github.com/jamesreaco"><code>@jamesreaco</code></a>, <a href="https://github.com/roboflow"><code>@roboflow</code></a>, <a href="https://github.com/syntaxfm"><code>@syntaxfm</code></a>, <a href="https://github.com/getsentry"><code>@getsentry</code></a>, <a href="https://github.com/codecov"><code>@codecov</code></a>, <a href="https://github.com/sourcegraph"><code>@sourcegraph</code></a>, a private sponsor and more via <a href="https://github.com/thnxdev"><code>@thnxdev</code></a> for sponsoring tailwind-merge! ❤️</p> <h2>v2.5.5</h2> <h3>Bug Fixes</h3> <ul> <li>Fix typo "fractons" instead of "fractions" in "stacked-fractions" class by <a href="https://github.com/oliverhaas"><code>@oliverhaas</code></a> in <a href="https://redirect.github.com/dcastil/tailwind-merge/pull/492">dcastil/tailwind-merge#492</a></li> </ul> <h3>Documentation</h3> <ul> <li>Add installation instructions to configuration docs by <a href="https://github.com/dcastil"><code>@dcastil</code></a> in <a href="https://redirect.github.com/dcastil/tailwind-merge/pull/486">dcastil/tailwind-merge#486</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dcastil/tailwind-merge/compare/v2.5.4...v2.5.5">https://github.com/dcastil/tailwind-merge/compare/v2.5.4...v2.5.5</a></p> <p>Thanks to <a href="https://github.com/brandonmcconnell"><code>@brandonmcconnell</code></a>, <a href="https://github.com/manavm1990"><code>@manavm1990</code></a>, <a href="https://github.com/langy"><code>@langy</code></a>, <a href="https://github.com/jamesreaco"><code>@jamesreaco</code></a>, <a href="https://github.com/roboflow"><code>@roboflow</code></a>, <a href="https://github.com/syntaxfm"><code>@syntaxfm</code></a>, <a href="https://github.com/getsentry"><code>@getsentry</code></a>, <a href="https://github.com/codecov"><code>@codecov</code></a> and more via <a href="https://github.com/thnxdev"><code>@thnxdev</code></a> for sponsoring tailwind-merge! ❤️</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
|||
f124c03208 |
chore: bump @testing-library/user-event from 14.5.1 to 14.6.1 in /site (#16393)
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.5.1 to 14.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/user-event/releases"><code>@testing-library/user-event</code>'s releases</a>.</em></p> <blockquote> <h2>v14.6.1</h2> <h2><a href="https://github.com/testing-library/user-event/compare/v14.6.0...v14.6.1">14.6.1</a> (2025-01-21)</h2> <h3>Bug Fixes</h3> <ul> <li>correct description for <code>delay</code> option (<a href="https://redirect.github.com/testing-library/user-event/issues/1175">#1175</a>) (<a href=" |
|||
5fe03da301 |
chore: bump github.com/aws/aws-sdk-go-v2 from 1.34.0 to 1.36.0 (#16386)
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.34.0 to 1.36.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
|||
aac3b58ee8 |
chore: bump react-chartjs-2 from 5.2.0 to 5.3.0 in /site (#16391)
Bumps [react-chartjs-2](https://github.com/reactchartjs/react-chartjs-2) from 5.2.0 to 5.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/reactchartjs/react-chartjs-2/releases">react-chartjs-2's releases</a>.</em></p> <blockquote> <h2>v5.3.0</h2> <h3>Features</h3> <ul> <li>support react 19 (<a href="https://redirect.github.com/reactchartjs/react-chartjs-2/issues/1236">#1236</a>) (<a href=" |
|||
18b681065c |
chore: bump @fontsource-variable/inter from 5.0.15 to 5.1.1 in /site (#16389)
Bumps [@fontsource-variable/inter](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/inter) from 5.0.15 to 5.1.1. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/inter">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
|||
cf370d6d1f |
ci: bump the github-actions group with 5 updates (#16382)
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [crate-ci/typos](https://github.com/crate-ci/typos) | `1.29.4` | `1.29.5` | | [google-github-actions/auth](https://github.com/google-github-actions/auth) | `2.1.7` | `2.1.8` | | [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) | `2.1.2` | `2.1.4` | | [google-github-actions/get-gke-credentials](https://github.com/google-github-actions/get-gke-credentials) | `2.3.0` | `2.3.1` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.5` | `3.28.8` | Updates `crate-ci/typos` from 1.29.4 to 1.29.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crate-ci/typos/releases">crate-ci/typos's releases</a>.</em></p> <blockquote> <h2>v1.29.5</h2> <h2>[1.29.5] - 2025-01-30</h2> <h3>Internal</h3> <ul> <li>Update a dependency</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/crate-ci/typos/blob/master/CHANGELOG.md">crate-ci/typos's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="http://keepachangelog.com/">Keep a Changelog</a> and this project adheres to <a href="http://semver.org/">Semantic Versioning</a>.</p> <!-- raw HTML omitted --> <h2>[Unreleased] - ReleaseDate</h2> <h3>Features</h3> <ul> <li>Updated the dictionary with the <a href="https://redirect.github.com/crate-ci/typos/issues/1200">January 2025</a> changes</li> </ul> <h2>[1.29.5] - 2025-01-30</h2> <h3>Internal</h3> <ul> <li>Update a dependency</li> </ul> <h2>[1.29.4] - 2025-01-03</h2> <h2>[1.29.3] - 2025-01-02</h2> <h2>[1.29.2] - 2025-01-02</h2> <h2>[1.29.1] - 2025-01-02</h2> <h3>Fixes</h3> <ul> <li>Don't correct <code>deriver</code></li> </ul> <h2>[1.29.0] - 2024-12-31</h2> <h3>Features</h3> <ul> <li>Updated the dictionary with the <a href="https://redirect.github.com/crate-ci/typos/issues/1156">December 2024</a> changes</li> </ul> <h3>Performance</h3> <ul> <li>Sped up dictionary lookups</li> </ul> <h2>[1.28.4] - 2024-12-16</h2> <h3>Features</h3> <ul> <li><code>--format sarif</code> support</li> </ul> <h2>[1.28.3] - 2024-12-12</h2> <h3>Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
|||
896b46166a |
chore: bump @storybook/addon-actions from 8.4.6 to 8.5.2 in /site (#16387)
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) from 8.4.6 to 8.5.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-actions</code>'s releases</a>.</em></p> <blockquote> <h2>v8.5.2</h2> <h2>8.5.2</h2> <ul> <li>Addon Test: Support Vitest 3 browser.test.instances field - <a href="https://redirect.github.com/storybookjs/storybook/pull/30309">#30309</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>CLI: Corrected Next.js createScript for pnpm. - <a href="https://redirect.github.com/storybookjs/storybook/pull/30304">#30304</a>, thanks <a href="https://github.com/zhyd1997"><code>@zhyd1997</code></a>!</li> </ul> <h2>v8.5.1</h2> <h2>8.5.1</h2> <ul> <li>Addon Test: Replace <code>interaction test</code> -> <code>component test</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/30333">#30333</a>, thanks <a href="https://github.com/kylegach"><code>@kylegach</code></a>!</li> <li>Manager: Fix escaping of single quotes in dynamic import paths - <a href="https://redirect.github.com/storybookjs/storybook/pull/30278">#30278</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>RNW-Vite: Support requires for images/fonts - <a href="https://redirect.github.com/storybookjs/storybook/pull/30305">#30305</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> </ul> <h2>v8.5.0</h2> <h2>8.5.0</h2> <p>Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:</p> <ul> <li>🦾 Realtime accessibility tests to help build UIs for everybody</li> <li>🛡️ Project code coverage to measure the completeness of your tests</li> <li>🎯 Focused tests for faster test feedback</li> <li>⚛️ React Native Web Vite framework (experimental) for testing mobile UI</li> <li>⚛️ React 19 support</li> <li>🎁 Storybook test early access program to level up your testing game</li> <li>💯 Hundreds more improvements</li> </ul> <!-- raw HTML omitted --> <ul> <li>Addon A11y: Add conditional rendering for a11y violation number in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - <a href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Adjust default behaviour when using with experimental-addon-test - <a href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Change default element selector - <a href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Create a11y test provider and revamp a11y addon - <a href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Don't set a11y tag as comment in automigrations - <a href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Fix skipped status handling in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Refactor environment variable handling for Vitest integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Remove warnings API - <a href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Run the a11y automigration on postInstall - <a href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Show errors of axe properly - <a href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Update accessibility status handling in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Dynamically import rehype - <a href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Make new code panel opt in - <a href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Addon Onboarding: Prebundle react-confetti - <a href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add <code>@vitest/coverage-v8</code> during postinstall if no coverage reporter is installed - <a href="https://redirect.github.com/storybookjs/storybook/pull/29993">#29993</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Add prerequisite check for MSW - <a href="https://redirect.github.com/storybookjs/storybook/pull/30193">#30193</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add support for previewHead - <a href="https://redirect.github.com/storybookjs/storybook/pull/29808">#29808</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Add Vitest 3 support - <a href="https://redirect.github.com/storybookjs/storybook/pull/30181">#30181</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Always run Vitest in watch mode internally - <a href="https://redirect.github.com/storybookjs/storybook/pull/29749">#29749</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Always use installed version of vitest - <a href="https://redirect.github.com/storybookjs/storybook/pull/30134">#30134</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/addon-actions</code>'s changelog</a>.</em></p> <blockquote> <h2>8.5.2</h2> <ul> <li>Addon Test: Support Vitest 3 browser.test.instances field - <a href="https://redirect.github.com/storybookjs/storybook/pull/30309">#30309</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>CLI: Corrected Next.js createScript for pnpm. - <a href="https://redirect.github.com/storybookjs/storybook/pull/30304">#30304</a>, thanks <a href="https://github.com/zhyd1997"><code>@zhyd1997</code></a>!</li> </ul> <h2>8.5.1</h2> <ul> <li>Addon Test: Replace <code>interaction test</code> -> <code>component test</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/30333">#30333</a>, thanks <a href="https://github.com/kylegach"><code>@kylegach</code></a>!</li> <li>Addon Test: Support Vitest 3 browser.test.instances field - <a href="https://redirect.github.com/storybookjs/storybook/pull/30309">#30309</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Manager: Fix escaping of single quotes in dynamic import paths - <a href="https://redirect.github.com/storybookjs/storybook/pull/30278">#30278</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>RNW-Vite: Support requires for images/fonts - <a href="https://redirect.github.com/storybookjs/storybook/pull/30305">#30305</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> </ul> <h2>8.5.0</h2> <p>Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:</p> <ul> <li>🦾 Realtime accessibility tests to help build UIs for everybody</li> <li>🛡️ Project code coverage to measure the completeness of your tests</li> <li>🎯 Focused tests for faster test feedback</li> <li>⚛️ React Native Web Vite framework (experimental) for testing mobile UI⚛️</li> <li>🎁 Storybook test early access program to level up your testing game</li> <li>💯 Hundreds more improvements</li> </ul> <!-- raw HTML omitted --> <ul> <li>Addon A11y: Add conditional rendering for a11y violation number in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - <a href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Adjust default behaviour when using with experimental-addon-test - <a href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Change default element selector - <a href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Create a11y test provider and revamp a11y addon - <a href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Don't set a11y tag as comment in automigrations - <a href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Fix skipped status handling in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Refactor environment variable handling for Vitest integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Remove warnings API - <a href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Run the a11y automigration on postInstall - <a href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Show errors of axe properly - <a href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Update accessibility status handling in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Dynamically import rehype - <a href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Make new code panel opt in - <a href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Addon Onboarding: Prebundle react-confetti - <a href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add <code>@vitest/coverage-v8</code> during postinstall if no coverage reporter is installed - <a href="https://redirect.github.com/storybookjs/storybook/pull/29993">#29993</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Add prerequisite check for MSW - <a href="https://redirect.github.com/storybookjs/storybook/pull/30193">#30193</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add support for previewHead - <a href="https://redirect.github.com/storybookjs/storybook/pull/29808">#29808</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Add Vitest 3 support - <a href="https://redirect.github.com/storybookjs/storybook/pull/30181">#30181</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Always run Vitest in watch mode internally - <a href="https://redirect.github.com/storybookjs/storybook/pull/29749">#29749</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Always use installed version of vitest - <a href="https://redirect.github.com/storybookjs/storybook/pull/30134">#30134</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon Test: Clarify message when <code>vitest</code> detects missing deps - <a href="https://redirect.github.com/storybookjs/storybook/pull/29763">#29763</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Clear coverage data when starting or watching - <a href="https://redirect.github.com/storybookjs/storybook/pull/30072">#30072</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Context menu UI - <a href="https://redirect.github.com/storybookjs/storybook/pull/29727">#29727</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
|||
59f15d07b2 |
chore: bump google.golang.org/api from 0.218.0 to 0.219.0 (#16383)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.218.0 to 0.219.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.219.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.218.0...v0.219.0">0.219.0</a> (2025-01-28)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2976">#2976</a>) (<a href=" |
|||
5c55537cf4 |
chore: bump express from 4.21.0 to 4.21.2 in /site (#16385)
Bumps [express](https://github.com/expressjs/express) from 4.21.0 to 4.21.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/expressjs/express/releases">express's releases</a>.</em></p> <blockquote> <h2>4.21.2</h2> <h2>What's Changed</h2> <ul> <li>Add funding field (v4) by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6065">expressjs/express#6065</a></li> <li>deps: path-to-regexp@0.1.11 by <a href="https://github.com/blakeembrey"><code>@blakeembrey</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5956">expressjs/express#5956</a></li> <li>deps: bump path-to-regexp@0.1.12 by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6209">expressjs/express#6209</a></li> <li>Release: 4.21.2 by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6094">expressjs/express#6094</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/expressjs/express/compare/4.21.1...4.21.2">https://github.com/expressjs/express/compare/4.21.1...4.21.2</a></p> <h2>4.21.1</h2> <h2>What's Changed</h2> <ul> <li>Backport a fix for CVE-2024-47764 to the 4.x branch by <a href="https://github.com/joshbuker"><code>@joshbuker</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6029">expressjs/express#6029</a></li> <li>Release: 4.21.1 by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6031">expressjs/express#6031</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/expressjs/express/compare/4.21.0...4.21.1">https://github.com/expressjs/express/compare/4.21.0...4.21.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/expressjs/express/blob/4.21.2/History.md">express's changelog</a>.</em></p> <blockquote> <h1>4.21.2 / 2024-11-06</h1> <ul> <li>deps: path-to-regexp@0.1.12 <ul> <li>Fix backtracking protection</li> </ul> </li> <li>deps: path-to-regexp@0.1.11 <ul> <li>Throws an error on invalid path values</li> </ul> </li> </ul> <h1>4.21.1 / 2024-10-08</h1> <ul> <li>Backported a fix for <a href="https://nvd.nist.gov/vuln/detail/CVE-2024-47764">CVE-2024-47764</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
|||
efc9af4341 |
ci: notify dependabot PR merges on pull_request closed events (#16381)
|
|||
a2f1e07957 |
chore: bump @mui/x-tree-view from 7.24.1 to 7.25.0 in /site (#16363)
Bumps the mui group with 1 update in the /site directory:
[@mui/x-tree-view](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view).
Updates `@mui/x-tree-view` from 7.24.1 to 7.25.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mui/mui-x/releases"><code>@mui/x-tree-view</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.25.0</h2>
<p>We'd like to offer a big thanks to the 5 contributors who made this
release possible. Here are some highlights ✨:</p>
<ul>
<li>🐞 Bugfixes</li>
</ul>
<p>Special thanks go out to the community contributors who have helped
make this release possible:
<a href="https://github.com/k-rajat19"><code>@k-rajat19</code></a>, <a
href="https://github.com/lauri865"><code>@lauri865</code></a>.
Following are all team members who have contributed to this release:
<a href="https://github.com/KenanYusuf"><code>@KenanYusuf</code></a>,
<a href="https://github.com/MBilalShafi"><code>@MBilalShafi</code></a>,
<a href="https://github.com/arminmeh"><code>@arminmeh</code></a>.</p>
<!-- raw HTML omitted -->
<h3>Data Grid</h3>
<h4><code>@mui/x-data-grid@7.25.0</code></h4>
<ul>
<li>[DataGrid] Fix <code>renderContext</code> calculation with scroll
bounce / over-scroll (<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16368">#16368</a>)
<a href="https://github.com/lauri865"><code>@lauri865</code></a></li>
<li>[DataGrid] Refactor row state propagation (<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16351">#16351</a>)
<a href="https://github.com/lauri865"><code>@lauri865</code></a></li>
<li>[DataGrid] Add missing style overrides (<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16272">#16272</a>)
(<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16358">#16358</a>)
<a
href="https://github.com/KenanYusuf"><code>@KenanYusuf</code></a></li>
<li>[DataGrid] Fix header filters keyboard navigation when there are no
rows (<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16369">#16369</a>)
<a href="https://github.com/k-rajat19"><code>@k-rajat19</code></a></li>
<li>[DataGrid] Fix order of <code>onClick</code> prop on toolbar buttons
(<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16364">#16364</a>)
<a
href="https://github.com/KenanYusuf"><code>@KenanYusuf</code></a></li>
<li>[DataGrid] Improve test coverage of server side data source (<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/15988">#15988</a>)
<a
href="https://github.com/MBilalShafi"><code>@MBilalShafi</code></a></li>
<li>[DataGrid] Remove outdated warning (<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16370">#16370</a>)
<a
href="https://github.com/MBilalShafi"><code>@MBilalShafi</code></a></li>
<li>[DataGrid] Respect width of <code>iconContainer</code> during
autosizing (<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16409">#16409</a>)
<a
href="https://github.com/michelengelen"><code>@michelengelen</code></a></li>
</ul>
<h4><code>@mui/x-data-grid-pro@7.25.0</code> <a
href="https://mui.com/r/x-pro-svg-link" title="Pro plan"><img
src="https://mui.com/r/x-pro-svg" alt="pro" /></a></h4>
<p>Same changes as in <code>@mui/x-data-grid@7.25.0</code>, plus:</p>
<ul>
<li>[DataGridPro] Fix the return type of <code>useGridApiRef</code> for
Pro and Premium packages on React < 19 (<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16348">#16348</a>)
<a href="https://github.com/arminmeh"><code>@arminmeh</code></a></li>
<li>[DataGridPro] Fetch new rows only once when multiple models are
changed in one cycle (<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16382">#16382</a>)
<a href="https://github.com/arminmeh"><code>@arminmeh</code></a></li>
</ul>
<h4><code>@mui/x-data-grid-premium@7.25.0</code> <a
href="https://mui.com/r/x-premium-svg-link" title="Premium plan"><img
src="https://mui.com/r/x-premium-svg" alt="premium" /></a></h4>
<p>Same changes as in <code>@mui/x-data-grid-pro@7.25.0</code>.</p>
<h3>Date and Time Pickers</h3>
<h4><code>@mui/x-date-pickers@7.25.0</code></h4>
<p>Internal changes.</p>
<h4><code>@mui/x-date-pickers-pro@7.25.0</code> <a
href="https://mui.com/r/x-pro-svg-link" title="Pro plan"><img
src="https://mui.com/r/x-pro-svg" alt="pro" /></a></h4>
<p>Same changes as in <code>@mui/x-date-pickers@7.25.0</code>.</p>
<h3>Charts</h3>
<h4><code>@mui/x-charts@7.25.0</code></h4>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mui/mui-x/blob/master/CHANGELOG.md"><code>@mui/x-tree-view</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>7.25.0</h2>
<p><em>Jan 31, 2025</em></p>
<p>We'd like to offer a big thanks to the 5 contributors who made this
release possible. Here are some highlights ✨:</p>
<ul>
<li>🐞 Bugfixes</li>
</ul>
<p>Special thanks go out to the community contributors who have helped
make this release possible:
<a href="https://github.com/k-rajat19"><code>@k-rajat19</code></a>, <a
href="https://github.com/lauri865"><code>@lauri865</code></a>.
Following are all team members who have contributed to this release:
<a href="https://github.com/KenanYusuf"><code>@KenanYusuf</code></a>,
<a href="https://github.com/MBilalShafi"><code>@MBilalShafi</code></a>,
<a href="https://github.com/arminmeh"><code>@arminmeh</code></a>.</p>
<!-- raw HTML omitted -->
<h3>Data Grid</h3>
<h4><code>@mui/x-data-grid@7.25.0</code></h4>
<ul>
<li>[DataGrid] Fix <code>renderContext</code> calculation with scroll
bounce / over-scroll (<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16368">#16368</a>)
<a href="https://github.com/lauri865"><code>@lauri865</code></a></li>
<li>[DataGrid] Refactor row state propagation (<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16351">#16351</a>)
<a href="https://github.com/lauri865"><code>@lauri865</code></a></li>
<li>[DataGrid] Add missing style overrides (<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16272">#16272</a>)
(<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16358">#16358</a>)
<a
href="https://github.com/KenanYusuf"><code>@KenanYusuf</code></a></li>
<li>[DataGrid] Fix header filters keyboard navigation when there are no
rows (<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16369">#16369</a>)
<a href="https://github.com/k-rajat19"><code>@k-rajat19</code></a></li>
<li>[DataGrid] Fix order of <code>onClick</code> prop on toolbar buttons
(<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16364">#16364</a>)
<a
href="https://github.com/KenanYusuf"><code>@KenanYusuf</code></a></li>
<li>[DataGrid] Improve test coverage of server side data source (<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/15988">#15988</a>)
<a
href="https://github.com/MBilalShafi"><code>@MBilalShafi</code></a></li>
<li>[DataGrid] Remove outdated warning (<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16370">#16370</a>)
<a
href="https://github.com/MBilalShafi"><code>@MBilalShafi</code></a></li>
<li>[DataGrid] Respect width of <code>iconContainer</code> during
autosizing (<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16409">#16409</a>)
<a
href="https://github.com/michelengelen"><code>@michelengelen</code></a></li>
</ul>
<h4><code>@mui/x-data-grid-pro@7.25.0</code> <a
href="https://mui.com/r/x-pro-svg-link" title="Pro plan"><img
src="https://mui.com/r/x-pro-svg" alt="pro" /></a></h4>
<p>Same changes as in <code>@mui/x-data-grid@7.25.0</code>, plus:</p>
<ul>
<li>[DataGridPro] Fix the return type of <code>useGridApiRef</code> for
Pro and Premium packages on React < 19 (<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16348">#16348</a>)
<a href="https://github.com/arminmeh"><code>@arminmeh</code></a></li>
<li>[DataGridPro] Fetch new rows only once when multiple models are
changed in one cycle (<a
href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16382">#16382</a>)
<a href="https://github.com/arminmeh"><code>@arminmeh</code></a></li>
</ul>
<h4><code>@mui/x-data-grid-premium@7.25.0</code> <a
href="https://mui.com/r/x-premium-svg-link" title="Premium plan"><img
src="https://mui.com/r/x-premium-svg" alt="premium" /></a></h4>
<p>Same changes as in <code>@mui/x-data-grid-pro@7.25.0</code>.</p>
<h3>Date and Time Pickers</h3>
<h4><code>@mui/x-date-pickers@7.25.0</code></h4>
<p>Internal changes.</p>
<h4><code>@mui/x-date-pickers-pro@7.25.0</code> <a
href="https://mui.com/r/x-pro-svg-link" title="Pro plan"><img
src="https://mui.com/r/x-pro-svg" alt="pro" /></a></h4>
<p>Same changes as in <code>@mui/x-date-pickers@7.25.0</code>.</p>
<h3>Charts</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="
|
|||
8815b38c88 |
ci!: set pr write perms on release-labels (#16380)
I'm pretty sure this is the fix, but I can't test it without merging it, as `pull_request_target` causes the workflow to run using the workflow on `main` (where the permissions aren't set). This comment would seem to indicate that `pull_request_target` with PR write perms does the trick: https://github.com/actions/labeler/issues/136#issuecomment-1357839196 From what I can tell this job has been broken since ~nov '24, which leads me to believe it was the permissions change made that month: https://github.com/coder/coder/actions/runs/11915659159/job/33206435274 |
|||
8d8d41eaea |
chore: bump @testing-library/jest-dom from 6.4.6 to 6.6.3 in /site (#16376)
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.4.6 to 6.6.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/jest-dom/releases"><code>@testing-library/jest-dom</code>'s releases</a>.</em></p> <blockquote> <h2>v6.6.3</h2> <h2><a href="https://github.com/testing-library/jest-dom/compare/v6.6.2...v6.6.3">6.6.3</a> (2024-10-31)</h2> <h3>Bug Fixes</h3> <ul> <li>add vitest import when extending vitest matchers (<a href="https://redirect.github.com/testing-library/jest-dom/issues/646">#646</a>) (<a href=" |