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: octokit/rest.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v21.1.1
Choose a base ref
...
head repository: octokit/rest.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v22.0.0
Choose a head ref
  • 10 commits
  • 11 files changed
  • 2 contributors

Commits on Feb 24, 2025

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

Commits on Mar 11, 2025

  1. chore(deps): update dependency prismjs to v1.30.0 [security] (#493)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [prismjs](https://redirect.github.com/PrismJS/prism) | [`1.29.0` ->
    `1.30.0`](https://renovatebot.com/diffs/npm/prismjs/1.29.0/1.30.0) |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/prismjs/1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prismjs/1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prismjs/1.29.0/1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prismjs/1.29.0/1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ### GitHub Vulnerability Alerts
    
    #### [CVE-2024-53382](https://nvd.nist.gov/vuln/detail/CVE-2024-53382)
    
    Prism (aka PrismJS) through 1.29.0 allows DOM Clobbering (with resultant
    XSS for untrusted input that contains HTML but does not directly contain
    JavaScript), because document.currentScript lookup can be shadowed by
    attacker-injected HTML elements.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>PrismJS/prism (prismjs)</summary>
    
    ###
    [`v1.30.0`](https://redirect.github.com/PrismJS/prism/compare/v1.29.0...v1.30.0)
    
    [Compare
    Source](https://redirect.github.com/PrismJS/prism/compare/v1.29.0...v1.30.0)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "" (UTC), Automerge - At any time (no
    schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you
    are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/octokit/rest.js).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUeXBlOiBNYWludGVuYW5jZSJdfQ==-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    005b147 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): Bump webpack from 5.93.0 to 5.98.0 in /docs (#494)

    Bumps [webpack](https://github.com/webpack/webpack) from 5.93.0 to
    5.98.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/webpack/webpack/releases">webpack's
    releases</a>.</em></p>
    <blockquote>
    <h2>v5.98.0</h2>
    <h3>Fixes</h3>
    <ul>
    <li>Avoid the deprecation message <a
    href="https://redirect.github.com/webpack/webpack/issues/19062">#19062</a>
    by <a
    href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a></li>
    <li>Should not escape CSS local ident in JS <a
    href="https://redirect.github.com/webpack/webpack/issues/19060">#19060</a>
    by <a
    href="https://github.com/JSerFeng"><code>@​JSerFeng</code></a></li>
    <li>MF parse range not compatible with Safari <a
    href="https://redirect.github.com/webpack/webpack/issues/19083">#19083</a>
    by <a
    href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a></li>
    <li>Preserve <code>filenameTemplate</code> in new split chunk <a
    href="https://redirect.github.com/webpack/webpack/issues/19104">#19104</a>
    by <a
    href="https://github.com/henryqdineen"><code>@​henryqdineen</code></a></li>
    <li>Use module IDs for final render order <a
    href="https://redirect.github.com/webpack/webpack/issues/19184">#19184</a>
    by <a
    href="https://github.com/dmichon-msft"><code>@​dmichon-msft</code></a></li>
    <li>Strip <code>blob:</code> protocol when public path is
    <code>auto</code> <a
    href="https://redirect.github.com/webpack/webpack/issues/19199">#19199</a>
    by <a
    href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a></li>
    <li>Respect <code>output.charset</code> everywhere <a
    href="https://redirect.github.com/webpack/webpack/issues/19202">#19202</a>
    by <a
    href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a></li>
    <li>Node async WASM loader generation <a
    href="https://redirect.github.com/webpack/webpack/issues/19210">#19210</a>
    by <a href="https://github.com/ashi009"><code>@​ashi009</code></a></li>
    <li>Correct <code>BuildInfo</code> and <code>BuildMeta</code> type
    definitions <a
    href="https://redirect.github.com/webpack/webpack/issues/19200">#19200</a>
    by <a href="https://github.com/inottn"><code>@​inottn</code></a></li>
    </ul>
    <h3>Performance Improvements</h3>
    <ul>
    <li>Improve <code>FlagDependencyExportsPlugin</code> for large JSON by
    depth <a
    href="https://redirect.github.com/webpack/webpack/issues/19058">#19058</a>
    by <a href="https://github.com/hai-x"><code>@​hai-x</code></a></li>
    <li>Optimize assign-depths <a
    href="https://redirect.github.com/webpack/webpack/issues/19193">#19193</a>
    by <a
    href="https://github.com/dmichon-msft"><code>@​dmichon-msft</code></a></li>
    <li>Use <code>startsWith</code> for matching instead of converting the
    string to a regex <a
    href="https://redirect.github.com/webpack/webpack/issues/19207">#19207</a>
    by <a href="https://github.com/inottn"><code>@​inottn</code></a></li>
    </ul>
    <h3>Chores</h3>
    <ul>
    <li>Bump <code>nanoid</code> from 3.3.7 to 3.3.8 <a
    href="https://redirect.github.com/webpack/webpack/issues/19063">#19063</a>
    by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
    <li>Fixed incorrect typecast in <code>DefaultStatsFactoryPlugin</code>
    <a
    href="https://redirect.github.com/webpack/webpack/issues/19156">#19156</a>
    by <a
    href="https://github.com/Andarist"><code>@​Andarist</code></a></li>
    <li>Improved <code>readme.md</code> by adding video links for
    understanding webpack <a
    href="https://redirect.github.com/webpack/webpack/issues/19101">#19101</a>
    by <a
    href="https://github.com/Vansh5632"><code>@​Vansh5632</code></a></li>
    <li>Typo fix <a
    href="https://redirect.github.com/webpack/webpack/issues/19205">#19205</a>
    by <a href="https://github.com/hai-x"><code>@​hai-x</code></a></li>
    <li>Adopt the new webpack governance model <a
    href="https://redirect.github.com/webpack/webpack/issues/18804">#18804</a>
    by <a href="https://github.com/ovflowd"><code>@​ovflowd</code></a></li>
    </ul>
    <h3>Features</h3>
    <ul>
    <li>Implement <code>/* webpackIgnore: true */</code> for
    <code>require.resolve</code> <a
    href="https://redirect.github.com/webpack/webpack/issues/19201">#19201</a>
    by <a
    href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a></li>
    </ul>
    <h3>Continuous Integration</h3>
    <ul>
    <li>CI fix <a
    href="https://redirect.github.com/webpack/webpack/issues/19196">#19196</a>
    by <a
    href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/Andarist"><code>@​Andarist</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/webpack/webpack/pull/19156">webpack/webpack#19156</a></li>
    <li><a href="https://github.com/Vansh5632"><code>@​Vansh5632</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/webpack/webpack/pull/19101">webpack/webpack#19101</a></li>
    <li><a href="https://github.com/ashi009"><code>@​ashi009</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/webpack/webpack/pull/19210">webpack/webpack#19210</a></li>
    <li><a href="https://github.com/ovflowd"><code>@​ovflowd</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/webpack/webpack/pull/18804">webpack/webpack#18804</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/webpack/webpack/compare/v5.97.1...v5.98.0">https://github.com/webpack/webpack/compare/v5.97.1...v5.98.0</a></p>
    <h2>v5.97.1</h2>
    <h2>Bug Fixes</h2>
    <ul>
    <li>Performance regression</li>
    <li>Sub define key should't be renamed when it's a defined variable</li>
    </ul>
    <h2>v5.97.0</h2>
    <h2>Bug Fixes</h2>
    <ul>
    <li>Don't crash with filesystem cache and unknown scheme</li>
    <li>Generate a valid code when <code>output.iife</code> is
    <code>true</code> and output.library.type is <code>umd</code></li>
    <li>Fixed conflict variable name with concatenate modules and runtime
    code</li>
    <li>Merge duplicate chunks before</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/webpack/webpack/commit/f1bdec5cc70236083e45b665831d5d79d6485db7"><code>f1bdec5</code></a>
    5.98.0</li>
    <li><a
    href="https://github.com/webpack/webpack/commit/9579f223fc67304d7630a7ae0f66a7eac9ebbd5d"><code>9579f22</code></a>
    chore: adopt the new webpack governance model (<a
    href="https://redirect.github.com/webpack/webpack/issues/18804">#18804</a>)</li>
    <li><a
    href="https://github.com/webpack/webpack/commit/a1edb20b101857936c92291b15af5c166f453b01"><code>a1edb20</code></a>
    fix: node async wasm loader now use <code>output.module</code> to
    determinate code gener...</li>
    <li><a
    href="https://github.com/webpack/webpack/commit/e55b08b9eb3c398e4755dd9042f40ba8d0e657ee"><code>e55b08b</code></a>
    perf: use startsWith for matching instead of converting the string to a
    regex</li>
    <li><a
    href="https://github.com/webpack/webpack/commit/6e14dbabd70aae2ee5b87cb6830aadd5b7484304"><code>6e14dba</code></a>
    chore: fix typo (<a
    href="https://redirect.github.com/webpack/webpack/issues/19205">#19205</a>)</li>
    <li><a
    href="https://github.com/webpack/webpack/commit/f123ce5090e56ce1216debce487e8be25275b896"><code>f123ce5</code></a>
    fix: respect <code>output.charset</code> everywhere (<a
    href="https://redirect.github.com/webpack/webpack/issues/19202">#19202</a>)</li>
    <li><a
    href="https://github.com/webpack/webpack/commit/af20c7be245aced8ce794bac6b14582d38a4b04f"><code>af20c7b</code></a>
    fix: strip <code>blob:</code> protocol when public path is
    <code>auto</code> (<a
    href="https://redirect.github.com/webpack/webpack/issues/19199">#19199</a>)</li>
    <li><a
    href="https://github.com/webpack/webpack/commit/80826c5cf235d8a14407c609d7e6eabb63e57ef8"><code>80826c5</code></a>
    feat: implement <code>/* webpackIgnore: true */</code> for
    <code>require.resolve</code> (<a
    href="https://redirect.github.com/webpack/webpack/issues/19201">#19201</a>)</li>
    <li><a
    href="https://github.com/webpack/webpack/commit/ac6ffca02d323e4a576229d9441d72376eaeda56"><code>ac6ffca</code></a>
    fix(types): correct BuildInfo and BuildMeta type definitions (<a
    href="https://redirect.github.com/webpack/webpack/issues/19200">#19200</a>)</li>
    <li><a
    href="https://github.com/webpack/webpack/commit/8ac130a2c8a5431aea568cb2d1ab6b607c2c1383"><code>8ac130a</code></a>
    ci: fix</li>
    <li>Additional commits viewable in <a
    href="https://github.com/webpack/webpack/compare/v5.93.0...v5.98.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=5.93.0&new-version=5.98.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 merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/octokit/rest.js/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 Mar 11, 2025
    Configuration menu
    Copy the full SHA
    27f09dd View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump send and express in /docs (#490)

    [//]: # (dependabot-start)
    ⚠️  **Dependabot is rebasing this PR** ⚠️ 
    
    Rebasing might not happen immediately, so don't worry if this takes some
    time.
    
    Note: if you make any changes to this PR yourself, they will take
    precedence over the rebase.
    
    ---
    
    [//]: # (dependabot-end)
    
    Bumps [send](https://github.com/pillarjs/send) and
    [express](https://github.com/expressjs/express). These dependencies
    needed to be updated together.
    Updates `send` from 0.18.0 to 0.19.0
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/pillarjs/send/releases">send's
    releases</a>.</em></p>
    <blockquote>
    <h2>0.19.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Remove link renderization in html while redirecting (<a
    href="https://redirect.github.com/pillarjs/send/pull/235">pillarjs/send#235</a>)</li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/pillarjs/send/pull/235">pillarjs/send#235</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/pillarjs/send/compare/0.18.0...0.19.0">https://github.com/pillarjs/send/compare/0.18.0...0.19.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/pillarjs/send/blob/master/HISTORY.md">send's
    changelog</a>.</em></p>
    <blockquote>
    <h1>0.19.0 / 2024-09-10</h1>
    <ul>
    <li>Remove link renderization in html while redirecting</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/pillarjs/send/commit/9d2db99518b366d20783fe1c08a1b9bd418929ce"><code>9d2db99</code></a>
    0.19.0</li>
    <li><a
    href="https://github.com/pillarjs/send/commit/ae4f2989491b392ae2ef3b0015a019770ae65d35"><code>ae4f298</code></a>
    Merge commit from fork</li>
    <li>See full diff in <a
    href="https://github.com/pillarjs/send/compare/0.18.0...0.19.0">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/~ulisesgascon">ulisesgascon</a>, a new
    releaser for send since your current version.</p>
    </details>
    <br />
    
    Updates `express` from 4.19.2 to 4.21.2
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/expressjs/express/releases">express's
    releases</a>.</em></p>
    <blockquote>
    <h2>4.21.2</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Add funding field (v4) by <a
    href="https://github.com/bjohansebas"><code>@​bjohansebas</code></a> in
    <a
    href="https://redirect.github.com/expressjs/express/pull/6065">expressjs/express#6065</a></li>
    <li>deps: path-to-regexp@0.1.11 by <a
    href="https://github.com/blakeembrey"><code>@​blakeembrey</code></a> in
    <a
    href="https://redirect.github.com/expressjs/express/pull/5956">expressjs/express#5956</a></li>
    <li>deps: bump path-to-regexp@0.1.12 by <a
    href="https://github.com/jonchurch"><code>@​jonchurch</code></a> in <a
    href="https://redirect.github.com/expressjs/express/pull/6209">expressjs/express#6209</a></li>
    <li>Release: 4.21.2 by <a
    href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a>
    in <a
    href="https://redirect.github.com/expressjs/express/pull/6094">expressjs/express#6094</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/expressjs/express/compare/4.21.1...4.21.2">https://github.com/expressjs/express/compare/4.21.1...4.21.2</a></p>
    <h2>4.21.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Backport a fix for CVE-2024-47764 to the 4.x branch by <a
    href="https://github.com/joshbuker"><code>@​joshbuker</code></a> in <a
    href="https://redirect.github.com/expressjs/express/pull/6029">expressjs/express#6029</a></li>
    <li>Release: 4.21.1 by <a
    href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a>
    in <a
    href="https://redirect.github.com/expressjs/express/pull/6031">expressjs/express#6031</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/expressjs/express/compare/4.21.0...4.21.1">https://github.com/expressjs/express/compare/4.21.0...4.21.1</a></p>
    <h2>4.21.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Deprecate <code>&quot;back&quot;</code> magic string in redirects by
    <a href="https://github.com/blakeembrey"><code>@​blakeembrey</code></a>
    in <a
    href="https://redirect.github.com/expressjs/express/pull/5935">expressjs/express#5935</a></li>
    <li>finalhandler@1.3.1 by <a
    href="https://github.com/wesleytodd"><code>@​wesleytodd</code></a> in <a
    href="https://redirect.github.com/expressjs/express/pull/5954">expressjs/express#5954</a></li>
    <li>fix(deps): serve-static@1.16.2 by <a
    href="https://github.com/wesleytodd"><code>@​wesleytodd</code></a> in <a
    href="https://redirect.github.com/expressjs/express/pull/5951">expressjs/express#5951</a></li>
    <li>Upgraded dependency qs to 6.13.0 to match qs in body-parser by <a
    href="https://github.com/agadzinski93"><code>@​agadzinski93</code></a>
    in <a
    href="https://redirect.github.com/expressjs/express/pull/5946">expressjs/express#5946</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/agadzinski93"><code>@​agadzinski93</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/expressjs/express/pull/5946">expressjs/express#5946</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/expressjs/express/compare/4.20.0...4.21.0">https://github.com/expressjs/express/compare/4.20.0...4.21.0</a></p>
    <h2>4.20.0</h2>
    <h2>What's Changed</h2>
    <h3>Important</h3>
    <ul>
    <li>IMPORTANT: The default <code>depth</code> level for parsing
    URL-encoded data is now <code>32</code> (previously was
    <code>Infinity</code>)</li>
    <li>Remove link renderization in html while using
    <code>res.redirect</code></li>
    </ul>
    <h3>Other Changes</h3>
    <ul>
    <li>4.19.2 Staging by <a
    href="https://github.com/wesleytodd"><code>@​wesleytodd</code></a> in <a
    href="https://redirect.github.com/expressjs/express/pull/5561">expressjs/express#5561</a></li>
    <li>remove duplicate location test for data uri by <a
    href="https://github.com/wesleytodd"><code>@​wesleytodd</code></a> in <a
    href="https://redirect.github.com/expressjs/express/pull/5562">expressjs/express#5562</a></li>
    <li>feat: document beta releases expectations by <a
    href="https://github.com/marco-ippolito"><code>@​marco-ippolito</code></a>
    in <a
    href="https://redirect.github.com/expressjs/express/pull/5565">expressjs/express#5565</a></li>
    <li>Cut down on duplicated CI runs by <a
    href="https://github.com/jonchurch"><code>@​jonchurch</code></a> in <a
    href="https://redirect.github.com/expressjs/express/pull/5564">expressjs/express#5564</a></li>
    <li>Add a Threat Model by <a
    href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a>
    in <a
    href="https://redirect.github.com/expressjs/express/pull/5526">expressjs/express#5526</a></li>
    <li>Assign captain of encodeurl by <a
    href="https://github.com/blakeembrey"><code>@​blakeembrey</code></a> in
    <a
    href="https://redirect.github.com/expressjs/express/pull/5579">expressjs/express#5579</a></li>
    <li>Nominate jonchurch as repo captain for <code>http-errors</code>,
    <code>expressjs.com</code>, <code>morgan</code>, <code>cors</code>,
    <code>body-parser</code> by <a
    href="https://github.com/jonchurch"><code>@​jonchurch</code></a> in <a
    href="https://redirect.github.com/expressjs/express/pull/5587">expressjs/express#5587</a></li>
    <li>docs: update Security.md by <a
    href="https://github.com/inigomarquinez"><code>@​inigomarquinez</code></a>
    in <a
    href="https://redirect.github.com/expressjs/express/pull/5590">expressjs/express#5590</a></li>
    <li>docs: update triage nomination policy by <a
    href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a>
    in <a
    href="https://redirect.github.com/expressjs/express/pull/5600">expressjs/express#5600</a></li>
    <li>Add CodeQL (SAST) by <a
    href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a>
    in <a
    href="https://redirect.github.com/expressjs/express/pull/5433">expressjs/express#5433</a></li>
    <li>docs: add UlisesGascon as triage initiative captain by <a
    href="https://github.com/UlisesGascon"><code>@​UlisesGascon</code></a>
    in <a
    href="https://redirect.github.com/expressjs/express/pull/5605">expressjs/express#5605</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/expressjs/express/blob/4.21.2/History.md">express's
    changelog</a>.</em></p>
    <blockquote>
    <h1>4.21.2 / 2024-11-06</h1>
    <ul>
    <li>deps: path-to-regexp@0.1.12
    <ul>
    <li>Fix backtracking protection</li>
    </ul>
    </li>
    <li>deps: path-to-regexp@0.1.11
    <ul>
    <li>Throws an error on invalid path values</li>
    </ul>
    </li>
    </ul>
    <h1>4.21.1 / 2024-10-08</h1>
    <ul>
    <li>Backported a fix for <a
    href="https://nvd.nist.gov/vuln/detail/CVE-2024-47764">CVE-2024-47764</a></li>
    </ul>
    <h1>4.21.0 / 2024-09-11</h1>
    <ul>
    <li>Deprecate <code>res.location(&quot;back&quot;)</code> and
    <code>res.redirect(&quot;back&quot;)</code> magic string</li>
    <li>deps: serve-static@1.16.2
    <ul>
    <li>includes send@0.19.0</li>
    </ul>
    </li>
    <li>deps: finalhandler@1.3.1</li>
    <li>deps: qs@6.13.0</li>
    </ul>
    <h1>4.20.0 / 2024-09-10</h1>
    <ul>
    <li>deps: serve-static@0.16.0
    <ul>
    <li>Remove link renderization in html while redirecting</li>
    </ul>
    </li>
    <li>deps: send@0.19.0
    <ul>
    <li>Remove link renderization in html while redirecting</li>
    </ul>
    </li>
    <li>deps: body-parser@0.6.0
    <ul>
    <li>add <code>depth</code> option to customize the depth level in the
    parser</li>
    <li>IMPORTANT: The default <code>depth</code> level for parsing
    URL-encoded data is now <code>32</code> (previously was
    <code>Infinity</code>)</li>
    </ul>
    </li>
    <li>Remove link renderization in html while using
    <code>res.redirect</code></li>
    <li>deps: path-to-regexp@0.1.10
    <ul>
    <li>Adds support for named matching groups in the routes using a
    regex</li>
    <li>Adds backtracking protection to parameters without regexes
    defined</li>
    </ul>
    </li>
    <li>deps: encodeurl@~2.0.0
    <ul>
    <li>Removes encoding of <code>\</code>, <code>|</code>, and
    <code>^</code> to align better with URL spec</li>
    </ul>
    </li>
    <li>Deprecate passing <code>options.maxAge</code> and
    <code>options.expires</code> to <code>res.clearCookie</code>
    <ul>
    <li>Will be ignored in v5, clearCookie will set a cookie with an expires
    in the past to instruct clients to delete the cookie</li>
    </ul>
    </li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/expressjs/express/commit/1faf228935aa0a13111f92c28ee795be64ce3f0f"><code>1faf228</code></a>
    4.21.2</li>
    <li><a
    href="https://github.com/expressjs/express/commit/2e0fb646d03184dd9a5285813460210c0e7ae654"><code>2e0fb64</code></a>
    deps: bump path-to-regexp@0.1.12 (<a
    href="https://redirect.github.com/expressjs/express/issues/6209">#6209</a>)</li>
    <li><a
    href="https://github.com/expressjs/express/commit/59fc27028ec5d212be653d35d7e3f73a2c3ac3c0"><code>59fc270</code></a>
    deps: path-to-regexp@0.1.11 (<a
    href="https://redirect.github.com/expressjs/express/issues/5956">#5956</a>)</li>
    <li><a
    href="https://github.com/expressjs/express/commit/51fc39ccf834eec44547b0f4fed8027e7c05a009"><code>51fc39c</code></a>
    docs: add funding (<a
    href="https://redirect.github.com/expressjs/express/issues/6065">#6065</a>)</li>
    <li><a
    href="https://github.com/expressjs/express/commit/8e229f92752ad51462c868b99f6e6c2e559801b0"><code>8e229f9</code></a>
    4.21.1</li>
    <li><a
    href="https://github.com/expressjs/express/commit/a024c8a7b658a178cbdb9bde33030b7500172815"><code>a024c8a</code></a>
    fix(deps): cookie@0.7.1</li>
    <li><a
    href="https://github.com/expressjs/express/commit/7e562c6d8daddff4604f8efaaf9db2cf98c6dcff"><code>7e562c6</code></a>
    4.21.0</li>
    <li><a
    href="https://github.com/expressjs/express/commit/1bcde96bc87c4704df9a704271d1167064ab56bb"><code>1bcde96</code></a>
    fix(deps): qs@6.13.0 (<a
    href="https://redirect.github.com/expressjs/express/issues/5946">#5946</a>)</li>
    <li><a
    href="https://github.com/expressjs/express/commit/7d364775688be98aaa973302e066d0da9f438997"><code>7d36477</code></a>
    fix(deps): serve-static@1.16.2 (<a
    href="https://redirect.github.com/expressjs/express/issues/5951">#5951</a>)</li>
    <li><a
    href="https://github.com/expressjs/express/commit/40d2d8f2c882712a0f2e4603c38d166c79676b2b"><code>40d2d8f</code></a>
    fix(deps): finalhandler@1.3.1</li>
    <li>Additional commits viewable in <a
    href="https://github.com/expressjs/express/compare/4.19.2...4.21.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/~jonchurch">jonchurch</a>, a new releaser
    for express since your current version.</p>
    </details>
    <br />
    
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/octokit/rest.js/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 Mar 11, 2025
    Configuration menu
    Copy the full SHA
    3db0595 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. build(deps): Bump webpack-dev-middleware and gatsby in /docs (#497)

    Bumps
    [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware)
    to 5.3.4 and updates ancestor dependency
    [gatsby](https://github.com/gatsbyjs/gatsby). These dependencies need to
    be updated together.
    
    Updates `webpack-dev-middleware` from 4.3.0 to 5.3.4
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/webpack/webpack-dev-middleware/releases">webpack-dev-middleware's
    releases</a>.</em></p>
    <blockquote>
    <h2>v5.3.4</h2>
    <h3><a
    href="https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4">5.3.4</a>
    (2024-03-20)</h3>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>security:</strong> do not allow to read files above (<a
    href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1779">#1779</a>)
    (<a
    href="https://github.com/webpack/webpack-dev-middleware/commit/189c4ac7d2344ec132a4689e74dc837ec5be0132">189c4ac</a>)</li>
    </ul>
    <h2>v5.3.3</h2>
    <h3><a
    href="https://github.com/webpack/webpack-dev-middleware/compare/v5.3.2...v5.3.3">5.3.3</a>
    (2022-05-18)</h3>
    <h3>Bug Fixes</h3>
    <ul>
    <li>types for <code>Request</code> and <code>Response</code> (<a
    href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1271">#1271</a>)
    (<a
    href="https://github.com/webpack/webpack-dev-middleware/commit/eeb8aa8b116038671b7436173fab1994d4645767">eeb8aa8</a>)</li>
    </ul>
    <h2>v5.3.2</h2>
    <h3><a
    href="https://github.com/webpack/webpack-dev-middleware/compare/v5.3.1...v5.3.2">5.3.2</a>
    (2022-05-17)</h3>
    <h3>Bug Fixes</h3>
    <ul>
    <li>node types (<a
    href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1195">#1195</a>)
    (<a
    href="https://github.com/webpack/webpack-dev-middleware/commit/d68ab3607a43288dbb6efd9ee748ad3e650625a1">d68ab36</a>)</li>
    <li>compatibility with Node.js 18</li>
    </ul>
    <h2>v5.3.1</h2>
    <h3><a
    href="https://github.com/webpack/webpack-dev-middleware/compare/v5.3.0...v5.3.1">5.3.1</a>
    (2022-02-01)</h3>
    <h3>Bug Fixes</h3>
    <ul>
    <li>types (<a
    href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1187">#1187</a>)
    (<a
    href="https://github.com/webpack/webpack-dev-middleware/commit/0f82e1d6ebb9e11c60dc8ee668dd6f953042ada8">0f82e1d</a>)</li>
    </ul>
    <h2>v5.3.0</h2>
    <h2><a
    href="https://github.com/webpack/webpack-dev-middleware/compare/v5.2.2...v5.3.0">5.3.0</a>
    (2021-12-16)</h2>
    <h3>Features</h3>
    <ul>
    <li>added types (<a
    href="https://github.com/webpack/webpack-dev-middleware/commit/a2fa77f87ad4d9912d08a68624e41380821d4d10">a2fa77f</a>)</li>
    <li>removed cjs wrapper (<a
    href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1146">#1146</a>)
    (<a
    href="https://github.com/webpack/webpack-dev-middleware/commit/b6d53d3f4d43c4c0e646e8d06355f3b4c9893a4f">b6d53d3</a>)</li>
    </ul>
    <h2>v5.2.2</h2>
    <h3><a
    href="https://github.com/webpack/webpack-dev-middleware/compare/v5.2.1...v5.2.2">5.2.2</a>
    (2021-11-17)</h3>
    <h3>Chore</h3>
    <ul>
    <li>update <code>schema-utils</code> package to <code>4.0.0</code>
    version</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md">webpack-dev-middleware's
    changelog</a>.</em></p>
    <blockquote>
    <h3><a
    href="https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4">5.3.4</a>
    (2024-03-20)</h3>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>security:</strong> do not allow to read files above (<a
    href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1779">#1779</a>)
    (<a
    href="https://github.com/webpack/webpack-dev-middleware/commit/189c4ac7d2344ec132a4689e74dc837ec5be0132">189c4ac</a>)</li>
    </ul>
    <h3><a
    href="https://github.com/webpack/webpack-dev-middleware/compare/v5.3.2...v5.3.3">5.3.3</a>
    (2022-05-18)</h3>
    <h3>Bug Fixes</h3>
    <ul>
    <li>types for <code>Request</code> and <code>Response</code> (<a
    href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1271">#1271</a>)
    (<a
    href="https://github.com/webpack/webpack-dev-middleware/commit/eeb8aa8b116038671b7436173fab1994d4645767">eeb8aa8</a>)</li>
    </ul>
    <h3><a
    href="https://github.com/webpack/webpack-dev-middleware/compare/v5.3.1...v5.3.2">5.3.2</a>
    (2022-05-17)</h3>
    <h3>Bug Fixes</h3>
    <ul>
    <li>node types (<a
    href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1195">#1195</a>)
    (<a
    href="https://github.com/webpack/webpack-dev-middleware/commit/d68ab3607a43288dbb6efd9ee748ad3e650625a1">d68ab36</a>)</li>
    </ul>
    <h3><a
    href="https://github.com/webpack/webpack-dev-middleware/compare/v5.3.0...v5.3.1">5.3.1</a>
    (2022-02-01)</h3>
    <h3>Bug Fixes</h3>
    <ul>
    <li>types (<a
    href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1187">#1187</a>)
    (<a
    href="https://github.com/webpack/webpack-dev-middleware/commit/0f82e1d6ebb9e11c60dc8ee668dd6f953042ada8">0f82e1d</a>)</li>
    </ul>
    <h2><a
    href="https://github.com/webpack/webpack-dev-middleware/compare/v5.2.2...v5.3.0">5.3.0</a>
    (2021-12-16)</h2>
    <h3>Features</h3>
    <ul>
    <li>added types (<a
    href="https://github.com/webpack/webpack-dev-middleware/commit/a2fa77f87ad4d9912d08a68624e41380821d4d10">a2fa77f</a>)</li>
    <li>removed cjs wrapper (<a
    href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1146">#1146</a>)
    (<a
    href="https://github.com/webpack/webpack-dev-middleware/commit/b6d53d3f4d43c4c0e646e8d06355f3b4c9893a4f">b6d53d3</a>)</li>
    </ul>
    <h3><a
    href="https://github.com/webpack/webpack-dev-middleware/compare/v5.2.1...v5.2.2">5.2.2</a>
    (2021-11-17)</h3>
    <h3>Chore</h3>
    <ul>
    <li>update <code>schema-utils</code> package to <code>4.0.0</code>
    version</li>
    </ul>
    <h3><a
    href="https://github.com/webpack/webpack-dev-middleware/compare/v5.2.0...v5.2.1">5.2.1</a>
    (2021-09-25)</h3>
    <ul>
    <li>internal release, no visible changes and features</li>
    </ul>
    <h2><a
    href="https://github.com/webpack/webpack-dev-middleware/compare/v5.1.0...v5.2.0">5.2.0</a>
    (2021-09-24)</h2>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/webpack/webpack-dev-middleware/commit/86071ead69e946ada25497d3e281923e885229a4"><code>86071ea</code></a>
    chore(release): 5.3.4</li>
    <li><a
    href="https://github.com/webpack/webpack-dev-middleware/commit/189c4ac7d2344ec132a4689e74dc837ec5be0132"><code>189c4ac</code></a>
    fix(security): do not allow to read files above (<a
    href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1779">#1779</a>)</li>
    <li><a
    href="https://github.com/webpack/webpack-dev-middleware/commit/f3c62b817614e95fd8caa6227ce0fbba8d8eaab3"><code>f3c62b8</code></a>
    chore(release): 5.3.3</li>
    <li><a
    href="https://github.com/webpack/webpack-dev-middleware/commit/eeb8aa8b116038671b7436173fab1994d4645767"><code>eeb8aa8</code></a>
    fix: types for <code>Request</code> and <code>Response</code> (<a
    href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1271">#1271</a>)</li>
    <li><a
    href="https://github.com/webpack/webpack-dev-middleware/commit/1a45388bcf2c90d9ea955af0a247b05f948b319e"><code>1a45388</code></a>
    chore(release): 5.3.2</li>
    <li><a
    href="https://github.com/webpack/webpack-dev-middleware/commit/b8fb945b1b0b266bcdd5a6cfc0cd880d0c18574b"><code>b8fb945</code></a>
    chore(deps): memfs force update (<a
    href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1269">#1269</a>)</li>
    <li><a
    href="https://github.com/webpack/webpack-dev-middleware/commit/f88067d31f7f639381cd3fcf6d7c2fd2f23d92f9"><code>f88067d</code></a>
    chore: update deps and ci (<a
    href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1260">#1260</a>)</li>
    <li><a
    href="https://github.com/webpack/webpack-dev-middleware/commit/71863189d8d73ed459c1635293438288e2e144bc"><code>7186318</code></a>
    chore(deps-dev): bump <code>@​commitlint/cli</code></li>
    <li><a
    href="https://github.com/webpack/webpack-dev-middleware/commit/57c50ef1b60d5b1125f554e48d24dec3dc4d3485"><code>57c50ef</code></a>
    ci: update <code>checkout</code>, <code>setup-node</code>, and
    <code>codecov</code> actions (<a
    href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1267">#1267</a>)</li>
    <li><a
    href="https://github.com/webpack/webpack-dev-middleware/commit/840146a50129db87f38cce702a1369a028bb77dd"><code>840146a</code></a>
    chore(deps-dev): bump <code>@​babel/preset-env</code></li>
    <li>Additional commits viewable in <a
    href="https://github.com/webpack/webpack-dev-middleware/compare/v4.3.0...v5.3.4">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `gatsby` from 5.13.7 to 5.14.1
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/gatsbyjs/gatsby/releases">gatsby's
    releases</a>.</em></p>
    <blockquote>
    <h2>gatsby-link@5.14.1</h2>
    <p>2024-12-20</p>
    <h2>What's Changed</h2>
    <ul>
    <li>fix(gatsby-link): fix navigate method type by <a
    href="https://github.com/pajosieg"><code>@​pajosieg</code></a> in <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39169">gatsbyjs/gatsby#39169</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/gatsbyjs/gatsby/compare/gatsby-link@5.14.0...gatsby-link@5.14.1">https://github.com/gatsbyjs/gatsby/compare/gatsby-link@5.14.0...gatsby-link@5.14.1</a></p>
    <h2>v5.14.0</h2>
    <p>This release focused on performance improvements and security
    fixes.</p>
    <h2>What's Changed</h2>
    <ul>
    <li>minor docs improvements: <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/38816">gatsbyjs/gatsby#38816</a>,
    <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39052">gatsbyjs/gatsby#39052</a>,
    <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39133">gatsbyjs/gatsby#39133</a>,
    <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39060">gatsbyjs/gatsby#39060</a></li>
    <li>security fixes:
    <ul>
    <li>bump gh-pages: <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39089">gatsbyjs/gatsby#39089</a></li>
    <li>bump underscore: <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39092">gatsbyjs/gatsby#39092</a></li>
    <li>bump thenify: <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39095">gatsbyjs/gatsby#39095</a></li>
    <li>bump axios: <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39101">gatsbyjs/gatsby#39101</a>
    <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39118">gatsbyjs/gatsby#39118</a></li>
    <li>bump ejs: <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39093">gatsbyjs/gatsby#39093</a></li>
    <li>bump set-getter: <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39091">gatsbyjs/gatsby#39091</a></li>
    <li>bump express: <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39099">gatsbyjs/gatsby#39099</a></li>
    <li>bump express: <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39098">gatsbyjs/gatsby#39098</a></li>
    <li>bump css-what: <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39107">gatsbyjs/gatsby#39107</a></li>
    <li>bump rollup: <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39112">gatsbyjs/gatsby#39112</a>
    <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39115">gatsbyjs/gatsby#39115</a></li>
    <li>bump body-parser: <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39097">gatsbyjs/gatsby#39097</a>
    <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39132">gatsbyjs/gatsby#39132</a></li>
    <li>bump webpack-dev-middleware: <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39106">gatsbyjs/gatsby#39106</a></li>
    <li>bump path-to-regexp: <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39096">gatsbyjs/gatsby#39096</a></li>
    </ul>
    </li>
    <li>[<code>gatsby</code>, <code>create-gatsby</code>,
    <code>gatsby-cli</code>, <code>gatsby-dev-cli</code>,
    <code>gatsby-plugin-gatsby-cloud</code>,
    <code>gatsby-plugin-page-creator</code>] perf: disable telemetry
    reporting <a
    href="https://redirect.github.com/gatsbyjs/gatsby/pull/39137">gatsbyjs/gatsby#39137</a></li>
    </ul>
    <p><a
    href="https://www.gatsbyjs.com/docs/reference/release-notes/v5.14/">See
    full release notes</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/gatsbyjs/gatsby/commit/2290b19368d7d332a8f69483337d874988fe7143"><code>2290b19</code></a>
    chore(release): Publish</li>
    <li><a
    href="https://github.com/gatsbyjs/gatsby/commit/139aedd6c91d2ec655bfa4996beaaa39b8d84c65"><code>139aedd</code></a>
    fix(gatsby-link): fix navigate method type (<a
    href="https://redirect.github.com/gatsbyjs/gatsby/issues/39188">#39188</a>)</li>
    <li><a
    href="https://github.com/gatsbyjs/gatsby/commit/4de4fb89cb06b3ea7fdfffc69940ab181fcfe128"><code>4de4fb8</code></a>
    chore(release): Publish</li>
    <li><a
    href="https://github.com/gatsbyjs/gatsby/commit/dcfadbea623be77cae37a2a3dd66955e0dbed67b"><code>dcfadbe</code></a>
    feat: update to ESM compatible version of CTF library (<a
    href="https://redirect.github.com/gatsbyjs/gatsby/issues/39178">#39178</a>)
    (<a
    href="https://redirect.github.com/gatsbyjs/gatsby/issues/39185">#39185</a>)</li>
    <li><a
    href="https://github.com/gatsbyjs/gatsby/commit/5397fbf5554ec3d937cc5a9042f2141b698d9eab"><code>5397fbf</code></a>
    chore(release): Publish</li>
    <li><a
    href="https://github.com/gatsbyjs/gatsby/commit/0f8b1013ccbefdfdb16137ac1f10f367daf3012d"><code>0f8b101</code></a>
    fix(deps): update minor and patch dependencies for gatsby-source-drupal
    (<a
    href="https://redirect.github.com/gatsbyjs/gatsby/issues/39126">#39126</a>)</li>
    <li><a
    href="https://github.com/gatsbyjs/gatsby/commit/3a866b278ee1c86c1914df562ede911e363f5ad4"><code>3a866b2</code></a>
    chore(deps): update dependency gatsby-cypress to ^3.13.1 (<a
    href="https://redirect.github.com/gatsbyjs/gatsby/issues/38837">#38837</a>)</li>
    <li><a
    href="https://github.com/gatsbyjs/gatsby/commit/f503db4ef33ee5eff4c3ac2973bff818cfc23c52"><code>f503db4</code></a>
    fix(docs): Update GitLab Pages docs link (<a
    href="https://redirect.github.com/gatsbyjs/gatsby/issues/39060">#39060</a>)</li>
    <li><a
    href="https://github.com/gatsbyjs/gatsby/commit/89e377625f65142ac77874b7a6eb7fb30f5ef4a3"><code>89e3776</code></a>
    chore(changelogs): update changelogs (<a
    href="https://redirect.github.com/gatsbyjs/gatsby/issues/39145">#39145</a>)</li>
    <li><a
    href="https://github.com/gatsbyjs/gatsby/commit/1b1720bb75233661b30205000c4c3bff855d47c8"><code>1b1720b</code></a>
    chore: disable telemetry (<a
    href="https://redirect.github.com/gatsbyjs/gatsby/issues/39137">#39137</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/gatsbyjs/gatsby/compare/gatsby@5.13.7...gatsby@5.14.1">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/octokit/rest.js/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 Mar 20, 2025
    Configuration menu
    Copy the full SHA
    1e8306b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. build(deps): Bump vite from 6.0.11 to 6.2.5 (#503)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite)
    from 6.0.11 to 6.2.5.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/vitejs/vite/releases">vite's
    releases</a>.</em></p>
    <blockquote>
    <h2>v6.2.5</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.2.5/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.2.4</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.2.4/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.2.3</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.2.3/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.2.2</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.2.2/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>create-vite@6.2.1</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/create-vite@6.2.1/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.2.1</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.2.1/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>create-vite@6.2.0</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/create-vite@6.2.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.2.0</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.2.0/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.2.0-beta.1</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.2.0-beta.1/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.2.0-beta.0</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.2.0-beta.0/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.1.4</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.1.4/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.1.3</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.1.3/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.1.2</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.1.2/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>create-vite@6.1.1</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/create-vite@6.1.1/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.1.1</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.1.1/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>create-vite@6.1.0</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/create-vite@6.1.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.1.0</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.1.0/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/vitejs/vite/blob/v6.2.5/packages/vite/CHANGELOG.md">vite's
    changelog</a>.</em></p>
    <blockquote>
    <h2><!-- raw HTML omitted -->6.2.5 (2025-04-03)<!-- raw HTML omitted
    --></h2>
    <ul>
    <li>fix: backport <a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19782">#19782</a>,
    fs check with svg and relative paths (<a
    href="https://github.com/vitejs/vite/commit/fdb196e9f8672dba32cf5156c81665c7e82ac581">fdb196e</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19782">#19782</a></li>
    </ul>
    <h2><!-- raw HTML omitted -->6.2.4 (2025-03-31)<!-- raw HTML omitted
    --></h2>
    <ul>
    <li>fix: fs check in transform middleware (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19761">#19761</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/7a4fabab6a3aa24c89144e15a13d78f92b52e588">7a4faba</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19761">#19761</a></li>
    </ul>
    <h2><!-- raw HTML omitted -->6.2.3 (2025-03-24)<!-- raw HTML omitted
    --></h2>
    <ul>
    <li>fix: fs raw query with query separators (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19702">#19702</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/f234b5744d8b74c95535a7b82cc88ed2144263c1">f234b57</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19702">#19702</a></li>
    </ul>
    <h2><!-- raw HTML omitted -->6.2.2 (2025-03-14)<!-- raw HTML omitted
    --></h2>
    <ul>
    <li>fix: await client buildStart on top level buildStart (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19624">#19624</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/b31faab2a81b839e4b747baeb9c7a7cbb724f8d2">b31faab</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19624">#19624</a></li>
    <li>fix(css): inline css correctly for double quote use strict (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19590">#19590</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/d0aa833296668fc420a27a1ea88ecdbdeacdbce7">d0aa833</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19590">#19590</a></li>
    <li>fix(deps): update all non-major dependencies (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19613">#19613</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/363d691b4995d72f26a14eb59ed88a9483b1f931">363d691</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19613">#19613</a></li>
    <li>fix(indexHtml): ensure correct URL when querying module graph (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19601">#19601</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/dc5395a27e44066ef7725278c4057d9f1071a53f">dc5395a</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19601">#19601</a></li>
    <li>fix(preview): use preview https config, not server (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19633">#19633</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/98b3160fa5916189e756cd7c5aae87e0d8f1978e">98b3160</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19633">#19633</a></li>
    <li>fix(ssr): use optional chaining to prevent &quot;undefined is not an
    object&quot; happening in `ssrRewriteStac (<a
    href="https://github.com/vitejs/vite/commit/43097550a1aa8ff633c39fb197b5f9ac1222119b">4309755</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19612">#19612</a></li>
    <li>feat: show friendly error for malformed <code>base</code> (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19616">#19616</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/2476391b2854aaa67d0ed317b6d0c462e68028f7">2476391</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19616">#19616</a></li>
    <li>feat(worker): show asset filename conflict warning (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19591">#19591</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/367d968fbf584e9f0e17192b816e92e8045c6217">367d968</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19591">#19591</a></li>
    <li>chore: extend commit hash correctly when ambigious with a non-commit
    object (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19600">#19600</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/89a62873243805518b672212db7e317989c5c197">89a6287</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19600">#19600</a></li>
    </ul>
    <h2><!-- raw HTML omitted -->6.2.1 (2025-03-07)<!-- raw HTML omitted
    --></h2>
    <ul>
    <li>refactor: remove <code>isBuild</code> check from preAliasPlugin (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19587">#19587</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/c9e086d35ac35ee1c6d85d48369e8a67a2ba6bfe">c9e086d</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19587">#19587</a></li>
    <li>refactor: restore endsWith usage (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19554">#19554</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/6113a9670cc9b7d29fe0bffe033f7823e36ded00">6113a96</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19554">#19554</a></li>
    <li>refactor: use <code>applyToEnvironment</code> in internal plugins
    (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19588">#19588</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/f678442d5701a00648a745956f9d884247e4e710">f678442</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19588">#19588</a></li>
    <li>fix(css): stabilize css module hashes with lightningcss in dev mode
    (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19481">#19481</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/92125b41e4caa3e862bf5fd9b1941546f25d9bf2">92125b4</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19481">#19481</a></li>
    <li>fix(deps): update all non-major dependencies (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19555">#19555</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/f612e0fdf6810317b61fcca1ded125755f261d78">f612e0f</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19555">#19555</a></li>
    <li>fix(reporter): fix incorrect bundle size calculation with non-ASCII
    characters (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19561">#19561</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/437c0ed8baa6739bbe944779b9e7515f9035046a">437c0ed</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19561">#19561</a></li>
    <li>fix(sourcemap): combine sourcemaps with multiple sources without
    matched source (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18971">#18971</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/e3f6ae14f7a93118d7341de7379967f815725c4b">e3f6ae1</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/18971">#18971</a></li>
    <li>fix(ssr): named export should overwrite export all (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19534">#19534</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/2fd2fc110738622651d361488767734cc23c34dd">2fd2fc1</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19534">#19534</a></li>
    <li>feat: add <code>*?url&amp;no-inline</code> type and warning for
    <code>.json?inline</code> / <code>.json?no-inline</code> (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19566">#19566</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/c0d36677cd305e8fa89153ed6305f0e0df43d289">c0d3667</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19566">#19566</a></li>
    <li>test: add glob import test case (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19516">#19516</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/aa1d8075cc7ce7fbba62fea9e37ccb9b304fc039">aa1d807</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19516">#19516</a></li>
    <li>test: convert config playground to unit tests (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19568">#19568</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/c0e68da4774f3487e9ba0c4d4d2c5e76bdc890ea">c0e68da</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19568">#19568</a></li>
    <li>test: convert resolve-config playground to unit tests (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19567">#19567</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/db5fb48f5d4c1ee411e59c1e9b70d62fdb9d53d2">db5fb48</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19567">#19567</a></li>
    <li>perf: flush compile cache after 10s (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19537">#19537</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/6c8a5a27e645a182f5b03a4ed6aa726eab85993f">6c8a5a2</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19537">#19537</a></li>
    <li>chore(css): move environment destructuring after condition check (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19492">#19492</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/c9eda2348c244d591d23f131c6ddf262b256cbf0">c9eda23</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19492">#19492</a></li>
    <li>chore(html): remove unnecessary value check (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19491">#19491</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/797959f01da583b85a0be1dc89f762fd01d138db">797959f</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19491">#19491</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/vitejs/vite/commit/c176acf70a113c33c33cb24b63ab7260e713d4b2"><code>c176acf</code></a>
    release: v6.2.5</li>
    <li><a
    href="https://github.com/vitejs/vite/commit/fdb196e9f8672dba32cf5156c81665c7e82ac581"><code>fdb196e</code></a>
    fix: backport <a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19782">#19782</a>,
    fs check with svg and relative paths</li>
    <li><a
    href="https://github.com/vitejs/vite/commit/037f801075ec35bb6e52145d659f71a23813c48f"><code>037f801</code></a>
    release: v6.2.4</li>
    <li><a
    href="https://github.com/vitejs/vite/commit/7a4fabab6a3aa24c89144e15a13d78f92b52e588"><code>7a4faba</code></a>
    fix: fs check in transform middleware (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19761">#19761</a>)</li>
    <li><a
    href="https://github.com/vitejs/vite/commit/16869d7c9917eb58d9a0101e30064ab65e64fa91"><code>16869d7</code></a>
    release: v6.2.3</li>
    <li><a
    href="https://github.com/vitejs/vite/commit/f234b5744d8b74c95535a7b82cc88ed2144263c1"><code>f234b57</code></a>
    fix: fs raw query with query separators (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19702">#19702</a>)</li>
    <li><a
    href="https://github.com/vitejs/vite/commit/b12911edba0cd9edbad170a0940d37bb1e16ef2c"><code>b12911e</code></a>
    release: v6.2.2</li>
    <li><a
    href="https://github.com/vitejs/vite/commit/98b3160fa5916189e756cd7c5aae87e0d8f1978e"><code>98b3160</code></a>
    fix(preview): use preview https config, not server (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19633">#19633</a>)</li>
    <li><a
    href="https://github.com/vitejs/vite/commit/b31faab2a81b839e4b747baeb9c7a7cbb724f8d2"><code>b31faab</code></a>
    fix: await client buildStart on top level buildStart (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19624">#19624</a>)</li>
    <li><a
    href="https://github.com/vitejs/vite/commit/dc5395a27e44066ef7725278c4057d9f1071a53f"><code>dc5395a</code></a>
    fix(indexHtml): ensure correct URL when querying module graph (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19601">#19601</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/vitejs/vite/commits/v6.2.5/packages/vite">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=6.0.11&new-version=6.2.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)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/octokit/rest.js/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 Apr 23, 2025
    Configuration menu
    Copy the full SHA
    8ef1473 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. chore(deps): update dependency undici to v6.21.2 [security] (#513)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [undici](https://undici.nodejs.org)
    ([source](https://redirect.github.com/nodejs/undici)) | [`6.21.1` ->
    `6.21.2`](https://renovatebot.com/diffs/npm/undici/6.21.1/6.21.2) |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/6.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/6.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/6.21.1/6.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/6.21.1/6.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ### GitHub Vulnerability Alerts
    
    ####
    [CVE-2025-47279](https://redirect.github.com/nodejs/undici/security/advisories/GHSA-cxrh-j4jr-qwg3)
    
    ### Impact
    
    Applications that use undici to implement a webhook-like system are
    vulnerable. If the attacker set up a server with an invalid certificate,
    and they can force the application to call the webhook repeatedly, then
    they can cause a memory leak.
    
    ### Patches
    
    This has been patched in
    [https://github.com/nodejs/undici/pull/4088](https://redirect.github.com/nodejs/undici/pull/4088).
    
    ### Workarounds
    
    If a webhook fails, avoid keep calling it repeatedly.
    
    ### References
    
    Reported as:
    [https://github.com/nodejs/undici/issues/3895](https://redirect.github.com/nodejs/undici/issues/3895)
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>nodejs/undici (undici)</summary>
    
    ###
    [`v6.21.2`](https://redirect.github.com/nodejs/undici/releases/tag/v6.21.2)
    
    [Compare
    Source](https://redirect.github.com/nodejs/undici/compare/v6.21.1...v6.21.2)
    
    #### What's Changed
    
    - fix(types): add missing DNS interceptor by
    [@&#8203;slagiewka](https://redirect.github.com/slagiewka) in
    [https://github.com/nodejs/undici/pull/4024](https://redirect.github.com/nodejs/undici/pull/4024)
    - \[v6.x] fix wpts on windows by
    [@&#8203;mcollina](https://redirect.github.com/mcollina) in
    [https://github.com/nodejs/undici/pull/4093](https://redirect.github.com/nodejs/undici/pull/4093)
    - Removed clients with unrecoverable errors from the Pool
    [https://github.com/nodejs/undici/pull/4088](https://redirect.github.com/nodejs/undici/pull/4088)
    
    #### New Contributors
    
    - [@&#8203;slagiewka](https://redirect.github.com/slagiewka) made their
    first contribution in
    [https://github.com/nodejs/undici/pull/4024](https://redirect.github.com/nodejs/undici/pull/4024)
    
    **Full Changelog**:
    nodejs/undici@v6.21.1...v6.21.2
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "" (UTC), Automerge - At any time (no
    schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you
    are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/octokit/rest.js).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS4xOCIsInVwZGF0ZWRJblZlciI6IjQwLjExLjE4IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUeXBlOiBNYWludGVuYW5jZSJdfQ==-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 15, 2025
    Configuration menu
    Copy the full SHA
    1710669 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. build(deps-dev): Bump http-proxy-middleware from 2.0.7 to 2.0.9 (#505)

    Bumps
    [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware)
    from 2.0.7 to 2.0.9.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/chimurai/http-proxy-middleware/releases">http-proxy-middleware's
    releases</a>.</em></p>
    <blockquote>
    <h2>v2.0.9</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>fix(fixRequestBody): check readableLength by <a
    href="https://github.com/chimurai"><code>@​chimurai</code></a> in <a
    href="https://redirect.github.com/chimurai/http-proxy-middleware/pull/1097">chimurai/http-proxy-middleware#1097</a></li>
    <li>chore(package): v2.0.9 by <a
    href="https://github.com/chimurai"><code>@​chimurai</code></a> in <a
    href="https://redirect.github.com/chimurai/http-proxy-middleware/pull/1099">chimurai/http-proxy-middleware#1099</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/chimurai/http-proxy-middleware/compare/v2.0.8...v2.0.9">https://github.com/chimurai/http-proxy-middleware/compare/v2.0.8...v2.0.9</a></p>
    <h2>v2.0.8</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>fix(fixRequestBody): prevent multiple .write() calls by <a
    href="https://github.com/chimurai"><code>@​chimurai</code></a> in <a
    href="https://redirect.github.com/chimurai/http-proxy-middleware/pull/1090">chimurai/http-proxy-middleware#1090</a></li>
    <li>fix(fixRequestBody): handle invalid request by <a
    href="https://github.com/chimurai"><code>@​chimurai</code></a> in <a
    href="https://redirect.github.com/chimurai/http-proxy-middleware/pull/1091">chimurai/http-proxy-middleware#1091</a></li>
    <li>chore(package): v2.0.8 by <a
    href="https://github.com/chimurai"><code>@​chimurai</code></a> in <a
    href="https://redirect.github.com/chimurai/http-proxy-middleware/pull/1094">chimurai/http-proxy-middleware#1094</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7...v2.0.8">https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7...v2.0.8</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md">http-proxy-middleware's
    changelog</a>.</em></p>
    <blockquote>
    <h2><a
    href="https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.9">v2.0.9</a></h2>
    <ul>
    <li>fix(fixRequestBody): check readableLength</li>
    </ul>
    <h2><a
    href="https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.8">v2.0.8</a></h2>
    <ul>
    <li>fix(fixRequestBody): prevent multiple .write() calls</li>
    <li>fix(fixRequestBody): handle invalid request</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/chimurai/http-proxy-middleware/commit/617a7c9da9cc90ecc00b0c8b1c2f6a385c879cb1"><code>617a7c9</code></a>
    chore(package): v2.0.9 (<a
    href="https://redirect.github.com/chimurai/http-proxy-middleware/issues/1099">#1099</a>)</li>
    <li><a
    href="https://github.com/chimurai/http-proxy-middleware/commit/d22d58764832fea429d60109a19e1a23136d4425"><code>d22d587</code></a>
    fix(fixRequestBody): check readableLength (<a
    href="https://redirect.github.com/chimurai/http-proxy-middleware/issues/1097">#1097</a>)</li>
    <li><a
    href="https://github.com/chimurai/http-proxy-middleware/commit/d03d51b54ac8d40db8438a8b216cf1ea92bb7849"><code>d03d51b</code></a>
    chore(package): v2.0.8 (<a
    href="https://redirect.github.com/chimurai/http-proxy-middleware/issues/1094">#1094</a>)</li>
    <li><a
    href="https://github.com/chimurai/http-proxy-middleware/commit/c50dd06d9102fbb81dd4cbad7a295dddee5f6e1e"><code>c50dd06</code></a>
    fix(fixRequestBody): handle invalid request (<a
    href="https://redirect.github.com/chimurai/http-proxy-middleware/issues/1091">#1091</a>)</li>
    <li><a
    href="https://github.com/chimurai/http-proxy-middleware/commit/76a9d8d6dc2b971f63df19d805c7ab656540525b"><code>76a9d8d</code></a>
    fix(fixRequestBody): prevent multiple .write() calls (<a
    href="https://redirect.github.com/chimurai/http-proxy-middleware/issues/1090">#1090</a>)</li>
    <li>See full diff in <a
    href="https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7...v2.0.9">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=http-proxy-middleware&package-manager=npm_and_yarn&previous-version=2.0.7&new-version=2.0.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/octokit/rest.js/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 May 21, 2025
    Configuration menu
    Copy the full SHA
    61b76da View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump vite from 6.2.5 to 6.3.4 (#509)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite)
    from 6.2.5 to 6.3.4.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/vitejs/vite/releases">vite's
    releases</a>.</em></p>
    <blockquote>
    <h2>v6.3.4</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.3.4/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.3.3</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.3.3/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.3.2</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.3.2/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>create-vite@6.3.1</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/create-vite@6.3.1/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.3.1</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.3.1/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>create-vite@6.3.0</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/create-vite@6.3.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.3.0</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.3.0/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.3.0-beta.2</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.3.0-beta.2/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.3.0-beta.1</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.3.0-beta.1/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.3.0-beta.0</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.3.0-beta.0/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.2.7</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.2.7/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    <h2>v6.2.6</h2>
    <p>Please refer to <a
    href="https://github.com/vitejs/vite/blob/v6.2.6/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
    for details.</p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's
    changelog</a>.</em></p>
    <blockquote>
    <h2><!-- raw HTML omitted -->6.3.4 (2025-04-30)<!-- raw HTML omitted
    --></h2>
    <ul>
    <li>fix: check static serve file inside sirv (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19965">#19965</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/c22c43de612eebb6c182dd67850c24e4fab8cacb">c22c43d</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19965">#19965</a></li>
    <li>fix(optimizer): return plain object when using <code>require</code>
    to import externals in optimized dependenci (<a
    href="https://github.com/vitejs/vite/commit/efc5eab253419fde0a6a48b8d2f233063d6a9643">efc5eab</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19940">#19940</a></li>
    <li>refactor: remove duplicate plugin context type (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19935">#19935</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/d6d01c2292fa4f9603e05b95d81c8724314c20e0">d6d01c2</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19935">#19935</a></li>
    </ul>
    <h2><!-- raw HTML omitted -->6.3.3 (2025-04-24)<!-- raw HTML omitted
    --></h2>
    <ul>
    <li>fix: ignore malformed uris in tranform middleware (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19853">#19853</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/e4d520141bcd83ad61f16767348b4a813bf9340a">e4d5201</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19853">#19853</a></li>
    <li>fix(assets): ensure ?no-inline is not included in the asset url in
    the production environment (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/1949">#1949</a>
    (<a
    href="https://github.com/vitejs/vite/commit/16a73c05d35daa34117a173784895546212db5f4">16a73c0</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19496">#19496</a></li>
    <li>fix(css): resolve relative imports in sass properly on Windows (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19920">#19920</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/ffab44270488f54ae344801024474b597249071b">ffab442</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19920">#19920</a></li>
    <li>fix(deps): update all non-major dependencies (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19899">#19899</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/a4b500ef9ccc9b19a2882156a9ba8397e69bc6b2">a4b500e</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19899">#19899</a></li>
    <li>fix(ssr): fix execution order of re-export (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19841">#19841</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/ed29dee2eb2e3573b2bc337e1a9124c65222a1e5">ed29dee</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19841">#19841</a></li>
    <li>fix(ssr): fix live binding of default export declaration and hoist
    exports getter (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19842">#19842</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/80a91ff82426a4c88d54b9f5ec9a4205cb13899b">80a91ff</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19842">#19842</a></li>
    <li>perf: skip sourcemap generation for renderChunk hook of
    import-analysis-build plugin (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19921">#19921</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/55cfd04b10f98cde7a96814a69b9813543ea79c2">55cfd04</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19921">#19921</a></li>
    <li>test(ssr): test <code>ssrTransform</code> re-export deps and test
    stacktrace with first line (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19629">#19629</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/9399cdaf8c3b2efd5f4015d57dc3b0e4e5b91a9d">9399cda</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19629">#19629</a></li>
    </ul>
    <h2><!-- raw HTML omitted -->6.3.2 (2025-04-18)<!-- raw HTML omitted
    --></h2>
    <ul>
    <li>fix: match default asserts case insensitive (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19852">#19852</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/cbdab1d6a30e07263ec51b2ca042369e736adec6">cbdab1d</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19852">#19852</a></li>
    <li>fix: open first url if host does not match any urls (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19886">#19886</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/6abbdce3d77990409e12380e72c7ec9dd3f8bec5">6abbdce</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19886">#19886</a></li>
    <li>fix(css): respect <code>css.lightningcss</code> option in css
    minification process (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19879">#19879</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/b5055e0dd4c0e084115c3dbfead5736a54807e0c">b5055e0</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19879">#19879</a></li>
    <li>fix(deps): update all non-major dependencies (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19698">#19698</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/bab4cb92248adf6b9b18df12b2bf03889b0bd1eb">bab4cb9</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19698">#19698</a></li>
    <li>feat(css): improve lightningcss messages (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19880">#19880</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/c713f79b5a4bd98542d8dbe4c85ba4cce9b1f358">c713f79</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19880">#19880</a></li>
    </ul>
    <h2><!-- raw HTML omitted -->6.3.1 (2025-04-17)<!-- raw HTML omitted
    --></h2>
    <ul>
    <li>fix: avoid using <code>Promise.allSettled</code> in preload function
    (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19805">#19805</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/35c7f35e2b67f2158ededf2af58ecec53b3f16c5">35c7f35</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19805">#19805</a></li>
    <li>fix: backward compat for internal plugin <code>transform</code>
    calls (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19878">#19878</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/a152b7cbac72e05668f8fc23074d531ecebb77a5">a152b7c</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19878">#19878</a></li>
    </ul>
    <h2>6.3.0 (2025-04-16)</h2>
    <ul>
    <li>fix(hmr): avoid infinite loop happening with
    <code>hot.invalidate</code> in circular deps (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19870">#19870</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/d4ee5e8655a85f4d6bebc695b063d69406ab53ac">d4ee5e8</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19870">#19870</a></li>
    <li>fix(preview): use host url to open browser (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19836">#19836</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/50034340401b4043bb0b158f18ffb7ae1b7f5c86">5003434</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19836">#19836</a></li>
    </ul>
    <h2>6.3.0-beta.2 (2025-04-11)</h2>
    <ul>
    <li>fix: addWatchFile doesn't work if base is specified (fixes <a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19792">#19792</a>)
    (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19794">#19794</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/8bed1de5710f2a097af0e22a196545446d98f988">8bed1de</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19792">#19792</a>
    <a
    href="https://redirect.github.com/vitejs/vite/issues/19794">#19794</a></li>
    <li>fix: correct the behavior when multiple transform filter options are
    specified (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19818">#19818</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/7200deec91a501fb84734e23906f80808734540c">7200dee</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19818">#19818</a></li>
    <li>fix: fs check with svg and relative paths (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19782">#19782</a>)
    (<a
    href="https://github.com/vitejs/vite/commit/62d7e81ee189d65899bb65f3263ddbd85247b647">62d7e81</a>),
    closes <a
    href="https://redirect.github.com/vitejs/vite/issues/19782">#19782</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/vitejs/vite/commit/b040d547a17c4bfe8aba44534228667a50612318"><code>b040d54</code></a>
    release: v6.3.4</li>
    <li><a
    href="https://github.com/vitejs/vite/commit/c22c43de612eebb6c182dd67850c24e4fab8cacb"><code>c22c43d</code></a>
    fix: check static serve file inside sirv (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19965">#19965</a>)</li>
    <li><a
    href="https://github.com/vitejs/vite/commit/efc5eab253419fde0a6a48b8d2f233063d6a9643"><code>efc5eab</code></a>
    fix(optimizer): return plain object when using <code>require</code> to
    import externals ...</li>
    <li><a
    href="https://github.com/vitejs/vite/commit/d6d01c2292fa4f9603e05b95d81c8724314c20e0"><code>d6d01c2</code></a>
    refactor: remove duplicate plugin context type (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19935">#19935</a>)</li>
    <li><a
    href="https://github.com/vitejs/vite/commit/db9eb97b2f530a3985b29c5d1a529772f1ab1893"><code>db9eb97</code></a>
    release: v6.3.3</li>
    <li><a
    href="https://github.com/vitejs/vite/commit/e4d520141bcd83ad61f16767348b4a813bf9340a"><code>e4d5201</code></a>
    fix: ignore malformed uris in tranform middleware (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19853">#19853</a>)</li>
    <li><a
    href="https://github.com/vitejs/vite/commit/55cfd04b10f98cde7a96814a69b9813543ea79c2"><code>55cfd04</code></a>
    perf: skip sourcemap generation for renderChunk hook of
    import-analysis-build...</li>
    <li><a
    href="https://github.com/vitejs/vite/commit/ffab44270488f54ae344801024474b597249071b"><code>ffab442</code></a>
    fix(css): resolve relative imports in sass properly on Windows (<a
    href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19920">#19920</a>)</li>
    <li><a
    href="https://github.com/vitejs/vite/commit/16a73c05d35daa34117a173784895546212db5f4"><code>16a73c0</code></a>
    fix(assets): ensure ?no-inline is not included in the asset url in the
    produc...</li>
    <li><a
    href="https://github.com/vitejs/vite/commit/9399cdaf8c3b2efd5f4015d57dc3b0e4e5b91a9d"><code>9399cda</code></a>
    test(ssr): test <code>ssrTransform</code> re-export deps and test
    stacktrace with first ...</li>
    <li>Additional commits viewable in <a
    href="https://github.com/vitejs/vite/commits/v6.3.4/packages/vite">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=6.2.5&new-version=6.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/octokit/rest.js/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 May 21, 2025
    Configuration menu
    Copy the full SHA
    d07b719 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2025

  1. fix(deps): update octokit monorepo (major) (#504)

    BREAKING CHANGE: Drop support for NodeJS v18
    BREAKING CHANGE: Remove deprecated Projects endpoints
    BREAKING CHANGE: Remove deprecated Copilot usage metrics endpoints
    renovate[bot] authored May 25, 2025
    Configuration menu
    Copy the full SHA
    77530ab View commit details
    Browse the repository at this point in the history
Loading