Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[routing-utils] Add missing 'middlewareRawSrc' to route schema #9564

Merged
merged 4 commits into from
Feb 28, 2023

Conversation

cb1kenobi
Copy link
Contributor

@cb1kenobi cb1kenobi commented Feb 27, 2023

Need to add middlewareRawSrc to route schema so the build container will accept the new property.

This PR blocks #9435.

Linear: https://linear.app/vercel/issue/VCCLI-411/display-uncompressed-edge-middleware-matcher-show-the-list-of-matches

@cb1kenobi cb1kenobi added the pr: automerge Automatically merge the PR when checks pass label Feb 27, 2023
@kodiakhq kodiakhq bot merged commit ebd2e18 into main Feb 28, 2023
@kodiakhq kodiakhq bot deleted the chrisbarber/add-middlewarerawsrc-route-schema branch February 28, 2023 03:59
kodiakhq bot pushed a commit that referenced this pull request Feb 28, 2023
Blocked by #9564

The build output's route configuration contains a compiled `src` from the list of `matchers` in middleware config, however we need to also save the original inputs so that we can render something meaningful in the web UI. The new prop added to the route is called `middlewareRawSrc` of type `string[]`.

This PR depends on https://github.com/vercel/api/pull/17231.

Linear: https://linear.app/vercel/issue/VCCLI-411/display-uncompressed-edge-middleware-matcher-show-the-list-of-matches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: routing-utils pr: automerge Automatically merge the PR when checks pass semver: patch PR contains bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants