Closed renovate[bot] closed 2 months ago
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Latest deployment of this branch, based on commit 039816be61c5eb67b78e516c8b1156db4b9090bd:
Sandbox | Source |
---|---|
@fast-check/examples | Configuration |
👋 A preview of the new documentation is available at: http://66bdd6dc3dcc26aab8f8a5d4--dubzzz-fast-check.netlify.app
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.73%. Comparing base (
0c542b3
) to head (039816b
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
^0.2.9
->^0.2.10
Release Notes
bluwy/publint (publint)
### [`v0.2.10`](https://togithub.com/bluwy/publint/releases/tag/v0.2.10) [Compare Source](https://togithub.com/bluwy/publint/compare/v0.2.9...v0.2.10) ##### Features - Adds a new rule that validates the `"repository"` field ([https://github.com/bluwy/publint/pull/106](https://togithub.com/bluwy/publint/pull/106)) - If `"repository"` is a string, it must be one of the supported shorthand strings from the docs. - If `"repository"` is an object with `"type": "git"`, the `"url"` must be a valid [git URL](https://git-scm.com/docs/git-clone#\_git_urls) and can be [parsed by npm](https://togithub.com/npm/hosted-git-info). - The `git://` protocol for GitHub repos should not be used due [security concerns](https://github.blog/security/application-security/improving-git-protocol-security-github/). - GitHub or GitLab links should be prefixed with `git+` and postfixed with `.git`. (This is also warned by npm when publishing a package). #### New Contributors - [@Namchee](https://togithub.com/Namchee) made their first contribution in [https://github.com/bluwy/publint/pull/106](https://togithub.com/bluwy/publint/pull/106) **Full Changelog**: https://github.com/bluwy/publint/compare/v0.2.9...v0.2.10Configuration
📅 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.