Skip to content

Update dependency eslint-plugin-mdx to v3#2346

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/eslint-plugin-mdx-3.x
Open

Update dependency eslint-plugin-mdx to v3#2346
renovate[bot] wants to merge 1 commit intomainfrom
renovate/eslint-plugin-mdx-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2026

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-mdx (source) 1.17.13.6.2 age confidence

Release Notes

mdx-js/eslint-mdx (eslint-plugin-mdx)

v3.6.2

Compare Source

Patch Changes

v3.6.1

Compare Source

Patch Changes

v3.6.0

Compare Source

Minor Changes
Patch Changes
  • Updated dependencies [7b5e748]:
    • eslint-mdx@​3.6.0

v3.5.0

Compare Source

Minor Changes
Patch Changes

Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.4.2...eslint-plugin-mdx@3.5.0

v3.4.2

Compare Source

Patch Changes

Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.4.1...eslint-plugin-mdx@3.4.2

v3.4.1

Compare Source

Patch Changes
New Contributors

Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.4.0...eslint-plugin-mdx@3.4.1

v3.4.0

Compare Source

Minor Changes
Patch Changes

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

v3.3.2

Compare Source

Patch Changes

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

v3.3.1

Compare Source

Patch Changes

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

v3.3.0

Compare Source

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

v3.2.0

Compare Source

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

v3.1.5

Compare Source

Patch Changes
  • #​521 1a81c44 Thanks @​EthanShoeDev! - fix: undefined place in vFile message causes TypeError

    Many remark-lint errors do not set a place variable in the vFile
    message. This code should accept undefined for this field.

    fixes #​520

  • Updated dependencies []:

    • eslint-mdx@​3.1.5

v3.1.4

Compare Source

Patch Changes

v3.1.3

Compare Source

Patch Changes
  • Updated dependencies [1f2dd73]:
    • eslint-mdx@​3.1.3

v3.1.2

Compare Source

Patch Changes
  • Updated dependencies [f2067c1]:
    • eslint-mdx@​3.1.2

v3.1.1

Compare Source

Patch Changes

v3.1.0

Compare Source

Minor Changes
Patch Changes
  • Updated dependencies []:
    • eslint-mdx@​3.1.0

v3.0.1

Compare Source

Patch Changes
  • #​493 e3c225b Thanks @​JounQin! - fix: incompatible with some react rules: jsx-curly-brace-presence, jsx-sort-props, self-closing-comp

  • Updated dependencies [e3c225b, e3c225b]:

    • eslint-mdx@​3.0.1

v3.0.0

Compare Source

3.0.0

Major Changes

Full Changelog: mdx-js/eslint-mdx@v2.1.0...v3.0.0

v2.3.4

Compare Source

Patch Changes

v2.3.3

Compare Source

Patch Changes

v2.3.2

Compare Source

Patch Changes
  • Updated dependencies [8fdae1f]:
    • eslint-mdx@​2.3.2

v2.3.1

Compare Source

Patch Changes
  • Updated dependencies [6913aa1]:
    • eslint-mdx@​2.3.1

v2.3.0

Compare Source

Minor Changes
  • f3d4ff4 Thanks @​JounQin! - feat: only enable prettier/prettier rule for eslint-plugin-prettier <5.1.2
Patch Changes
  • b4583e5 Thanks @​JounQin! - fix: incorrect docs due to prettier + mdx v2+ incompatible

  • Updated dependencies [b4583e5]:

    • eslint-mdx@​2.3.0

v2.2.1

Compare Source

2.2.1

Patch Changes

Full Changelog: mdx-js/eslint-mdx@v2.2.0...v2.2.1

v2.2.0

Compare Source

What's Changed

Full Changelog: mdx-js/eslint-mdx@v2.1.0...v2.2.0

v2.1.0

Compare Source

What's Changed

Full Changelog: mdx-js/eslint-mdx@v2.0.5...v2.1.0

v2.0.5

Compare Source

What's Changed

Full Changelog: mdx-js/eslint-mdx@v2.0.4...v2.0.5

v2.0.4

Compare Source

2.0.4

Patch Changes

v2.0.3

Compare Source

2.0.3

Patch Changes

v2.0.2

Compare Source

2.0.2

Patch Changes

v2.0.1

Compare Source

Bug Fixes

v2.0.0

Compare Source

BREAKING CHANGES

  1. experimentally support remark-mdx@​2
  2. drop parser option support, please use overrides of ESLint config instead
  3. drop Node < 12.20
  4. drop ESLint < 8
Bug Fixes
Misc
  • fix: throw error with correct loc (#​382)
  • fix: upgrade micromark-util-events-to-acorn (#​383)
  • fix: line/column sorted error output (#​390)
  • fix: node ES module + worker issue on Windows (#​392)
  • fix: restore first level jsx AST and tokens (#​394)
  • fix: handle node and children recursively (#​396)

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Feb 4, 2026

Deploy Preview for cloudfour-patterns ready!

Name Link
🔨 Latest commit a0d64d6
🔍 Latest deploy log https://app.netlify.com/projects/cloudfour-patterns/deploys/69835df1a5389c00089233a5
😎 Deploy Preview https://deploy-preview-2346--cloudfour-patterns.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@changeset-bot
Copy link

changeset-bot bot commented Feb 4, 2026

⚠️ No Changeset found

Latest commit: a0d64d6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants