-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
⬆️ Updates remark-preset-lint-recommended to v6 - autoclosed #430
Conversation
Hey! Changelogs info seems to be missing or might be in incorrect format. |
Pull request by bot. No need to analyze |
4bcb7d2
to
8ff0a7c
Compare
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
Mega-Linter status: ✅ SUCCESSSee errors details in artifact Mega-Linter reports on GitHub Action page |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scan Summary
Tool | Critical | High | Medium | Low | Status |
---|---|---|---|---|---|
Dependency Scan (universal) | 1 | 8 | 3 | 0 | ❌ |
Security Audit for Infrastructure | 0 | 0 | 0 | 6 | ✅ |
Recommendation
Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍
8ff0a7c
to
d5b090d
Compare
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
d5b090d
to
b026e08
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scan Summary
Tool | Critical | High | Medium | Low | Status |
---|---|---|---|---|---|
Dependency Scan (universal) | 1 | 7 | 3 | 0 | ❌ |
Security Audit for Infrastructure | 0 | 0 | 0 | 6 | ✅ |
Recommendation
Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍
This PR contains the following updates:
5.0.0
->6.1.3
Release Notes
remarkjs/remark-lint (remark-preset-lint-recommended)
v6.1.3
Compare Source
v6.1.2
Compare Source
v6.1.1
Compare Source
c5c3832
Markno-auto-link-without-protocol
as deprecatedv6.0.0
Compare Source
Hi! 👋
With 6.0.0, rules are no longer in the
remark-lint
package. In fact, remark lint doesn’t do much, other than controlling messages.Rules are now each in their own package. You don’t have to
npm install
and.use()
each package though, you can install and use presets instead. If you find yourself installing many rules to update, maybe create a preset too?By giving more power to presets over the remark-lint package itself, I think rules, especially external rules, will prosper!
First off, if “presets” changed, the below diff shows how you can update:
Second, if you used
remark-lint
directly, you need to change your config as follows.Finally, if you use remark on the API, change your code as follows:
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.