Skip to content

fix(core): add picomatch - #388

Merged
Brooooooklyn merged 1 commit into
mainfrom
01-05-fix_core_add_picomatch
Jan 5, 2026
Merged

Brooooooklyn merged 1 commit into
mainfrom
01-05-fix_core_add_picomatch

Conversation

@Brooooooklyn

@Brooooooklyn Brooooooklyn commented Jan 5, 2026

Copy link
Copy Markdown
Member

Note

Introduces picomatch as a runtime dependency in core and updates the lockfile accordingly.

  • Adds picomatch@^4.0.3 to packages/core/package.json dependencies
  • Updates pnpm-lock.yaml to include picomatch

Written by Cursor Bugbot for commit cb878c2. This will update automatically on new commits. Configure here.

Copilot AI review requested due to automatic review settings January 5, 2026 09:31

Copy link
Copy Markdown
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR adds picomatch as a dependency to the core package to support bundling needs. The picomatch library is used for glob pattern matching and is referenced in the build configuration where it's excluded from external dependencies, indicating it should be bundled with the application.

Key Changes

  • Added picomatch ^4.0.3 as a dependency in packages/core/package.json
  • Updated pnpm-lock.yaml to reflect the new dependency

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
packages/core/package.json Added picomatch ^4.0.3 to dependencies section
pnpm-lock.yaml Added corresponding lock file entry for picomatch 4.0.3
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Brooooooklyn
Brooooooklyn merged commit 60194e3 into main Jan 5, 2026
19 checks passed

Copy link
Copy Markdown
Member Author

Merge activity

@Brooooooklyn
Brooooooklyn deleted the 01-05-fix_core_add_picomatch branch January 5, 2026 09:46
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.

3 participants