fix(deps): update dependency picomatch to v4.0.7 - #2190
Conversation
🦋 Changeset detectedLatest commit: b358644 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
@tailor-platform/create-sdk
@tailor-platform/eslint-plugin-sdk
@tailor-platform/sdk
@tailor-platform/sdk-plugin-seed
@tailor-platform/sdk-plugin-setup
@tailor-platform/sdk-plugin-tailordb-erd
commit: |
🤖 Claude Dependency Review✅ Recommended ActionsNone — safe to merge as-is. This is a patch update with bug fixes only, no breaking changes. 📦 Update Summary
📝 Release NotesRelease notes URL: https://github.com/micromatch/picomatch/blob/HEAD/CHANGELOG.md Version 4.0.7 (2026-08-24)
Version 4.0.6 (2026-08-24)🔐 Security Assessment
🚨 Breaking ChangesNone. This is a patch release with bug fixes only. ✨ Main Changes🐛 Bug FixesPattern Scanning Improvements:
Globstar Handling:
These fixes improve the accuracy and reliability of glob pattern matching, particularly for complex patterns involving:
🔍 Impact Analysis📁 Usage Locations
Transitive Dependenciespicomatch is also used as a transitive dependency by several other packages in the project:
These transitive uses will also benefit from the bug fixes without requiring any code changes. AssessmentThe update is safe to merge. Both usage locations in the codebase use picomatch for basic glob pattern matching with the
No code changes are needed in the consuming code. |
This comment has been minimized.
This comment has been minimized.
25286d5 to
6ccca0a
Compare
10f66ef to
081433e
Compare
This comment has been minimized.
This comment has been minimized.
d868abc to
6c595ac
Compare
Code Metrics Report (packages/sdk)
Details | | main (63ea8bd) | #2190 (408fd49) | +/- |
|--------------------|----------------|-----------------|------|
| Coverage | 81.5% | 81.5% | 0.0% |
| Files | 502 | 502 | 0 |
| Lines | 19744 | 19744 | 0 |
| Covered | 16109 | 16109 | 0 |
| Code to Test Ratio | 1:0.5 | 1:0.5 | 0.0 |
| Code | 147898 | 147898 | 0 |
| Test | 75858 | 75858 | 0 |SDK Configure Bundle Size
Runtime Performance
Type Performance (instantiations)
Reported by octocov |
This PR contains the following updates:
4.0.5→4.0.7Release Notes
micromatch/picomatch (picomatch)
v4.0.7Compare Source
Fixed
v4.0.6Compare Source
Fixed
scan()now scans the full pattern when tokens are requested, instead of merging the remaining path segments into the final token (#62, 5f5819d).scan()now returns complete pattern parts, including leading and trailing empty segments, and handles nested and escaped parentheses correctly (#58, f201165).Configuration
📅 Schedule: (in timezone Asia/Tokyo)
* 9-18 * * 1-5)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.