fix: allow unmatched ignore globs - #1964
Conversation
🦋 Changeset detectedLatest commit: 6efe58d The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1964 +/- ##
==========================================
+ Coverage 83.85% 83.87% +0.01%
==========================================
Files 56 56
Lines 2465 2468 +3
Branches 743 749 +6
==========================================
+ Hits 2067 2070 +3
Misses 392 392
Partials 6 6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This comment was marked as off-topic.
This comment was marked as off-topic.
|
thank you for the PR! this is something we are considering for the next major version, and we have a branch ( could you re-open a PR against that branch instead? |
Fixes #1794.
Summary
ignoreconfig option@changesets/configThis supports generated package folders such as
prisma-client-*that may exist locally after install/postinstall but not in a release automation checkout.Verification
yarn jest packages/config/src/index.test.ts --runInBandyarn types:checkyarn eslint packages/config/src/index.ts packages/config/src/index.test.ts --ext .tsyarn prettier --check packages/config/src/index.ts packages/config/src/index.test.ts .changeset/quiet-globs-ignore.md