Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Xuanwo/backon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.2
Choose a base ref
...
head repository: Xuanwo/backon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 8 commits
  • 14 files changed
  • 3 contributors

Commits on Sep 11, 2025

  1. chore(deps): bump actions/checkout from 4 to 5 (#209)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to
    5.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/checkout/releases">actions/checkout's
    releases</a>.</em></p>
    <blockquote>
    <h2>v5.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update actions checkout to use node 24 by <a
    href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li>
    <li>Prepare v5.0.0 release by <a
    href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/2238">actions/checkout#2238</a></li>
    </ul>
    <h2>⚠️ Minimum Compatible Runner Version</h2>
    <p><strong>v2.327.1</strong><br />
    <a
    href="https://github.com/actions/runner/releases/tag/v2.327.1">Release
    Notes</a></p>
    <p>Make sure your runner is updated to this version or newer to use this
    release.</p>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/checkout/compare/v4...v5.0.0">https://github.com/actions/checkout/compare/v4...v5.0.0</a></p>
    <h2>v4.3.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>docs: update README.md by <a
    href="https://github.com/motss"><code>@​motss</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li>
    <li>Add internal repos for checking out multiple repositories by <a
    href="https://github.com/mouismail"><code>@​mouismail</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li>
    <li>Documentation update - add recommended permissions to Readme by <a
    href="https://github.com/benwells"><code>@​benwells</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li>
    <li>Adjust positioning of user email note and permissions heading by <a
    href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li>
    <li>Update README.md by <a
    href="https://github.com/nebuk89"><code>@​nebuk89</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li>
    <li>Update CODEOWNERS for actions by <a
    href="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a>
    in <a
    href="https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li>
    <li>Update package dependencies by <a
    href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li>
    <li>Prepare release v4.3.0 by <a
    href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/2237">actions/checkout#2237</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/motss"><code>@​motss</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li>
    <li><a href="https://github.com/mouismail"><code>@​mouismail</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li>
    <li><a href="https://github.com/benwells"><code>@​benwells</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li>
    <li><a href="https://github.com/nebuk89"><code>@​nebuk89</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li>
    <li><a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/checkout/compare/v4...v4.3.0">https://github.com/actions/checkout/compare/v4...v4.3.0</a></p>
    <h2>v4.2.2</h2>
    <h2>What's Changed</h2>
    <ul>
    <li><code>url-helper.ts</code> now leverages well-known environment
    variables by <a href="https://github.com/jww3"><code>@​jww3</code></a>
    in <a
    href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li>
    <li>Expand unit test coverage for <code>isGhes</code> by <a
    href="https://github.com/jww3"><code>@​jww3</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/checkout/compare/v4.2.1...v4.2.2">https://github.com/actions/checkout/compare/v4.2.1...v4.2.2</a></p>
    <h2>v4.2.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Check out other refs/* by commit if provided, fall back to ref by <a
    href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/Jcambass"><code>@​Jcambass</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/checkout/pull/1919">actions/checkout#1919</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/checkout/compare/v4.2.0...v4.2.1">https://github.com/actions/checkout/compare/v4.2.0...v4.2.1</a></p>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's
    changelog</a>.</em></p>
    <blockquote>
    <h1>Changelog</h1>
    <h2>V5.0.0</h2>
    <ul>
    <li>Update actions checkout to use node 24 by <a
    href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li>
    </ul>
    <h2>V4.3.0</h2>
    <ul>
    <li>docs: update README.md by <a
    href="https://github.com/motss"><code>@​motss</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li>
    <li>Add internal repos for checking out multiple repositories by <a
    href="https://github.com/mouismail"><code>@​mouismail</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li>
    <li>Documentation update - add recommended permissions to Readme by <a
    href="https://github.com/benwells"><code>@​benwells</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li>
    <li>Adjust positioning of user email note and permissions heading by <a
    href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li>
    <li>Update README.md by <a
    href="https://github.com/nebuk89"><code>@​nebuk89</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li>
    <li>Update CODEOWNERS for actions by <a
    href="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a>
    in <a
    href="https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li>
    <li>Update package dependencies by <a
    href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li>
    </ul>
    <h2>v4.2.2</h2>
    <ul>
    <li><code>url-helper.ts</code> now leverages well-known environment
    variables by <a href="https://github.com/jww3"><code>@​jww3</code></a>
    in <a
    href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li>
    <li>Expand unit test coverage for <code>isGhes</code> by <a
    href="https://github.com/jww3"><code>@​jww3</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li>
    </ul>
    <h2>v4.2.1</h2>
    <ul>
    <li>Check out other refs/* by commit if provided, fall back to ref by <a
    href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li>
    </ul>
    <h2>v4.2.0</h2>
    <ul>
    <li>Add Ref and Commit outputs by <a
    href="https://github.com/lucacome"><code>@​lucacome</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li>
    <li>Dependency updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>- <a
    href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>,
    <a
    href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li>
    </ul>
    <h2>v4.1.7</h2>
    <ul>
    <li>Bump the minor-npm-dependencies group across 1 directory with 4
    updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li>
    <li>Bump actions/checkout from 3 to 4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li>
    <li>Check out other refs/* by commit by <a
    href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li>
    <li>Pin actions/checkout's own workflows to a known, good, stable
    version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li>
    </ul>
    <h2>v4.1.6</h2>
    <ul>
    <li>Check platform to set archive extension appropriately by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li>
    </ul>
    <h2>v4.1.5</h2>
    <ul>
    <li>Update NPM dependencies by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li>
    <li>Bump github/codeql-action from 2 to 3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li>
    <li>Bump actions/setup-node from 1 to 4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li>
    <li>Bump actions/upload-artifact from 2 to 4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li>
    <li>README: Suggest <code>user.email</code> to be
    <code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1707">actions/checkout#1707</a></li>
    </ul>
    <h2>v4.1.4</h2>
    <ul>
    <li>Disable <code>extensions.worktreeConfig</code> when disabling
    <code>sparse-checkout</code> by <a
    href="https://github.com/jww3"><code>@​jww3</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li>
    <li>Add dependabot config by <a
    href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
    <a
    href="https://redirect.github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li>
    <li>Bump the minor-actions-dependencies group with 2 updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li>
    <li>Bump word-wrap from 1.2.3 to 1.2.5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li>
    </ul>
    <h2>v4.1.3</h2>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/checkout/commit/08c6903cd8c0fde910a37f88322edcfb5dd907a8"><code>08c6903</code></a>
    Prepare v5.0.0 release (<a
    href="https://redirect.github.com/actions/checkout/issues/2238">#2238</a>)</li>
    <li><a
    href="https://github.com/actions/checkout/commit/9f265659d3bb64ab1440b03b12f4d47a24320917"><code>9f26565</code></a>
    Update actions checkout to use node 24 (<a
    href="https://redirect.github.com/actions/checkout/issues/2226">#2226</a>)</li>
    <li>See full diff in <a
    href="https://github.com/actions/checkout/compare/v4...v5">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4&new-version=5)](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>
    dependabot[bot] authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    f68b793 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2025

  1. Configuration menu
    Copy the full SHA
    de0a041 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2025

  1. chore: Migrate doc_auto_cfg (#215)

    Signed-off-by: Xuanwo <github@xuanwo.io>
    Xuanwo authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    dba1742 View commit details
    Browse the repository at this point in the history
  2. refactor: Bump edition to 2024 and MSRV to 1.85 (#216)

    This PR will bump backon's edition to 2024 and MSRV to 1.85 so that we
    can support more native features like
    #183
    
    ---
    
    **This PR was primarily authored with Codex using GPT-5-Codex and then
    hand-reviewed by me. I AM responsible for every change made in this PR.
    I aimed to keep it aligned with our goals, though I may have missed
    minor issues. Please flag anything that feels off, I'll fix it
    quickly.**
    
    Signed-off-by: Xuanwo <github@xuanwo.io>
    Xuanwo authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    2506e57 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump actions/setup-node from 4 to 6 (#214)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4
    to 6.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/setup-node/releases">actions/setup-node's
    releases</a>.</em></p>
    <blockquote>
    <h2>v6.0.0</h2>
    <h2>What's Changed</h2>
    <p><strong>Breaking Changes</strong></p>
    <ul>
    <li>Limit automatic caching to npm, update workflows and documentation
    by <a
    href="https://github.com/priyagupta108"><code>@​priyagupta108</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-node/pull/1374">actions/setup-node#1374</a></li>
    </ul>
    <p><strong>Dependency Upgrades</strong></p>
    <ul>
    <li>Upgrade ts-jest from 29.1.2 to 29.4.1 and document breaking changes
    in v5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/setup-node/pull/1336">#1336</a></li>
    <li>Upgrade prettier from 2.8.8 to 3.6.2 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/setup-node/pull/1334">#1334</a></li>
    <li>Upgrade actions/publish-action from 0.3.0 to 0.4.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/setup-node/pull/1362">#1362</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/setup-node/compare/v5...v6.0.0">https://github.com/actions/setup-node/compare/v5...v6.0.0</a></p>
    <h2>v5.0.0</h2>
    <h2>What's Changed</h2>
    <h3>Breaking Changes</h3>
    <ul>
    <li>Enhance caching in setup-node with automatic package manager
    detection by <a
    href="https://github.com/priya-kinthali"><code>@​priya-kinthali</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-node/pull/1348">actions/setup-node#1348</a></li>
    </ul>
    <p>This update, introduces automatic caching when a valid
    <code>packageManager</code> field is present in your
    <code>package.json</code>. This aims to improve workflow performance and
    make dependency management more seamless.
    To disable this automatic caching, set <code>package-manager-cache:
    false</code></p>
    <pre lang="yaml"><code>steps:
    - uses: actions/checkout@v5
    - uses: actions/setup-node@v5
      with:
        package-manager-cache: false
    </code></pre>
    <ul>
    <li>Upgrade action to use node24 by <a
    href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a
    href="https://redirect.github.com/actions/setup-node/pull/1325">actions/setup-node#1325</a></li>
    </ul>
    <p>Make sure your runner is on version v2.327.1 or later to ensure
    compatibility with this release. <a
    href="https://github.com/actions/runner/releases/tag/v2.327.1">See
    Release Notes</a></p>
    <h3>Dependency Upgrades</h3>
    <ul>
    <li>Upgrade <code>@​octokit/request-error</code> and
    <code>@​actions/github</code> by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/setup-node/pull/1227">actions/setup-node#1227</a></li>
    <li>Upgrade uuid from 9.0.1 to 11.1.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/setup-node/pull/1273">actions/setup-node#1273</a></li>
    <li>Upgrade undici from 5.28.5 to 5.29.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/setup-node/pull/1295">actions/setup-node#1295</a></li>
    <li>Upgrade form-data to bring in fix for critical vulnerability by <a
    href="https://github.com/gowridurgad"><code>@​gowridurgad</code></a> in
    <a
    href="https://redirect.github.com/actions/setup-node/pull/1332">actions/setup-node#1332</a></li>
    <li>Upgrade actions/checkout from 4 to 5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
    in <a
    href="https://redirect.github.com/actions/setup-node/pull/1345">actions/setup-node#1345</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/priya-kinthali"><code>@​priya-kinthali</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/setup-node/pull/1348">actions/setup-node#1348</a></li>
    <li><a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/setup-node/pull/1325">actions/setup-node#1325</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/setup-node/compare/v4...v5.0.0">https://github.com/actions/setup-node/compare/v4...v5.0.0</a></p>
    <h2>v4.4.0</h2>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/setup-node/commit/2028fbc5c25fe9cf00d9f06a71cc4710d4507903"><code>2028fbc</code></a>
    Limit automatic caching to npm, update workflows and documentation (<a
    href="https://redirect.github.com/actions/setup-node/issues/1374">#1374</a>)</li>
    <li><a
    href="https://github.com/actions/setup-node/commit/13427813f706a0f6c9b74603b31103c40ab1c35a"><code>1342781</code></a>
    Bump actions/publish-action from 0.3.0 to 0.4.0 (<a
    href="https://redirect.github.com/actions/setup-node/issues/1362">#1362</a>)</li>
    <li><a
    href="https://github.com/actions/setup-node/commit/89d709d423dc495668cd762a18dd4a070611be3f"><code>89d709d</code></a>
    Bump prettier from 2.8.8 to 3.6.2 (<a
    href="https://redirect.github.com/actions/setup-node/issues/1334">#1334</a>)</li>
    <li><a
    href="https://github.com/actions/setup-node/commit/cd2651c46231bc0d6f48d6b34433b845331235fe"><code>cd2651c</code></a>
    Bump ts-jest from 29.1.2 to 29.4.1 (<a
    href="https://redirect.github.com/actions/setup-node/issues/1336">#1336</a>)</li>
    <li><a
    href="https://github.com/actions/setup-node/commit/a0853c24544627f65ddf259abe73b1d18a591444"><code>a0853c2</code></a>
    Bump actions/checkout from 4 to 5 (<a
    href="https://redirect.github.com/actions/setup-node/issues/1345">#1345</a>)</li>
    <li><a
    href="https://github.com/actions/setup-node/commit/b7234cc9fe124f0f4932554b4e5284543083ae7b"><code>b7234cc</code></a>
    Upgrade action to use node24 (<a
    href="https://redirect.github.com/actions/setup-node/issues/1325">#1325</a>)</li>
    <li><a
    href="https://github.com/actions/setup-node/commit/d7a11313b581b306c961b506cfc8971208bb03f6"><code>d7a1131</code></a>
    Enhance caching in setup-node with automatic package manager detection
    (<a
    href="https://redirect.github.com/actions/setup-node/issues/1348">#1348</a>)</li>
    <li><a
    href="https://github.com/actions/setup-node/commit/5e2628c959b9ade56971c0afcebbe5332d44b398"><code>5e2628c</code></a>
    Bumps form-data (<a
    href="https://redirect.github.com/actions/setup-node/issues/1332">#1332</a>)</li>
    <li><a
    href="https://github.com/actions/setup-node/commit/65beceff8e91358525397bdce9103d999507ab03"><code>65becef</code></a>
    Bump undici from 5.28.5 to 5.29.0 (<a
    href="https://redirect.github.com/actions/setup-node/issues/1295">#1295</a>)</li>
    <li><a
    href="https://github.com/actions/setup-node/commit/7e24a656e1c7a0d6f3eaef8d8e84ae379a5b035b"><code>7e24a65</code></a>
    Bump uuid from 9.0.1 to 11.1.0 (<a
    href="https://redirect.github.com/actions/setup-node/issues/1273">#1273</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/actions/setup-node/compare/v4...v6">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=4&new-version=6)](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>
    Co-authored-by: Xuanwo <github@xuanwo.io>
    dependabot[bot] and Xuanwo authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    f31c9ca View commit details
    Browse the repository at this point in the history
  4. chore: Migrate CLAUDE.md to AGENTS.md (#217)

    AS TITLE
    
    ---
    
    **This PR was primarily authored with Codex using GPT-5-Codex and then
    hand-reviewed by me. I AM responsible for every change made in this PR.
    I aimed to keep it aligned with our goals, though I may have missed
    minor issues. Please flag anything that feels off, I'll fix it
    quickly.**
    
    Signed-off-by: Xuanwo <github@xuanwo.io>
    Xuanwo authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    b60c28c View commit details
    Browse the repository at this point in the history
  5. chore(deps): update embassy-time requirement from 0.4 to 0.5 (#210)

    Updates the requirements on
    [embassy-time](https://github.com/embassy-rs/embassy) to permit the
    latest version.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/embassy-rs/embassy/commit/3e8d8fec15286eb25b8bba7d103c8fc279544551"><code>3e8d8fe</code></a>
    fix: update more minor versions</li>
    <li><a
    href="https://github.com/embassy-rs/embassy/commit/2454b3cc7e450e28a3d354a1940c4913828a27e9"><code>2454b3c</code></a>
    fix: changelogs</li>
    <li><a
    href="https://github.com/embassy-rs/embassy/commit/df112a83f05d08dc01607083211bdc2ac1e11cfa"><code>df112a8</code></a>
    fix: remaining versions</li>
    <li><a
    href="https://github.com/embassy-rs/embassy/commit/83f2557eacd657070a84a9baf2da6e3aff03b2b7"><code>83f2557</code></a>
    chore: prepare embassy crate releases</li>
    <li><a
    href="https://github.com/embassy-rs/embassy/commit/b6a81d8bedeafa5166d0668c387ed65062777193"><code>b6a81d8</code></a>
    Merge pull request <a
    href="https://redirect.github.com/embassy-rs/embassy/issues/4589">#4589</a>
    from tomaz-suller/feat-independent-nodiv</li>
    <li><a
    href="https://github.com/embassy-rs/embassy/commit/0203b2b257df4f352191f85ff65a22041612affe"><code>0203b2b</code></a>
    Merge branch 'main' into feat-independent-nodiv</li>
    <li><a
    href="https://github.com/embassy-rs/embassy/commit/7b8484f49290f988389e339e349e6825cc20ac41"><code>7b8484f</code></a>
    Merge pull request <a
    href="https://redirect.github.com/embassy-rs/embassy/issues/4590">#4590</a>
    from tomaz-suller/fix-wb-mckdiv</li>
    <li><a
    href="https://github.com/embassy-rs/embassy/commit/541de3f4b41dc92a87afc758a525886fc2342fc0"><code>541de3f</code></a>
    Update changelog</li>
    <li><a
    href="https://github.com/embassy-rs/embassy/commit/f2bc5b7c8e68e4f6893de9943db0c160c6e160d1"><code>f2bc5b7</code></a>
    Update changelog</li>
    <li><a
    href="https://github.com/embassy-rs/embassy/commit/ccafed430cb73ccb1f09b9b6b53949969b9d0dfe"><code>ccafed4</code></a>
    Merge pull request <a
    href="https://redirect.github.com/embassy-rs/embassy/issues/4588">#4588</a>
    from tomaz-suller/fix-wb-mckdiv</li>
    <li>Additional commits viewable in <a
    href="https://github.com/embassy-rs/embassy/compare/embassy-time-v0.4.0...embassy-time-v0.5.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    You can trigger a rebase of this PR 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>
    
    > **Note**
    > Automatic rebases have been disabled on this pull request as it has
    been open for over 30 days.
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Xuanwo <github@xuanwo.io>
    dependabot[bot] and Xuanwo authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    7c53db0 View commit details
    Browse the repository at this point in the history
  6. Bump to version 1.6.0 (#218)

    Signed-off-by: Xuanwo <github@xuanwo.io>
    Xuanwo authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    e24dc92 View commit details
    Browse the repository at this point in the history
Loading