Skip to content

Bump undici and @shopify/mini-oxygen#135

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-e579585716
Open

Bump undici and @shopify/mini-oxygen#135
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-e579585716

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 14, 2026

Bumps undici to 6.24.1 and updates ancestor dependency @shopify/mini-oxygen. These dependencies need to be updated together.

Updates undici from 6.23.0 to 6.24.1

Release notes

Sourced from undici's releases.

v6.24.1

Full Changelog: nodejs/undici@v6.24.0...v6.24.1

v6.24.0

Undici v6.24.0 Security Release Notes (LTS)

This release backports fixes for security vulnerabilities affecting the v6 line.

Upgrade guidance

All users on v6 should upgrade to v6.24.0 or later.

Fixed advisories

Not applicable to v6

Affected and patched ranges (v6)

References

Commits
  • c0cf656 Bumped v6.24.1
  • f5a9f0c Fix v6 release workflow branch targeting
  • af2cb8f wqremove maxDecompressedMessageSize (#4891)
  • 8873c94 Bumped v6.24.0
  • 411bd01 test(websocket): use node:assert for Node 18 compatibility
  • 844bf59 test: fix http2 lint regressions in backport
  • a444e4f test: stabilize h2 and tls-cert-leak under current test runner
  • dc032a1 fix: h2 CI (#4395)
  • 4cd3f4b test: increase bitness in test/fixtures/*.pem (#3659)
  • 7df6442 fix: adapt websocket frame-limit handling for v6 parser
  • Additional commits viewable in compare view

Updates @shopify/mini-oxygen from 3.1.1 to 4.0.1

Release notes

Sourced from @​shopify/mini-oxygen's releases.

@​shopify/mini-oxygen@​4.0.1

Patch Changes

  • Updated undici to 7.21.0 and body-parser to 1.20.4 to resolve known vulnerabilities. (#3461) by @​fredericoo

@​shopify/mini-oxygen@​4.0.0

Major Changes

  • Fix OAuth redirect handling and stabilize Customer Account API development flag (#3082) by @​juanpprieto

    MiniOxygen: Fixed redirect handling for OAuth flows

    MiniOxygen now correctly handles external redirects by passing them to the browser instead of following them internally. This ensures OAuth/PKCE authentication flows work properly with React Router's redirectDocument() function.

    What changed:

    • Miniflare's dispatchFetch now uses {redirect: 'manual'} to prevent automatic redirect following
    • Fixed Headers.getSetCookie() method for proper multi-cookie support
    • Added comprehensive test coverage for redirect scenarios

    Before: External redirects were followed internally, breaking OAuth flows

    // Redirects were automatically followed by Miniflare
    const response = await mf.dispatchFetch(request);

    After: Redirects are passed to the browser for proper handling

    // Redirects are now returned as-is for the browser to handle
    const response = await mf.dispatchFetch(request, {redirect: 'manual'});

    CLI: Stabilized Customer Account API development flag

    The --customer-account-push flag is now stable and ready for production use. This flag enables tunneling for local development with Customer Account API OAuth flows.

    Before:

    # Flag was experimental with __unstable suffix
    shopify hydrogen dev --customer-account-push__unstable

    After:

    # Flag is now stable
    shopify hydrogen dev --customer-account-push

... (truncated)

Changelog

Sourced from @​shopify/mini-oxygen's changelog.

4.0.1

Patch Changes

  • Updated undici to 7.21.0 and body-parser to 1.20.4 to resolve known vulnerabilities. (#3461) by @​fredericoo

4.0.0

Major Changes

  • Fix OAuth redirect handling and stabilize Customer Account API development flag (#3082) by @​juanpprieto

    MiniOxygen: Fixed redirect handling for OAuth flows

    MiniOxygen now correctly handles external redirects by passing them to the browser instead of following them internally. This ensures OAuth/PKCE authentication flows work properly with React Router's redirectDocument() function.

    What changed:

    • Miniflare's dispatchFetch now uses {redirect: 'manual'} to prevent automatic redirect following
    • Fixed Headers.getSetCookie() method for proper multi-cookie support
    • Added comprehensive test coverage for redirect scenarios

    Before: External redirects were followed internally, breaking OAuth flows

    // Redirects were automatically followed by Miniflare
    const response = await mf.dispatchFetch(request);

    After: Redirects are passed to the browser for proper handling

    // Redirects are now returned as-is for the browser to handle
    const response = await mf.dispatchFetch(request, {redirect: 'manual'});

    CLI: Stabilized Customer Account API development flag

    The --customer-account-push flag is now stable and ready for production use. This flag enables tunneling for local development with Customer Account API OAuth flows.

    Before:

    # Flag was experimental with __unstable suffix
    shopify hydrogen dev --customer-account-push__unstable

    After:

    # Flag is now stable

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​shopify/mini-oxygen since your current version.


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 commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [undici](https://github.com/nodejs/undici) to 6.24.1 and updates ancestor dependency [@shopify/mini-oxygen](https://github.com/Shopify/hydrogen/tree/HEAD/packages/mini-oxygen). These dependencies need to be updated together.


Updates `undici` from 6.23.0 to 6.24.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v6.23.0...v6.24.1)

Updates `@shopify/mini-oxygen` from 3.1.1 to 4.0.1
- [Release notes](https://github.com/Shopify/hydrogen/releases)
- [Changelog](https://github.com/Shopify/hydrogen/blob/main/packages/mini-oxygen/CHANGELOG.md)
- [Commits](https://github.com/Shopify/hydrogen/commits/@shopify/mini-oxygen@4.0.1/packages/mini-oxygen)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 6.24.1
  dependency-type: indirect
- dependency-name: "@shopify/mini-oxygen"
  dependency-version: 4.0.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants