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: Steven-Harris/githelm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Steven-Harris/githelm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: alert-autofix-132
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 4 contributors

Commits on Aug 29, 2025

  1. Revert pwa auto update to manual prompt (#80)

    Disable automatic PWA updates to allow users to manually trigger
    updates.
    
    ---
    [Slack
    Thread](https://stevenharrisdev.slack.com/archives/C09CA4M91QF/p1756487854946879?thread_ts=1756487854.946879&cid=C09CA4M91QF)
    
    <a
    href="https://cursor.com/background-agent?bcId=bc-e3b52967-4cc8-481f-87da-68cc2755f1f5">
      <picture>
    <source media="(prefers-color-scheme: dark)"
    srcset="https://cursor.com/open-in-cursor-dark.svg">
    <source media="(prefers-color-scheme: light)"
    srcset="https://cursor.com/open-in-cursor-light.svg">
    <img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg">
      </picture>
    </a>
    <a
    href="https://cursor.com/agents?id=bc-e3b52967-4cc8-481f-87da-68cc2755f1f5">
      <picture>
    <source media="(prefers-color-scheme: dark)"
    srcset="https://cursor.com/open-in-web-dark.svg">
    <source media="(prefers-color-scheme: light)"
    srcset="https://cursor.com/open-in-web-light.svg">
        <img alt="Open in Web" src="https://cursor.com/open-in-web.svg">
      </picture>
    </a>
    
    Co-authored-by: Cursor Agent <cursoragent@cursor.com>
    Steven-Harris and cursoragent authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    a4f4954 View commit details
    Browse the repository at this point in the history
  2. Bump devalue from 5.1.1 to 5.3.2 in the npm_and_yarn group (#82)

    Bumps the npm_and_yarn group with 1 update:
    [devalue](https://github.com/sveltejs/devalue).
    
    Updates `devalue` from 5.1.1 to 5.3.2
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/sveltejs/devalue/releases">devalue's
    releases</a>.</em></p>
    <blockquote>
    <h2>v5.3.2</h2>
    <h3>Patch Changes</h3>
    <ul>
    <li>0623a47: fix: disallow array method access when parsing</li>
    <li>0623a47: fix: disallow <code>__proto__</code> properties on
    objects</li>
    </ul>
    <h2>v5.3.1</h2>
    <h3>Patch Changes</h3>
    <ul>
    <li>ae904c5: fix: correctly differentiate between +0 and -0</li>
    </ul>
    <h2>v5.3.0</h2>
    <h3>Minor Changes</h3>
    <ul>
    <li>2896e7b: feat: support Temporal</li>
    <li>fec694d: feat: support <code>URL</code> and
    <code>URLSearchParams</code> objects</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/sveltejs/devalue/blob/main/CHANGELOG.md">devalue's
    changelog</a>.</em></p>
    <blockquote>
    <h2>5.3.2</h2>
    <h3>Patch Changes</h3>
    <ul>
    <li>0623a47: fix: disallow array method access when parsing</li>
    <li>0623a47: fix: disallow <code>__proto__</code> properties on
    objects</li>
    </ul>
    <h2>5.3.1</h2>
    <h3>Patch Changes</h3>
    <ul>
    <li>ae904c5: fix: correctly differentiate between +0 and -0</li>
    </ul>
    <h2>5.3.0</h2>
    <h3>Minor Changes</h3>
    <ul>
    <li>2896e7b: feat: support Temporal</li>
    <li>fec694d: feat: support <code>URL</code> and
    <code>URLSearchParams</code> objects</li>
    </ul>
    <h2>5.2.1</h2>
    <h3>Patch Changes</h3>
    <ul>
    <li>e46f4c8: fix: handle repeated array buffers and subarrays</li>
    <li>2dfa504: fix: handle custom classes with null proto as pojo</li>
    </ul>
    <h2>5.2.0</h2>
    <ul>
    <li>Handle custom classes with null proto as pojo (<a
    href="https://redirect.github.com/sveltejs/devalue/pull/95">#95</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/sveltejs/devalue/commit/86a6a66d2c830514e94326a0f8fa2d8d670eac8a"><code>86a6a66</code></a>
    Version Packages (<a
    href="https://redirect.github.com/sveltejs/devalue/issues/109">#109</a>)</li>
    <li><a
    href="https://github.com/sveltejs/devalue/commit/0623a47c9555b639c03ff1baea82951b2d9d1132"><code>0623a47</code></a>
    Merge commit from fork</li>
    <li><a
    href="https://github.com/sveltejs/devalue/commit/02d20e8a792e5daa387b23816aba0170fec7437e"><code>02d20e8</code></a>
    Version Packages (<a
    href="https://redirect.github.com/sveltejs/devalue/issues/108">#108</a>)</li>
    <li><a
    href="https://github.com/sveltejs/devalue/commit/ae904c5b189b5c2c3b7b969f70064dbc59196b58"><code>ae904c5</code></a>
    fix stringify not picking up negative zero if a normal zero has appeared
    befo...</li>
    <li><a
    href="https://github.com/sveltejs/devalue/commit/e95b87a6cc86bf116bada5ff28faead87df69920"><code>e95b87a</code></a>
    fix pkg.repository</li>
    <li><a
    href="https://github.com/sveltejs/devalue/commit/8300172d1d222e60f14cdec712ff0650756e9002"><code>8300172</code></a>
    fix changeset config</li>
    <li><a
    href="https://github.com/sveltejs/devalue/commit/434d8aefb9d67ec7bd9664a29599770cd22a3e3b"><code>434d8ae</code></a>
    Version Packages (<a
    href="https://redirect.github.com/sveltejs/devalue/issues/106">#106</a>)</li>
    <li><a
    href="https://github.com/sveltejs/devalue/commit/67c8334b82ec0fcf44543e39cc5f37f00bbd1f2f"><code>67c8334</code></a>
    mention support for URL/URLSearchParams/Temporal in README</li>
    <li><a
    href="https://github.com/sveltejs/devalue/commit/fec694d87e3f7f0cc764776bb91fd47095be1371"><code>fec694d</code></a>
    feat: support URL and URLSearchParams (<a
    href="https://redirect.github.com/sveltejs/devalue/issues/92">#92</a>)</li>
    <li><a
    href="https://github.com/sveltejs/devalue/commit/2896e7bef2d4b7f810a5df02652ffce5dfb76b64"><code>2896e7b</code></a>
    Add support for Temporal objects (<a
    href="https://redirect.github.com/sveltejs/devalue/issues/98">#98</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/sveltejs/devalue/compare/v5.1.1...v5.3.2">compare
    view</a></li>
    </ul>
    </details>
    <details>
    <summary>Maintainer changes</summary>
    <p>This version was pushed to npm by <a
    href="https://www.npmjs.com/~svelte-admin">svelte-admin</a>, a new
    releaser for devalue since your current version.</p>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=devalue&package-manager=npm_and_yarn&previous-version=5.1.1&new-version=5.3.2)](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 <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
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/Steven-Harris/githelm/network/alerts).
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    1c20ee5 View commit details
    Browse the repository at this point in the history
  3. Potential fix for code scanning alert no. 132: Workflow does not cont…

    …ain permissions
    
    Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    8a74f4d View commit details
    Browse the repository at this point in the history
Loading