mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
2ace044e0b098cd41846c845f5d1cacbcfc38d89
8921 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
2ace044e0b |
chore: track the first time html is served in telemetry (#16334)
Addresses https://github.com/coder/nexus/issues/175. ## Changes - Adds the `telemetry_items` database table. It's a key value store for telemetry events that don't fit any other database tables. - Adds a telemetry report when HTML is served for the first time in `site.go`. |
||
|
|
f6e990ed87 | chore: rename config.yaml to config.yml for issue template (#16354) | ||
|
|
49a2412206 |
fix(vpn): configure dns hosts with username (#16352)
Previously we were configuring using the display name of the user, which may contain spaces, special characters, and isn't unique. This was always supposed to be the username. |
||
|
|
6ea5c6f0ef | fix: show user-auth provisioners for all organizations (#16350) | ||
|
|
b256b204d0 | feat: add endpoint for partial updates to org sync field and assign_default (#16337) | ||
|
|
6c90aefcb7 |
chore: add GitHub issue template (#16342)
Adds a GitHub issue template to make it easy to file bug reports. You can test it here: https://github.com/matifali/test-github-issue-template/issues/new/choose |
||
|
|
2371153a37 | feat: add endpoint for partial updates to org sync mapping (#16316) | ||
|
|
f651ab937b |
chore: add 'email' field to notifications (#16336)
Closes https://github.com/coder/internal/issues/323 This PR adds an `email` field to the `data.owner` payload for workspace created and workspace manually updated notifications, as well as user account created/activated/suspended. |
||
|
|
447cc0d59b |
chore(helm/coder/tests): add tests for securitycontext including additional fields (#16348)
Specifically tests for capabilities |
||
|
|
6e2dc6ffd2 | fix(flake.nix): include dev buildInputs in dogfood nix image (#16325) | ||
|
|
1aee589095 | docs(admin/templates/): fix terraform provider links (#16338) | ||
|
|
3a179e9e97 |
docs: add a screenshot of the admin settings to doc (#16333)
add screenshot of admin settings to doc |
||
|
|
f3916a68d6 | chore: clean up groups page (#16259) | ||
|
|
3897ea458b |
docs: adjust steps and add screenshots for orgs (#16248)
first in a series of updates to orgs docs |
||
|
|
9520da338e | fix: conform to stricter printf usage in Go 1.24 (#16330) | ||
|
|
967a3810f4 |
fix: fix flaky IDP e2e tests (#16331)
resolves coder/internal#325 |
||
|
|
760a70d10c | chore(provisioner/terraform): make testdata generate.sh parallel (#16326) | ||
|
|
92d22e296b |
chore: track usage of organizations in telemetry (#16323)
Addresses https://github.com/coder/internal/issues/317. ## Changes Requirements are quoted below: > how many orgs does deployment have Adds the Organization entity to telemetry. > ensuring resources are associated with orgs All resources that reference an org already report the org id to telemetry. Adds a test to check that. > whether org sync is configured Adds the `IDPOrgSync` boolean field to the Deployment entity. ## Implementation of the org sync check While there's an `OrganizationSyncEnabled` method on the IDPSync interface, I decided not to use it directly and implemented a counterpart just for telemetry purposes. It's a compromise I'm not happy about, but I found that it's a simpler approach than the alternative. There are multiple reasons: 1. The telemetry package cannot statically access the IDPSync interface due to a circular import. 2. We can't dynamically pass a reference to the `OrganizationSyncEnabled` function at the time of instantiating the telemetry object, because our server initialization logic depends on the telemetry object being created before the IDPSync object. 3. If we circumvent that problem by passing the reference as an initially empty pointer, initializing telemetry, then IDPSync, then updating the pointer to point to `OrganizationSyncEnabled`, we have to refactor the initialization logic of the telemetry object itself to avoid a race condition where the first telemetry report is performed without a valid reference. I actually implemented that approach in https://github.com/coder/coder/pull/16307, but realized I'm unable to fully test it. It changed the initialization order in the server command, and I wanted to test our CLI with Org Sync configured with a premium license. As far as I'm aware, we don't have the tooling to do that. I couldn't figure out a way to start the CLI with a mock license, and I didn't want to go down further into the refactoring rabbit hole. So I decided that reimplementing the org sync checking logic is simpler. |
||
|
|
b77b5432c6 | test(coderd/database/pubsub): ensure db closure on unhappy paths (#16327) | ||
|
|
c069563af1 |
test: fix use of t.Logf where t.Log would suffice (#16328)
|
||
|
|
6caa29a29f |
chore: fix terraform/provider testdata to use latest terraform-provider (#16309)
provisioner/terraform/testdata current version has been generated using outdated version of terraform-provider - with some parameters that are not relevant anymore, causing `generate.sh` to fail when trying to generate new data. |
||
|
|
e8e16c9404 |
chore(agent/agentscripts): log command cancellation (#16324)
Relates to https://github.com/coder/internal/issues/329 It's currently unclear where the SIGHUP came from; adding some logging to make it more clear if it happens again in future. --------- Co-authored-by: Danny Kopping <danny@coder.com> |
||
|
|
d38974405d |
chore: bump gopkg.in/DataDog/dd-trace-go.v1 from 1.70.3 to 1.71.0 (#16273)
Bumps gopkg.in/DataDog/dd-trace-go.v1 from 1.70.3 to 1.71.0. <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | gopkg.in/DataDog/dd-trace-go.v1 | [>= 1.58.a, < 1.59] | </details> [](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> |
||
|
|
1eeede0fd7 |
chore: bump google.golang.org/grpc from 1.69.4 to 1.70.0 (#16271)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.69.4 to 1.70.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p> <blockquote> <h2>Release 1.70.0</h2> <h1>Behavior Changes</h1> <ul> <li>client: reject service configs containing an invalid retryPolicy in accordance with gRFCs <a href="https://github.com/grpc/proposal/blob/master/A21-service-config-error-handling.md">A21</a> and <a href="https://github.com/grpc/proposal/blob/master/A6-client-retries.md">A6</a>. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7905">#7905</a>) <ul> <li>Note that this is a potential breaking change for some users using an invalid configuration, but continuing to allow this behavior would violate our cross-language compatibility requirements.</li> </ul> </li> </ul> <h1>New Features</h1> <ul> <li>xdsclient: fallback to a secondary management server (if specified in the bootstrap configuration) when the primary is down is enabled by default. Can be disabled by setting the environment variable <code>GRPC_EXPERIMENTAL_XDS_FALLBACK</code> to <code>false</code>. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7949">#7949</a>)</li> <li>experimental/credentials: experimental transport credentials are added which don't enforce ALPN. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7980">#7980</a>) <ul> <li>These credentials will be removed in an upcoming grpc-go release. Users must not rely on these credentials directly. Instead, they should either vendor a specific version of gRPC or copy the relevant credentials into their own codebase if absolutely necessary.</li> </ul> </li> </ul> <h1>Bug Fixes</h1> <ul> <li>xds: fix a possible deadlock that happens when both the client application and the xDS management server (responsible for configuring the client) are using the xds:/// scheme in their target URIs. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8011">#8011</a>)</li> </ul> <h1>Performance</h1> <ul> <li>server: for unary requests, free raw request message data as soon as parsing is finished instead of waiting until the method handler returns. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7998">#7998</a>) <ul> <li>Special Thanks: <a href="https://github.com/lqs"><code>@lqs</code></a></li> </ul> </li> </ul> <h1>Documentation</h1> <ul> <li>examples/features/gracefulstop: add example to demonstrate server graceful stop. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7865">#7865</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/98a0092952dd4d8443229c3a335ec592d9c40c9b"><code>98a0092</code></a> Change version to 1.70.0 (<a href="https://redirect.github.com/grpc/grpc-go/issues/7984">#7984</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/bf380dec5e059ea6e7d07cec015dd0c913831a6a"><code>bf380de</code></a> Cherrypick <a href="https://redirect.github.com/grpc/grpc-go/issues/7998">#7998</a>, <a href="https://redirect.github.com/grpc/grpc-go/issues/8011">#8011</a>, <a href="https://redirect.github.com/grpc/grpc-go/issues/8010">#8010</a> into 1.70.x (<a href="https://redirect.github.com/grpc/grpc-go/issues/8028">#8028</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/54b3eb97dbf7400efb5750f26084c2d3b2eff120"><code>54b3eb9</code></a> experimental/credentials: Add credentials that don't enforce ALPN (<a href="https://redirect.github.com/grpc/grpc-go/issues/7980">#7980</a>) (<a href="https://redirect.github.com/grpc/grpc-go/issues/8">#8</a>...</li> <li><a href="https://github.com/grpc/grpc-go/commit/62b9185a6296155e47efd39d60298d8de0a6ed1d"><code>62b9185</code></a> clustetresolver: Copy endpoints.Addresses slice from DNS updates to avoid dat...</li> <li><a href="https://github.com/grpc/grpc-go/commit/724f450f77a09bade8174e5052625977069aaf81"><code>724f450</code></a> examples/features/csm_observability: use helloworld client and server instead...</li> <li><a href="https://github.com/grpc/grpc-go/commit/e8d5feb181766059429259ce3345ddb1f667ded5"><code>e8d5feb</code></a> rbac: add method name to :path in headers (<a href="https://redirect.github.com/grpc/grpc-go/issues/7965">#7965</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/e912015fd3f4aabdff6d6cf835e321c19a204afb"><code>e912015</code></a> cleanup: Fix usages of non-constant format strings (<a href="https://redirect.github.com/grpc/grpc-go/issues/7959">#7959</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/681334a46115da3a5f9086c47e3d501a19362256"><code>681334a</code></a> cleanup: replace dial with newclient (<a href="https://redirect.github.com/grpc/grpc-go/issues/7943">#7943</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/063d352de07403a582ef33f8f5f8149e3b57c47e"><code>063d352</code></a> internal/resolver: introduce a new resolver to handle target URI and proxy ad...</li> <li><a href="https://github.com/grpc/grpc-go/commit/10c7e13311f48bf5237738f4f19b53f62b1146cd"><code>10c7e13</code></a> outlierdetection: Support health listener for ejection updates (<a href="https://redirect.github.com/grpc/grpc-go/issues/7908">#7908</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.69.4...v1.70.0">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> |
||
|
|
77ec7485d0 |
chore: bump github.com/aws/aws-sdk-go-v2 from 1.33.0 to 1.34.0 (#16269)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
de09c51564 |
chore: bump github.com/prometheus-community/pro-bing from 0.5.0 to 0.6.0 (#16270)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
817c790a4c |
chore: bump google.golang.org/api from 0.217.0 to 0.218.0 (#16274)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
be69573d8d |
chore: bump github.com/gohugoio/hugo from 0.141.0 to 0.142.0 (#16275)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
b70437dbad | chore(docs/admin/networking/index.md): remove duplicate note (#16322) | ||
|
|
6271fda47a | fix(flake.nix): limit the amount of maximum layers to 32 on dogfood nix image (#16318) | ||
|
|
28088165a1 | chore: get TUN/DNS working on Windows for CoderVPN (#16310) | ||
|
|
a658ccf362 |
fix(vpn): send subnet masks and prefix lengths from router (#16317)
These were somehow missed when I wrote the router.. Also updates `coder/tailscale` to bring in the DNS changes https://github.com/coder/tailscale/pull/64 |
||
|
|
d32a5e1a01 |
fix: fix UI bugs for orgs (#16302)
resolves coder/internal#288 resolves coder/internal#287 Fixes alignment issue on create organizations page when license banner is visible. before <img width="1178" alt="Screenshot 2025-01-27 at 18 36 35" src="https://github.com/user-attachments/assets/b845f1df-adb3-4876-aba5-8fa9d56eb22b" /> after <img width="961" alt="Screenshot 2025-01-27 at 18 47 06" src="https://github.com/user-attachments/assets/4a6374f9-9571-453c-9258-9cc4631afb77" /> |
||
|
|
1336925c9f |
feat(flake.nix): switch dogfood dev image to buildNixShellImage from dockerTools (#16223)
Replace Depot build action with Nix for Nix dogfood image builds The dogfood Nix image is now built using Nix's native container tooling instead of Depot. This change: - Adds Nix setup steps to the GitHub Actions workflow - Removes the Dockerfile.nix in favor of a Nix-native container build - Updates the flake.nix to support building Docker images - Introduces a hash file to track Nix-related changes - Updates the vendorHash for Go dependencies Change-Id: I4e011fe3a19d9a1375fbfd5223c910e59d66a5d9 Signed-off-by: Thomas Kosiewski <tk@coder.com> |
||
|
|
279c08e9d4 |
chore(scaletest/createworkspaces): address context usage (#16306)
Fixes https://github.com/coder/internal/issues/324 We had been using a `testutil.Context` in combination with a separate `context.WithTimeout()` that smelled iffy to me. Also reworked part of the second `require.Eventually` loop to pull a job ID from the first one, and added some more logging to aid future debugging. |
||
|
|
bb69054716 |
fix(cli): remove loading indicator when pinging with verbose logs (#16305)
This was causing some verbose log lines to be prepended with the spinner message, e.g. ``` ◱ Collecting diagnostics...2025-01-28 10:26:27.502 ``` which doesnt look very good. Presumably anyone running it with verbose will know it takes a moment to collect diagnostics first. |
||
|
|
b44ae40bbb | test(cli): speed up stackdriver logging tests by setting GCE env (#16298) | ||
|
|
ab92306d01 |
fix(vpn): handle sending nil router config (#16267)
Previously, a `nil` Router config would cause a panic in the dylib. Normally, a nil Router config would indicate a shutdown of the service, and that settings should be reset. However, for Coder Desktop macOS the network configuration will be reset by the disconnecting of the system VPN, so we'll instead do nothing. |
||
|
|
76adde91dc |
fix(provisioner/terraform/tfparse): allow empty values in coder_workspace_tag defaults (#16303)
* chore(docs): update docs re workspace tag default values * chore(coderdenttest): use random name instead of t.Name() in newExternalProvisionerDaemon * fix(provisioner/terraform/tfparse): allow empty values in coder_workspace_tag defaults |
||
|
|
f5186699ad |
feat: enable editing of IDP sync configuration for groups and roles in the UI (#16098)
contributes to #15290 The goal of this PR is to port the work to implement CRUD in the UI for IDP organization sync settings and apply this to group and role IDP sync settings. <img width="1143" alt="Screenshot 2025-01-16 at 20 25 21" src="https://github.com/user-attachments/assets/c5d09291-e98c-497c-8c23-a3cdcdccb90d" /> <img width="1142" alt="Screenshot 2025-01-16 at 20 25 39" src="https://github.com/user-attachments/assets/1f569e1f-1474-49fa-8c80-aa8cf0d0e4db" /> |
||
|
|
75c899ff71 |
feat(cli): add provisioner job cancel command (#16252)
Fixes #16117 Updates #15084 |
||
|
|
84a54c1d7b |
ci: bump the github-actions group with 3 updates (#16299)
Bumps the github-actions group with 3 updates: [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata), [github/codeql-action](https://github.com/github/codeql-action) and [umbrelladocs/action-linkspector](https://github.com/umbrelladocs/action-linkspector). Updates `dependabot/fetch-metadata` from 2.2.0 to 2.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dependabot/fetch-metadata/releases">dependabot/fetch-metadata's releases</a>.</em></p> <blockquote> <h2>v2.3.0</h2> <h2>What's Changed</h2> <ul> <li>Bump actions/create-github-app-token from 1.10.2 to 1.10.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/537">dependabot/fetch-metadata#537</a></li> <li>Update readme to include an if conditional by <a href="https://github.com/Nishnha"><code>@Nishnha</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/548">dependabot/fetch-metadata#548</a></li> <li>Silence audit and funding messages from <code>npm</code> by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/550">dependabot/fetch-metadata#550</a></li> <li>Bump actions/create-github-app-token from 1.10.3 to 1.11.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/554">dependabot/fetch-metadata#554</a></li> <li>fix readme action example by <a href="https://github.com/CloudNStoyan"><code>@CloudNStoyan</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/563">dependabot/fetch-metadata#563</a></li> <li>Fixed missing outputs in action.yml by <a href="https://github.com/CatChen"><code>@CatChen</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/564">dependabot/fetch-metadata#564</a></li> <li>Handle branch names containing dependency group by <a href="https://github.com/CloudNStoyan"><code>@CloudNStoyan</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/565">dependabot/fetch-metadata#565</a></li> <li>v2.3.0 by <a href="https://github.com/fetch-metadata-action-automation"><code>@fetch-metadata-action-automation</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/543">dependabot/fetch-metadata#543</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/CloudNStoyan"><code>@CloudNStoyan</code></a> made their first contribution in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/563">dependabot/fetch-metadata#563</a></li> <li><a href="https://github.com/CatChen"><code>@CatChen</code></a> made their first contribution in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/564">dependabot/fetch-metadata#564</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dependabot/fetch-metadata/compare/v2...v2.3.0">https://github.com/dependabot/fetch-metadata/compare/v2...v2.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dependabot/fetch-metadata/commit/d7267f607e9d3fb96fc2fbe83e0af444713e90b7"><code>d7267f6</code></a> Merge pull request <a href="https://redirect.github.com/dependabot/fetch-metadata/issues/543">#543</a> from dependabot/bump-to-v2.3.0</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/e3dd295a04f6eccc15a116fc5cde058f1735c05d"><code>e3dd295</code></a> v2.3.0</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/3da9521b8c62beab87c4d18ad1e9bd7fd7b9d3bf"><code>3da9521</code></a> Merge pull request <a href="https://redirect.github.com/dependabot/fetch-metadata/issues/565">#565</a> from CloudNStoyan/main</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/de52f600152fa3f48a82e88e06e864cba8421436"><code>de52f60</code></a> update build</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/59d2b1fb73ac123a1953e2ddc99ea8f1b869463a"><code>59d2b1f</code></a> fix incorrect parsing of directory when using dependency-group</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/0d270694949cee4e6c179fc89629d95e0b9fb763"><code>0d27069</code></a> Merge pull request <a href="https://redirect.github.com/dependabot/fetch-metadata/issues/564">#564</a> from CatChen/fixed-missing-outputs-in-action-yml</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/5a7546a6e709997b54d62d4e673a23eaa8621a26"><code>5a7546a</code></a> Fixed missing outputs in action.yml</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/06ea45a2e4582d87b11f03c7ce596ae3261f39f6"><code>06ea45a</code></a> Merge pull request <a href="https://redirect.github.com/dependabot/fetch-metadata/issues/563">#563</a> from CloudNStoyan/main</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/bbfca7ec1c0b06b16cc955f242ebc9f1c8daa4f4"><code>bbfca7e</code></a> fix readme action example</li> <li><a href="https://github.com/dependabot/fetch-metadata/commit/b0d0393a82702c1819b5ae7ad6ea780cd8c18aae"><code>b0d0393</code></a> Merge pull request <a href="https://redirect.github.com/dependabot/fetch-metadata/issues/554">#554</a> from dependabot/dependabot/github_actions/actions/cre...</li> <li>Additional commits viewable in <a href="https://github.com/dependabot/fetch-metadata/compare/dbb049abf0d677abbd7f7eee0375145b417fdd34...d7267f607e9d3fb96fc2fbe83e0af444713e90b7">compare view</a></li> </ul> </details> <br /> Updates `github/codeql-action` from 3.28.1 to 3.28.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/releases">github/codeql-action's releases</a>.</em></p> <blockquote> <h2>v3.28.5</h2> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <h2>3.28.5 - 24 Jan 2025</h2> <ul> <li>Update default CodeQL bundle version to 2.20.3. <a href="https://redirect.github.com/github/codeql-action/pull/2717">#2717</a></li> </ul> <p>See the full <a href="https://github.com/github/codeql-action/blob/v3.28.5/CHANGELOG.md">CHANGELOG.md</a> for more information.</p> <h2>v3.28.4</h2> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <h2>3.28.4 - 23 Jan 2025</h2> <p>No user facing changes.</p> <p>See the full <a href="https://github.com/github/codeql-action/blob/v3.28.4/CHANGELOG.md">CHANGELOG.md</a> for more information.</p> <h2>v3.28.3</h2> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <h2>3.28.3 - 22 Jan 2025</h2> <ul> <li>Update default CodeQL bundle version to 2.20.2. <a href="https://redirect.github.com/github/codeql-action/pull/2707">#2707</a></li> <li>Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the <a href="https://github.com/github/codeql-action-sync-tool">CodeQL Action sync tool</a> and the Actions runner did not have Zstandard installed. <a href="https://redirect.github.com/github/codeql-action/pull/2710">#2710</a></li> <li>Uploading debug artifacts for CodeQL analysis is temporarily disabled. <a href="https://redirect.github.com/github/codeql-action/pull/2712">#2712</a></li> </ul> <p>See the full <a href="https://github.com/github/codeql-action/blob/v3.28.3/CHANGELOG.md">CHANGELOG.md</a> for more information.</p> <h2>v3.28.2</h2> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <h2>3.28.2 - 21 Jan 2025</h2> <p>No user facing changes.</p> <p>See the full <a href="https://github.com/github/codeql-action/blob/v3.28.2/CHANGELOG.md">CHANGELOG.md</a> for more information.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's changelog</a>.</em></p> <blockquote> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <h2>[UNRELEASED]</h2> <p>No user facing changes.</p> <h2>3.28.5 - 24 Jan 2025</h2> <ul> <li>Update default CodeQL bundle version to 2.20.3. <a href="https://redirect.github.com/github/codeql-action/pull/2717">#2717</a></li> </ul> <h2>3.28.4 - 23 Jan 2025</h2> <p>No user facing changes.</p> <h2>3.28.3 - 22 Jan 2025</h2> <ul> <li>Update default CodeQL bundle version to 2.20.2. <a href="https://redirect.github.com/github/codeql-action/pull/2707">#2707</a></li> <li>Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the <a href="https://github.com/github/codeql-action-sync-tool">CodeQL Action sync tool</a> and the Actions runner did not have Zstandard installed. <a href="https://redirect.github.com/github/codeql-action/pull/2710">#2710</a></li> <li>Uploading debug artifacts for CodeQL analysis is temporarily disabled. <a href="https://redirect.github.com/github/codeql-action/pull/2712">#2712</a></li> </ul> <h2>3.28.2 - 21 Jan 2025</h2> <p>No user facing changes.</p> <h2>3.28.1 - 10 Jan 2025</h2> <ul> <li>CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see <a href="https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/">this changelog post</a>. <a href="https://redirect.github.com/github/codeql-action/pull/2677">#2677</a></li> <li>Update default CodeQL bundle version to 2.20.1. <a href="https://redirect.github.com/github/codeql-action/pull/2678">#2678</a></li> </ul> <h2>3.28.0 - 20 Dec 2024</h2> <ul> <li>Bump the minimum CodeQL bundle version to 2.15.5. <a href="https://redirect.github.com/github/codeql-action/pull/2655">#2655</a></li> <li>Don't fail in the unusual case that a file is on the search path. <a href="https://redirect.github.com/github/codeql-action/pull/2660">#2660</a>.</li> </ul> <h2>3.27.9 - 12 Dec 2024</h2> <p>No user facing changes.</p> <h2>3.27.8 - 12 Dec 2024</h2> <ul> <li>Fixed an issue where streaming the download and extraction of the CodeQL bundle did not respect proxy settings. <a href="https://redirect.github.com/github/codeql-action/pull/2624">#2624</a></li> </ul> <h2>3.27.7 - 10 Dec 2024</h2> <ul> <li>We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. <a href="https://redirect.github.com/github/codeql-action/pull/2631">#2631</a></li> <li>Update default CodeQL bundle version to 2.20.0. <a href="https://redirect.github.com/github/codeql-action/pull/2636">#2636</a></li> </ul> <h2>3.27.6 - 03 Dec 2024</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/codeql-action/commit/f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4"><code>f6091c0</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2721">#2721</a> from github/update-v3.28.5-01f001931</li> <li><a href="https://github.com/github/codeql-action/commit/064af10f0de41995b41632364b4bfb00a34df047"><code>064af10</code></a> Update changelog for v3.28.5</li> <li><a href="https://github.com/github/codeql-action/commit/01f0019310ce544d1cf748667a69f8fd6e26e48a"><code>01f0019</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2717">#2717</a> from github/update-bundle/codeql-bundle-v2.20.3</li> <li><a href="https://github.com/github/codeql-action/commit/573ad887cd5b527e9baef02653bd455e1ff5181c"><code>573ad88</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2718">#2718</a> from github/kaeluka/4779-1</li> <li><a href="https://github.com/github/codeql-action/commit/d7f39764f685cbe3764f763469a0d72383d7b9c8"><code>d7f3976</code></a> permissions block in query-filters.yml</li> <li><a href="https://github.com/github/codeql-action/commit/428975ce2cf327a0e919004c63e734eddd0e6255"><code>428975c</code></a> Add changelog note</li> <li><a href="https://github.com/github/codeql-action/commit/208091da0a1069394981cdf5e7a91a8ee3f10709"><code>208091d</code></a> Update default bundle to codeql-bundle-v2.20.3</li> <li><a href="https://github.com/github/codeql-action/commit/7e3036b9cd87fc26dd06747b7aa4b96c27aaef3a"><code>7e3036b</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2716">#2716</a> from github/mergeback/v3.28.4-to-main-ee117c90</li> <li><a href="https://github.com/github/codeql-action/commit/e32a0d62d44ac06377953bfaf3ffd43618be076a"><code>e32a0d6</code></a> Update checked-in dependencies</li> <li><a href="https://github.com/github/codeql-action/commit/67c21e4084d5e020fbc969b839d42911b87fb8b5"><code>67c21e4</code></a> Update changelog and version after v3.28.4</li> <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/b6a472f63d85b9c78a3ac5e89422239fc15e9b3c...f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4">compare view</a></li> </ul> </details> <br /> Updates `umbrelladocs/action-linkspector` from 1.2.4 to 1.2.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/umbrelladocs/action-linkspector/releases">umbrelladocs/action-linkspector's releases</a>.</em></p> <blockquote> <h2>Release v1.2.5</h2> <h2>What's Changed</h2> <ul> <li>fix: disable AppArmor user namespace restrictions on the runner by <a href="https://github.com/Realiserad"><code>@Realiserad</code></a> in <a href="https://redirect.github.com/UmbrellaDocs/action-linkspector/pull/34">UmbrellaDocs/action-linkspector#34</a></li> <li>chore(deps): update reviewdog/reviewdog to 0.20.3 by <a href="https://github.com/github-actions"><code>@github-actions</code></a> in <a href="https://redirect.github.com/UmbrellaDocs/action-linkspector/pull/31">UmbrellaDocs/action-linkspector#31</a></li> <li>Add fail_level argument and deprecate fail_on_error by <a href="https://github.com/bitcoin-tools"><code>@bitcoin-tools</code></a> in <a href="https://redirect.github.com/UmbrellaDocs/action-linkspector/pull/23">UmbrellaDocs/action-linkspector#23</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Realiserad"><code>@Realiserad</code></a> made their first contribution in <a href="https://redirect.github.com/UmbrellaDocs/action-linkspector/pull/34">UmbrellaDocs/action-linkspector#34</a></li> <li><a href="https://github.com/bitcoin-tools"><code>@bitcoin-tools</code></a> made their first contribution in <a href="https://redirect.github.com/UmbrellaDocs/action-linkspector/pull/23">UmbrellaDocs/action-linkspector#23</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/UmbrellaDocs/action-linkspector/compare/v1.2.4...UmbrellaDocs:release-1.2.5">https://github.com/UmbrellaDocs/action-linkspector/compare/v1.2.4...UmbrellaDocs:release-1.2.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/UmbrellaDocs/action-linkspector/commit/de84085e0f51452a470558693d7d308fbb2fa261"><code>de84085</code></a> Merge pull request <a href="https://redirect.github.com/umbrelladocs/action-linkspector/issues/35">#35</a> from UmbrellaDocs/release-1.2.5</li> <li><a href="https://github.com/UmbrellaDocs/action-linkspector/commit/c6a59a6bf98fa2b8a152acaeff16921a3e39bc7b"><code>c6a59a6</code></a> Added sample usage</li> <li><a href="https://github.com/UmbrellaDocs/action-linkspector/commit/21ce8cd6fc4d2812628c7d6a353ea86bf085eb59"><code>21ce8cd</code></a> Merge pull request <a href="https://redirect.github.com/umbrelladocs/action-linkspector/issues/23">#23</a> from bitcoin-tools/deprecate-fail-on-error</li> <li><a href="https://github.com/UmbrellaDocs/action-linkspector/commit/e62bb2d5a68b84dfc5c0d1f61b133585a16ade13"><code>e62bb2d</code></a> Fix YAML issues</li> <li><a href="https://github.com/UmbrellaDocs/action-linkspector/commit/64e2b9bf4f671dd0c213d87f40148216b4a0882a"><code>64e2b9b</code></a> mitigate risk of untrusted inputs and define shell</li> <li><a href="https://github.com/UmbrellaDocs/action-linkspector/commit/e376d76f51c09def617e6cff4a49d04956213a15"><code>e376d76</code></a> add backwards-compatability for <code>fail_on_error</code></li> <li><a href="https://github.com/UmbrellaDocs/action-linkspector/commit/c6a531461dff91607a44a0221d82d3c087d5aeb1"><code>c6a5314</code></a> replace deprecated option with fail_level</li> <li><a href="https://github.com/UmbrellaDocs/action-linkspector/commit/b8d796f06117f0151d00b6131c5c6ae9884c8ddf"><code>b8d796f</code></a> Merge pull request <a href="https://redirect.github.com/umbrelladocs/action-linkspector/issues/31">#31</a> from UmbrellaDocs/depup/reviewdog/reviewdog</li> <li><a href="https://github.com/UmbrellaDocs/action-linkspector/commit/cde5159538b1a07765b494a136968cb9833df246"><code>cde5159</code></a> Merge pull request <a href="https://redirect.github.com/umbrelladocs/action-linkspector/issues/34">#34</a> from Realiserad/main</li> <li><a href="https://github.com/UmbrellaDocs/action-linkspector/commit/d32de29fc2dd0fcdcf3da8f8a95e0a0c15f30e26"><code>d32de29</code></a> fix: disable AppArmor user namespace restrictions on the runner</li> <li>Additional commits viewable in <a href="https://github.com/umbrelladocs/action-linkspector/compare/fc382e19892aca958e189954912fe379a8df270c...de84085e0f51452a470558693d7d308fbb2fa261">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
94b645db2e |
chore: bump storybook from 8.4.6 to 8.5.2 in /site (#16287)
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) 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">storybook'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">storybook'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="https://github.com/storybookjs/storybook/commit/7dac855e80e0d36a583f294c5005248b8b808d7a"><code>7dac855</code></a> Bump version from "8.5.1" to "8.5.2" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/600af05703b90bdda5999ffa85b52928140a4902"><code>600af05</code></a> Bump version from "8.5.0" to "8.5.1" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/92770672e5112dc397bd864c8013ea899e86fa47"><code>9277067</code></a> Bump version from "8.5.0-beta.11" to "8.5.0" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/d8fe93ac1b2abc66591419432eeba1cef09d7365"><code>d8fe93a</code></a> Bump version from "8.5.0-beta.10" to "8.5.0-beta.11" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/426586d37a59ba3c4aa37efdd720a0b0300f8785"><code>426586d</code></a> Bump version from "8.5.0-beta.9" to "8.5.0-beta.10" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/b607dbe575b79c28e47a99ccc45e40daa17c4d00"><code>b607dbe</code></a> Bump version from "8.5.0-beta.8" to "8.5.0-beta.9" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/3b979ee412c1363e5b397292e8e05dac3f0c22d7"><code>3b979ee</code></a> Bump version from "8.5.0-beta.7" to "8.5.0-beta.8" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/2b9f1cfc16b517ebf682daae8a7f8f64faca667e"><code>2b9f1cf</code></a> Bump version from "8.5.0-beta.6" to "8.5.0-beta.7" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/91f53fdf55b6349846f11056278b157560c9511a"><code>91f53fd</code></a> Bump version from "8.5.0-beta.5" to "8.5.0-beta.6" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/ef9ee273d6d5136245fda6cab72d22735dea3b75"><code>ef9ee27</code></a> Bump version from "8.5.0-beta.4" to "8.5.0-beta.5" [skip ci]</li> <li>Additional commits viewable in <a href="https://github.com/storybookjs/storybook/commits/v8.5.2/code/lib/cli">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> |
||
|
|
e3b76b707c |
chore: bump the mui group across 1 directory with 5 updates (#16276)
Bumps the mui group with 5 updates in the /site directory: | Package | From | To | | --- | --- | --- | | [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `5.16.13` | `5.16.14` | | [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.16.13` | `5.16.14` | | [@mui/system](https://github.com/mui/material-ui/tree/HEAD/packages/mui-system) | `5.16.13` | `5.16.14` | | [@mui/utils](https://github.com/mui/material-ui/tree/HEAD/packages/mui-utils) | `5.16.13` | `5.16.14` | | [@mui/x-tree-view](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view) | `7.23.2` | `7.24.1` | Updates `@mui/icons-material` from 5.16.13 to 5.16.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mui/material-ui/releases"><code>@mui/icons-material</code>'s releases</a>.</em></p> <blockquote> <h2>v5.16.14</h2> <!-- raw HTML omitted --> <p>A big thanks to the 1 contributor who made this release possible.</p> <h3><code>@mui/material@5.16.14</code></h3> <ul> <li>[Autocomplete] Revert: Fix options list rendering in freeSolo mode (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44857">#44857</a>) <a href="https://github.com/ZeeshanTamboli"><code>@ZeeshanTamboli</code></a></li> </ul> <p>All contributors of this release in alphabetical order: <a href="https://github.com/ZeeshanTamboli"><code>@ZeeshanTamboli</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mui/material-ui/blob/v5.16.14/CHANGELOG.md"><code>@mui/icons-material</code>'s changelog</a>.</em></p> <blockquote> <h2>v5.16.14</h2> <!-- raw HTML omitted --> <p><em>Jan 6, 2025</em></p> <p>A big thanks to the 1 contributor who made this release possible.</p> <h3><code>@mui/material@5.16.14</code></h3> <ul> <li>[Autocomplete] Revert: Fix options list rendering in freeSolo mode (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44857">#44857</a>) <a href="https://github.com/ZeeshanTamboli"><code>@ZeeshanTamboli</code></a></li> </ul> <p>All contributors of this release in alphabetical order: <a href="https://github.com/ZeeshanTamboli"><code>@ZeeshanTamboli</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mui/material-ui/commit/ba588c8333d765af63ab15c8b33dd947b615f70b"><code>ba588c8</code></a> [release] v5.16.14 (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44955">#44955</a>)</li> <li>See full diff in <a href="https://github.com/mui/material-ui/commits/v5.16.14/packages/mui-icons-material">compare view</a></li> </ul> </details> <br /> Updates `@mui/material` from 5.16.13 to 5.16.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mui/material-ui/releases"><code>@mui/material</code>'s releases</a>.</em></p> <blockquote> <h2>v5.16.14</h2> <!-- raw HTML omitted --> <p>A big thanks to the 1 contributor who made this release possible.</p> <h3><code>@mui/material@5.16.14</code></h3> <ul> <li>[Autocomplete] Revert: Fix options list rendering in freeSolo mode (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44857">#44857</a>) <a href="https://github.com/ZeeshanTamboli"><code>@ZeeshanTamboli</code></a></li> </ul> <p>All contributors of this release in alphabetical order: <a href="https://github.com/ZeeshanTamboli"><code>@ZeeshanTamboli</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mui/material-ui/blob/v5.16.14/CHANGELOG.md"><code>@mui/material</code>'s changelog</a>.</em></p> <blockquote> <h2>v5.16.14</h2> <!-- raw HTML omitted --> <p><em>Jan 6, 2025</em></p> <p>A big thanks to the 1 contributor who made this release possible.</p> <h3><code>@mui/material@5.16.14</code></h3> <ul> <li>[Autocomplete] Revert: Fix options list rendering in freeSolo mode (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44857">#44857</a>) <a href="https://github.com/ZeeshanTamboli"><code>@ZeeshanTamboli</code></a></li> </ul> <p>All contributors of this release in alphabetical order: <a href="https://github.com/ZeeshanTamboli"><code>@ZeeshanTamboli</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mui/material-ui/commit/ba588c8333d765af63ab15c8b33dd947b615f70b"><code>ba588c8</code></a> [release] v5.16.14 (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44955">#44955</a>)</li> <li><a href="https://github.com/mui/material-ui/commit/dd0bb69fe7575524b92e1080877d045b127a98be"><code>dd0bb69</code></a> [Autocomplete] Revert: Fix options list rendering in freeSolo mode (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44857">#44857</a>)</li> <li>See full diff in <a href="https://github.com/mui/material-ui/commits/v5.16.14/packages/mui-material">compare view</a></li> </ul> </details> <br /> Updates `@mui/system` from 5.16.13 to 5.16.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mui/material-ui/releases"><code>@mui/system</code>'s releases</a>.</em></p> <blockquote> <h2>v5.16.14</h2> <!-- raw HTML omitted --> <p>A big thanks to the 1 contributor who made this release possible.</p> <h3><code>@mui/material@5.16.14</code></h3> <ul> <li>[Autocomplete] Revert: Fix options list rendering in freeSolo mode (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-system/issues/44857">#44857</a>) <a href="https://github.com/ZeeshanTamboli"><code>@ZeeshanTamboli</code></a></li> </ul> <p>All contributors of this release in alphabetical order: <a href="https://github.com/ZeeshanTamboli"><code>@ZeeshanTamboli</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mui/material-ui/blob/v5.16.14/CHANGELOG.md"><code>@mui/system</code>'s changelog</a>.</em></p> <blockquote> <h2>v5.16.14</h2> <!-- raw HTML omitted --> <p><em>Jan 6, 2025</em></p> <p>A big thanks to the 1 contributor who made this release possible.</p> <h3><code>@mui/material@5.16.14</code></h3> <ul> <li>[Autocomplete] Revert: Fix options list rendering in freeSolo mode (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-system/issues/44857">#44857</a>) <a href="https://github.com/ZeeshanTamboli"><code>@ZeeshanTamboli</code></a></li> </ul> <p>All contributors of this release in alphabetical order: <a href="https://github.com/ZeeshanTamboli"><code>@ZeeshanTamboli</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mui/material-ui/commit/ba588c8333d765af63ab15c8b33dd947b615f70b"><code>ba588c8</code></a> [release] v5.16.14 (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-system/issues/44955">#44955</a>)</li> <li>See full diff in <a href="https://github.com/mui/material-ui/commits/v5.16.14/packages/mui-system">compare view</a></li> </ul> </details> <br /> Updates `@mui/utils` from 5.16.13 to 5.16.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mui/material-ui/releases"><code>@mui/utils</code>'s releases</a>.</em></p> <blockquote> <h2>v5.16.14</h2> <!-- raw HTML omitted --> <p>A big thanks to the 1 contributor who made this release possible.</p> <h3><code>@mui/material@5.16.14</code></h3> <ul> <li>[Autocomplete] Revert: Fix options list rendering in freeSolo mode (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-utils/issues/44857">#44857</a>) <a href="https://github.com/ZeeshanTamboli"><code>@ZeeshanTamboli</code></a></li> </ul> <p>All contributors of this release in alphabetical order: <a href="https://github.com/ZeeshanTamboli"><code>@ZeeshanTamboli</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mui/material-ui/blob/v5.16.14/CHANGELOG.md"><code>@mui/utils</code>'s changelog</a>.</em></p> <blockquote> <h2>v5.16.14</h2> <!-- raw HTML omitted --> <p><em>Jan 6, 2025</em></p> <p>A big thanks to the 1 contributor who made this release possible.</p> <h3><code>@mui/material@5.16.14</code></h3> <ul> <li>[Autocomplete] Revert: Fix options list rendering in freeSolo mode (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-utils/issues/44857">#44857</a>) <a href="https://github.com/ZeeshanTamboli"><code>@ZeeshanTamboli</code></a></li> </ul> <p>All contributors of this release in alphabetical order: <a href="https://github.com/ZeeshanTamboli"><code>@ZeeshanTamboli</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mui/material-ui/commit/ba588c8333d765af63ab15c8b33dd947b615f70b"><code>ba588c8</code></a> [release] v5.16.14 (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-utils/issues/44955">#44955</a>)</li> <li>See full diff in <a href="https://github.com/mui/material-ui/commits/v5.16.14/packages/mui-utils">compare view</a></li> </ul> </details> <br /> Updates `@mui/x-tree-view` from 7.23.2 to 7.24.1 <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.24.1</h2> <p>We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:</p> <ul> <li>🐞 Bugfixes</li> <li>🌍 Improve Persian (fa-IR) locale on the Data Grid</li> </ul> <p>Special thanks go out to the community contributors who have helped make this release possible: <a href="https://github.com/mostafaRoosta74"><code>@mostafaRoosta74</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/alexfauquette"><code>@alexfauquette</code></a>, <a href="https://github.com/JCQuintas"><code>@JCQuintas</code></a>, <a href="https://github.com/cherniavskii"><code>@cherniavskii</code></a>, <a href="https://github.com/LukasTy"><code>@LukasTy</code></a>, <a href="https://github.com/arminmeh"><code>@arminmeh</code></a>.</p> <h3>Data Grid</h3> <h4><code>@mui/x-data-grid@7.24.1</code></h4> <ul> <li>[DataGrid] Fix toggling preference panel from toolbar (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16276">#16276</a>) <a href="https://github.com/lauri865"><code>@lauri865</code></a></li> <li>[DataGrid] Only try to mount filter button if there are filters present (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16269">#16269</a>) <a href="https://github.com/lauri865"><code>@lauri865</code></a></li> <li>[DataGrid] Revert <code>apiRef</code> to be <code>MutableRefObject</code> for React versions < 19 (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16320">#16320</a>) <a href="https://github.com/arminmeh"><code>@arminmeh</code></a></li> <li>[l10n] Improve Persian (fa-IR) locale (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/15964">#15964</a>) <a href="https://github.com/mostafaRoosta74"><code>@mostafaRoosta74</code></a></li> </ul> <h4><code>@mui/x-data-grid-pro@7.24.1</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.24.1</code>.</p> <h4><code>@mui/x-data-grid-premium@7.24.1</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.24.1</code>.</p> <h3>Date and Time Pickers</h3> <h4><code>@mui/x-date-pickers@7.24.1</code></h4> <ul> <li>[fields] Reset <code>all</code> selected state on section edit (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16232">#16232</a>) <a href="https://github.com/LukasTy"><code>@LukasTy</code></a></li> </ul> <h4><code>@mui/x-date-pickers-pro@7.24.1</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.24.1</code>.</p> <h3>Charts</h3> <h4><code>@mui/x-charts@7.24.1</code></h4> <ul> <li>[charts] Handle case where gradient stop <code>offset</code> could be <code>Infinite</code> (<a href="https://github.com/JCQuintas"><code>@JCQuintas</code></a>) (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16309">#16309</a>) <a href="https://github.com/JCQuintas"><code>@JCQuintas</code></a></li> </ul> <h4><code>@mui/x-charts-pro@7.24.1</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-charts@7.24.1</code>.</p> <h3>Tree View</h3> <!-- 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.24.1</h2> <p><em>Jan 24, 2025</em></p> <p>We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:</p> <ul> <li>🐞 Bugfixes</li> <li>🌍 Improve Persian (fa-IR) locale on the Data Grid</li> </ul> <p>Special thanks go out to the community contributors who have helped make this release possible: <a href="https://github.com/mostafaRoosta74"><code>@mostafaRoosta74</code></a>, <a href="https://github.com/lauri865"><code>@lauri865</code></a>.</p> <p>Following are all team members who have contributed to this release: <a href="https://github.com/alexfauquette"><code>@alexfauquette</code></a>, <a href="https://github.com/JCQuintas"><code>@JCQuintas</code></a>, <a href="https://github.com/cherniavskii"><code>@cherniavskii</code></a>, <a href="https://github.com/LukasTy"><code>@LukasTy</code></a>, <a href="https://github.com/arminmeh"><code>@arminmeh</code></a>.</p> <h3>Data Grid</h3> <h4><code>@mui/x-data-grid@7.24.1</code></h4> <ul> <li>[DataGrid] Fix toggling preference panel from toolbar (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16276">#16276</a>) <a href="https://github.com/lauri865"><code>@lauri865</code></a></li> <li>[DataGrid] Only try to mount filter button if there are filters present (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16269">#16269</a>) <a href="https://github.com/lauri865"><code>@lauri865</code></a></li> <li>[DataGrid] Revert <code>apiRef</code> to be <code>MutableRefObject</code> for React versions < 19 (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16320">#16320</a>) <a href="https://github.com/arminmeh"><code>@arminmeh</code></a></li> <li>[l10n] Improve Persian (fa-IR) locale (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/15964">#15964</a>) <a href="https://github.com/mostafaRoosta74"><code>@mostafaRoosta74</code></a></li> </ul> <h4><code>@mui/x-data-grid-pro@7.24.1</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.24.1</code>.</p> <h4><code>@mui/x-data-grid-premium@7.24.1</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.24.1</code>.</p> <h3>Date and Time Pickers</h3> <h4><code>@mui/x-date-pickers@7.24.1</code></h4> <ul> <li>[fields] Reset <code>all</code> selected state on section edit (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16232">#16232</a>) <a href="https://github.com/LukasTy"><code>@LukasTy</code></a></li> </ul> <h4><code>@mui/x-date-pickers-pro@7.24.1</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.24.1</code>.</p> <h3>Charts</h3> <h4><code>@mui/x-charts@7.24.1</code></h4> <ul> <li>[charts] Handle case where gradient stop <code>offset</code> could be <code>Infinite</code> (<a href="https://github.com/JCQuintas"><code>@JCQuintas</code></a>) (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16309">#16309</a>) <a href="https://github.com/JCQuintas"><code>@JCQuintas</code></a></li> </ul> <h4><code>@mui/x-charts-pro@7.24.1</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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mui/mui-x/commit/f354e42b4581984cb2e8b8579946c19b8e229694"><code>f354e42</code></a> v7.24.1 (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16316">#16316</a>)</li> <li><a href="https://github.com/mui/mui-x/commit/3dd2dfefaff63710c3519ef65660294932981378"><code>3dd2dfe</code></a> v7.24.0 (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16216">#16216</a>)</li> <li><a href="https://github.com/mui/mui-x/commit/83ef60413084daa7d4ab61ad53f7cbbf8a29f7c4"><code>83ef604</code></a> [code-infra] Refactor <code>react</code> and <code>react-dom</code> definitions to simplify dep res...</li> <li><a href="https://github.com/mui/mui-x/commit/2df43ffdab4612cf311cbe8c1e85640ae7fbf68a"><code>2df43ff</code></a> [core] Type all references as <code>RefObject</code> (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16125">#16125</a>)</li> <li><a href="https://github.com/mui/mui-x/commit/82162aa9752bf023f1940ea9a3ac705da96ae7d5"><code>82162aa</code></a> v7.23.6 (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16109">#16109</a>)</li> <li><a href="https://github.com/mui/mui-x/commit/707a652c42a202b66ca351747c7e012120064a84"><code>707a652</code></a> [core] Improve React 19 support (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/16048">#16048</a>)</li> <li><a href="https://github.com/mui/mui-x/commit/aabd995249f844ef1058b27519f54e00699ee56b"><code>aabd995</code></a> [docs] Fix outdated link to handbook (<a href="https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view/issues/15855">#15855</a>)</li> <li>See full diff in <a href="https://github.com/mui/mui-x/commits/v7.24.1/packages/x-tree-view">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
3aba55c462 |
chore: bump eslint-config-next from 14.2.22 to 14.2.23 in /offlinedocs (#16284)
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 14.2.22 to 14.2.23. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">eslint-config-next's releases</a>.</em></p> <blockquote> <h2>v14.2.23</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>backport: force module format for virtual client-proxy (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/74590">#74590</a>)</li> <li>Backport: Use provided waitUntil for pending revalidates (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/74573">#74573</a>)</li> <li>Feature: next/image: add support for images.qualities in next.config (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/74500">#74500</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/styfle"><code>@styfle</code></a>, <a href="https://github.com/ijjk"><code>@ijjk</code></a> and <a href="https://github.com/lubieowoce"><code>@lubieowoce</code></a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/f27ce02b6785a1c7c8f88daf1d2112b5a2e1f34a"><code>f27ce02</code></a> v14.2.23</li> <li>See full diff in <a href="https://github.com/vercel/next.js/commits/v14.2.23/packages/eslint-config-next">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> |
||
|
|
ff43d68bcd |
chore: bump lucide-react from 0.462.0 to 0.474.0 in /site (#16291)
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.462.0 to 0.474.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lucide-icons/lucide/releases">lucide-react's releases</a>.</em></p> <blockquote> <h2>New icons 0.474.0</h2> <h2>Modified Icons 🔨</h2> <ul> <li><code>expand</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2677">#2677</a>) by <a href="https://github.com/jguddas"><code>@jguddas</code></a></li> </ul> <h2>New icons 0.473.0</h2> <h2>Modified Icons 🔨</h2> <ul> <li><code>package</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2706">#2706</a>) by <a href="https://github.com/sezze"><code>@sezze</code></a></li> </ul> <h2>New icons 0.472.0</h2> <h2>New icons 🎨</h2> <ul> <li><code>battery-plus</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2693">#2693</a>) by <a href="https://github.com/Footagesus"><code>@Footagesus</code></a></li> <li><code>map-plus</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2697">#2697</a>) by <a href="https://github.com/Seanw265"><code>@Seanw265</code></a></li> </ul> <h2>What's Changed</h2> <ul> <li>lucide-svelte: Make sure license ends up in SvelteKit bundles by <a href="https://github.com/Lettnald"><code>@Lettnald</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2728">lucide-icons/lucide#2728</a></li> <li>lucide-react: Fixes aliases imports.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.471.1...0.472.0">https://github.com/lucide-icons/lucide/compare/0.471.1...0.472.0</a></p> <h2>Hotfix Lucide React exports</h2> <h2>What's Changed</h2> <ul> <li>fix(lucide-react) Adds type module in package.json by <a href="https://github.com/ericfennis"><code>@ericfennis</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2731">lucide-icons/lucide#2731</a></li> </ul> <h2>Dynamic Icon component Lucide React and new icons 0.471.0</h2> <h2>New Dynamic Icon Component (lucide-react)</h2> <p>This is an easier approach than the previous <code>dynamicIconImports</code> we exported in the library. This one supports all environments. We removed the examples in the docs of how you can make a dynamic icon yourself with a dedicated DynamicIcon component. This one fetches the icon data itself and renders it instead of fetching the Icon component from the library. This makes it more flexible with all the frontend frameworks and libraries that exist for React.</p> <blockquote> <p>🚨 Not recommended for regular applications that work fine with the regular static icon components. Using the dynamic icon component increases build time, separate bundles, and separate network requests for each icon.</p> </blockquote> <h3>How to use</h3> <p><code>DynamicIcon</code> is useful for applications that want to show icons dynamically by icon name, for example when using a content management system where icon names are stored in a database.</p> <pre lang="jsx"><code>const App = () => ( <DynamicIcon name="camera" color="red" size={48} /> ); </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lucide-icons/lucide/commit/961404d5cc956fba3e29fbfd203453c9441a99b0"><code>961404d</code></a> replace <code>keyof ReactSVG</code> with <code>SVGElementType</code> (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2668">#2668</a>)</li> <li><a href="https://github.com/lucide-icons/lucide/commit/31c3fefc17eca4ab54985354ff4f4f5e366dfd7f"><code>31c3fef</code></a> fix(lucide-react) Adds type module in package.json (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2731">#2731</a>)</li> <li><a href="https://github.com/lucide-icons/lucide/commit/58c2e108c3398f09fa5a43b0c88e9bf526319fcc"><code>58c2e10</code></a> feat(lucide-react): Add DynamicIcon component (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2686">#2686</a>)</li> <li><a href="https://github.com/lucide-icons/lucide/commit/970fc3d4be3b1c6e30361a4b96c6fa080c2b1e50"><code>970fc3d</code></a> fix(lucide-react): support React 19 (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2666">#2666</a>)</li> <li><a href="https://github.com/lucide-icons/lucide/commit/4f038d5fe8b13e00031311af6975a43d2d735e9e"><code>4f038d5</code></a> feat(docs): add Bun.sh support to documentation (<a href="https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react/issues/2642">#2642</a>)</li> <li>See full diff in <a href="https://github.com/lucide-icons/lucide/commits/0.474.0/packages/lucide-react">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> |
||
|
|
ea6e3d8791 |
chore: bump axios from 1.7.4 to 1.7.9 in /site (#16286)
Bumps [axios](https://github.com/axios/axios) from 1.7.4 to 1.7.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.7.9</h2> <h2>Release notes:</h2> <h3>Reverts</h3> <ul> <li>Revert "fix(types): export CJS types from ESM (<a href="https://redirect.github.com/axios/axios/issues/6218">#6218</a>)" (<a href="https://redirect.github.com/axios/axios/issues/6729">#6729</a>) (<a href="https://github.com/axios/axios/commit/c44d2f2316ad289b38997657248ba10de11deb6c">c44d2f2</a>), closes <a href="https://redirect.github.com/axios/axios/issues/6218">#6218</a> <a href="https://redirect.github.com/axios/axios/issues/6729">#6729</a></li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+596/-108 ([#6729](https://github.com/axios/axios/issues/6729) )">Jay</a></li> </ul> <h2>Release v1.7.8</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li>allow passing a callback as paramsSerializer to buildURL (<a href="https://redirect.github.com/axios/axios/issues/6680">#6680</a>) (<a href="https://github.com/axios/axios/commit/eac4619fe2e0926e876cd260ee21e3690381dbb5">eac4619</a>)</li> <li><strong>core:</strong> fixed config merging bug (<a href="https://redirect.github.com/axios/axios/issues/6668">#6668</a>) (<a href="https://github.com/axios/axios/commit/5d99fe4491202a6268c71e5dcc09192359d73cea">5d99fe4</a>)</li> <li>fixed width form to not shrink after 'Send Request' button is clicked (<a href="https://redirect.github.com/axios/axios/issues/6644">#6644</a>) (<a href="https://github.com/axios/axios/commit/7ccd5fd42402102d38712c32707bf055be72ab54">7ccd5fd</a>)</li> <li><strong>http:</strong> add support for File objects as payload in http adapter (<a href="https://redirect.github.com/axios/axios/issues/6588">#6588</a>) (<a href="https://redirect.github.com/axios/axios/issues/6605">#6605</a>) (<a href="https://github.com/axios/axios/commit/6841d8d18ddc71cc1bd202ffcfddb3f95622eef3">6841d8d</a>)</li> <li><strong>http:</strong> fixed proxy-from-env module import (<a href="https://redirect.github.com/axios/axios/issues/5222">#5222</a>) (<a href="https://github.com/axios/axios/commit/12b32957f1258aee94ef859809ed39f8f88f9dfa">12b3295</a>)</li> <li><strong>http:</strong> use <code>globalThis.TextEncoder</code> when available (<a href="https://redirect.github.com/axios/axios/issues/6634">#6634</a>) (<a href="https://github.com/axios/axios/commit/df956d18febc9100a563298dfdf0f102c3d15410">df956d1</a>)</li> <li>ios11 breaks when build (<a href="https://redirect.github.com/axios/axios/issues/6608">#6608</a>) (<a href="https://github.com/axios/axios/commit/763895270f7b50c7c780c3c9807ae8635de952cd">7638952</a>)</li> <li><strong>types:</strong> add missing types for mergeConfig function (<a href="https://redirect.github.com/axios/axios/issues/6590">#6590</a>) (<a href="https://github.com/axios/axios/commit/00de614cd07b7149af335e202aef0e076c254f49">00de614</a>)</li> <li><strong>types:</strong> export CJS types from ESM (<a href="https://redirect.github.com/axios/axios/issues/6218">#6218</a>) (<a href="https://github.com/axios/axios/commit/c71811b00f2fcff558e4382ba913bdac4ad7200e">c71811b</a>)</li> <li>updated stream aborted error message to be more clear (<a href="https://redirect.github.com/axios/axios/issues/6615">#6615</a>) (<a href="https://github.com/axios/axios/commit/cc3217a612024d83a663722a56d7a98d8759c6d5">cc3217a</a>)</li> <li>use URL API instead of DOM to fix a potential vulnerability warning; (<a href="https://redirect.github.com/axios/axios/issues/6714">#6714</a>) (<a href="https://github.com/axios/axios/commit/0a8d6e19da5b9899a2abafaaa06a75ee548597db">0a8d6e1</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/remcohaszing" title="+108/-596 ([#6218](https://github.com/axios/axios/issues/6218) )">Remco Haszing</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+281/-19 ([#6640](https://github.com/axios/axios/issues/6640) [#6619](https://github.com/axios/axios/issues/6619) )">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/aayushyadav020" title="+124/-111 ([#6617](https://github.com/axios/axios/issues/6617) )">Aayush Yadav</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+12/-65 ([#6714](https://github.com/axios/axios/issues/6714) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/cincodenada" title="+29/-0 ([#6489](https://github.com/axios/axios/issues/6489) )">Ell Bradshaw</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/amitsainii" title="+13/-3 ([#5237](https://github.com/axios/axios/issues/5237) )">Amit Saini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/guuido" title="+14/-1 ([#6680](https://github.com/axios/axios/issues/6680) )">Tommaso Paulon</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Aakash-Rana" title="+5/-5 ([#6668](https://github.com/axios/axios/issues/6668) )">Akki</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/stscoundrel" title="+3/-3 ([#6633](https://github.com/axios/axios/issues/6633) )">Sampo Silvennoinen</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/kasperisager" title="+2/-2 ([#6634](https://github.com/axios/axios/issues/6634) )">Kasper Isager Dalsgarð</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/cclauss" title="+4/-0 ([#6683](https://github.com/axios/axios/issues/6683) )">Christian Clauss</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/pavan168" title="+2/-2 ([#5222](https://github.com/axios/axios/issues/5222) )">Pavan Welihinda</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/taylorflatt" title="+2/-2 ([#6615](https://github.com/axios/axios/issues/6615) )">Taylor Flatt</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Kenzo-Wada" title="+2/-2 ([#6608](https://github.com/axios/axios/issues/6608) )">Kenzo Wada</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/echelonnought" title="+3/-0 ([#6644](https://github.com/axios/axios/issues/6644) )">Ngole Lawson</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Baoyx007" title="+3/-0 ([#6590](https://github.com/axios/axios/issues/6590) )">Haven</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/shrivalidutt" title="+1/-1 ([#6637](https://github.com/axios/axios/issues/6637) )">Shrivali Dutt</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/hencoappel" title="+1/-1 ([#6605](https://github.com/axios/axios/issues/6605) )">Henco Appel</a></li> </ul> <h2>Release v1.7.7</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/axios/axios/compare/v1.7.8...v1.7.9">1.7.9</a> (2024-12-04)</h2> <h3>Reverts</h3> <ul> <li>Revert "fix(types): export CJS types from ESM (<a href="https://redirect.github.com/axios/axios/issues/6218">#6218</a>)" (<a href="https://redirect.github.com/axios/axios/issues/6729">#6729</a>) (<a href="https://github.com/axios/axios/commit/c44d2f2316ad289b38997657248ba10de11deb6c">c44d2f2</a>), closes <a href="https://redirect.github.com/axios/axios/issues/6218">#6218</a> <a href="https://redirect.github.com/axios/axios/issues/6729">#6729</a></li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+596/-108 ([#6729](https://github.com/axios/axios/issues/6729) )">Jay</a></li> </ul> <h2><a href="https://github.com/axios/axios/compare/v1.7.7...v1.7.8">1.7.8</a> (2024-11-25)</h2> <h3>Bug Fixes</h3> <ul> <li>allow passing a callback as paramsSerializer to buildURL (<a href="https://redirect.github.com/axios/axios/issues/6680">#6680</a>) (<a href="https://github.com/axios/axios/commit/eac4619fe2e0926e876cd260ee21e3690381dbb5">eac4619</a>)</li> <li><strong>core:</strong> fixed config merging bug (<a href="https://redirect.github.com/axios/axios/issues/6668">#6668</a>) (<a href="https://github.com/axios/axios/commit/5d99fe4491202a6268c71e5dcc09192359d73cea">5d99fe4</a>)</li> <li>fixed width form to not shrink after 'Send Request' button is clicked (<a href="https://redirect.github.com/axios/axios/issues/6644">#6644</a>) (<a href="https://github.com/axios/axios/commit/7ccd5fd42402102d38712c32707bf055be72ab54">7ccd5fd</a>)</li> <li><strong>http:</strong> add support for File objects as payload in http adapter (<a href="https://redirect.github.com/axios/axios/issues/6588">#6588</a>) (<a href="https://redirect.github.com/axios/axios/issues/6605">#6605</a>) (<a href="https://github.com/axios/axios/commit/6841d8d18ddc71cc1bd202ffcfddb3f95622eef3">6841d8d</a>)</li> <li><strong>http:</strong> fixed proxy-from-env module import (<a href="https://redirect.github.com/axios/axios/issues/5222">#5222</a>) (<a href="https://github.com/axios/axios/commit/12b32957f1258aee94ef859809ed39f8f88f9dfa">12b3295</a>)</li> <li><strong>http:</strong> use <code>globalThis.TextEncoder</code> when available (<a href="https://redirect.github.com/axios/axios/issues/6634">#6634</a>) (<a href="https://github.com/axios/axios/commit/df956d18febc9100a563298dfdf0f102c3d15410">df956d1</a>)</li> <li>ios11 breaks when build (<a href="https://redirect.github.com/axios/axios/issues/6608">#6608</a>) (<a href="https://github.com/axios/axios/commit/763895270f7b50c7c780c3c9807ae8635de952cd">7638952</a>)</li> <li><strong>types:</strong> add missing types for mergeConfig function (<a href="https://redirect.github.com/axios/axios/issues/6590">#6590</a>) (<a href="https://github.com/axios/axios/commit/00de614cd07b7149af335e202aef0e076c254f49">00de614</a>)</li> <li><strong>types:</strong> export CJS types from ESM (<a href="https://redirect.github.com/axios/axios/issues/6218">#6218</a>) (<a href="https://github.com/axios/axios/commit/c71811b00f2fcff558e4382ba913bdac4ad7200e">c71811b</a>)</li> <li>updated stream aborted error message to be more clear (<a href="https://redirect.github.com/axios/axios/issues/6615">#6615</a>) (<a href="https://github.com/axios/axios/commit/cc3217a612024d83a663722a56d7a98d8759c6d5">cc3217a</a>)</li> <li>use URL API instead of DOM to fix a potential vulnerability warning; (<a href="https://redirect.github.com/axios/axios/issues/6714">#6714</a>) (<a href="https://github.com/axios/axios/commit/0a8d6e19da5b9899a2abafaaa06a75ee548597db">0a8d6e1</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/remcohaszing" title="+108/-596 ([#6218](https://github.com/axios/axios/issues/6218) )">Remco Haszing</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+281/-19 ([#6640](https://github.com/axios/axios/issues/6640) [#6619](https://github.com/axios/axios/issues/6619) )">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/aayushyadav020" title="+124/-111 ([#6617](https://github.com/axios/axios/issues/6617) )">Aayush Yadav</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+12/-65 ([#6714](https://github.com/axios/axios/issues/6714) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/cincodenada" title="+29/-0 ([#6489](https://github.com/axios/axios/issues/6489) )">Ell Bradshaw</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/amitsainii" title="+13/-3 ([#5237](https://github.com/axios/axios/issues/5237) )">Amit Saini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/guuido" title="+14/-1 ([#6680](https://github.com/axios/axios/issues/6680) )">Tommaso Paulon</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Aakash-Rana" title="+5/-5 ([#6668](https://github.com/axios/axios/issues/6668) )">Akki</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/stscoundrel" title="+3/-3 ([#6633](https://github.com/axios/axios/issues/6633) )">Sampo Silvennoinen</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/kasperisager" title="+2/-2 ([#6634](https://github.com/axios/axios/issues/6634) )">Kasper Isager Dalsgarð</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/cclauss" title="+4/-0 ([#6683](https://github.com/axios/axios/issues/6683) )">Christian Clauss</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/pavan168" title="+2/-2 ([#5222](https://github.com/axios/axios/issues/5222) )">Pavan Welihinda</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/taylorflatt" title="+2/-2 ([#6615](https://github.com/axios/axios/issues/6615) )">Taylor Flatt</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Kenzo-Wada" title="+2/-2 ([#6608](https://github.com/axios/axios/issues/6608) )">Kenzo Wada</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/echelonnought" title="+3/-0 ([#6644](https://github.com/axios/axios/issues/6644) )">Ngole Lawson</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Baoyx007" title="+3/-0 ([#6590](https://github.com/axios/axios/issues/6590) )">Haven</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/shrivalidutt" title="+1/-1 ([#6637](https://github.com/axios/axios/issues/6637) )">Shrivali Dutt</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/hencoappel" title="+1/-1 ([#6605](https://github.com/axios/axios/issues/6605) )">Henco Appel</a></li> </ul> <h2><a href="https://github.com/axios/axios/compare/v1.7.6...v1.7.7">1.7.7</a> (2024-08-31)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/b2cb45d5a533a5465c99559b16987e4d5fc08cbc"><code>b2cb45d</code></a> chore(release): v1.7.9 (<a href="https://redirect.github.com/axios/axios/issues/6730">#6730</a>)</li> <li><a href="https://github.com/axios/axios/commit/c44d2f2316ad289b38997657248ba10de11deb6c"><code>c44d2f2</code></a> Revert "fix(types): export CJS types from ESM (<a href="https://redirect.github.com/axios/axios/issues/6218">#6218</a>)" (<a href="https://redirect.github.com/axios/axios/issues/6729">#6729</a>)</li> <li><a href="https://github.com/axios/axios/commit/415ca9440195586dcd2149aa6f1e99f0ff6957c2"><code>415ca94</code></a> chore(release): v1.7.8 (<a href="https://redirect.github.com/axios/axios/issues/6715">#6715</a>)</li> <li><a href="https://github.com/axios/axios/commit/0a8d6e19da5b9899a2abafaaa06a75ee548597db"><code>0a8d6e1</code></a> fix: use URL API instead of DOM to fix a potential vulnerability warning; (<a href="https://redirect.github.com/axios/axios/issues/6">#6</a>...</li> <li><a href="https://github.com/axios/axios/commit/c71811b00f2fcff558e4382ba913bdac4ad7200e"><code>c71811b</code></a> fix(types): export CJS types from ESM (<a href="https://redirect.github.com/axios/axios/issues/6218">#6218</a>)</li> <li><a href="https://github.com/axios/axios/commit/4355a6d3bccdc6a33e7cef8bf4fafedad65e12ce"><code>4355a6d</code></a> chore(sponsor): update sponsor block (<a href="https://redirect.github.com/axios/axios/issues/6709">#6709</a>)</li> <li><a href="https://github.com/axios/axios/commit/5d54d22321b3c3d29c5dff5e8086cd9db7e2d101"><code>5d54d22</code></a> chore(sponsor): update sponsor block (<a href="https://redirect.github.com/axios/axios/issues/6707">#6707</a>)</li> <li><a href="https://github.com/axios/axios/commit/eac4619fe2e0926e876cd260ee21e3690381dbb5"><code>eac4619</code></a> fix: allow passing a callback as paramsSerializer to buildURL (<a href="https://redirect.github.com/axios/axios/issues/6680">#6680</a>)</li> <li><a href="https://github.com/axios/axios/commit/df956d18febc9100a563298dfdf0f102c3d15410"><code>df956d1</code></a> fix(http): use <code>globalThis.TextEncoder</code> when available (<a href="https://redirect.github.com/axios/axios/issues/6634">#6634</a>)</li> <li><a href="https://github.com/axios/axios/commit/7139ce96c38a25ae575d0b7478dd890cc4a47074"><code>7139ce9</code></a> chore(deps): bump cookie and socket.io (<a href="https://redirect.github.com/axios/axios/issues/6704">#6704</a>)</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.7.4...v1.7.9">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> |
||
|
|
35a4b7819c |
chore: bump cmdk from 1.0.0 to 1.0.4 in /site (#16289)
[//]: # (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 [cmdk](https://github.com/pacocoursey/cmdk/tree/HEAD/cmdk) from 1.0.0 to 1.0.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pacocoursey/cmdk/releases">cmdk's releases</a>.</em></p> <blockquote> <h2>v1.0.4</h2> <h2>What's Changed</h2> <ul> <li>Fix use-sync-external-store import for greater compatibility by <a href="https://github.com/kachkaev"><code>@kachkaev</code></a> in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/328">pacocoursey/cmdk#328</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kachkaev"><code>@kachkaev</code></a> made their first contribution in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/328">pacocoursey/cmdk#328</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pacocoursey/cmdk/compare/v1.0.3...v1.0.4">https://github.com/pacocoursey/cmdk/compare/v1.0.3...v1.0.4</a></p> <h2>v1.0.3</h2> <ul> <li>Fix <code>use-sync-external-store</code> shim for compatibility with Next.js 15 and React 19 RC</li> </ul> <h2>v1.0.1</h2> <h2>What's Changed</h2> <ul> <li>fix: docs mistake we are no longer lowercasing by <a href="https://github.com/itsjoeoui"><code>@itsjoeoui</code></a> in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/227">pacocoursey/cmdk#227</a></li> <li>feat: export defaultFilter by <a href="https://github.com/evanob"><code>@evanob</code></a> in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/229">pacocoursey/cmdk#229</a></li> <li>chore: add more details to package.json by <a href="https://github.com/andipaetzold"><code>@andipaetzold</code></a> in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/228">pacocoursey/cmdk#228</a></li> <li>chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/226">pacocoursey/cmdk#226</a></li> <li>fix: controlled search change with hidden Command.List by <a href="https://github.com/vltansky"><code>@vltansky</code></a> in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/217">pacocoursey/cmdk#217</a></li> <li>fix: Framer example capitalization of values by <a href="https://github.com/arihanv"><code>@arihanv</code></a> in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/231">pacocoursey/cmdk#231</a></li> <li>fix: fix compiling code Array.from(void 0) by <a href="https://github.com/nenya1840"><code>@nenya1840</code></a> in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/237">pacocoursey/cmdk#237</a></li> <li>fix: useId backward compatibility by <a href="https://github.com/phsantiago"><code>@phsantiago</code></a> in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/165">pacocoursey/cmdk#165</a></li> <li>Relax dependencies on Radix-UI to SemVer MAJOR releases by <a href="https://github.com/eps1lon"><code>@eps1lon</code></a> in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/278">pacocoursey/cmdk#278</a></li> <li>feat: allow react v19 as peer dep by <a href="https://github.com/Yonom"><code>@Yonom</code></a> in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/318">pacocoursey/cmdk#318</a></li> <li>Upgrade <code>@radix-ui/react-id</code> by <a href="https://github.com/tmcw"><code>@tmcw</code></a> in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/297">pacocoursey/cmdk#297</a></li> <li>fix: useSyncExternalStore backward compatibility by <a href="https://github.com/MateoKruk"><code>@MateoKruk</code></a> in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/296">pacocoursey/cmdk#296</a></li> <li>fix(context): read disablePointerSelection from propsRef by <a href="https://github.com/f0rr0"><code>@f0rr0</code></a> in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/314">pacocoursey/cmdk#314</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/itsjoeoui"><code>@itsjoeoui</code></a> made their first contribution in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/227">pacocoursey/cmdk#227</a></li> <li><a href="https://github.com/evanob"><code>@evanob</code></a> made their first contribution in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/229">pacocoursey/cmdk#229</a></li> <li><a href="https://github.com/andipaetzold"><code>@andipaetzold</code></a> made their first contribution in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/228">pacocoursey/cmdk#228</a></li> <li><a href="https://github.com/dependabot"><code>@dependabot</code></a> made their first contribution in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/226">pacocoursey/cmdk#226</a></li> <li><a href="https://github.com/vltansky"><code>@vltansky</code></a> made their first contribution in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/217">pacocoursey/cmdk#217</a></li> <li><a href="https://github.com/arihanv"><code>@arihanv</code></a> made their first contribution in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/231">pacocoursey/cmdk#231</a></li> <li><a href="https://github.com/nenya1840"><code>@nenya1840</code></a> made their first contribution in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/237">pacocoursey/cmdk#237</a></li> <li><a href="https://github.com/phsantiago"><code>@phsantiago</code></a> made their first contribution in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/165">pacocoursey/cmdk#165</a></li> <li><a href="https://github.com/eps1lon"><code>@eps1lon</code></a> made their first contribution in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/278">pacocoursey/cmdk#278</a></li> <li><a href="https://github.com/Yonom"><code>@Yonom</code></a> made their first contribution in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/318">pacocoursey/cmdk#318</a></li> <li><a href="https://github.com/tmcw"><code>@tmcw</code></a> made their first contribution in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/297">pacocoursey/cmdk#297</a></li> <li><a href="https://github.com/MateoKruk"><code>@MateoKruk</code></a> made their first contribution in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/296">pacocoursey/cmdk#296</a></li> <li><a href="https://github.com/f0rr0"><code>@f0rr0</code></a> made their first contribution in <a href="https://redirect.github.com/pacocoursey/cmdk/pull/314">pacocoursey/cmdk#314</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pacocoursey/cmdk/compare/v1.0.0...v1.0.1">https://github.com/pacocoursey/cmdk/compare/v1.0.0...v1.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pacocoursey/cmdk/commit/c1f200a1082b44115a640353b0a744dc185d7a99"><code>c1f200a</code></a> v1.0.4</li> <li><a href="https://github.com/pacocoursey/cmdk/commit/541bb8ead8a595e150735d0cd7cb568112e78ebf"><code>541bb8e</code></a> Fix use-sync-external-store import (<a href="https://github.com/pacocoursey/cmdk/tree/HEAD/cmdk/issues/328">#328</a>)</li> <li><a href="https://github.com/pacocoursey/cmdk/commit/c5470e3d1a857eb1d27bbbcffb5b5e5645dd55b2"><code>c5470e3</code></a> bring back use-sync-external-store shim</li> <li><a href="https://github.com/pacocoursey/cmdk/commit/5b4f24d4c809a5d2c01022e76bb58cc29a3b023b"><code>5b4f24d</code></a> v1.0.2</li> <li><a href="https://github.com/pacocoursey/cmdk/commit/1d83da4534c785678ae1e5f609fc703550d0bdb2"><code>1d83da4</code></a> v1.0.2-beta.0</li> <li><a href="https://github.com/pacocoursey/cmdk/commit/0b290cef5e9d91457c9933c5166ca29306b53736"><code>0b290ce</code></a> remove use-sync-external-store shim</li> <li><a href="https://github.com/pacocoursey/cmdk/commit/eab8e0f3d30fe7661bf9755b3724c33abf22a34c"><code>eab8e0f</code></a> v1.0.1</li> <li><a href="https://github.com/pacocoursey/cmdk/commit/5d9d6e32c96ac240559d7767b6fe73f7223807ad"><code>5d9d6e3</code></a> fix(context): read disablePointerSelection from propsRef (<a href="https://github.com/pacocoursey/cmdk/tree/HEAD/cmdk/issues/314">#314</a>)</li> <li><a href="https://github.com/pacocoursey/cmdk/commit/0bd1fe2ea2927085c6a1fa9b3e3f041b70ac669c"><code>0bd1fe2</code></a> fix: useSyncExternalStore backward compatibility (<a href="https://github.com/pacocoursey/cmdk/tree/HEAD/cmdk/issues/296">#296</a>)</li> <li><a href="https://github.com/pacocoursey/cmdk/commit/660e1f368aed46ea63cbf9166aa46e9f846f9522"><code>660e1f3</code></a> Upgrade <code>@radix-ui/react-id</code> (<a href="https://github.com/pacocoursey/cmdk/tree/HEAD/cmdk/issues/297">#297</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pacocoursey/cmdk/commits/v1.0.4/cmdk">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> |
||
|
|
18d436e83a |
chore: bump class-variance-authority from 0.7.0 to 0.7.1 in /site (#16290)
Bumps [class-variance-authority](https://github.com/joe-bell/cva) from 0.7.0 to 0.7.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/joe-bell/cva/releases">class-variance-authority's releases</a>.</em></p> <blockquote> <h2>v0.7.1</h2> <h2>What's Changed</h2> <ul> <li>Add LICENSE Comments by <a href="https://github.com/joe-bell"><code>@joe-bell</code></a> in <a href="https://redirect.github.com/joe-bell/cva/pull/283">joe-bell/cva#283</a></li> <li>chore: move clsx dependency to caret/semver range by <a href="https://github.com/philwolstenholme"><code>@philwolstenholme</code></a> in <a href="https://redirect.github.com/joe-bell/cva/pull/316">joe-bell/cva#316</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/philwolstenholme"><code>@philwolstenholme</code></a> made their first contribution in <a href="https://redirect.github.com/joe-bell/cva/pull/316">joe-bell/cva#316</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/joe-bell/cva/compare/v0.7.0...v0.7.1">https://github.com/joe-bell/cva/compare/v0.7.0...v0.7.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/joe-bell/cva/commit/45462dd239546f570bca7821ab56bcef61feb900"><code>45462dd</code></a> class-variance-authority@0.7.1</li> <li><a href="https://github.com/joe-bell/cva/commit/c236552742da6f7362012f4fc2bb3b1ebeedc52f"><code>c236552</code></a> docs: change x.com references to bluesky</li> <li><a href="https://github.com/joe-bell/cva/commit/985dba91cf4b1820b40cb6457e2d0d56c1c85fb6"><code>985dba9</code></a> chore: move clsx dependency to caret/semver range (<a href="https://redirect.github.com/joe-bell/cva/issues/316">#316</a>)</li> <li><a href="https://github.com/joe-bell/cva/commit/d4ded2dfcc0bed12e584e2ec4f3e1e8b8f18728a"><code>d4ded2d</code></a> chore: update sponsors.svg [ci skip]</li> <li><a href="https://github.com/joe-bell/cva/commit/ff1717cbe3287ce40963679aa43fd29b5bf15d1d"><code>ff1717c</code></a> ci(schedule): adjust cron date to offset midnight traffic</li> <li><a href="https://github.com/joe-bell/cva/commit/2f96730b7b05eaf7531c2766c8c5e9dc045952f7"><code>2f96730</code></a> ci: prevent scheduled workflow running in forks</li> <li><a href="https://github.com/joe-bell/cva/commit/aaae670a35d097f4a2e6b4784df23610d4ec26ba"><code>aaae670</code></a> docs(beta): bun installation</li> <li><a href="https://github.com/joe-bell/cva/commit/69feb436b6d45836f282aacdd5eaffe0da761d72"><code>69feb43</code></a> update docs for bun installation (<a href="https://redirect.github.com/joe-bell/cva/issues/261">#261</a>)</li> <li><a href="https://github.com/joe-bell/cva/commit/f9e2ea6764a69cce5ce30e7f3de791c230340d74"><code>f9e2ea6</code></a> chore(docs): update banner links</li> <li><a href="https://github.com/joe-bell/cva/commit/5228f0e66faed758b084c82f3b395688150206ee"><code>5228f0e</code></a> chore: link sponsors to raw svg</li> <li>Additional commits viewable in <a href="https://github.com/joe-bell/cva/compare/v0.7.0...v0.7.1">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> |
||
|
|
2348985bb9 |
chore: bump react-confetti from 6.1.0 to 6.2.2 in /site (#16288)
Bumps [react-confetti](https://github.com/alampros/react-confetti) from 6.1.0 to 6.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/alampros/react-confetti/releases">react-confetti's releases</a>.</em></p> <blockquote> <h2>v6.2.2</h2> <h2><a href="https://github.com/alampros/react-confetti/compare/v6.2.1...v6.2.2">6.2.2</a> (2024-12-28)</h2> <h3>Bug Fixes</h3> <ul> <li>build multiple module types (<a href="https://github.com/alampros/react-confetti/commit/3be757d656a833966370d0fd5ee0c9fa6a1efe75">3be757d</a>), closes <a href="https://redirect.github.com/alampros/react-confetti/issues/162">#162</a> <a href="https://redirect.github.com/alampros/react-confetti/issues/158">#158</a></li> </ul> <h2>v6.2.1</h2> <h2><a href="https://github.com/alampros/react-confetti/compare/v6.2.0...v6.2.1">6.2.1</a> (2024-12-27)</h2> <h3>Bug Fixes</h3> <ul> <li>specify commonjs module (<a href="https://github.com/alampros/react-confetti/commit/aa99153ccb42c25f596ddbc956a68b52c53512f3">aa99153</a>)</li> </ul> <h2>v6.2.0</h2> <h1><a href="https://github.com/alampros/react-confetti/compare/v6.1.0...v6.2.0">6.2.0</a> (2024-12-27)</h1> <h3>Features</h3> <ul> <li>update <code>peerDependencies</code> to support React 19 (<a href="https://github.com/alampros/react-confetti/commit/ce2d40a65cfbb0fc491df550bd5a9caea149d82b">ce2d40a</a>)</li> <li>upgrade tooling (<a href="https://github.com/alampros/react-confetti/commit/9c84a9941b5efeec2082ee9d54f8e2655f990d2f">9c84a99</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/alampros/react-confetti/blob/v6.2.2/CHANGELOG.md">react-confetti's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/alampros/react-confetti/compare/v6.2.1...v6.2.2">6.2.2</a> (2024-12-28)</h2> <h3>Bug Fixes</h3> <ul> <li>build multiple module types (<a href="https://github.com/alampros/react-confetti/commit/3be757d656a833966370d0fd5ee0c9fa6a1efe75">3be757d</a>), closes <a href="https://redirect.github.com/alampros/react-confetti/issues/162">#162</a> <a href="https://redirect.github.com/alampros/react-confetti/issues/158">#158</a></li> </ul> <h2><a href="https://github.com/alampros/react-confetti/compare/v6.2.0...v6.2.1">6.2.1</a> (2024-12-27)</h2> <h3>Bug Fixes</h3> <ul> <li>specify commonjs module (<a href="https://github.com/alampros/react-confetti/commit/aa99153ccb42c25f596ddbc956a68b52c53512f3">aa99153</a>)</li> </ul> <h1><a href="https://github.com/alampros/react-confetti/compare/v6.1.0...v6.2.0">6.2.0</a> (2024-12-27)</h1> <h3>Features</h3> <ul> <li>update <code>peerDependencies</code> to support React 19 (<a href="https://github.com/alampros/react-confetti/commit/ce2d40a65cfbb0fc491df550bd5a9caea149d82b">ce2d40a</a>)</li> <li>upgrade tooling (<a href="https://github.com/alampros/react-confetti/commit/9c84a9941b5efeec2082ee9d54f8e2655f990d2f">9c84a99</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alampros/react-confetti/commit/dcddb8623b461e68378e88b75f3e39c7970c08c8"><code>dcddb86</code></a> chore(release): 6.2.2 [skip ci]</li> <li><a href="https://github.com/alampros/react-confetti/commit/976d31cdb37049cfd5f91143659a183d23e5d93b"><code>976d31c</code></a> Merge branch 'develop'</li> <li><a href="https://github.com/alampros/react-confetti/commit/3be757d656a833966370d0fd5ee0c9fa6a1efe75"><code>3be757d</code></a> fix: build multiple module types</li> <li><a href="https://github.com/alampros/react-confetti/commit/eadd82d916e25489a90284a14cd4403001f7f6ba"><code>eadd82d</code></a> Merge branch 'master' into develop</li> <li><a href="https://github.com/alampros/react-confetti/commit/017e511a1a6c56202e9ba5f54628c586c742bce5"><code>017e511</code></a> chore(release): 6.2.1 [skip ci]</li> <li><a href="https://github.com/alampros/react-confetti/commit/d36f119b6184f1d27e2961e1bc7d75b3f08c4b7c"><code>d36f119</code></a> Merge branch 'develop'</li> <li><a href="https://github.com/alampros/react-confetti/commit/aa99153ccb42c25f596ddbc956a68b52c53512f3"><code>aa99153</code></a> fix: specify commonjs module</li> <li><a href="https://github.com/alampros/react-confetti/commit/bcf2fb4856d8d747c5aa26378286e087858fa680"><code>bcf2fb4</code></a> Merge branch 'master' into develop</li> <li><a href="https://github.com/alampros/react-confetti/commit/a93b47d436c6a1644565a8abe62a7d486ceb793a"><code>a93b47d</code></a> chore(release): 6.2.0 [skip ci]</li> <li><a href="https://github.com/alampros/react-confetti/commit/7ad17c5c205b04d3eabfee045b387a896fe0ca77"><code>7ad17c5</code></a> lint fixes</li> <li>Additional commits viewable in <a href="https://github.com/alampros/react-confetti/compare/v6.1.0...v6.2.2">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> |