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

chore(deps): update dependency publint to v0.2.7 (master) #1051

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change OpenSSF
publint (source) devDependencies patch 0.2.5 -> 0.2.7 OpenSSF Scorecard

Release Notes

bluwy/publint (publint)

v0.2.7

Compare Source

Features
  • If the library exports from both "main"/"module" and "exports" fields, but the "exports" field doesn't export the root entrypoint, warn about the inconsistency. When "exports" is defined, it takes the highest priority, so all the library's entrypoint (root and deep) needs to be specified here. (https://github.com/bluwy/publint/issues/88)
  • Suggest using the "type" field. In Node.js v20.10.0, it introduces a new --experimental-default-type flag to flip the default module system from "CJS-as-default" to "ESM-as-default". It's recommended for libraries to specify the "type" field explicitly to prevent CJS files from being incorrectly interpreted as ESM. This suggestion helps push towards a better ESM experience in the future. (https://github.com/bluwy/publint/issues/83)

Full Changelog: publint/publint@v0.2.6...v0.2.7

v0.2.6

Compare Source

Features
Site
New Contributors

Full Changelog: publint/publint@v0.2.5...v0.2.6


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

Copy link

socket-security bot commented Dec 1, 2023

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
publint 0.2.5...0.2.7 None +0/-0 73.2 kB bluwy

Copy link

codecov bot commented Dec 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (17f52d0) 100.00% compared to head (7becfa2) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #1051   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           90        90           
=========================================
  Hits            90        90           

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

@renovate renovate bot force-pushed the renovate/master-publint-0.x branch from eeceda1 to f787cc4 Compare December 11, 2023 12:10
@renovate renovate bot changed the title chore(deps): update dependency publint to v0.2.6 (master) chore(deps): update dependency publint to v0.2.7 (master) Dec 23, 2023
@renovate renovate bot force-pushed the renovate/master-publint-0.x branch 13 times, most recently from ba8da36 to 8cae96d Compare December 27, 2023 03:17
@renovate renovate bot force-pushed the renovate/master-publint-0.x branch from 8cae96d to 7becfa2 Compare December 27, 2023 06:23
@renovate renovate bot merged commit c37862c into master Dec 27, 2023
14 checks passed
@renovate renovate bot deleted the renovate/master-publint-0.x branch December 27, 2023 09:12
Copy link

🎉 This PR is included in version 6.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released This issue or pull-request was included in a version released by semantic-release label Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue or pull-request was included in a version released by semantic-release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants