Update remark monorepo (major) - abandoned - autoclosed #874
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:
^8.0.0
->^8.0.0 || ^10.0.0
8.0.1
->10.0.1
^2.0.0
->^4.0.0
^7.0.0
->^9.0.0
^3.0.0
->^5.0.0
^3.0.0
->^5.0.0
^4.0.0
->^6.0.0
^10.0.0
->^11.0.0
Release Notes
remarkjs/remark
v10.0.1
Compare Source
See
[email protected]
v10.0.0
Compare Source
Changelog
1b89df5
Updateremark-parse
,remark-stringify
aab3c3e
Rework list fields3325c33
Add support forlabel
to associations31ef684
Add support formeta
in codec77d24f
Updateunified
See also
[email protected]
[email protected]
[email protected]
Project
4f6b3d7
Update logoe7f509f
Improve npm search ranking of individual packages7d98e30
Fixgit.io
linksce62e7a
Refactor code-stylePlugins
4c0e28a
Addremark-macro
to list of pluginsa4caa67
Addremark-git-contributors
to list of pluginsfe241aa
Addremark-outer-toc
to list of plugins4fa8b1d
Replace deprecated plugin withremark-behead
in list of plugins52ffdff
Addremark-redact
to list of plugins02297a5
Addremark-attr
to list of pluginsv9.0.0
Compare Source
See
[email protected]
remarkjs/remark-frontmatter
v4.0.1
Compare Source
b56dae7
Add improved docsby @wooorm in https://github.com/remarkjs/remark-frontmatter/pull/17
Full Changelog: remarkjs/remark-frontmatter@4.0.0...4.0.1
v4.0.0
Compare Source
c02f672
Use ESM3f125a9
Add JSDoc based typesv3.0.0
Compare Source
fb1357b
Update formicromark
inremark@13
(breaking, this update will not work for remark lower than v13, see commit for changes)
remarkjs/remark-lint (remark-lint)
v9.1.1
Compare Source
014fca7
Add improved docsby @wooorm in https://github.com/remarkjs/remark-lint/pull/276
Full Changelog: remarkjs/remark-lint@9.1.0...9.1.1
v9.1.0
Compare Source
201e995
Addurl
s pointing to docs on all messagesby @remcohaszing in https://github.com/remarkjs/remark-lint/pull/273
Full Changelog: remarkjs/remark-lint@9.0.1...9.1.0
v9.0.1
Compare Source
bc1b092
Use npm workspaces (and fix types)359cd08
Addrepository.directory
field topackage.json
sv9.0.0
Compare Source
f5cb7d2
Use ESM1a1e7cc
Add JSDoc based types4a832b1
cd80985
ef89686
Remove internal fallbacks for ancient remarke3ddd9e
b81b38a
27a96be
Update dependencies28d4e50
13b1971
6de4fb7
16c1b6f
Refactor code-stylee7a7701
Update docsFull Changelog: remarkjs/remark-lint@8.0.0...9.0.0
v8.0.0
Compare Source
7791db9
Update formicromark
inremark@13
TL;DR: Use the new versions of the presets with remark 13:
remark-preset-lint-consistent
(4.0.0)remark-preset-lint-markdown-style-guide
(4.0.0)remark-preset-lint-recommended
(5.0.0)Most plugins are fine, but some received majors. The following plugins are made for the new parser and do not work on the old. While you’re still on remark 12, use their previous version. Use the new versions for remark 13+.
remark-lint-checkbox-character-style
(3.0.0)remark-lint-checkbox-content-indent
(3.0.0)remark-lint-list-item-bullet-indent
(3.0.0)remark-lint-list-item-spacing
(3.0.0)remark-lint-no-blockquote-without-marker
(4.0.0)remark-lint-no-heading-indent
(3.0.0)remark-lint-no-paragraph-content-indent
(3.0.0)remark-lint-no-table-indentation
(3.0.0)remark-lint-table-cell-padding
(3.0.0)remark-lint-table-pipes
(3.0.0)These plugins generally work on old and new remark, but might miss some messages in the old one now:
remark-lint-no-consecutive-blank-lines
(3.0.0) (extra blank lines can no longer break out of lists)remark-lint-no-heading-content-indent
(3.0.0) (pedantic mode no longer supported)remark-lint-no-inline-padding
(3.0.0) (emphasis, strong, strikethrough can’t be padded anymore)remark-lint-no-undefined-references
(3.0.0) (undefined references are no longer parsed, so we have to do magic to find them)v7.0.1
Compare Source
b40fe0f
Changemaster
in linksremarkjs/remark-lint (remark-preset-lint-consistent)
v5.1.1
Compare Source
v5.1.0
Compare Source
v5.0.1
Compare Source
bca9530
Addreadme.md
toremark-lint
packagev5.0.0
Compare Source
This is a big one: remark-lint no longer does anything without you telling it to.
The breaking part is
reset
andpresets
.On the CLI, please start using
remark-preset-lint-consistent
,remark-preset-lint-recommended
, and/or create and publish your own config!Changes
f5c1227
Makereset
the default6196124
Update for changes in [email protected]77709f5
Add support for passing severitiesv4.0.0
See
[email protected]
remarkjs/remark-lint (remark-preset-lint-markdown-style-guide)
v5.1.2
Compare Source
v5.1.1
Compare Source
c5c3832
Markno-auto-link-without-protocol
as deprecatedv5.1.0
Compare Source
v5.0.1
Compare Source
bca9530
Addreadme.md
toremark-lint
packagev5.0.0
Compare Source
This is a big one: remark-lint no longer does anything without you telling it to.
The breaking part is
reset
andpresets
.On the CLI, please start using
remark-preset-lint-consistent
,remark-preset-lint-recommended
, and/or create and publish your own config!Changes
f5c1227
Makereset
the default6196124
Update for changes in [email protected]77709f5
Add support for passing severitiesv4.0.0
See
[email protected]
remarkjs/remark-lint (remark-preset-lint-recommended)
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:
v5.0.0
Compare Source
See
[email protected]
v4.0.1
Compare Source
149a4a1
)59ce8b5
)remarkjs/remark-validate-links
v11.0.2
Compare Source
0489d13
Add improved docsby @wooorm in https://github.com/remarkjs/remark-validate-links/pull/63
Full Changelog: remarkjs/remark-validate-links@11.0.1...11.0.2
v11.0.1
Compare Source
765b3f5
Fix slugging of headings w/ imagesv11.0.0
Compare Source
e88fecc
Use ESMb579e27
Add JSDoc based typesa5677c0
Update dependenciesv10.0.4
Compare Source
ad29c8e
Fix prototypal values as references, landmarksv10.0.3
Compare Source
0bd3369
Fix to ignore hash in images46b6659
Refactor to clarify readmev10.0.2
Compare Source
7cfc88b
Fixbrowser
fieldv10.0.1
Compare Source
cc4c1b3
Fix warning for impossible directoriesConfiguration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.