Skip to content

dive/ghostty-tip-changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

474 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tip

Subscribe to Releases: In GitHub, use Watch -> Custom -> Releases for this repository to get a daily notification with the previous day's Ghostty tip changes.

Note

This changelog summarizes Ghostty tip nightly builds. It is auto-updated every 3 hours by GitHub Actions and shows a rolling 7-day window by default.

Entries are grouped by UTC day and combine commits across all successful runs for each day.

Last updated: April 19, 2026 at 00:28 UTC.

April 17, 2026

Runs: 1
Summary: 1 runs • 2 commits • 2 authors

Changes

April 15, 2026

Runs: 1, 2, 3
Summary: 3 runs • 11 commits • 4 authors

Changes

  • 9e080c5 Update VOUCHED list (#12302) (@ghostty-vouch[bot])
    Triggered by
    [comment](https://github.com/ghostty-org/ghostty/issues/12301#issuecomment-4255856979)
    from @trag1c.
    
    Vouch: @bleikurr
    
  • 858e856 macOS: fix shortcuts not showing on menu item for scroll_to_selection and search_selection (@bo2themax)
    Incorrect link after 9b6a3be99339bcefcc49b7791b7b9761d24e6093 and 7d0157e69a7b8082b4c56baa466304768f68cbc6
    
  • 815ccb0 terminal: fix viewport pin during resize reflow (@mitchellh)
    Maybe related to #12298?
    
    When Screen resize forwards the active cursor into PageList reflow, a
    history-pinned viewport can be remapped into the active area before the
    preserved-cursor grow step finishes. The old code kept treating that
    viewport as a history pin during the intermediate grow calls, which left
    too few rows beneath the pin and tripped the viewport integrity checks.
    
    Fix this by normalizing the viewport back to active as soon as reflow
    moves the pinned row into the active area. Add a Screen-level regression
    test that exercises the full resize path with bounded scrollback and
    wrapped rows, and document the setup so the unwrap and viewport
    transition are clear.
    
  • 551bf0a terminal: fix viewport pin during resize reflow (#12300) (@mitchellh)
    Maybe related to #12298?
    
    When Screen resize forwards the active cursor into PageList reflow, a
    history-pinned viewport can be remapped into the active area before the
    preserved-cursor grow step finishes. The old code kept treating that
    viewport as a history pin during the intermediate grow calls, which left
    too few rows beneath the pin and tripped the viewport integrity checks.
    
    Fix this by normalizing the viewport back to active as soon as reflow
    moves the pinned row into the active area. Add a Screen-level regression
    test that exercises the full resize path with bounded scrollback and
    wrapped rows, and document the setup so the unwrap and viewport
    transition are clear.
    
  • d85051a macOS: fix shortcuts not showing on menu item for scroll_to_selection and search_selection (#12281) (@mitchellh)
    …
    
    Incorrect link after 9b6a3be99339bcefcc49b7791b7b9761d24e6093 and
    7d0157e69a7b8082b4c56baa466304768f68cbc6
    
    Reload following config and see the menu
    ```
    keybind = cmd+j=scroll_to_selection
    keybind = cmd+m=search_selection
    ```
    
    <img width="473" height="222" alt="image"
    src="https://github.com/user-attachments/assets/f92c6024-e7f4-496d-9aed-43103c21794d"
    />
    
  • 9c49c34 benchmark: add AGENTS, improve UTF-8 synthetic data (@mitchellh)
    This updates our synthetic generator for UTF-8 to expose:
    
      - Flags to change 1/2/3/4-byte UTF-8 character distribution
      - Flags to have only printable characters so we can benchmark
        pure UTF-8 vs our control sequence finder.
      - Flags to have invalid characters so we can benchmark our error
        handling.
    
    This also adds an AGENTS.md to src/benchmark so agents can do the right
    thing more easily.
    
  • 29f92c0 benchmark: add AGENTS, improve UTF-8 synthetic data (#12297) (@mitchellh)
    This updates our synthetic generator for UTF-8 to expose:
    
      - Flags to change 1/2/3/4-byte UTF-8 character distribution
    - Flags to have only printable characters so we can benchmark pure UTF-8
    vs our control sequence finder.
    - Flags to have invalid characters so we can benchmark our error
    handling.
    
    This also adds an AGENTS.md to src/benchmark so agents can do the right
    thing more easily.
    
    These are necessary to robustly benchmark our libc++ removal PR.
    
  • f53d3ab nix: update to the latest zon2nix (@jcollie)
  • efa8da6 nix: update to the latest zon2nix (#12299) (@mitchellh)
  • e51de8b libghostty: Remove all libc++ and libc++ ABI dependencies (@mitchellh)
    This updates simdutf to my fork which has a SIMDUTF_NO_LIBCXX option
    that removes all libc++ and libc++ ABI dependencies.
    
    From there, the hand-written simd code we have has been updated to also
    no longer use any libc++ features. Part of this required removing utfcpp
    since it depended on libc++ (`<iterator>`).
    
    libghostty-vt now only depends on libc.
    
  • 43a05dc libghostty: Remove all libc++ and libc++ ABI dependencies (#12291) (@mitchellh)
    This updates simdutf to my fork which has a SIMDUTF_NO_LIBCXX option
    that removes all libc++ and libc++ ABI dependencies. The plan is to open
    an upstream PR with this, but I want to verify it here first.
    
    From there, the hand-written simd code we have has been updated to also
    no longer use any libc++ features. Part of this required removing utfcpp
    since it depended on libc++ (`<iterator>`).
    
    libghostty-vt now only depends on libc.
    
    ## Benchmark Results
    
    | Corpus | Current `HEAD` median | `main` median | Delta vs `main` |
    Notes |
    | --- | ---: | ---: | ---: | --- |
    | `valid-mixed-1g-seed1.bin` | `9.245s` | `9.111s` | `1.5%` slower |
    Near tie; `main` remains slightly faster on fully valid input |
    | `malformed-mixed-1g-seed1-rate0.005.bin` | `9.251s` | `12.705s` |
    `37.3%` faster | Large improvement on malformed UTF-8 input |
    
    Approximate throughput from the medians:
    
    - Valid corpus: current `HEAD` `110.8 MiB/s`, `main` `112.4 MiB/s`
    - Malformed corpus: current `HEAD` `110.7 MiB/s`, `main` `80.6 MiB/s`
    

April 14, 2026

Runs: 1, 2
Summary: 2 runs • 4 commits • 3 authors

Changes

  • 49a43bf Update VOUCHED list (#12285) (@ghostty-vouch[bot])
    Triggered by
    [comment](https://github.com/ghostty-org/ghostty/issues/12284#issuecomment-4247088526)
    from @trag1c.
    
    Vouch: @illiakrauchanka
    
  • fe8a646 macOS: update MenuShortcutKey (@bo2themax)
  • 6033c12 macOS: reset menu shortcuts when its not updated (@bo2themax)
  • 79a470d macOS: refactor MenuShortcutManager (#12271) (@mitchellh)
    Closes #11995
    
    Yet another small step to fix menu shortcut-related issues.
    
    1. Create `MenuShortcutKey` from `NSMenuItem` and `KeyboardShortcut`.
    2. Add `updateMenuShortcut` to update to Ghostty ones only.
    
    Doesn't contain any actual changes to pass previous test cases.
    

April 13, 2026

Runs: 1, 2, 3
Summary: 3 runs • 26 commits • 5 authors

Changes

  • 158b976 Update VOUCHED list (#12268) (@ghostty-vouch[bot])
    Triggered by
    [comment](https://github.com/ghostty-org/ghostty/issues/12267#issuecomment-4237110063)
    from @mitchellh.
    
    Vouch: @0xDVC
    
  • aea70a5 core: implement backarrow key mode (DECBKM) - mode 67 (@jcollie)
    This mode allows programs to modify the code that the `backspace`
    key (backarrow key in DEC parlance) sends. If this mode is
    `off`/`false`/`reset` (the default, the same as before this PR), we
    send the byte `0x7f`. If this mode is `on`/`true`/`set` we send the
    byte `0x08`.
    
  • 203895e decbkm: address review comments (@jcollie)
    * Don't alter Kitty keyboard protocol responses. Kitty does not support
      DECBKM so KKP doesn't take DECBKM into consideration.
    * Make better use of the function key lookup to control what sequence is
      returned when backspace is pressed using the legacy encoding.
    
  • de4992c decbkm: use if statements instead of named blocks (@jcollie)
  • 3a9ae7a decbkm: expose DECBKM to libghostty-vt (@jcollie)
  • f29d5d4 zon2nix: update to a version that is compatible with Zig 0.16 (@jcollie)
    The `zon2nix` binary is now compiled with Zig 0.16, but it still produces
    Zig 0.15 compatible output (in fact the output is identical to previous
    versions).
    
  • 1443e7a zon2nix: use github mirror (@jcollie)
  • c2a93db macOS: move url hover to a separate file (@bo2themax)
  • 38e64c3 macOS: add bottom bar when child exits (@bo2themax)
  • 2bdc6bb macOS: Highlight matching text in command palette search results (@bo2themax)
    Add String.matchedIndices(for:) to find substring matches and use
    it to bold and tint matched characters with the accent color in
    both titles and subtitles. Title matches take priority — subtitles
    are only highlighted when the title didn't match.
    
  • 2e169c4 macOS: Support initials matching in command palette search (@bo2themax)
    Extend String.matchedIndices(for:) to fall back to initials
    matching when no substring match is found. Typing the first letter
    of each word now matches commands, e.g. "tbo" matches "Toggle
    Background Opacity", with each matched initial highlighted.
    
  • 073dd8a macOS: trim query before filtering commands (@bo2themax)
  • fab8777 core: implement backarrow key mode (DECBKM) - mode 67 (#12226) (@mitchellh)
    This mode allows programs to modify the code that the `backspace` key
    (backarrow key in DEC parlance) sends. If this mode is
    `off`/`false`/`reset` (the default, the same as before this PR), we send
    the byte `0x7f`. If this mode is `on`/`true`/`set` we send the byte
    `0x08`.
    
    <img width="659" height="715" alt="Screenshot From 2026-04-09 11-00-25"
    src="https://github.com/user-attachments/assets/4f3e14ac-757d-4bb2-9fc5-b17019ad35d5"
    />
    
  • ec434ec zon2nix: update to a version that is compatible with Zig 0.16 (#12259) (@mitchellh)
    The `zon2nix` binary is now compiled with Zig 0.16, but it still
    produces Zig 0.15 compatible output (in fact the output is identical to
    previous versions).
    
  • 4699a3f macOS: Command palette highlight matches (#12264) (@mitchellh)
    - Highlight matching text in command palette search results
    - Support initials matching
    - Trim query before filtering commands
    
    ### AI Disclosure
    
    Claude wrote most of it. I tested and reviewed it myself.
    
    <img width="1544" height="297" alt="image"
    src="https://github.com/user-attachments/assets/6ed98538-d6d3-48a0-8bb0-ac705611d058"
    />
    
  • 4f36896 macOS: add bottom bar when child exits (#12251) (@mitchellh)
    ### Closes #7649
    
    The bar lives alongside URL Hover in VStack at the bottom. The current
    body of SurfaceView is becoming rather long and complicated, so this pr
    also contains some refactors:
    
    - Move URL Hover to a separate file
    
    > The text is copied from previous input string to keep it consistent,
    also I’m confused with text on GTK so this is my first choice, but it
    can be changed as the same as GTK.
    
    Separate prs will be opened for:
    1. Set to Read-only after exits
    2. Hide cursor when in Read-only
    
    ### Preview
    
    
    https://github.com/user-attachments/assets/eb44e211-eac5-4f40-836c-4912b18dfb01
    
  • ea2753b build(deps): bump softprops/action-gh-release from 2.6.1 to 3.0.0 (@dependabot[bot])
    Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.6.1 to 3.0.0.
    - [Release notes](https://github.com/softprops/action-gh-release/releases)
    - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/softprops/action-gh-release/compare/153bb8e04406b158c6c84fc1615b65b24149a1fe...b4309332981a82ec1c5618f44dd2e27cc8bfbfda)
    
    ---
    updated-dependencies:
    - dependency-name: softprops/action-gh-release
      dependency-version: 3.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
  • b0cfc59 build(deps): bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (@dependabot[bot])
    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 8.1.0 to 8.1.1.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](https://github.com/peter-evans/create-pull-request/compare/c0f553fe549906ede9cf27b5156039d195d2ece0...5f6978faf089d4d20b00c7766989d076bb2fc7f1)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-version: 8.1.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
  • 470605f build(deps): bump docker/build-push-action from 7.0.0 to 7.1.0 (@dependabot[bot])
    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.0.0 to 7.1.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](https://github.com/docker/build-push-action/compare/d08e5c354a6adb9ed34480a06d141179aa583294...bcafcacb16a39f128d818304e6c9c0c18556b85f)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-version: 7.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
  • c2a1ac5 build(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1 (@dependabot[bot])
    Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 3.0.0 to 3.1.1.
    - [Release notes](https://github.com/actions/create-github-app-token/releases)
    - [Commits](https://github.com/actions/create-github-app-token/compare/f8d387b68d61c58ab83c6c016672934102569859...1b10c78c7865c340bc4f6099eb2f838309f1e8c3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/create-github-app-token
      dependency-version: 3.1.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
  • e30c2bd build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (@dependabot[bot])
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: 7.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
  • 3ef500b build(deps): bump softprops/action-gh-release from 2.6.1 to 3.0.0 (#12254) (@jcollie)
    Bumps
    [softprops/action-gh-release](https://github.com/softprops/action-gh-release)
    from 2.6.1 to 3.0.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/softprops/action-gh-release/releases">softprops/action-gh-release's
    releases</a>.</em></p>
    <blockquote>
    <h2>v3.0.0</h2>
    <p><code>3.0.0</code> is a major release that moves the action runtime
    from Node 20 to Node 24.
    Use <code>v3</code> on GitHub-hosted runners and self-hosted fleets that
    already support the
    Node 24 Actions runtime. If you still need the last Node 20-compatible
    line, stay on
    <code>v2.6.2</code>.</p>
    <h2>What's Changed</h2>
    <h3>Other Changes 🔄</h3>
    <ul>
    <li>Move the action runtime and bundle target to Node 24</li>
    <li>Update <code>@types/node</code> to the Node 24 line and allow future
    Dependabot updates</li>
    <li>Keep the floating major tag on <code>v3</code>; <code>v2</code>
    remains pinned to the latest <code>2.x</code> release</li>
    </ul>
    <h2>v2.6.2</h2>
    <!-- raw HTML omitted -->
    <h2>What's Changed</h2>
    <h3>Other Changes 🔄</h3>
    <ul>
    <li>chore(deps): bump picomatch from 4.0.3 to 4.0.4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/softprops/action-gh-release/pull/775">softprops/action-gh-release#775</a></li>
    <li>chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/softprops/action-gh-release/pull/777">softprops/action-gh-release#777</a></li>
    <li>chore(deps): bump vite from 8.0.0 to 8.0.5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/softprops/action-gh-release/pull/781">softprops/action-gh-release#781</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/softprops/action-gh-release/compare/v2...v2.6.2">https://github.com/softprops/action-gh-release/compare/v2...v2.6.2</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md">softprops/action-gh-release's
    changelog</a>.</em></p>
    <blockquote>
    <h2>3.0.0</h2>
    <p><code>3.0.0</code> is a major release that moves the action runtime
    from Node 20 to Node 24.
    Use <code>v3</code> on GitHub-hosted runners and self-hosted fleets that
    already support the
    Node 24 Actions runtime. If you still need the last Node 20-compatible
    line, stay on
    <code>v2.6.2</code>.</p>
    <h2>What's Changed</h2>
    <h3>Other Changes 🔄</h3>
    <ul>
    <li>Move the action runtime and bundle target to Node 24</li>
    <li>Update <code>@types/node</code> to the Node 24 line and allow future
    Dependabot updates</li>
    <li>Keep the floating major tag on <code>v3</code>; <code>v2</code>
    remains pinned to the latest <code>2.x</code> release</li>
    </ul>
    <h2>2.6.2</h2>
    <h2>What's Changed</h2>
    <h3>Other Changes 🔄</h3>
    <ul>
    <li>chore(deps): bump picomatch from 4.0.3 to 4.0.4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/softprops/action-gh-release/pull/775">softprops/action-gh-release#775</a></li>
    <li>chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/softprops/action-gh-release/pull/777">softprops/action-gh-release#777</a></li>
    <li>chore(deps): bump vite from 8.0.0 to 8.0.5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/softprops/action-gh-release/pull/781">softprops/action-gh-release#781</a></li>
    </ul>
    <h2>2.6.1</h2>
    <p><code>2.6.1</code> is a patch release focused on restoring linked
    discussion thread creation when
    <code>discussion_category_name</code> is set. It fixes
    <code>[#764](https://github.com/softprops/action-gh-release/issues/764)</code>,
    where the draft-first publish flow
    stopped carrying the discussion category through the final publish
    step.</p>
    <p>If you still hit an issue after upgrading, please open a report with
    the bug template and include a minimal repro or sanitized workflow
    snippet where possible.</p>
    <h2>What's Changed</h2>
    <h3>Bug fixes 🐛</h3>
    <ul>
    <li>fix: preserve discussion category on publish by <a
    href="https://github.com/chenrui333"><code>@​chenrui333</code></a> in <a
    href="https://redirect.github.com/softprops/action-gh-release/pull/765">softprops/action-gh-release#765</a></li>
    </ul>
    <h2>2.6.0</h2>
    <p><code>2.6.0</code> is a minor release centered on
    <code>previous_tag</code> support for
    <code>generate_release_notes</code>,
    which lets workflows pin GitHub's comparison base explicitly instead of
    relying on the default range.
    It also includes the recent concurrent asset upload recovery fix, a
    <code>working_directory</code> docs sync,
    a checked-bundle freshness guard for maintainers, and clearer
    immutable-prerelease guidance where
    GitHub platform behavior imposes constraints on how prerelease asset
    uploads can be published.</p>
    <p>If you still hit an issue after upgrading, please open a report with
    the bug template and include a minimal repro or sanitized workflow
    snippet where possible.</p>
    <h2>What's Changed</h2>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/softprops/action-gh-release/commit/b4309332981a82ec1c5618f44dd2e27cc8bfbfda"><code>b430933</code></a>
    release: cut v3.0.0 for Node 24 upgrade (<a
    href="https://redirect.github.com/softprops/action-gh-release/issues/670">#670</a>)</li>
    <li><a
    href="https://github.com/softprops/action-gh-release/commit/c2e35e05a74208bafbfcbdae5ebc9da7236e980f"><code>c2e35e0</code></a>
    chore(deps): bump the npm group across 1 directory with 7 updates (<a
    href="https://redirect.github.com/softprops/action-gh-release/issues/783">#783</a>)</li>
    <li><a
    href="https://github.com/softprops/action-gh-release/commit/3bb12739c298aeb8a4eeaf626c5b8d85266b0e65"><code>3bb1273</code></a>
    release 2.6.2</li>
    <li><a
    href="https://github.com/softprops/action-gh-release/commit/c34030fec99b0db0f2f22ce7806c445dddb6e224"><code>c34030f</code></a>
    chore: bump node to 24.14.1</li>
    <li><a
    href="https://github.com/softprops/action-gh-release/commit/8975bd05c0630603edb0dca2fc7544bf1c77f600"><code>8975bd0</code></a>
    chore(deps): bump vite from 8.0.0 to 8.0.5 (<a
    href="https://redirect.github.com/softprops/action-gh-release/issues/781">#781</a>)</li>
    <li><a
    href="https://github.com/softprops/action-gh-release/commit/f71937f44d5662ac6eb861431746174a7b46a7b6"><code>f71937f</code></a>
    chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 (<a
    href="https://redirect.github.com/softprops/action-gh-release/issues/777">#777</a>)</li>
    <li><a
    href="https://github.com/softprops/action-gh-release/commit/3f0d239d58d5c226738ec0a08d0465b548dc026f"><code>3f0d239</code></a>
    chore(deps): bump picomatch from 4.0.3 to 4.0.4 (<a
    href="https://redirect.github.com/softprops/action-gh-release/issues/775">#775</a>)</li>
    <li>See full diff in <a
    href="https://github.com/softprops/action-gh-release/compare/153bb8e04406b158c6c84fc1615b65b24149a1fe...b4309332981a82ec1c5618f44dd2e27cc8bfbfda">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=softprops/action-gh-release&package-manager=github_actions&previous-version=2.6.1&new-version=3.0.0)](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 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>
    
  • 922b610 build(deps): bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (#12255) (@jcollie)
    Bumps
    [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
    from 8.1.0 to 8.1.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/peter-evans/create-pull-request/releases">peter-evans/create-pull-request's
    releases</a>.</em></p>
    <blockquote>
    <h2>Create Pull Request v8.1.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>build(deps-dev): bump the npm group with 2 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/peter-evans/create-pull-request/pull/4305">peter-evans/create-pull-request#4305</a></li>
    <li>build(deps): bump minimatch by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/peter-evans/create-pull-request/pull/4311">peter-evans/create-pull-request#4311</a></li>
    <li>build(deps): bump the github-actions group with 2 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/peter-evans/create-pull-request/pull/4316">peter-evans/create-pull-request#4316</a></li>
    <li>build(deps): bump <code>@​tootallnate/once</code> and
    jest-environment-jsdom by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/peter-evans/create-pull-request/pull/4323">peter-evans/create-pull-request#4323</a></li>
    <li>build(deps-dev): bump undici from 6.23.0 to 6.24.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/peter-evans/create-pull-request/pull/4328">peter-evans/create-pull-request#4328</a></li>
    <li>build(deps-dev): bump flatted from 3.3.1 to 3.4.2 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/peter-evans/create-pull-request/pull/4334">peter-evans/create-pull-request#4334</a></li>
    <li>build(deps): bump picomatch by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/peter-evans/create-pull-request/pull/4339">peter-evans/create-pull-request#4339</a></li>
    <li>build(deps-dev): bump handlebars from 4.7.8 to 4.7.9 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/peter-evans/create-pull-request/pull/4344">peter-evans/create-pull-request#4344</a></li>
    <li>build(deps-dev): bump the npm group with 3 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/peter-evans/create-pull-request/pull/4349">peter-evans/create-pull-request#4349</a></li>
    <li>fix: retry post-creation API calls on 422 eventual consistency
    errors by <a
    href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in
    <a
    href="https://redirect.github.com/peter-evans/create-pull-request/pull/4356">peter-evans/create-pull-request#4356</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/peter-evans/create-pull-request/compare/v8.1.0...v8.1.1">https://github.com/peter-evans/create-pull-request/compare/v8.1.0...v8.1.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/peter-evans/create-pull-request/commit/5f6978faf089d4d20b00c7766989d076bb2fc7f1"><code>5f6978f</code></a>
    fix: retry post-creation API calls on 422 eventual consistency errors
    (<a
    href="https://redirect.github.com/peter-evans/create-pull-request/issues/4356">#4356</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-pull-request/commit/d32e88dac789dcc7906e7d26f69f24116fa9c97d"><code>d32e88d</code></a>
    build(deps-dev): bump the npm group with 3 updates (<a
    href="https://redirect.github.com/peter-evans/create-pull-request/issues/4349">#4349</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-pull-request/commit/8170bccad11c0df62542c04dcaefe36d342dfd39"><code>8170bcc</code></a>
    build(deps-dev): bump handlebars from 4.7.8 to 4.7.9 (<a
    href="https://redirect.github.com/peter-evans/create-pull-request/issues/4344">#4344</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-pull-request/commit/00418193b417f888dbf1d993c5c0d31d27fdc7de"><code>0041819</code></a>
    build(deps): bump picomatch (<a
    href="https://redirect.github.com/peter-evans/create-pull-request/issues/4339">#4339</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-pull-request/commit/b993918c8536b6d44706130734d5456879762b27"><code>b993918</code></a>
    build(deps-dev): bump flatted from 3.3.1 to 3.4.2 (<a
    href="https://redirect.github.com/peter-evans/create-pull-request/issues/4334">#4334</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-pull-request/commit/36d7c8468b48f9c2f8f29e260e82f10d4b90d2bd"><code>36d7c84</code></a>
    build(deps-dev): bump undici from 6.23.0 to 6.24.0 (<a
    href="https://redirect.github.com/peter-evans/create-pull-request/issues/4328">#4328</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-pull-request/commit/a45d1fb447fcaf601166e405fd4f335cde1a8aa8"><code>a45d1fb</code></a>
    build(deps): bump <code>@​tootallnate/once</code> and
    jest-environment-jsdom (<a
    href="https://redirect.github.com/peter-evans/create-pull-request/issues/4323">#4323</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-pull-request/commit/3499eb61835cc0015c0b786e203d74b1e8f55e43"><code>3499eb6</code></a>
    build(deps): bump the github-actions group with 2 updates (<a
    href="https://redirect.github.com/peter-evans/create-pull-request/issues/4316">#4316</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-pull-request/commit/3f3b473b8c148f5a7520efb4d1f9a70eea3d9d1f"><code>3f3b473</code></a>
    build(deps): bump minimatch (<a
    href="https://redirect.github.com/peter-evans/create-pull-request/issues/4311">#4311</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-pull-request/commit/6699836a213cf8b28c4f0408a404a6ac79d4458a"><code>6699836</code></a>
    build(deps-dev): bump the npm group with 2 updates (<a
    href="https://redirect.github.com/peter-evans/create-pull-request/issues/4305">#4305</a>)</li>
    <li>See full diff in <a
    href="https://github.com/peter-evans/create-pull-request/compare/c0f553fe549906ede9cf27b5156039d195d2ece0...5f6978faf089d4d20b00c7766989d076bb2fc7f1">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=peter-evans/create-pull-request&package-manager=github_actions&previous-version=8.1.0&new-version=8.1.1)](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 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>
    
  • 2c9f57f build(deps): bump docker/build-push-action from 7.0.0 to 7.1.0 (#12256) (@jcollie)
    Bumps
    [docker/build-push-action](https://github.com/docker/build-push-action)
    from 7.0.0 to 7.1.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/docker/build-push-action/releases">docker/build-push-action's
    releases</a>.</em></p>
    <blockquote>
    <h2>v7.1.0</h2>
    <ul>
    <li>Git context <a
    href="https://docs.docker.com/build/concepts/context/#url-queries">query
    format</a> support by <a
    href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
    href="https://redirect.github.com/docker/build-push-action/pull/1505">docker/build-push-action#1505</a></li>
    <li>Bump <code>@​docker/actions-toolkit</code> from 0.79.0 to 0.87.0 by
    <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in
    <a
    href="https://redirect.github.com/docker/build-push-action/pull/1505">docker/build-push-action#1505</a></li>
    <li>Bump brace-expansion from 1.1.12 to 1.1.13 in <a
    href="https://redirect.github.com/docker/build-push-action/pull/1500">docker/build-push-action#1500</a></li>
    <li>Bump fast-xml-parser from 5.4.2 to 5.5.7 in <a
    href="https://redirect.github.com/docker/build-push-action/pull/1489">docker/build-push-action#1489</a></li>
    <li>Bump flatted from 3.3.3 to 3.4.2 in <a
    href="https://redirect.github.com/docker/build-push-action/pull/1491">docker/build-push-action#1491</a></li>
    <li>Bump glob from 10.3.12 to 10.5.0 in <a
    href="https://redirect.github.com/docker/build-push-action/pull/1490">docker/build-push-action#1490</a></li>
    <li>Bump handlebars from 4.7.8 to 4.7.9 in <a
    href="https://redirect.github.com/docker/build-push-action/pull/1497">docker/build-push-action#1497</a></li>
    <li>Bump lodash from 4.17.23 to 4.18.1 in <a
    href="https://redirect.github.com/docker/build-push-action/pull/1510">docker/build-push-action#1510</a></li>
    <li>Bump picomatch from 4.0.3 to 4.0.4 in <a
    href="https://redirect.github.com/docker/build-push-action/pull/1496">docker/build-push-action#1496</a></li>
    <li>Bump undici from 6.23.0 to 6.24.1 in <a
    href="https://redirect.github.com/docker/build-push-action/pull/1486">docker/build-push-action#1486</a></li>
    <li>Bump vite from 7.3.1 to 7.3.2 in <a
    href="https://redirect.github.com/docker/build-push-action/pull/1509">docker/build-push-action#1509</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/docker/build-push-action/compare/v7.0.0...v7.1.0">https://github.com/docker/build-push-action/compare/v7.0.0...v7.1.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/docker/build-push-action/commit/bcafcacb16a39f128d818304e6c9c0c18556b85f"><code>bcafcac</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/build-push-action/issues/1509">#1509</a>
    from docker/dependabot/npm_and_yarn/vite-7.3.2</li>
    <li><a
    href="https://github.com/docker/build-push-action/commit/18e62f1158d9c45a4a84a58a6828d21f8ed3644b"><code>18e62f1</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/build-push-action/issues/1510">#1510</a>
    from docker/dependabot/npm_and_yarn/lodash-4.18.1</li>
    <li><a
    href="https://github.com/docker/build-push-action/commit/46580d2c9d43b0888270cb6fa90956e483de56fc"><code>46580d2</code></a>
    chore: update generated content</li>
    <li><a
    href="https://github.com/docker/build-push-action/commit/3f80b252ca2331f6ec3e890f4346b5506ee1dc81"><code>3f80b25</code></a>
    chore(deps): Bump lodash from 4.17.23 to 4.18.1</li>
    <li><a
    href="https://github.com/docker/build-push-action/commit/efeec9557c40a646afe433e39a1e94ca689103f0"><code>efeec95</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/build-push-action/issues/1505">#1505</a>
    from crazy-max/refactor-git-context</li>
    <li><a
    href="https://github.com/docker/build-push-action/commit/ddf04b08eb12882258ed936fea4a2806754ff349"><code>ddf04b0</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/build-push-action/issues/1511">#1511</a>
    from docker/dependabot/github_actions/crazy-max-dot-...</li>
    <li><a
    href="https://github.com/docker/build-push-action/commit/db08d97a08e4a0d15f85d1c4e64dfd5f88cbe1a9"><code>db08d97</code></a>
    chore(deps): Bump the crazy-max-dot-github group with 2 updates</li>
    <li><a
    href="https://github.com/docker/build-push-action/commit/ef1fb9688fc3626d0fd5e462f502cbbdc6456feb"><code>ef1fb96</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/build-push-action/issues/1508">#1508</a>
    from docker/dependabot/github_actions/docker/login-a...</li>
    <li><a
    href="https://github.com/docker/build-push-action/commit/2d8f2a1a378a5c302dcd7b2b4326cefa24180bb1"><code>2d8f2a1</code></a>
    chore: update generated content</li>
    <li><a
    href="https://github.com/docker/build-push-action/commit/919ac7bd7d1aa8cb13fe4de76545abea8d8b5ed2"><code>919ac7b</code></a>
    fix test since secrets are not written to temp path anymore</li>
    <li>Additional commits viewable in <a
    href="https://github.com/docker/build-push-action/compare/d08e5c354a6adb9ed34480a06d141179aa583294...bcafcacb16a39f128d818304e6c9c0c18556b85f">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/build-push-action&package-manager=github_actions&previous-version=7.0.0&new-version=7.1.0)](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 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>
    
  • 6b97d91 build(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1 (#12257) (@jcollie)
    Bumps
    [actions/create-github-app-token](https://github.com/actions/create-github-app-token)
    from 3.0.0 to 3.1.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/create-github-app-token/releases">actions/create-github-app-token's
    releases</a>.</em></p>
    <blockquote>
    <h2>v3.1.1</h2>
    <h2><a
    href="https://github.com/actions/create-github-app-token/compare/v3.1.0...v3.1.1">3.1.1</a>
    (2026-04-11)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li>improve error message when app identifier is empty (<a
    href="https://redirect.github.com/actions/create-github-app-token/issues/362">#362</a>)
    (<a
    href="https://github.com/actions/create-github-app-token/commit/07e2b760664f080c40eec4eacf7477256582db36">07e2b76</a>),
    closes <a
    href="https://redirect.github.com/actions/create-github-app-token/issues/249">#249</a></li>
    </ul>
    <h2>v3.1.0</h2>
    <h1><a
    href="https://github.com/actions/create-github-app-token/compare/v3.0.0...v3.1.0">3.1.0</a>
    (2026-04-11)</h1>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>deps:</strong> bump p-retry from 7.1.1 to 8.0.0 (<a
    href="https://redirect.github.com/actions/create-github-app-token/issues/357">#357</a>)
    (<a
    href="https://github.com/actions/create-github-app-token/commit/3bbe07d928e2d6c30bf3e37c6b89edbc4045facf">3bbe07d</a>)</li>
    </ul>
    <h3>Features</h3>
    <ul>
    <li>add <code>client-id</code> input and deprecate <code>app-id</code>
    (<a
    href="https://redirect.github.com/actions/create-github-app-token/issues/353">#353</a>)
    (<a
    href="https://github.com/actions/create-github-app-token/commit/e6bd4e6970172bed9fe138b2eaf4cbffa4cca8f9">e6bd4e6</a>)</li>
    <li>update permission inputs (<a
    href="https://redirect.github.com/actions/create-github-app-token/issues/358">#358</a>)
    (<a
    href="https://github.com/actions/create-github-app-token/commit/076e9480ca6e9633bff412d05eff0fc2f1e7d2be">076e948</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/create-github-app-token/commit/1b10c78c7865c340bc4f6099eb2f838309f1e8c3"><code>1b10c78</code></a>
    build(release): 3.1.1 [skip ci]</li>
    <li><a
    href="https://github.com/actions/create-github-app-token/commit/07e2b760664f080c40eec4eacf7477256582db36"><code>07e2b76</code></a>
    fix: improve error message when app identifier is empty (<a
    href="https://redirect.github.com/actions/create-github-app-token/issues/362">#362</a>)</li>
    <li><a
    href="https://github.com/actions/create-github-app-token/commit/ea0121618bb39abc1cff180c258978a02d4e04fd"><code>ea01216</code></a>
    ci: remove publish-immutable-action workflow (<a
    href="https://redirect.github.com/actions/create-github-app-token/issues/361">#361</a>)</li>
    <li><a
    href="https://github.com/actions/create-github-app-token/commit/7bd03711494f032dfa3be3558f7dc8787b0be333"><code>7bd0371</code></a>
    build(release): 3.1.0 [skip ci]</li>
    <li><a
    href="https://github.com/actions/create-github-app-token/commit/e6bd4e6970172bed9fe138b2eaf4cbffa4cca8f9"><code>e6bd4e6</code></a>
    feat: add <code>client-id</code> input and deprecate <code>app-id</code>
    (<a
    href="https://redirect.github.com/actions/create-github-app-token/issues/353">#353</a>)</li>
    <li><a
    href="https://github.com/actions/create-github-app-token/commit/076e9480ca6e9633bff412d05eff0fc2f1e7d2be"><code>076e948</code></a>
    feat: update permission inputs (<a
    href="https://redirect.github.com/actions/create-github-app-token/issues/358">#358</a>)</li>
    <li><a
    href="https://github.com/actions/create-github-app-token/commit/3bbe07d928e2d6c30bf3e37c6b89edbc4045facf"><code>3bbe07d</code></a>
    fix(deps): bump p-retry from 7.1.1 to 8.0.0 (<a
    href="https://redirect.github.com/actions/create-github-app-token/issues/357">#357</a>)</li>
    <li><a
    href="https://github.com/actions/create-github-app-token/commit/28a99e369c23d11dbaf8e9ff29e577c7129aaa6c"><code>28a99e3</code></a>
    build(deps-dev): bump c8 from 10.1.3 to 11.0.0</li>
    <li><a
    href="https://github.com/actions/create-github-app-token/commit/4df50600ef5eaf70cb3514fbb1716e183ec4b25d"><code>4df5060</code></a>
    build(deps-dev): bump open-cli from 8.0.0 to 9.0.0</li>
    <li><a
    href="https://github.com/actions/create-github-app-token/commit/4843c538d99b70fef283d0c8a7e12a8f4c9a7b70"><code>4843c53</code></a>
    build(deps-dev): bump the development-dependencies group with 3
    updates</li>
    <li>See full diff in <a
    href="https://github.com/actions/create-github-app-token/compare/f8d387b68d61c58ab83c6c016672934102569859...1b10c78c7865c340bc4f6099eb2f838309f1e8c3">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/create-github-app-token&package-manager=github_actions&previous-version=3.0.0&new-version=3.1.1)](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 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>
    
  • 0182541 build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#12258) (@jcollie)
    Bumps
    [actions/upload-artifact](https://github.com/actions/upload-artifact)
    from 7.0.0 to 7.0.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's
    releases</a>.</em></p>
    <blockquote>
    <h2>v7.0.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update the readme with direct upload details by <a
    href="https://github.com/danwkennedy"><code>@​danwkennedy</code></a> in
    <a
    href="https://redirect.github.com/actions/upload-artifact/pull/795">actions/upload-artifact#795</a></li>
    <li>Readme: bump all the example versions to v7 by <a
    href="https://github.com/danwkennedy"><code>@​danwkennedy</code></a> in
    <a
    href="https://redirect.github.com/actions/upload-artifact/pull/796">actions/upload-artifact#796</a></li>
    <li>Include changes in typespec/ts-http-runtime 0.3.5 by <a
    href="https://github.com/yacaovsnc"><code>@​yacaovsnc</code></a> in <a
    href="https://redirect.github.com/actions/upload-artifact/pull/797">actions/upload-artifact#797</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/upload-artifact/compare/v7...v7.0.1">https://github.com/actions/upload-artifact/compare/v7...v7.0.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"><code>043fb46</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/upload-artifact/issues/797">#797</a>
    from actions/yacaovsnc/update-dependency</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/634250c1388765ea7ed0f053e636f1f399000b94"><code>634250c</code></a>
    Include changes in typespec/ts-http-runtime 0.3.5</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/e454baaac2be505c9450e11b8f3215c6fc023ce8"><code>e454baa</code></a>
    Readme: bump all the example versions to v7 (<a
    href="https://redirect.github.com/actions/upload-artifact/issues/796">#796</a>)</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/74fad66b98a6d799dc004d3353ccd0e6f6b2530e"><code>74fad66</code></a>
    Update the readme with direct upload details (<a
    href="https://redirect.github.com/actions/upload-artifact/issues/795">#795</a>)</li>
    <li>See full diff in <a
    href="https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-artifact&package-manager=github_actions&previous-version=7.0.0&new-version=7.0.1)](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 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>
    

About

A friendly changelog for Ghostty’s tip (nightly) version releases

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages