Patch Changes
#577
b670ae4
Thanks @JounQin! - fix: takecwd
into cache key account#577
b670ae4
Thanks @JounQin! - fix: remove buggymodule-sync
entry
Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.4.1...eslint-mdx@3.4.2
#577 b670ae4
Thanks @JounQin! - fix: remove buggy module-sync
entry
Updated dependencies [b670ae4
]:
Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.4.1...eslint-plugin-mdx@3.4.2
87c5be1
Regenerate linguist flags3eb29f1
Add GFM table support#562 3aa0f20
Thanks @JounQin! - refactor: remove unnecessary loadEsmModule
helper, use native import()
instead
#564 2672044
Thanks @JounQin! - feat: check nested code blocks without blank lines
#564 2672044
Thanks @JounQin! - feat: support mdx comments as ESLint directives
#567 68b2028
Thanks @JounQin! - fix: code block filename regexp group names missed
Updated dependencies [3aa0f20
]:
Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.3.2...eslint-plugin-mdx@3.4.0
Full Changelog: https://github.com/timlrx/rehype-prism-plus/compare/v2.0.0...v2.0.1
#558 cb2a660
Thanks @renovate! - fix(deps): pin dependencies, bump synckit
Updated dependencies [cb2a660
]:
Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.3.1...eslint-plugin-mdx@3.3.2
Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.3.1...eslint-mdx@3.3.2
Full Changelog: https://github.com/rehypejs/rehype-retext/compare/5.0.0...5.0.1
eefd5f1
Fix types for bridge mode with missing overloadFull Changelog: https://github.com/remarkjs/remark-rehype/compare/11.1.1...11.1.2
110a181
Refactor to use @import
s68cfb4e
Add declaration maps24bfc81
Fix types for bridge mode with missing overload by @NicoFraenzel in #19Full Changelog: https://github.com/remarkjs/remark-retext/compare/6.0.0...6.0.1
38d4e31
Fix types for bridge mode with missing overload09a2525
Refactor to use @import
sdf177ff
Add declaration mapsFull Changelog: https://github.com/rehypejs/rehype-remark/compare/10.0.0...10.0.1
Full Changelog: https://github.com/timlrx/rehype-citation/compare/v2.2.2...v2.3.0
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