fix: use makePathRegexSafe with globSync#2242
Merged
andrii-bodnar merged 1 commit intolingui:mainfrom May 1, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
timofei-iatsenko
approved these changes
Apr 30, 2025
Collaborator
|
Nice catch, thanks for contribution |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2242 +/- ##
==========================================
- Coverage 77.05% 76.72% -0.33%
==========================================
Files 84 88 +4
Lines 2157 2488 +331
Branches 555 648 +93
==========================================
+ Hits 1662 1909 +247
- Misses 382 463 +81
- Partials 113 116 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2 tasks
timofei-iatsenko
added a commit
that referenced
this pull request
Jan 15, 2026
This reverts commit 7a8256c.
Collaborator
|
@taku-hatano i'm reverting this commit here #2396 see for more info and solution here #2352 In your case you should use glob esacping sequence |
andrii-bodnar
pushed a commit
that referenced
this pull request
Jan 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
close #2241
Description
When using catalog's input with file-base routing systems,
[]is not escaped.So
globSynccan't get path under the dynamic route, likeapp/[lang]/page.tsxTypes of changes
Fixes # (issue)
Checklist