diff --git a/.changeset/eleven-cobras-care.md b/.changeset/eleven-cobras-care.md deleted file mode 100644 index 3d4fa8aa..00000000 --- a/.changeset/eleven-cobras-care.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"eslint-mdx": minor -"eslint-plugin-mdx": minor ---- - -refactor: remove unnecessary `loadEsmModule` helper, use native `import()` instead diff --git a/.changeset/great-snakes-nail.md b/.changeset/great-snakes-nail.md deleted file mode 100644 index 8e1a97b9..00000000 --- a/.changeset/great-snakes-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-mdx": minor ---- - -feat: check nested code blocks without blank lines diff --git a/.changeset/lovely-spiders-fetch.md b/.changeset/lovely-spiders-fetch.md deleted file mode 100644 index 11c66cfc..00000000 --- a/.changeset/lovely-spiders-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-mdx": minor ---- - -feat: respect `.remarkignore` at the same time diff --git a/.changeset/nasty-bananas-sleep.md b/.changeset/nasty-bananas-sleep.md deleted file mode 100644 index 70a5691b..00000000 --- a/.changeset/nasty-bananas-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-mdx": minor ---- - -feat: support mdx comments as ESLint directives diff --git a/.changeset/smart-pillows-hang.md b/.changeset/smart-pillows-hang.md deleted file mode 100644 index cd9b5398..00000000 --- a/.changeset/smart-pillows-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-mdx": patch ---- - -fix: code block filename regexp group names missed diff --git a/packages/eslint-mdx/CHANGELOG.md b/packages/eslint-mdx/CHANGELOG.md index b5b14861..57c8245d 100644 --- a/packages/eslint-mdx/CHANGELOG.md +++ b/packages/eslint-mdx/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 3.4.0 + +### Minor Changes + +- [#562](https://github.com/mdx-js/eslint-mdx/pull/562) [`3aa0f20`](https://github.com/mdx-js/eslint-mdx/commit/3aa0f20174361adce25f969bfb48a4fc214fcdff) Thanks [@JounQin](https://github.com/JounQin)! - refactor: remove unnecessary `loadEsmModule` helper, use native `import()` instead + +- [#561](https://github.com/mdx-js/eslint-mdx/pull/561) [`c62c541`](https://github.com/mdx-js/eslint-mdx/commit/c62c541dc317e6069f11dbd724b8fb925c2e64e5) Thanks [@JounQin](https://github.com/JounQin)! - feat: respect `.remarkignore` at the same time + ## 3.3.2 ### Patch Changes diff --git a/packages/eslint-mdx/package.json b/packages/eslint-mdx/package.json index 61b47110..49928c11 100644 --- a/packages/eslint-mdx/package.json +++ b/packages/eslint-mdx/package.json @@ -1,6 +1,6 @@ { "name": "eslint-mdx", - "version": "3.3.2", + "version": "3.4.0", "type": "module", "description": "ESLint Parser for MDX", "repository": "https://github.com/mdx-js/eslint-mdx.git", diff --git a/packages/eslint-plugin-mdx/CHANGELOG.md b/packages/eslint-plugin-mdx/CHANGELOG.md index 3984fd15..f92965d8 100644 --- a/packages/eslint-plugin-mdx/CHANGELOG.md +++ b/packages/eslint-plugin-mdx/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 3.4.0 + +### Minor Changes + +- [#562](https://github.com/mdx-js/eslint-mdx/pull/562) [`3aa0f20`](https://github.com/mdx-js/eslint-mdx/commit/3aa0f20174361adce25f969bfb48a4fc214fcdff) Thanks [@JounQin](https://github.com/JounQin)! - refactor: remove unnecessary `loadEsmModule` helper, use native `import()` instead + +- [#564](https://github.com/mdx-js/eslint-mdx/pull/564) [`2672044`](https://github.com/mdx-js/eslint-mdx/commit/267204411119fd25d498ceb727d54e94e2eafd26) Thanks [@JounQin](https://github.com/JounQin)! - feat: check nested code blocks without blank lines + +- [#564](https://github.com/mdx-js/eslint-mdx/pull/564) [`2672044`](https://github.com/mdx-js/eslint-mdx/commit/267204411119fd25d498ceb727d54e94e2eafd26) Thanks [@JounQin](https://github.com/JounQin)! - feat: support mdx comments as ESLint directives + +### Patch Changes + +- [#567](https://github.com/mdx-js/eslint-mdx/pull/567) [`68b2028`](https://github.com/mdx-js/eslint-mdx/commit/68b202867f20587bb3d8dc8e0cd4706080e2f42b) Thanks [@JounQin](https://github.com/JounQin)! - fix: code block filename regexp group names missed + +- Updated dependencies [[`3aa0f20`](https://github.com/mdx-js/eslint-mdx/commit/3aa0f20174361adce25f969bfb48a4fc214fcdff)]: + - eslint-mdx@3.4.0 + ## 3.3.2 ### Patch Changes diff --git a/packages/eslint-plugin-mdx/package.json b/packages/eslint-plugin-mdx/package.json index e31865f9..6946f68d 100644 --- a/packages/eslint-plugin-mdx/package.json +++ b/packages/eslint-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mdx", - "version": "3.3.2", + "version": "3.4.0", "type": "module", "description": "ESLint Plugin for MDX", "repository": "https://github.com/mdx-js/eslint-mdx.git", @@ -49,7 +49,7 @@ "eslint": ">=8.0.0" }, "dependencies": { - "eslint-mdx": "^3.3.2", + "eslint-mdx": "^3.4.0", "mdast-util-from-markdown": "^2.0.2", "mdast-util-mdx": "^3.0.0", "micromark-extension-mdxjs": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index d15da79f..ae14bbd8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7929,7 +7929,7 @@ __metadata: version: 0.0.0-use.local resolution: "eslint-plugin-mdx@workspace:packages/eslint-plugin-mdx" dependencies: - eslint-mdx: "npm:^3.3.2" + eslint-mdx: "npm:^3.4.0" mdast-util-from-markdown: "npm:^2.0.2" mdast-util-mdx: "npm:^3.0.0" micromark-extension-mdxjs: "npm:^3.0.0"