fix(pages-router): normalize repeated URL slashes - #3367
james-elicx wants to merge 1 commit into
Conversation
|
Time limit: 8 minutes. Complete the review and post all findings within that limit. |
|
/bigbonk review for issues |
@vinext/cloudflare
create-vinext-app
@vinext/types
vinext
@cloudflare/workers-response-store
commit: |
Performance benchmarksCompared 0 improved · 0 regressed · 6 within ±1.5%
View detailed results and traces 🟢 improvement · 🔴 regression · ⚫ change below 1.5% · paired base/head |
|
|
Posted 2 actionable inline findings. |
dd9f046 to
c231666
Compare
|
Time limit: 8 minutes. Complete the review and post all findings within that limit. |
|
/bigbonk review for issues |
c231666 to
96fa2e2
Compare
|
Time limit: 8 minutes. Complete the review and post all findings within that limit. |
|
/bigbonk review for issues |
|
Posted 2 actionable inline findings. Focused router test passed. |
96fa2e2 to
1fe784b
Compare
|
Time limit: 8 minutes. Complete the review and post all findings within that limit. |
|
/bigbonk review for issues |
1fe784b to
ccf42ba
Compare
ccf42ba to
0a7e75e
Compare
|
Posted 1 actionable inline finding. Focused router/link tests passed. |
|
Time limit: 8 minutes. Complete the review and post all findings within that limit. |
|
/bigbonk review for issues |
db2f64e to
21411f8
Compare
|
/bigbonk review for issues |
|
Time limit: 8 minutes. Complete the review and post all findings within that limit. |
|
@james-elicx Bonk workflow failed. Check the logs for details. View workflow run · To retry, trigger Bonk again. |
21411f8 to
a3d9201
Compare
|
/bigbonk review for issues Time limit: 8 minutes. Complete the review and post all findings within that limit. |
|
LGTM! |
a3d9201 to
4f76c94
Compare
|
/bigbonk review for issues Time limit: 8 minutes. Complete the review and post all findings within that limit. |
|
LGTM! |
4f76c94 to
090541a
Compare
|
/bigbonk review for issues Time limit: 8 minutes. Complete the review and post all findings within that limit. |
1 similar comment
|
/bigbonk review for issues Time limit: 8 minutes. Complete the review and post all findings within that limit. |
|
Posted 1 actionable inline finding. |
|
/bigbonk review for issues Time limit: 8 minutes. Complete the review and post all findings within that limit. |
|
LGTM! |
|
/bigbonk review for issues Time limit: 8 minutes. Complete the review and post all findings within that limit. |
|
LGTM! |
|
/bigbonk review for issues Time limit: 8 minutes. Complete the review and post all findings within that limit. |
|
Posted 1 actionable inline finding. |
|
/bigbonk review for issues Time limit: 8 minutes. Complete the review and post all findings within that limit. |
|
Posted 1 actionable inline finding. |
|
/bigbonk review for issues Time limit: 8 minutes. Complete the review and post all findings within that limit. |
|
LGTM! |
Depends on #3354.
Scope
Repeated-slash/backslash normalization at public Pages Router and Link inputs, plus relative Link target resolution. This removes the older Link-local normalization scaffolding.
Changes
Next.js references
Validation
The revised stack passed 1,774 focused unit/integration tests, an isolated Pages Router browser navigation check,
vp check, package build, Next.js type sync, and public shim-type checks. Exact-head CI and Big Bonk re-review are running; this PR remains draft until both are clean.