mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
259dee2ea899e846a327b9f7b317c1223bc95962
11742
Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
259dee2ea8 |
fix: move contexts to appropriate locations (#21121)
Closes https://github.com/coder/internal/issues/1173, https://github.com/coder/internal/issues/1174 Currently these two tests are flaky because the contexts were created before a potentially long-running process. By the time the context was actually used, it may have timed out - leading to confusion. Additionally, the `ExpectMatch` calls were not using the test context - but rather a background context. I've marked that func as deprecated because we should always tie these to the test context. Special thanks to @mafredri for the brain probe 🧠 --------- Signed-off-by: Danny Kopping <danny@coder.com> |
||
|
|
8e0516a19c |
chore: add support for antigravity external app protocol (#20873)
Adds `antigravity` to the allowed protocols list. Related PR: https://github.com/coder/registry/pull/558 |
||
|
|
770fdb377c |
chore: update react to apply patch for CVE-2025-55182 (#21084)
Reference: https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components |
||
|
|
83dbf73dde |
perf: don't calculate build times for deleted templates (#21072)
The metrics cache to calculate and expose build time metrics for templates currently calls `GetTemplates`, which returns all templates even if they are deleted. We can use the `GetTemplatesWithFilter` query to easily filter out deleted templates from the results, and thus not call `GetTemplateAverageBuildTime` for those deleted templates. Delete time for workspaces for non-deleted templates is still calculated. Signed-off-by: Callum Styan <callumstyan@gmail.com> |
||
|
|
0ab23abb19 |
refactor(site): convert workspace batch delete dialog to Tailwind CSS (#20946)
Converts from Emotion to Tailwind CSS, based on the tasks batch delete dialog implementation. Also propagates simplifications back to the tasks dialog: - Use `border-border` instead of hardcoded color variants - Use `max-h-48` instead of specific `max-h-[184px]` - Add cancel button to workspaces dialog Refs #20905 |
||
|
|
c4bf5a2d81 | docs: add ESR to Release Channels (#21060) | ||
|
|
5cb02a6cc0 |
refactor(site): remove redundant client-side sorting of app statuses (#21102)
Depends on #21099 |
||
|
|
cfdd4a9b88 | perf(coderd/database): add index on workspace_app_statuses.app_id (#21099) | ||
|
|
d9159103cd | fix(agent/agentcontainers): broadcast devcontainer dirty status over websocket (#21100) | ||
|
|
532a1f3054 | fix(coderd): exclude sub-agents from workspace health calculation (#21098) | ||
|
|
6aeb144a98 |
chore: bump google.golang.org/api from 0.256.0 to 0.257.0 (#21094)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.256.0 to 0.257.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.257.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.256.0...v0.257.0">0.257.0</a> (2025-12-02)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3376">#3376</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b0c07d2f5cc4aa2cf974c2938508626f8430855e">b0c07d2</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3380">#3380</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/47fcc39088f806c4202ca47159416ce99a0a0c72">47fcc39</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3381">#3381</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/cf5cf20d07fac3acc66c1f9ade705bb99701519a">cf5cf20</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3382">#3382</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/2931d4b217c6934f85bdc378ebbbbe4fa54db96d">2931d4b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3383">#3383</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/446402e7d6aedbe169505c07aafcf45e96563a8e">446402e</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3384">#3384</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d82a5d02f83b3455f747cbb1fb14930703dad60e">d82a5d0</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3386">#3386</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/6a0b46d49312d528dab4dce8daee48866f38ba25">6a0b46d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3387">#3387</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/f3dc8f4bd57ade8c6ffb37cda8d55289228ebcd1">f3dc8f4</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3388">#3388</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/e3ca7fd5738afd1a8aa046431ef005c48e701358">e3ca7fd</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3389">#3389</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b78dd96b2c603926daca6c30baae9c4843bf5664">b78dd96</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.256.0...v0.257.0">0.257.0</a> (2025-12-02)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3376">#3376</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b0c07d2f5cc4aa2cf974c2938508626f8430855e">b0c07d2</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3380">#3380</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/47fcc39088f806c4202ca47159416ce99a0a0c72">47fcc39</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3381">#3381</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/cf5cf20d07fac3acc66c1f9ade705bb99701519a">cf5cf20</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3382">#3382</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/2931d4b217c6934f85bdc378ebbbbe4fa54db96d">2931d4b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3383">#3383</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/446402e7d6aedbe169505c07aafcf45e96563a8e">446402e</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3384">#3384</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d82a5d02f83b3455f747cbb1fb14930703dad60e">d82a5d0</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3386">#3386</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/6a0b46d49312d528dab4dce8daee48866f38ba25">6a0b46d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3387">#3387</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/f3dc8f4bd57ade8c6ffb37cda8d55289228ebcd1">f3dc8f4</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3388">#3388</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/e3ca7fd5738afd1a8aa046431ef005c48e701358">e3ca7fd</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3389">#3389</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b78dd96b2c603926daca6c30baae9c4843bf5664">b78dd96</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/3e8573d81048b9abb10fe28e0cbe9623fdb4668a"><code>3e8573d</code></a> chore(main): release 0.257.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3377">#3377</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/61592252846bfa757ebd4a68e461bd96381984cf"><code>6159225</code></a> chore(all): update all to 79d6a2a (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3390">#3390</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/b78dd96b2c603926daca6c30baae9c4843bf5664"><code>b78dd96</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3389">#3389</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/e3ca7fd5738afd1a8aa046431ef005c48e701358"><code>e3ca7fd</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3388">#3388</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/f3dc8f4bd57ade8c6ffb37cda8d55289228ebcd1"><code>f3dc8f4</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3387">#3387</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/6a0b46d49312d528dab4dce8daee48866f38ba25"><code>6a0b46d</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3386">#3386</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/a07da21fe2e45130d2e9cb1494f98a7fe2420ba1"><code>a07da21</code></a> chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3379">#3379</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/35b0966d9ce6b797c6e63730066ecec3292ade34"><code>35b0966</code></a> chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.45.0 in /internal/koko...</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/d82a5d02f83b3455f747cbb1fb14930703dad60e"><code>d82a5d0</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3384">#3384</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/8c1e205890063d558cb41bfc1bf806a9385c2126"><code>8c1e205</code></a> chore(all): update all (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3374">#3374</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.256.0...v0.257.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> |
||
|
|
f94d8fc019 |
chore: bump github.com/aws/smithy-go from 1.23.2 to 1.24.0 (#21095)
Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go) from 1.23.2 to 1.24.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/smithy-go/blob/main/CHANGELOG.md">github.com/aws/smithy-go's changelog</a>.</em></p> <blockquote> <h1>Release (2025-12-01)</h1> <h2>General Highlights</h2> <ul> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/smithy-go</code>: v1.24.0 <ul> <li><strong>Feature</strong>: Improve allocation footprint of the middleware stack. This should convey a ~10% reduction in allocations per SDK request.</li> </ul> </li> </ul> <h1>Release (2025-11-03)</h1> <h2>General Highlights</h2> <ul> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/smithy-go</code>: v1.23.2 <ul> <li><strong>Bug Fix</strong>: Adjust the initial sizes of each middleware phase to avoid some unnecessary reallocation.</li> <li><strong>Bug Fix</strong>: Avoid unnecessary allocation overhead from the metrics system when not in use.</li> </ul> </li> </ul> <h1>Release (2025-10-15)</h1> <h2>General Highlights</h2> <ul> <li><strong>Dependency Update</strong>: Bump minimum go version to 1.23.</li> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h1>Release (2025-09-18)</h1> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/smithy-go/aws-http-auth</code>: <a href="https://github.com/aws/smithy-go/blob/main/aws-http-auth/CHANGELOG.md#v110-2025-09-18">v1.1.0</a> <ul> <li><strong>Feature</strong>: Added support for SIG4/SIGV4A querystring authentication.</li> </ul> </li> </ul> <h1>Release (2025-08-27)</h1> <h2>General Highlights</h2> <ul> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/smithy-go</code>: v1.23.0 <ul> <li><strong>Feature</strong>: Sort map keys in JSON Document types.</li> </ul> </li> </ul> <h1>Release (2025-07-24)</h1> <h2>General Highlights</h2> <ul> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/smithy-go</code>: v1.22.5 <ul> <li><strong>Feature</strong>: Add HTTP interceptors.</li> </ul> </li> </ul> <h1>Release (2025-06-16)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/smithy-go/commit/71f5bff362491399f8a2cca586c5802eb5a66d70"><code>71f5bff</code></a> Release 2025-12-01</li> <li><a href="https://github.com/aws/smithy-go/commit/c94c177cfcf46095d48a88253899242f5971ae1b"><code>c94c177</code></a> changelog</li> <li><a href="https://github.com/aws/smithy-go/commit/0cc0b1c115aede116e0a5b901f195fef2ea2567a"><code>0cc0b1c</code></a> convert middleware steps to linked lists (<a href="https://redirect.github.com/aws/smithy-go/issues/617">#617</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/ed49224f03828a26529458a48ff56b9b0b4db45e"><code>ed49224</code></a> Add param binding error check in auth scheme resolution to avoid panic (<a href="https://redirect.github.com/aws/smithy-go/issues/619">#619</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/0e0b20cb123137d985083894df55fdbdbe3ce332"><code>0e0b20c</code></a> add discrete tests for initialize step (<a href="https://redirect.github.com/aws/smithy-go/issues/618">#618</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/ddbac1c617ac6bea513c16923e7883b1439b2a34"><code>ddbac1c</code></a> only add interceptors if configured (<a href="https://redirect.github.com/aws/smithy-go/issues/616">#616</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/798bf4fa874b68b13350766bf270d3b868e8abcf"><code>798bf4f</code></a> remove pointless trace spans (<a href="https://redirect.github.com/aws/smithy-go/issues/615">#615</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/dc545a769d214b08bd69e93fffc40a962b815c56"><code>dc545a7</code></a> don't create op metrics context if not in use (<a href="https://redirect.github.com/aws/smithy-go/issues/613">#613</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/6f12c095f5277d7e682217bcfd50bab607b193ab"><code>6f12c09</code></a> add host label validation for region before ep resolution (<a href="https://redirect.github.com/aws/smithy-go/issues/612">#612</a>)</li> <li>See full diff in <a href="https://github.com/aws/smithy-go/compare/v1.23.2...v1.24.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> |
||
|
|
e93a917c2f |
chore: bump the coder-modules group across 3 directories with 7 updates (#21093)
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> |
||
|
|
0f054096e4 |
chore: enforce cooldown period (#21079)
Closes: https://github.com/coder/internal/issues/1170 Changes in scope: - [enforce cooldown period](https://github.com/coder/coder/commit/829792e37fbe25b119fa658efd6d310dd507d7d6) - [remove obsolete reviewers entry](https://github.com/coder/coder/commit/4875992bc6323249353518d4e361b3f7244c8a71) Reference: https://github.blog/changelog/2025-04-29-dependabot-reviewers-configuration-option-being-replaced-by-code-owners/ |
||
|
|
2f829286f2 |
fix(site): simplify bulk task delete confirmation UI (#20979)
Reduce from 3 confirmation stages to 2 by removing the redundant "resources" stage. The final button now shows "Delete N tasks and M workspaces" directly, so users still see what will be deleted. Also add a Cancel button to match the single task delete dialog UX. Refs #20905 |
||
|
|
6acfcd5736 |
chore: bump next from 15.5.6 to 15.5.7 in /offlinedocs (#21086)
Bumps [next](https://github.com/vercel/next.js) from 15.5.6 to 15.5.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> <blockquote> <h2>v15.5.7</h2> <p>Please see <a href="https://nextjs.org/blog/CVE-2025-66478">CVE-2025-66478</a> for additional details about this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/3eaf68b09b2b6b8c0c8e080a9713e131a78dc529"><code>3eaf68b</code></a> v15.5.7</li> <li><a href="https://github.com/vercel/next.js/commit/8367ce592ad0190ec941dac1ce6d0b5a44606593"><code>8367ce5</code></a> update version script</li> <li><a href="https://github.com/vercel/next.js/commit/9115040008baf255499136933a50084b76f4bfd8"><code>9115040</code></a> Update React Version for Next.js 15.5.7 (<a href="https://redirect.github.com/vercel/next.js/issues/10">#10</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/96f699902a5c57293e312591f843080a4d68ee1b"><code>96f6999</code></a> update tag</li> <li>See full diff in <a href="https://github.com/vercel/next.js/compare/v15.5.6...v15.5.7">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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/coder/coder/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
9e021f7b57 |
chore: upgrade to aibridge@v0.2.2 (#21085)
Changes from https://github.com/coder/aibridge/pull/71/ Signed-off-by: Danny Kopping <danny@coder.com> |
||
|
|
aa306f2262 | docs: add rules to avoid unnecessary changes to CLAUDE.md (#21083) | ||
|
|
fcd64ea7f5 |
chore: upgrade to aibridge@v0.2.1 (#21082)
Changes from https://github.com/coder/aibridge/pull/70/ Signed-off-by: Danny Kopping <danny@coder.com> |
||
|
|
9d7509aeb3 |
docs: add link to new ROS2 community template (#20902)
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com> |
||
|
|
d5bb1361e2 |
docs: delete references to adding database replicas (#21077)
Removes references to adding database replicas from the scaling docs, as Coder only allows a single connection URL. These passages where added in error. |
||
|
|
e17b47f9ff |
docs: restructure docker installation with tabs (#19567)
Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> Co-authored-by: M Atif Ali <U04T3LN8ASU+atif@users.noreply.github.com> Co-authored-by: Atif Ali <atif@coder.com> |
||
|
|
40df21ed62 |
fix: fixes use of possibly nil RemoteAddr() and LocalAddr() return values (#21076)
fixes: https://github.com/coder/internal/issues/1143 Both gVisor and the Go standard library implementations of `net.Conn` can under certain circumstances return `nil` for `RemoteAddr()` and `LocalAddr()` calls. If we call their methods, we segfault. This PR fixes these calls and adds ruleguard rules. Note that `slog.F("remote_addr", conn.RemoteAddr())` is fine because slog detects the `nil` before attempting to stringify the type. |
||
|
|
65ef6df1df |
docs: add documentation for preset invalidation (#21018)
Fixes #17917 |
||
|
|
f1b2715555 |
docs: add data retention and export documentation for AI Bridge (#21055)
Previously AI Bridge retention was only documented in the auto-generated CLI reference, making it difficult for administrators to discover and understand how to configure data retention for compliance requirements. This adds retention configuration to the AI Bridge setup guide with examples, documents the REST API and CLI export options in the monitoring guide, and cross-references AI Bridge from the central data retention page for discoverability. Closes #21038 |
||
|
|
ad93262d07 |
fix(coderd/database/dbpurge): allow disabling AI Bridge retention with 0 (#21062)
Previously setting AI Bridge retention to 0 would cause records to be deleted immediately since we didn't check for the zero value before calculating the deletion threshold. This adds a check for aibridgeRetention > 0 to skip deletion when retention is disabled, matching the pattern used for other retention settings (connection logs, audit logs, etc.). Also fixes the return type of DeleteOldAIBridgeRecords from int32 to int64 since COUNT(*) returns bigint in PostgreSQL. Refs #21055 |
||
|
|
c750695d83 |
feat(cli/cliui): output empty string for empty table (#20967)
This changes makes it so that we output the empty string for Format when there is no data. It turns out there are many places in the code where we have such handling, but in a way that would break the JSON formatter (since we'd output nothing on stdout or text rather than `[]`/`null`). |
||
|
|
3c05cb6255 |
feat: add serviceAccount.labels for custom service account labels on helm chart (#21048)
closes #20541 adds `coder.serviceAccount.labels` var to support custom labels being added to the SA. Current chart: ``` ➜ helm-service-account-labels git:(rowansmithau/feat/helm_service_account_labels) helm template coder coder-v2/coder --set coder.image.tag=latest --set coder.serviceAccount.labels.mux=isnice | egrep -A13 '^kind: ServiceAccount$' kind: ServiceAccount metadata: annotations: {} labels: app.kubernetes.io/instance: coder app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: coder app.kubernetes.io/part-of: coder app.kubernetes.io/version: 2.28.3 helm.sh/chart: coder-2.28.3 name: coder namespace: default --- # Source: coder/templates/rbac.yaml ``` With this PR: ``` ➜ helm-service-account-labels git:(rowansmithau/feat/helm_service_account_labels) helm template coder helm/coder --set coder.image.tag=latest --set coder.serviceAccount.labels.mux=isnice | egrep -A13 '^kind: ServiceAccount$' kind: ServiceAccount metadata: annotations: {} labels: app.kubernetes.io/instance: coder app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: coder app.kubernetes.io/part-of: coder app.kubernetes.io/version: 0.1.0 helm.sh/chart: coder-0.1.0 mux: isnice name: coder namespace: default --- ``` A test with `disableCreate=true` still correctly shows no SA created: ``` ➜ helm-service-account-labels git:(rowansmithau/feat/helm_service_account_labels) helm template coder helm/coder --set coder.image.tag=latest --set coder.serviceAccount.labels.mux=isnice --set coder.serviceAccount.disableCreate=true | egrep '^kind: ServiceAccount$' ``` |
||
|
|
18ef78604f |
feat: add google antigravity ide icon to theme (#21068)
adds google antigravity ide icon to theme:  There is no need for any transformation with this icon, as it should look good in dark and light mode. |
||
|
|
db5ccda1ec | chore(docs): update Docs Release Cal for 2.29 (#21069) | ||
|
|
0873d9af6d |
docs: regenerate feature-stages experiments table (#21024)
Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> |
||
|
|
c3c059fbc4 | chore: fix provisioner scripts shebang for nix users (#21066) | ||
|
|
ff46917e62 |
feat: add retention config for workspace_agent_logs (#21039)
Replace hardcoded 7-day retention for workspace agent logs with configurable retention from deployment settings. Defaults to 7d to preserve existing behavior. Depends on #21038 Updates #20743 |
||
|
|
d9888ced11 |
docs: add data retention documentation (#21038)
Document configurable retention policies for Audit Logs, Connection Logs, and API keys. Add new data-retention.md page and update existing docs to reference it. Depends on #21021 Updates #20743 |
||
|
|
9ec90cf2e7 |
feat(coderd/database/dbpurge): make API keys retention configurable (#21037)
Replace hardcoded 7-day retention for expired API keys with configurable retention from deployment settings. Skips deletion entirely when effective retention is 0. Depends on #21021 Updates #20743 |
||
|
|
929db243cb |
test(agent/agentcontainers): fix data race and flake in DuringUpWithContainerID test (#21059)
Fixes coder/internal#1169 |
||
|
|
c85d79bcdb |
feat(coderd/database/dbpurge): add retention for audit logs (#21025)
Add configurable retention policy for audit logs. The DeleteOldAuditLogs query excludes deprecated connection events (connect, disconnect, open, close) which are handled separately by DeleteOldAuditLogConnectionEvents. Disabled (0) by default. Depends on #21021 Updates #20743 |
||
|
|
fa7bbe2f55 | docs: fix typo in CLAUDE.md (#21058) | ||
|
|
4e2af837b7 |
docs(CLAUDE): fix gitignored file loading (#21056)
Follow-up for #21043 |
||
|
|
9ebcca5b0d |
feat(coderd/database/dbpurge): add retention for connection logs (#21022)
Add `DeleteOldConnectionLogs` query and integrate it into the `dbpurge` routine. Retention is controlled by `--retention-connection-logs` flag. Disabled (0) by default. Depends on #21021 Updates #20743 |
||
|
|
56e7858570 |
feat(coderd): add retention policy configuration (#21021)
Add `RetentionConfig` with server flags for configuring data retention: - `--audit-logs-retention`: retention for audit log entries - `--connection-logs-retention`: retention for connection logs - `--api-keys-retention`: retention for expired API keys (default 7d) Updates #20743 |
||
|
|
74d0c39cb3 |
fix(agent/agentcontainer): allow lifecycle script error on devcontainer up (#21020)
When devcontainer up fails due to a lifecycle script error like postCreateCommand, the CLI still returns a container ID. Previously this was discarded and the devcontainer marked as failed. Now we continue with agent injection if a container ID is available, allowing users to debug the issue in the running container. Fixes coder/internal#1137 |
||
|
|
bf40d678ec |
fix(cli): close prebuild runner prometheus server last (#21053)
## Description Fixes the prebuilds scaletest command where the prometheus server was being shut down before waiting for metrics to be scraped. The issue was the defer order - since defers execute in LIFO (last-in, first-out) order: **Before (broken):** 1. Register tracing defer (includes wait for prometheus scrape) 2. Register prometheus server defer Execution order: prometheus closes first, then wait happens (server already gone!) **After (fixed):** 1. Register prometheus server defer 2. Register tracing defer (includes wait for prometheus scrape) Execution order: wait happens first (server still up), then prometheus closes. This matches the pattern used in other scaletest commands. ## Impact The `coderd_scaletest_prebuild_deletion_jobs_completed` metric (and potentially others) was always showing 0 because the server shut down before Prometheus could scrape the final values. _This PR was generated by [`mux`](https://github.com/coder/mux) and reviewed by a human._ |
||
|
|
a47b3a4cb5 |
docs: add support for AGENTS.local.md overrides (#21043)
Adds support for local, gitignored `AGENTS.local.md` for environment-specific overrides. |
||
|
|
645da33767 |
test: fix TestDescCacheTimestampUpdate flake (#20975)
## Problem `TestDescCacheTimestampUpdate` was flaky on Windows CI because `time.Now()` has ~15.6ms resolution, causing consecutive calls to return identical timestamps. ## Solution Inject `quartz.Clock` into `MetricsAggregator` using an options pattern, making the test deterministic by using a mock clock with explicit time advancement. ### Changes - Add `clock quartz.Clock` field to `MetricsAggregator` struct - Add `WithClock()` option for dependency injection - Replace all `time.Now()` calls with `ma.clock.Now()` - Update test to use mock clock with `mClock.Advance(time.Second)` --- This PR was fully generated by [`mux`](https://github.com/coder/mux) using Claude Opus 4.5, and reviewed by me. Closes https://github.com/coder/internal/issues/1146 |
||
|
|
ab4366f5c6 |
feat!: implement AI Bridge heading to /deployment/observability (#20791)
> [!CAUTION] > In whichever release this lands, we've removed the ability to provide keys via a YAML file (specifically on `openai_key`, `anthropic_key`, `bedrock_access_key` and finally `bedrock_access_key_secret`). This will need to be described in the release notes as to not break peoples AI Bridge integrations upgrading from older versions. This pull-request ensures that we can see the overview of the settings of the `AI Bridge` feature within the `/deployment/observability` route. This set of options only render when the `aibridge` feature flag is enabled. ### Preview  |
||
|
|
afbe9ea154 |
docs: add GitHub to Coder Task Workflow Guide (#20928)
Co-authored-by: Danielle Maywood <danielle@themaywoods.com> |
||
|
|
cf6bb40cf8 |
chore: bump @storybook/react-vite from 9.1.2 to 9.1.16 in /site (#21036)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) from 9.1.2 to 9.1.16. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/react-vite</code>'s releases</a>.</em></p> <blockquote> <h2>v9.1.16</h2> <h2>9.1.16</h2> <ul> <li>CLI: Fix Nextjs project creation in empty directories - <a href="https://redirect.github.com/storybookjs/storybook/pull/32828">#32828</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Core: Add `experimental_devServer` preset - <a href="https://redirect.github.com/storybookjs/storybook/pull/32862">#32862</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Telemetry: Fix preview-first-load event - <a href="https://redirect.github.com/storybookjs/storybook/pull/32859">#32859</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>v9.1.15</h2> <h2>9.1.15</h2> <ul> <li>Core: Add `preview-first-load` telemetry - <a href="https://redirect.github.com/storybookjs/storybook/pull/32770">#32770</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Dependencies: Update `vite-plugin-storybook-nextjs` - <a href="https://redirect.github.com/storybookjs/storybook/pull/32821">#32821</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> </ul> <h2>v9.1.14</h2> <h2>9.1.14</h2> <ul> <li>NextJS: Add NextJS 16 support - <a href="https://redirect.github.com/storybookjs/storybook/pull/32791">#32791</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a> and <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon-Vitest: Support Vitest 4 - <a href="https://redirect.github.com/storybookjs/storybook/pull/32819">#32819</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a> and <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>CSF: Fix `play-fn` tag for methods - <a href="https://redirect.github.com/storybookjs/storybook/pull/32695">#32695</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>v9.1.12</h2> <h2>9.1.12</h2> <ul> <li>Maintenance: Hotfix for missing nextjs dts files, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> </ul> <h2>v9.1.11</h2> <h2>9.1.11</h2> <ul> <li>Automigration: Improve the viewport/backgrounds automigration - <a href="https://redirect.github.com/storybookjs/storybook/pull/32619">#32619</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Mocking: Fix `sb.mock` usage in Storybook's deployed in subpaths - <a href="https://redirect.github.com/storybookjs/storybook/pull/32678">#32678</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>NextJS-Vite: Automatically fix bad PostCSS configuration - <a href="https://redirect.github.com/storybookjs/storybook/pull/32691">#32691</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>React Native Web: Fix REACT_NATIVE_AND_RNW should detect vite builder - <a href="https://redirect.github.com/storybookjs/storybook/pull/32718">#32718</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Telemetry: Add metadata for react routers - <a href="https://redirect.github.com/storybookjs/storybook/pull/32615">#32615</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>v9.1.10</h2> <h2>9.1.10</h2> <ul> <li>Automigrations: Add automigration for viewport and backgrounds - <a href="https://redirect.github.com/storybookjs/storybook/pull/31614">#31614</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Telemetry: Log userAgent in onboarding - <a href="https://redirect.github.com/storybookjs/storybook/pull/32566">#32566</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>v9.1.9</h2> <h2>9.1.9</h2> <ul> <li>Angular: Enable experimental zoneless detection on Angular v21 - <a href="https://redirect.github.com/storybookjs/storybook/pull/32580">#32580</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Svelte: Ignore inherited <code>HTMLAttributes</code> docgen when using utility types - <a href="https://redirect.github.com/storybookjs/storybook/pull/32173">#32173</a>, thanks <a href="https://github.com/steciuk"><code>@steciuk</code></a>!</li> </ul> <h2>v9.1.8</h2> <h2>9.1.8</h2> <ul> <li>PreactVite: Add <code>node</code> entry point - <a href="https://redirect.github.com/storybookjs/storybook/pull/32534">#32534</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/react-vite</code>'s changelog</a>.</em></p> <blockquote> <h2>9.1.16</h2> <ul> <li>CLI: Fix Nextjs project creation in empty directories - <a href="https://redirect.github.com/storybookjs/storybook/pull/32828">#32828</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Core: Add <code>experimental_devServer</code> preset - <a href="https://redirect.github.com/storybookjs/storybook/pull/32862">#32862</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Telemetry: Fix preview-first-load event - <a href="https://redirect.github.com/storybookjs/storybook/pull/32859">#32859</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>9.1.15</h2> <ul> <li>Core: Add <code>preview-first-load</code> telemetry - <a href="https://redirect.github.com/storybookjs/storybook/pull/32770">#32770</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Dependencies: Update <code>vite-plugin-storybook-nextjs</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/32821">#32821</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> </ul> <h2>9.1.14</h2> <ul> <li>NextJS: Add NextJS 16 support - <a href="https://redirect.github.com/storybookjs/storybook/pull/32791">#32791</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a> and <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon-Vitest: Support Vitest 4 - <a href="https://redirect.github.com/storybookjs/storybook/pull/32819">#32819</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a> and <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>CSF: Fix <code>play-fn</code> tag for methods - <a href="https://redirect.github.com/storybookjs/storybook/pull/32695">#32695</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>9.1.13</h2> <ul> <li>Nextjs: Fix config access for Vite - <a href="https://redirect.github.com/storybookjs/storybook/pull/32759">#32759</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> </ul> <h2>9.1.12</h2> <ul> <li>Maintenance: Hotfix for missing nextjs dts files, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> </ul> <h2>9.1.11</h2> <ul> <li>Automigration: Improve the viewport/backgrounds automigration - <a href="https://redirect.github.com/storybookjs/storybook/pull/32619">#32619</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Mocking: Fix <code>sb.mock</code> usage in Storybook's deployed in subpaths - <a href="https://redirect.github.com/storybookjs/storybook/pull/32678">#32678</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>NextJS-Vite: Automatically fix bad PostCSS configuration - <a href="https://redirect.github.com/storybookjs/storybook/pull/32691">#32691</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>React Native Web: Fix REACT_NATIVE_AND_RNW should detect vite builder - <a href="https://redirect.github.com/storybookjs/storybook/pull/32718">#32718</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Telemetry: Add metadata for react routers - <a href="https://redirect.github.com/storybookjs/storybook/pull/32615">#32615</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>9.1.10</h2> <ul> <li>Automigrations: Add automigration for viewport and backgrounds - <a href="https://redirect.github.com/storybookjs/storybook/pull/31614">#31614</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Telemetry: Log userAgent in onboarding - <a href="https://redirect.github.com/storybookjs/storybook/pull/32566">#32566</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>9.1.9</h2> <ul> <li>Angular: Enable experimental zoneless detection on Angular v21 - <a href="https://redirect.github.com/storybookjs/storybook/pull/32580">#32580</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Svelte: Ignore inherited <code>HTMLAttributes</code> docgen when using utility types - <a href="https://redirect.github.com/storybookjs/storybook/pull/32173">#32173</a>, thanks <a href="https://github.com/steciuk"><code>@steciuk</code></a>!</li> </ul> <h2>9.1.8</h2> <ul> <li>PreactVite: Add <code>node</code> entry point - <a href="https://redirect.github.com/storybookjs/storybook/pull/32534">#32534</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> </ul> <h2>9.1.7</h2> <ul> <li>Dependencies: Update <code>vite-plugin-storybook-nextjs</code> to 2.0.7 - <a href="https://redirect.github.com/storybookjs/storybook/pull/32331">#32331</a>, thanks <a href="https://github.com/k35o"><code>@k35o</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/a54a04cef3ea631f2dacf3631f7f78e4453cd096"><code>a54a04c</code></a> Bump version from "9.1.15" to "9.1.16" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/d0d17d96288be91ae0969803cbfcd7849b9c98f8"><code>d0d17d9</code></a> Bump version from "9.1.14" to "9.1.15" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/5afb39f85e981d380fba4658a82fac24fa5ce51b"><code>5afb39f</code></a> Bump version from "9.1.13" to "9.1.14" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/c2483f0e584fea0a7b4c306489b506f6165dc73b"><code>c2483f0</code></a> Bump version from "9.1.12" to "9.1.13" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/efe8a7ce5bf67cdef96bb4f34a787ef0d6152745"><code>efe8a7c</code></a> Bump version from "9.1.11" to "9.1.12" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/5b2e0edf9f1b56a4708721578be83d439ebc59f5"><code>5b2e0ed</code></a> Bump version from "9.1.10" to "9.1.11" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/642f0cf47ed9463cecd67fdbad978113edc88196"><code>642f0cf</code></a> Bump version from "9.1.9" to "9.1.10" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/01867d0d587fe23765bbd43397d861a6e08223f8"><code>01867d0</code></a> Bump version from "9.1.8" to "9.1.9" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/28833d41b8d0e33bdc11244907fa8d14c8ddd1bf"><code>28833d4</code></a> Bump version from "9.1.7" to "9.1.8" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/006b304feb4cb0d2fd1408505ebeb5aababb0aad"><code>006b304</code></a> Bump version from "9.1.6" to "9.1.7" [skip ci]</li> <li>Additional commits viewable in <a href="https://github.com/storybookjs/storybook/commits/v9.1.16/code/frameworks/react-vite">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@storybook/react-vite</code> since your current version.</p> </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> |
||
|
|
60ac382ae6 |
chore: bump @storybook/addon-links from 9.1.2 to 9.1.16 in /site (#21035)
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) from 9.1.2 to 9.1.16. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-links</code>'s releases</a>.</em></p> <blockquote> <h2>v9.1.16</h2> <h2>9.1.16</h2> <ul> <li>CLI: Fix Nextjs project creation in empty directories - <a href="https://redirect.github.com/storybookjs/storybook/pull/32828">#32828</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Core: Add `experimental_devServer` preset - <a href="https://redirect.github.com/storybookjs/storybook/pull/32862">#32862</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Telemetry: Fix preview-first-load event - <a href="https://redirect.github.com/storybookjs/storybook/pull/32859">#32859</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>v9.1.15</h2> <h2>9.1.15</h2> <ul> <li>Core: Add `preview-first-load` telemetry - <a href="https://redirect.github.com/storybookjs/storybook/pull/32770">#32770</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Dependencies: Update `vite-plugin-storybook-nextjs` - <a href="https://redirect.github.com/storybookjs/storybook/pull/32821">#32821</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> </ul> <h2>v9.1.14</h2> <h2>9.1.14</h2> <ul> <li>NextJS: Add NextJS 16 support - <a href="https://redirect.github.com/storybookjs/storybook/pull/32791">#32791</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a> and <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon-Vitest: Support Vitest 4 - <a href="https://redirect.github.com/storybookjs/storybook/pull/32819">#32819</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a> and <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>CSF: Fix `play-fn` tag for methods - <a href="https://redirect.github.com/storybookjs/storybook/pull/32695">#32695</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>v9.1.12</h2> <h2>9.1.12</h2> <ul> <li>Maintenance: Hotfix for missing nextjs dts files, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> </ul> <h2>v9.1.11</h2> <h2>9.1.11</h2> <ul> <li>Automigration: Improve the viewport/backgrounds automigration - <a href="https://redirect.github.com/storybookjs/storybook/pull/32619">#32619</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Mocking: Fix `sb.mock` usage in Storybook's deployed in subpaths - <a href="https://redirect.github.com/storybookjs/storybook/pull/32678">#32678</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>NextJS-Vite: Automatically fix bad PostCSS configuration - <a href="https://redirect.github.com/storybookjs/storybook/pull/32691">#32691</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>React Native Web: Fix REACT_NATIVE_AND_RNW should detect vite builder - <a href="https://redirect.github.com/storybookjs/storybook/pull/32718">#32718</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Telemetry: Add metadata for react routers - <a href="https://redirect.github.com/storybookjs/storybook/pull/32615">#32615</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>v9.1.10</h2> <h2>9.1.10</h2> <ul> <li>Automigrations: Add automigration for viewport and backgrounds - <a href="https://redirect.github.com/storybookjs/storybook/pull/31614">#31614</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Telemetry: Log userAgent in onboarding - <a href="https://redirect.github.com/storybookjs/storybook/pull/32566">#32566</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>v9.1.9</h2> <h2>9.1.9</h2> <ul> <li>Angular: Enable experimental zoneless detection on Angular v21 - <a href="https://redirect.github.com/storybookjs/storybook/pull/32580">#32580</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Svelte: Ignore inherited <code>HTMLAttributes</code> docgen when using utility types - <a href="https://redirect.github.com/storybookjs/storybook/pull/32173">#32173</a>, thanks <a href="https://github.com/steciuk"><code>@steciuk</code></a>!</li> </ul> <h2>v9.1.8</h2> <h2>9.1.8</h2> <ul> <li>PreactVite: Add <code>node</code> entry point - <a href="https://redirect.github.com/storybookjs/storybook/pull/32534">#32534</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/addon-links</code>'s changelog</a>.</em></p> <blockquote> <h2>9.1.16</h2> <ul> <li>CLI: Fix Nextjs project creation in empty directories - <a href="https://redirect.github.com/storybookjs/storybook/pull/32828">#32828</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Core: Add <code>experimental_devServer</code> preset - <a href="https://redirect.github.com/storybookjs/storybook/pull/32862">#32862</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Telemetry: Fix preview-first-load event - <a href="https://redirect.github.com/storybookjs/storybook/pull/32859">#32859</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>9.1.15</h2> <ul> <li>Core: Add <code>preview-first-load</code> telemetry - <a href="https://redirect.github.com/storybookjs/storybook/pull/32770">#32770</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Dependencies: Update <code>vite-plugin-storybook-nextjs</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/32821">#32821</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> </ul> <h2>9.1.14</h2> <ul> <li>NextJS: Add NextJS 16 support - <a href="https://redirect.github.com/storybookjs/storybook/pull/32791">#32791</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a> and <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon-Vitest: Support Vitest 4 - <a href="https://redirect.github.com/storybookjs/storybook/pull/32819">#32819</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a> and <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>CSF: Fix <code>play-fn</code> tag for methods - <a href="https://redirect.github.com/storybookjs/storybook/pull/32695">#32695</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>9.1.13</h2> <ul> <li>Nextjs: Fix config access for Vite - <a href="https://redirect.github.com/storybookjs/storybook/pull/32759">#32759</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> </ul> <h2>9.1.12</h2> <ul> <li>Maintenance: Hotfix for missing nextjs dts files, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> </ul> <h2>9.1.11</h2> <ul> <li>Automigration: Improve the viewport/backgrounds automigration - <a href="https://redirect.github.com/storybookjs/storybook/pull/32619">#32619</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Mocking: Fix <code>sb.mock</code> usage in Storybook's deployed in subpaths - <a href="https://redirect.github.com/storybookjs/storybook/pull/32678">#32678</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>NextJS-Vite: Automatically fix bad PostCSS configuration - <a href="https://redirect.github.com/storybookjs/storybook/pull/32691">#32691</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>React Native Web: Fix REACT_NATIVE_AND_RNW should detect vite builder - <a href="https://redirect.github.com/storybookjs/storybook/pull/32718">#32718</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Telemetry: Add metadata for react routers - <a href="https://redirect.github.com/storybookjs/storybook/pull/32615">#32615</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>9.1.10</h2> <ul> <li>Automigrations: Add automigration for viewport and backgrounds - <a href="https://redirect.github.com/storybookjs/storybook/pull/31614">#31614</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Telemetry: Log userAgent in onboarding - <a href="https://redirect.github.com/storybookjs/storybook/pull/32566">#32566</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> </ul> <h2>9.1.9</h2> <ul> <li>Angular: Enable experimental zoneless detection on Angular v21 - <a href="https://redirect.github.com/storybookjs/storybook/pull/32580">#32580</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Svelte: Ignore inherited <code>HTMLAttributes</code> docgen when using utility types - <a href="https://redirect.github.com/storybookjs/storybook/pull/32173">#32173</a>, thanks <a href="https://github.com/steciuk"><code>@steciuk</code></a>!</li> </ul> <h2>9.1.8</h2> <ul> <li>PreactVite: Add <code>node</code> entry point - <a href="https://redirect.github.com/storybookjs/storybook/pull/32534">#32534</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> </ul> <h2>9.1.7</h2> <ul> <li>Dependencies: Update <code>vite-plugin-storybook-nextjs</code> to 2.0.7 - <a href="https://redirect.github.com/storybookjs/storybook/pull/32331">#32331</a>, thanks <a href="https://github.com/k35o"><code>@k35o</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/a54a04cef3ea631f2dacf3631f7f78e4453cd096"><code>a54a04c</code></a> Bump version from "9.1.15" to "9.1.16" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/d0d17d96288be91ae0969803cbfcd7849b9c98f8"><code>d0d17d9</code></a> Bump version from "9.1.14" to "9.1.15" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/5afb39f85e981d380fba4658a82fac24fa5ce51b"><code>5afb39f</code></a> Bump version from "9.1.13" to "9.1.14" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/c2483f0e584fea0a7b4c306489b506f6165dc73b"><code>c2483f0</code></a> Bump version from "9.1.12" to "9.1.13" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/efe8a7ce5bf67cdef96bb4f34a787ef0d6152745"><code>efe8a7c</code></a> Bump version from "9.1.11" to "9.1.12" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/5b2e0edf9f1b56a4708721578be83d439ebc59f5"><code>5b2e0ed</code></a> Bump version from "9.1.10" to "9.1.11" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/642f0cf47ed9463cecd67fdbad978113edc88196"><code>642f0cf</code></a> Bump version from "9.1.9" to "9.1.10" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/01867d0d587fe23765bbd43397d861a6e08223f8"><code>01867d0</code></a> Bump version from "9.1.8" to "9.1.9" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/28833d41b8d0e33bdc11244907fa8d14c8ddd1bf"><code>28833d4</code></a> Bump version from "9.1.7" to "9.1.8" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/006b304feb4cb0d2fd1408505ebeb5aababb0aad"><code>006b304</code></a> Bump version from "9.1.6" to "9.1.7" [skip ci]</li> <li>Additional commits viewable in <a href="https://github.com/storybookjs/storybook/commits/v9.1.16/code/addons/links">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@storybook/addon-links</code> since your current version.</p> </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> |
||
|
|
dcb4251849 |
chore: bump dayjs from 1.11.18 to 1.11.19 in /site (#21033)
[//]: # (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 [dayjs](https://github.com/iamkun/dayjs) from 1.11.18 to 1.11.19. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/iamkun/dayjs/releases">dayjs's releases</a>.</em></p> <blockquote> <h2>v1.11.19</h2> <h2><a href="https://github.com/iamkun/dayjs/compare/v1.11.18...v1.11.19">1.11.19</a> (2025-10-31)</h2> <h3>Bug Fixes</h3> <ul> <li>added usage warnings for diff + updated unit tests (<a href="https://redirect.github.com/iamkun/dayjs/issues/2948">#2948</a>) (<a href="https://github.com/iamkun/dayjs/commit/269a7a9cf3649b7a4b328e771173701764a8480d">269a7a9</a>)</li> <li>dont instantiate regexes within ar locale functions to avoid performance overhead (<a href="https://redirect.github.com/iamkun/dayjs/issues/2898">#2898</a>) (<a href="https://github.com/iamkun/dayjs/commit/af5e9f0e7649cbd1ecf707daab8303f2733f2563">af5e9f0</a>)</li> <li>replace italian locale "un' ora fa" with "un'ora fa", add tests for it (<a href="https://redirect.github.com/iamkun/dayjs/issues/2930">#2930</a>) (<a href="https://github.com/iamkun/dayjs/commit/9e9f76cf117fa834260b30193434bc4481b4b6be">9e9f76c</a>)</li> <li>Updated Belarusian locale with relative time (<a href="https://redirect.github.com/iamkun/dayjs/issues/2656">#2656</a>) (<a href="https://github.com/iamkun/dayjs/commit/1d8746c23bd667bde80ee627a915301ebd69e1a2">1d8746c</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md">dayjs's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/iamkun/dayjs/compare/v1.11.18...v1.11.19">1.11.19</a> (2025-10-31)</h2> <h3>Bug Fixes</h3> <ul> <li>added usage warnings for diff + updated unit tests (<a href="https://redirect.github.com/iamkun/dayjs/issues/2948">#2948</a>) (<a href="https://github.com/iamkun/dayjs/commit/269a7a9cf3649b7a4b328e771173701764a8480d">269a7a9</a>)</li> <li>dont instantiate regexes within ar locale functions to avoid performance overhead (<a href="https://redirect.github.com/iamkun/dayjs/issues/2898">#2898</a>) (<a href="https://github.com/iamkun/dayjs/commit/af5e9f0e7649cbd1ecf707daab8303f2733f2563">af5e9f0</a>)</li> <li>replace italian locale "un' ora fa" with "un'ora fa", add tests for it (<a href="https://redirect.github.com/iamkun/dayjs/issues/2930">#2930</a>) (<a href="https://github.com/iamkun/dayjs/commit/9e9f76cf117fa834260b30193434bc4481b4b6be">9e9f76c</a>)</li> <li>Updated Belarusian locale with relative time (<a href="https://redirect.github.com/iamkun/dayjs/issues/2656">#2656</a>) (<a href="https://github.com/iamkun/dayjs/commit/1d8746c23bd667bde80ee627a915301ebd69e1a2">1d8746c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/iamkun/dayjs/commit/02b7a5c6c9500ad1a0d95a894ccc1e9f0942d222"><code>02b7a5c</code></a> chore(release): 1.11.19 [skip ci]</li> <li><a href="https://github.com/iamkun/dayjs/commit/37193be1dff17ecc4debc0cc03e8715cc9c9f1a3"><code>37193be</code></a> Merge pull request <a href="https://redirect.github.com/iamkun/dayjs/issues/2950">#2950</a> from iamkun/dev</li> <li><a href="https://github.com/iamkun/dayjs/commit/2db920bf9646b2eb55b56d328c376b5ee6a6fe5d"><code>2db920b</code></a> chore: update doc</li> <li><a href="https://github.com/iamkun/dayjs/commit/4f72974ab53890a50f52348cf3a97595941315a0"><code>4f72974</code></a> chore: update doc</li> <li><a href="https://github.com/iamkun/dayjs/commit/0b36a0711ffb0f488cfdfb73b56ed10d88ec3a32"><code>0b36a07</code></a> chore: update doc</li> <li><a href="https://github.com/iamkun/dayjs/commit/269a7a9cf3649b7a4b328e771173701764a8480d"><code>269a7a9</code></a> fix: added usage warnings for diff + updated unit tests (<a href="https://redirect.github.com/iamkun/dayjs/issues/2948">#2948</a>)</li> <li><a href="https://github.com/iamkun/dayjs/commit/9e3132e952ca0fbd3c38de3ef8bc9a5e24d235a4"><code>9e3132e</code></a> chore: update doc</li> <li><a href="https://github.com/iamkun/dayjs/commit/84201e609157283e008cc01211777fc82ecfdbd6"><code>84201e6</code></a> chore: update doc</li> <li><a href="https://github.com/iamkun/dayjs/commit/80401e3ff91cc6c5310e6603a4d7a5fa92ca90ec"><code>80401e3</code></a> chore: update readme</li> <li><a href="https://github.com/iamkun/dayjs/commit/88ad3fd5b56291ca3be48400f65f5f8316403c83"><code>88ad3fd</code></a> test: Add unit test for Belarusian locale (<a href="https://redirect.github.com/iamkun/dayjs/issues/2934">#2934</a>)</li> <li>Additional commits viewable in <a href="https://github.com/iamkun/dayjs/compare/v1.11.18...v1.11.19">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> |