[PR #1338] [CLOSED] markdownlint Pr/131 #1396

Closed
opened 2026-03-03 02:03:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1338
Author: @Pichchayut
Created: 8/24/2024
Status: Closed

Base: mainHead: pr/1315


📝 Commits (10+)

  • 51bb751 Bump eslint-plugin-regexp from 2.3.0 to 2.4.0
  • fb671b6 Update test-declaration npm script to be more strict and parameterize module.
  • b7ed1e6 Update test repo snapshots.
  • 0dbbedb Rename type declaration file micromark.d.ts to micromark.d.cts in markdownlint-micromark so TypeScript will successfully reference it via its package.json/types (fixes #1160, closes #1160).
  • 9aa6ff4 Update dependency: markdownlint-micromark to 0.1.10, update test-declaration npm script to exercise --module nodenext (refs #1160).
  • 9b78582 Bump eslint-plugin-jsdoc from 48.2.1 to 48.2.2
  • 02afc89 Update test repo snapshots.
  • dfbb7ff Update test repo snapshots.
  • 06824f2 Bump eslint-plugin-unicorn from 51.0.1 to 52.0.0
  • 285cbb7 Bump typescript from 5.4.3 to 5.4.4

📊 Changes

129 files changed (+5924 additions, -3592 deletions)

View changed files

.eslintrc.json (+0 -140)
📝 .github/dependabot.yml (+14 -0)
📝 .github/dictionary.txt (+1 -0)
📝 .github/workflows/ci.yml (+1 -1)
📝 .markdownlint.json (+3 -0)
📝 .npmignore (+1 -1)
📝 README.md (+17 -2)
📝 demo/default.js (+2 -4)
📝 demo/markdownlint-browser.js (+1106 -1108)
📝 doc-build/md034.md (+5 -0)
📝 doc-build/md044.md (+10 -0)
doc-build/md058.md (+40 -0)
📝 doc/CustomRules.md (+11 -6)
📝 doc/Rules.md (+66 -0)
📝 doc/md034.md (+5 -0)
📝 doc/md044.md (+10 -0)
doc/md058.md (+48 -0)
eslint.config.mjs (+140 -0)
📝 example/typescript/tsconfig.json (+10 -7)
📝 helpers/README.md (+0 -26)

...and 80 more files

📄 Description

Compare changes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/DavidAnson/markdownlint/pull/1338 **Author:** [@Pichchayut](https://github.com/Pichchayut) **Created:** 8/24/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `pr/1315` --- ### 📝 Commits (10+) - [`51bb751`](https://github.com/DavidAnson/markdownlint/commit/51bb7511553297457845c80d05b36c4bff9ce4f1) Bump eslint-plugin-regexp from 2.3.0 to 2.4.0 - [`fb671b6`](https://github.com/DavidAnson/markdownlint/commit/fb671b6cd1b4ca734369bbcfc032cc5e62f5ca88) Update test-declaration npm script to be more strict and parameterize module. - [`b7ed1e6`](https://github.com/DavidAnson/markdownlint/commit/b7ed1e6540134a7b1b1a92961ddf352e8f0cf643) Update test repo snapshots. - [`0dbbedb`](https://github.com/DavidAnson/markdownlint/commit/0dbbedb2f75c3093ea4ec1abd9312a4706c97a8f) Rename type declaration file micromark.d.ts to micromark.d.cts in markdownlint-micromark so TypeScript will successfully reference it via its package.json/types (fixes #1160, closes #1160). - [`9aa6ff4`](https://github.com/DavidAnson/markdownlint/commit/9aa6ff4fd5aae45196dc5774c19f754285ff861b) Update dependency: markdownlint-micromark to 0.1.10, update test-declaration npm script to exercise --module nodenext (refs #1160). - [`9b78582`](https://github.com/DavidAnson/markdownlint/commit/9b78582e8683847c9f350b94746c87e4608af3ab) Bump eslint-plugin-jsdoc from 48.2.1 to 48.2.2 - [`02afc89`](https://github.com/DavidAnson/markdownlint/commit/02afc89443482b05f26314033aec41f1dcc5c13d) Update test repo snapshots. - [`dfbb7ff`](https://github.com/DavidAnson/markdownlint/commit/dfbb7ffcf67d4f01e5677f45ffe307ccd33d9fa8) Update test repo snapshots. - [`06824f2`](https://github.com/DavidAnson/markdownlint/commit/06824f201d2e14dfc496c67be1db2c71991a0346) Bump eslint-plugin-unicorn from 51.0.1 to 52.0.0 - [`285cbb7`](https://github.com/DavidAnson/markdownlint/commit/285cbb7a478a7b0553b623b8bfe1b9cfccb95f63) Bump typescript from 5.4.3 to 5.4.4 ### 📊 Changes **129 files changed** (+5924 additions, -3592 deletions) <details> <summary>View changed files</summary> ➖ `.eslintrc.json` (+0 -140) 📝 `.github/dependabot.yml` (+14 -0) 📝 `.github/dictionary.txt` (+1 -0) 📝 `.github/workflows/ci.yml` (+1 -1) 📝 `.markdownlint.json` (+3 -0) 📝 `.npmignore` (+1 -1) 📝 `README.md` (+17 -2) 📝 `demo/default.js` (+2 -4) 📝 `demo/markdownlint-browser.js` (+1106 -1108) 📝 `doc-build/md034.md` (+5 -0) 📝 `doc-build/md044.md` (+10 -0) ➕ `doc-build/md058.md` (+40 -0) 📝 `doc/CustomRules.md` (+11 -6) 📝 `doc/Rules.md` (+66 -0) 📝 `doc/md034.md` (+5 -0) 📝 `doc/md044.md` (+10 -0) ➕ `doc/md058.md` (+48 -0) ➕ `eslint.config.mjs` (+140 -0) 📝 `example/typescript/tsconfig.json` (+10 -7) 📝 `helpers/README.md` (+0 -26) _...and 80 more files_ </details> ### 📄 Description Compare changes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 02:03:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#1396
No description provided.