Skip to content

Commit 08bde9b

Browse files
fix: bump markdownlint to 0.38 (#2238)
## PR Checklist - [x] Addresses an existing open issue: ~fixes #000~ General dependency bump. - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Bumps: ```plaintext markdownlint 0.37.4 → 0.38.0 markdownlint-cli 0.44.0 → 0.45.0 ``` 🎁
1 parent d8f5dd2 commit 08bde9b

File tree

3 files changed

+132
-73
lines changed

3 files changed

+132
-73
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
"knip": "5.46.0",
107107
"lint-staged": "15.5.0",
108108
"lodash": "4.17.21",
109-
"markdownlint": "0.37.4",
110-
"markdownlint-cli": "0.44.0",
109+
"markdownlint": "0.38.0",
110+
"markdownlint-cli": "0.45.0",
111111
"prettier": "3.6.1",
112112
"prettier-plugin-curly": "0.3.2",
113113
"prettier-plugin-packagejson": "2.5.15",

0 commit comments

Comments
 (0)