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: opennextjs/opennextjs-netlify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.11.0
Choose a base ref
...
head repository: opennextjs/opennextjs-netlify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.11.1
Choose a head ref
  • 10 commits
  • 17 files changed
  • 4 contributors

Commits on May 5, 2025

  1. fix(deps): update dependency @netlify/plugin-nextjs to ^5.11.0 (#2895)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 5, 2025
    Configuration menu
    Copy the full SHA
    37e43cd View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency msw to v2.7.6 (#2894)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 5, 2025
    Configuration menu
    Copy the full SHA
    d918624 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency vitest to v3.1.3 (#2896)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 5, 2025
    Configuration menu
    Copy the full SHA
    5dac3e3 View commit details
    Browse the repository at this point in the history
  4. fix(edge-runtime): match path with URI-encoded chars (#2873)

    Following the behaviour in vercel/next.js#78325, if a path
    matches a configured middleware matcher when URI-decoded, consider it a match.
    
    This doesn't seem ideal, but it aligns our behaviour with that of Next.js, and ensures
    that static asset matching behaviour aligns with edge middleware matching behaviour.
    
    Co-authored-by: Mateusz Bocian <mrstork@users.noreply.github.com>
    serhalp and mrstork authored May 5, 2025
    Configuration menu
    Copy the full SHA
    7fe6b3b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. chore(deps): update dependency semver to v7.7.1 (#2902)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 6, 2025
    Configuration menu
    Copy the full SHA
    042e9bc View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @types/node to v20.17.40 (#2899)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 6, 2025
    Configuration menu
    Copy the full SHA
    1fd0112 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5b9522 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency uuid to v11 (#2898)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 6, 2025
    Configuration menu
    Copy the full SHA
    2963604 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency p-limit to v6 (#2900)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 6, 2025
    Configuration menu
    Copy the full SHA
    f1428aa View commit details
    Browse the repository at this point in the history
  6. chore(main): release 5.11.1 (#2904)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored May 6, 2025
    Configuration menu
    Copy the full SHA
    5e89fe5 View commit details
    Browse the repository at this point in the history
Loading