-
-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⬆️ Update dependency publint to ^0.3.4 #5681
Conversation
|
Open in Stackblitz • @fast-check/examples @fast-check/ava
@fast-check/expect-type
fast-check
@fast-check/jest
@fast-check/packaged
@fast-check/poisoning
@fast-check/vitest
@fast-check/worker
commit: |
👋 A preview of the new documentation is available at: http://67a5dc1b49279dc396e9a217--dubzzz-fast-check.netlify.app |
1182e88
to
1877774
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5681 +/- ##
=======================================
Coverage 94.48% 94.48%
=======================================
Files 212 212
Lines 9617 9617
Branches 2665 2665
=======================================
Hits 9087 9087
Misses 530 530
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
👋 A preview of the new documentation is available at: http://67a5fe06a82f7c09153518c5--dubzzz-fast-check.netlify.app |
1877774
to
848d4c8
Compare
👋 A preview of the new documentation is available at: http://67aa4b842e877667e57e9830--dubzzz-fast-check.netlify.app |
This PR contains the following updates:
^0.3.3
->^0.3.4
Release Notes
publint/publint (publint)
v0.3.4
Compare Source
Patch Changes
When globbing
"exports"
values that contains*
, also respect"exports"
keys that mark paths as null. For example: (b9605ae
)The glob in
"./*": "./dist/*"
will no longer match and lint files in"./browser/*"
as it's marked null (internal).Update logs when running the
publint
CLI: (58d96a2
)publint
version is now displayed.publint deps
command no longer logs passing dependencies. Only failing dependencies are logged.Examples:
$ npx publint deps $ Running publint v0.X.X for my-library deps... $ x my-dependency $ Errors: $ 1. ...
Fix detecting shorthand repository URLs with the
.
character (09d8cbb
)Clarify message when
"types"
is not the first condition in the"exports"
field (5a6ba00
)Correctly detect if a
"types"
value in"exports"
is used for dual publishing (3f3d8b2
)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.