Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
11.0.0
->12.0.1
5.1.2
->6.0.0
6.1.3
->7.0.0
12.1.1
->13.0.2
Release Notes
remarkjs/remark (remark-cli)
v12.0.1
Compare Source
a185821
Update internalimport-meta-resolve
Full Changelog: https://github.com/remarkjs/remark/compare/[email protected]@12.0.1
v12.0.0
Compare Source
(see
15.0.0
)remarkjs/remark-lint (remark-preset-lint-consistent)
v6.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:
remarkjs/remark-validate-links (remark-validate-links)
v13.0.2
Compare Source
Fix
4791865
Fix support for absolute paths on GitHubTypes
ac9a800
Refactor to use@import
sFull Changelog: remarkjs/remark-validate-links@13.0.1...13.0.2
v13.0.1
Compare Source
2b4cc25
Fix misclassified type dependencyFull Changelog: remarkjs/remark-validate-links@13.0.0...13.0.1
v13.0.0
Compare Source
Change
39c7e22
Change to require Node.js 16migrate: update too
7c75796
Change to useexports
migrate: don’t use private APIs
c81c6ab
Update@types/mdast
, utilities, etcmigrate: update too
323908a
7ac7d02
Change to improve messagesmigrate: expect better messages
Full Changelog: remarkjs/remark-validate-links@12.1.1...13.0.0
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 is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.