unified

Explore/Releases

  1. mdx-js/eslint-mdx@eslint-plugin-mdx@3.4.1·

    Patch Changes

  2. mdx-js/eslint-mdx@eslint-mdx@3.4.1·

    Patch Changes

  3. remarkjs/remark-lint@remark-lint-no-unused-definitions@4.0.2·

  4. remarkjs/remark-lint@remark-lint-fenced-code-flag@4.2.0·

  5. remarkjs/remark-lint@remark-lint-no-undefined-references@5.0.2·

  6. keplersj/remark-preset-lint-starstuff@2.0.7·

    2.0.7 (2025-04-08)

    Bug Fixes
    • deps: update dependency remark-preset-prettier to v2.0.2 (#475) (9f3c3a6)
  7. mdx-js/eslint-mdx@eslint-plugin-mdx@3.4.0·

    Minor Changes

    Patch Changes

  8. mdx-js/eslint-mdx@eslint-mdx@3.4.0·

    Minor Changes

  9. timlrx/rehype-prism-plus@2.0.1·

    What's Changed

    • Feat: Add Option to Show Line Numbers for Specific Languages by @skiende74 in #75

    New Contributors

    Full Changelog: https://github.com/timlrx/rehype-prism-plus/compare/v2.0.0...v2.0.1

  10. mdx-js/eslint-mdx@eslint-plugin-mdx@3.3.2·

    Patch Changes

    Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.3.1...eslint-plugin-mdx@3.3.2

  11. mdx-js/eslint-mdx@eslint-mdx@3.3.2·

    Patch Changes

    Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.3.1...eslint-mdx@3.3.2

  12. rehypejs/rehype-retext@5.0.1·

    Types

    • 5f21a5a Fix types for bridge mode with missing overload
    • 41c99b1 Refactor to use @imports

    Full Changelog: https://github.com/rehypejs/rehype-retext/compare/5.0.0...5.0.1

  13. remarkjs/remark-rehype@11.1.2·

    Types

    • eefd5f1 Fix types for bridge mode with missing overload

    Full Changelog: https://github.com/remarkjs/remark-rehype/compare/11.1.1...11.1.2

  14. remarkjs/remark-retext@6.0.1·

    Types

    Full Changelog: https://github.com/remarkjs/remark-retext/compare/6.0.0...6.0.1

  15. rehypejs/rehype-remark@10.0.1·

    Docs

    • 38d4e31 Fix types for bridge mode with missing overload
    • 09a2525 Refactor to use @imports
    • df177ff Add declaration maps

    Full Changelog: https://github.com/rehypejs/rehype-remark/compare/10.0.0...10.0.1

  16. timlrx/rehype-citation@2.3.0·

    What's Changed

    New Contributors

    Full Changelog: https://github.com/timlrx/rehype-citation/compare/v2.2.2...v2.3.0

  17. mdx-js/eslint-mdx@eslint-mdx@3.3.1·

    Patch Changes

    Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.3.0...eslint-mdx@3.3.1

  18. mdx-js/eslint-mdx@eslint-plugin-mdx@3.3.1·

    Patch Changes

    Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.3.0...eslint-plugin-mdx@3.3.1

  19. mdx-js/eslint-mdx@eslint-plugin-mdx@3.3.0·

    Minor Changes

    • #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'
      

    Patch Changes

    • Updated dependencies [1c31834]:
      • eslint-mdx@3.3.0

    Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.2.0...eslint-plugin-mdx@3.3.0

  20. mdx-js/eslint-mdx@eslint-mdx@3.3.0·

    Minor Changes

    • #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

  21. micromark/micromark-extension-mdx-jsx@3.0.2·

    Types

    Full Changelog: https://github.com/micromark/micromark-extension-mdx-jsx/compare/3.0.1...3.0.2

  22. micromark/micromark-extension-mdx-expression@micromark-extension-mdx-expression@3.0.1·

    Types

    Miscellaneous

    • 201506f Add license files to packages
  23. micromark/micromark-extension-mdx-expression@micromark-factory-mdx-expression@2.0.3·

    Types

    Miscellaneous

    • 201506f Add license files to packages
  24. micromark/micromark-extension-mdx-expression@micromark-util-events-to-acorn@2.0.3·

    Types

    Miscellaneous

    • 201506f Add license files to packages
  25. remcohaszing/remark-mdx-frontmatter@5.1.0·

    • 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

  26. vfile/vfile-matter@5.0.1·

    Fix

    Types

    Docs

    Full Changelog: https://github.com/vfile/vfile-matter/compare/5.0.0...5.0.1

  27. mdx-js/eslint-mdx@eslint-plugin-mdx@3.2.0·

    Minor Changes

    Patch Changes

    • Updated dependencies [f093ff9]:
      • eslint-mdx@3.2.0

    Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.1.5...eslint-plugin-mdx@3.2.0

  28. mdx-js/eslint-mdx@eslint-mdx@3.2.0·

    Minor Changes

    Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.1.5...eslint-mdx@3.2.0