Patch Changes
Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.3.0...eslint-mdx@3.3.1
Explore
Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.3.0...eslint-mdx@3.3.1
#554 816a2a6
Thanks @JounQin! - chore: add module-sync
entry
Updated dependencies [816a2a6
]:
Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.3.0...eslint-plugin-mdx@3.3.1
#552 1c31834
Thanks @JounQin! - feat: the new version is ESM primary, while commonjs is still supported.
ESM migration:
// before
import eslintMdx from 'eslint-mdx'
import eslintPluginMdx from 'eslint-plugin-mdx'
// after
import * as eslintMdx from 'eslint-mdx'
import * as eslintPluginMdx from 'eslint-plugin-mdx'
1c31834
]:Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.2.0...eslint-plugin-mdx@3.3.0
#552 1c31834
Thanks @JounQin! - feat: the new version is ESM primary, while commonjs is still supported.
ESM migration:
// before
import eslintMdx from 'eslint-mdx'
import eslintPluginMdx from 'eslint-plugin-mdx'
// after
import * as eslintMdx from 'eslint-mdx'
import * as eslintPluginMdx from 'eslint-plugin-mdx'
Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.2.0...eslint-mdx@3.3.0
Full Changelog: https://github.com/micromark/micromark-extension-mdx-jsx/compare/3.0.1...3.0.2
6844673
Use unist-util-mdx-define
. Since this offers options to handle conflicts, these are now also supported by remark-mdx-frontmatter
.Full Changelog: https://github.com/remcohaszing/remark-mdx-frontmatter/compare/v5.0.0...v5.1.0
f093ff9
]:Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.1.5...eslint-plugin-mdx@3.2.0
Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.1.5...eslint-mdx@3.2.0
939c667
Add fallback
prop to MarkdownHooks
by @remcohaszing in #897a40ae2e
Fix race condition in MarkdownHooks
by @remcohaszing in #896Full Changelog: https://github.com/remarkjs/react-markdown/compare/10.0.1...10.1.0
7c17ede
Fix TypeScript performance around components by @remcohaszing in #893Full Changelog: https://github.com/remarkjs/react-markdown/compare/10.0.0...10.0.1
0f750a2
Refactor to externalize some code by @remcohaszing in #10Full Changelog: https://github.com/syntax-tree/hast-util-to-estree/compare/3.1.2...3.1.3
0171c8a
Update micromark-extension-directive
migrate: if you handle labels, and do not want trailing whitespace, you can .trimEnd()
Full Changelog: https://github.com/remarkjs/remark-directive/compare/3.0.1...4.0.0
b6990a0
Change to keep trailing whitespace in labels migrate: if you use labels, and do not want trailing whitespace, you can .trimEnd()
f3ad96c
Add support for non-ascii letters to (attribute) namesFull Changelog: https://github.com/micromark/micromark-extension-directive/compare/3.0.2...4.0.0
d5712f1
Add internal field to allow trailing whitespaced5712f1
Add internal field to allow trailing whitespace3e7b748
Fix internal positional info of setext heading2d49761
Add skipPathPatterns
Full Changelog: https://github.com/remarkjs/remark-validate-links/compare/13.0.2...13.1.0
Documentation v4.0.2: https://raw.githack.com/jaywcjlove/rehype-attr/70818d4/index.html
Comparing Changes: https://github.com/jaywcjlove/rehype-attr/compare/v4.0.1...v4.0.2
npm i rehype-attr@4.0.2
02fc072
@renovate-botaaaa40b
Remove support for className
prop see “Remove className”Full Changelog: https://github.com/remarkjs/react-markdown/compare/9.1.0...10.0.0
Full Changelog: https://github.com/remarkjs/react-markdown/compare/9.0.3...9.1.0
7250ec6
Add catching of mathjax exceptionscd9c99b
Update property-information
612963d
Update property-information
Full Changelog: https://github.com/syntax-tree/hast-util-to-dom/compare/4.0.0...4.0.1
c5b9ac2
Update property-information
Full Changelog: https://github.com/syntax-tree/hast-util-to-xast/compare/3.0.0...3.0.1
6fe681d
Update property-information
Full Changelog: https://github.com/syntax-tree/hast-util-from-parse5/compare/8.0.2...8.0.3
acd5eb0
Update property-information
Full Changelog: https://github.com/syntax-tree/hast-util-select/compare/6.0.3...6.0.4
ee78b44
Update property-information
Full Changelog: https://github.com/syntax-tree/hast-util-to-estree/compare/3.1.1...3.1.2
329625e
Update property-information
Full Changelog: https://github.com/syntax-tree/hast-util-to-html/compare/9.0.4...9.0.5
91f71e3
Update property-information
Full Changelog: https://github.com/syntax-tree/hastscript/compare/9.0.0...9.0.1
b353e49
Remove dependency on jsdom
migrate: this should be a patch
, but there could be small differences: do let us know if you see problemse111719
Add support for passing footnote optionsFull Changelog: https://github.com/syntax-tree/mdast-util-gfm/compare/3.0.0...3.1.0
8499c82
Add firstLineBlank
optionFull Changelog: https://github.com/syntax-tree/mdast-util-gfm-footnote/compare/2.0.0...2.1.0
5c3b277
Fix multiple code
s in a pre
Full Changelog: https://github.com/rehypejs/rehype-highlight/compare/7.0.1...7.0.2
d6cab31
Fix to not drop br
s in phrasingFull Changelog: https://github.com/syntax-tree/hast-util-to-mdast/compare/10.1.1...10.1.2
(this is also a patch release for all packages)
cd07d38
Refactor internal types for better option coercion0c3b4c8
Add type for callback-style async rule70f5120
Fix for changes in typescript
ea19649
Refactor to use @import
46ccbcd
Fix missing dependency141c419
Fix version numbers875fcaf
Refactor docs7110271
Remove license yeare0d94a8
Refactor docse8e1ac1
Refactor to remove http:
where possiblebbd8fff
Remove unneeded fields from package.json
sFull Changelog: https://github.com/remarkjs/remark-lint/compare/10.0.0...10.0.1
8522583
Add support for stringLength
Full Changelog: https://github.com/remarkjs/remark-lint/compare/remark-lint-table-pipe-alignment@4.1.0...remark-lint-table-cell-padding@5.1.0
1f1b066
Add support for stringLength
Full Changelog: https://github.com/remarkjs/remark-lint/compare/remark-lint-maximum-line-length@4.1.0...remark-lint-table-pipe-alignment@4.1.0
ab5954d
Add support for stringLength
Full Changelog: https://github.com/remarkjs/remark-lint/compare/remark-lint-maximum-heading-length@4.1.0...remark-lint-maximum-line-length@4.1.0
61d6e29
Add support for stringLength
Full Changelog: https://github.com/remarkjs/remark-lint/compare/remark-lint-directive-unique-attribute-name@1.0.0...remark-lint-maximum-heading-length@4.1.0