Skip to content

chore: release package(s) #563

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/eleven-cobras-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-snakes-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-spiders-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-bananas-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-pillows-hang.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/eslint-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-mdx/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
17 changes: 17 additions & 0 deletions packages/eslint-plugin-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)]:
- [email protected]

## 3.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading