Skip to content
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

Merged
merged 1 commit into from
Feb 10, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
publint (source) ^0.3.3 -> ^0.3.4 age adoption passing confidence

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)

    {
      "exports": {
        "./*": "./dist/*",
        "./browser/*": null
      }
    }

    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)

    • The publint version is now displayed.
    • The packing command is also displayed.
    • Messages are now logged in the order of errors, warnings, and suggestions, instead of the other way round, to prioritize errors.
    • The publint deps command no longer logs passing dependencies. Only failing dependencies are logged.

    Examples:

    $ npx publint
    $ Running publint v0.X.X for my-library...
    $ Packing files with `npm pack`...
    $ All good!
    $ 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from dubzzz as a code owner February 7, 2025 10:01
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 7, 2025
Copy link

changeset-bot bot commented Feb 7, 2025

⚠️ No Changeset found

Latest commit: 848d4c8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

pkg-pr-new bot commented Feb 7, 2025

Open in Stackblitz@fast-check/examples

@fast-check/ava

npm i https://pkg.pr.new/@fast-check/ava@5681

@fast-check/expect-type

npm i https://pkg.pr.new/@fast-check/expect-type@5681

fast-check

npm i https://pkg.pr.new/fast-check@5681

@fast-check/jest

npm i https://pkg.pr.new/@fast-check/jest@5681

@fast-check/packaged

npm i https://pkg.pr.new/@fast-check/packaged@5681

@fast-check/poisoning

npm i https://pkg.pr.new/@fast-check/poisoning@5681

@fast-check/vitest

npm i https://pkg.pr.new/@fast-check/vitest@5681

@fast-check/worker

npm i https://pkg.pr.new/@fast-check/worker@5681

commit: 848d4c8

Copy link
Contributor

github-actions bot commented Feb 7, 2025

👋 A preview of the new documentation is available at: http://67a5dc1b49279dc396e9a217--dubzzz-fast-check.netlify.app

@renovate renovate bot force-pushed the renovate/publint-0.x branch from 1182e88 to 1877774 Compare February 7, 2025 12:18
Copy link

codecov bot commented Feb 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.48%. Comparing base (df86320) to head (848d4c8).
Report is 4 commits behind head on main.

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           
Flag Coverage Δ
unit-tests 94.48% <ø> (ø)
unit-tests-18.x-Linux 94.48% <ø> (ø)
unit-tests-20.x-Linux 94.48% <ø> (ø)
unit-tests-22.x-Linux 94.48% <ø> (ø)
unit-tests-latest-Linux 94.48% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Feb 7, 2025

👋 A preview of the new documentation is available at: http://67a5fe06a82f7c09153518c5--dubzzz-fast-check.netlify.app

dubzzz
dubzzz previously approved these changes Feb 10, 2025
@dubzzz dubzzz enabled auto-merge (squash) February 10, 2025 18:51
Copy link
Contributor

👋 A preview of the new documentation is available at: http://67aa4b842e877667e57e9830--dubzzz-fast-check.netlify.app

@dubzzz dubzzz merged commit f6257a7 into main Feb 10, 2025
58 checks passed
@dubzzz dubzzz deleted the renovate/publint-0.x branch February 10, 2025 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant