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

fix(middleware): always compiles the middleware #604

Merged
merged 3 commits into from
Oct 29, 2024
Merged

fix(middleware): always compiles the middleware #604

merged 3 commits into from
Oct 29, 2024

Conversation

vicb
Copy link
Contributor

@vicb vicb commented Oct 28, 2024

Prior to this PR the middleware would only be compiled when a middleware.ts exists.

@conico974 Please double check the !external path - I'm less familiar with that one. Thanks!

Prior to this PR the middleware would only be compiled when a middleware.ts exists.
@vicb vicb requested a review from conico974 October 28, 2024 13:40
Copy link

changeset-bot bot commented Oct 28, 2024

🦋 Changeset detected

Latest commit: 78aa0eb

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@opennextjs/aws Patch
app-pages-router Patch
app-router Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

pkg-pr-new bot commented Oct 28, 2024

Open in Stackblitz

pnpm add https://pkg.pr.new/@opennextjs/aws@604

commit: 78aa0eb

Copy link
Contributor

github-actions bot commented Oct 28, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 19.31% 1409 / 7293
🔵 Statements 19.31% 1409 / 7293
🔵 Functions 53.14% 93 / 175
🔵 Branches 67.13% 331 / 493
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
packages/open-next/src/build/createMiddleware.ts 0% 0% 0% 0% 1, 18-19, 21, 24-29, 31, 35-37, 40-44, 47-60, 62-76
packages/open-next/src/build/createServerBundle.ts 0% 0% 0% 0% 1, 17-19, 21-22, 25-30, 32-40, 45, 47, 49, 51, 54-61, 64-79, 82-97, 100-101, 103-106, 108-115, 118, 125-127, 129-133, 135-137, 140-143, 146-151, 154-157, 160, 163-169, 176-178, 180, 182-185, 187, 189-208, 210-214, 216-222, 224-252, 254-256, 258, 260-262, 264-270, 277-279, 281-283, 287-288, 291-297, 300, 308-313, 315-316, 318-322
packages/open-next/src/build/edge/createEdgeBundle.ts 0% 0% 0% 0% 1, 34-52, 54-113, 120-122, 135-136, 138-141, 143-159, 161-167, 170-171, 174, 177-182, 185-187, 189-192, 195-202, 205-212, 214-226
packages/open-next/src/core/requestHandler.ts 0% 0% 0% 0% 1, 16, 21, 23, 25-32, 34-39, 42-46, 49-52, 54-67, 69, 71-92, 98-126, 128-133, 135, 137-143, 146, 148, 150-155, 157-162, 166, 168, 172, 174-176, 178, 182-184, 186, 189-195, 197-225
packages/open-next/src/plugins/edge.ts 0% 0% 0% 0% 1, 31-48, 50-53, 55-60, 62-66, 70, 74-77, 81-89, 92-94, 97, 100-102, 143-152, 154-157, 159-167, 169, 183-190, 195-201
Generated in workflow #660 for commit 78aa0eb by the Vitest Coverage Report Action

Copy link
Contributor

@conico974 conico974 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM Thanks
I've tested deploying without an external middleware and it works just fine

packages/open-next/src/adapters/plugins/README.md Outdated Show resolved Hide resolved
@vicb vicb merged commit cf33973 into main Oct 29, 2024
3 checks passed
@vicb vicb deleted the middleware branch October 29, 2024 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants