Skip to content

Commit 27669b1

Browse files
chore: release package(s)
1 parent c62c541 commit 27669b1

10 files changed

+29
-30
lines changed

Diff for: .changeset/eleven-cobras-care.md

-6
This file was deleted.

Diff for: .changeset/great-snakes-nail.md

-5
This file was deleted.

Diff for: .changeset/lovely-spiders-fetch.md

-5
This file was deleted.

Diff for: .changeset/nasty-bananas-sleep.md

-5
This file was deleted.

Diff for: .changeset/smart-pillows-hang.md

-5
This file was deleted.

Diff for: packages/eslint-mdx/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 3.4.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [#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
10+
311
## 3.3.2
412

513
### Patch Changes

Diff for: packages/eslint-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-mdx",
3-
"version": "3.3.2",
3+
"version": "3.4.0",
44
"type": "module",
55
"description": "ESLint Parser for MDX",
66
"repository": "https://github.com/mdx-js/eslint-mdx.git",

Diff for: packages/eslint-plugin-mdx/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## 3.4.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [#566](https://github.com/mdx-js/eslint-mdx/pull/566) [`27ae404`](https://github.com/mdx-js/eslint-mdx/commit/27ae40439196481029c9dc9f45bcc1f14a84f0a7) Thanks [@JounQin](https://github.com/JounQin)! - feat: check nested code blocks without blank lines
10+
11+
- [#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
12+
13+
### Patch Changes
14+
15+
- [#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
16+
17+
- Updated dependencies [[`3aa0f20`](https://github.com/mdx-js/eslint-mdx/commit/3aa0f20174361adce25f969bfb48a4fc214fcdff), [`c62c541`](https://github.com/mdx-js/eslint-mdx/commit/c62c541dc317e6069f11dbd724b8fb925c2e64e5)]:
18+
19+
320
## 3.3.2
421

522
### Patch Changes

Diff for: packages/eslint-plugin-mdx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-mdx",
3-
"version": "3.3.2",
3+
"version": "3.4.0",
44
"type": "module",
55
"description": "ESLint Plugin for MDX",
66
"repository": "https://github.com/mdx-js/eslint-mdx.git",
@@ -49,7 +49,7 @@
4949
"eslint": ">=8.0.0"
5050
},
5151
"dependencies": {
52-
"eslint-mdx": "^3.3.2",
52+
"eslint-mdx": "^3.4.0",
5353
"mdast-util-from-markdown": "^2.0.2",
5454
"mdast-util-mdx": "^3.0.0",
5555
"micromark-extension-mdxjs": "^3.0.0",

Diff for: yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -7929,7 +7929,7 @@ __metadata:
79297929
version: 0.0.0-use.local
79307930
resolution: "eslint-plugin-mdx@workspace:packages/eslint-plugin-mdx"
79317931
dependencies:
7932-
eslint-mdx: "npm:^3.3.2"
7932+
eslint-mdx: "npm:^3.4.0"
79337933
mdast-util-from-markdown: "npm:^2.0.2"
79347934
mdast-util-mdx: "npm:^3.0.0"
79357935
micromark-extension-mdxjs: "npm:^3.0.0"

0 commit comments

Comments
 (0)