mirror of
https://github.com/ivuorinen/base-configs-markdownlint.git
synced 2026-02-14 15:48:12 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dbbf9678db | ||
|
|
016f79684e | ||
|
|
14eae67f15 | ||
|
|
b54c9cbad6 | ||
|
|
e9a984af6f | ||
|
|
466c4c25b8 | ||
|
|
96282ca2ff |
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -70,7 +70,7 @@ jobs:
|
|||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
|
uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
|
||||||
with:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
build-mode: ${{ matrix.build-mode }}
|
build-mode: ${{ matrix.build-mode }}
|
||||||
@@ -98,6 +98,6 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
|
uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
|
||||||
with:
|
with:
|
||||||
category: "/language:${{matrix.language}}"
|
category: "/language:${{matrix.language}}"
|
||||||
|
|||||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -58,7 +58,7 @@ jobs:
|
|||||||
run: npm install -g corepack --force && corepack enable
|
run: npm install -g corepack --force && corepack enable
|
||||||
|
|
||||||
- name: Cache Node Modules
|
- name: Cache Node Modules
|
||||||
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ repos:
|
|||||||
args: [--autofix, --no-sort-keys]
|
args: [--autofix, --no-sort-keys]
|
||||||
|
|
||||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||||
rev: v0.46.0
|
rev: v0.47.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: markdownlint
|
- id: markdownlint
|
||||||
args: [-c, .markdownlint.json, --fix]
|
args: [-c, .markdownlint.json, --fix]
|
||||||
|
|||||||
@@ -3,6 +3,13 @@
|
|||||||
All notable changes to this project will be documented in this file. See
|
All notable changes to this project will be documented in this file. See
|
||||||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [1.0.1](https://github.com/ivuorinen/base-configs-markdownlint/compare/v1.0.0...v1.0.1) (2025-12-15)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update markdownlint-cli (0.46.0 → 0.47.0) ([#86](https://github.com/ivuorinen/base-configs-markdownlint/issues/86)) ([016f796](https://github.com/ivuorinen/base-configs-markdownlint/commit/016f79684ec1f6e2eee0e527963e274a8e9eb795))
|
||||||
|
|
||||||
# 1.0.0 (2025-12-06)
|
# 1.0.0 (2025-12-06)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/markdownlint-config",
|
"name": "@ivuorinen/markdownlint-config",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "ivuorinen's shareable configuration for markdownlint.",
|
"description": "ivuorinen's shareable configuration for markdownlint.",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ivuorinen/config-checker": "^2.1.1",
|
"@ivuorinen/config-checker": "^2.1.1",
|
||||||
"markdownlint-cli": "^0.46.0"
|
"markdownlint-cli": "^0.47.0"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.12.0",
|
"packageManager": "yarn@4.12.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
82
yarn.lock
82
yarn.lock
@@ -125,7 +125,7 @@ __metadata:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@ivuorinen/config-checker": "npm:^2.1.1"
|
"@ivuorinen/config-checker": "npm:^2.1.1"
|
||||||
"@ivuorinen/semantic-release-config": "npm:^1.0.0"
|
"@ivuorinen/semantic-release-config": "npm:^1.0.0"
|
||||||
markdownlint-cli: "npm:^0.46.0"
|
markdownlint-cli: "npm:^0.47.0"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
@@ -1302,7 +1302,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"debug@npm:4, debug@npm:^4.3.4, debug@npm:^4.4.1":
|
"debug@npm:4, debug@npm:^4.0.0, debug@npm:^4.3.4, debug@npm:^4.4.1":
|
||||||
version: 4.4.3
|
version: 4.4.3
|
||||||
resolution: "debug@npm:4.4.3"
|
resolution: "debug@npm:4.4.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -1314,18 +1314,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"debug@npm:^4.0.0":
|
|
||||||
version: 4.4.0
|
|
||||||
resolution: "debug@npm:4.4.0"
|
|
||||||
dependencies:
|
|
||||||
ms: "npm:^2.1.3"
|
|
||||||
peerDependenciesMeta:
|
|
||||||
supports-color:
|
|
||||||
optional: true
|
|
||||||
checksum: 10c0/db94f1a182bf886f57b4755f85b3a74c39b5114b9377b7ab375dc2cfa3454f09490cc6c30f829df3fc8042bc8b8995f6567ce5cd96f3bc3688bd24027197d9de
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"decode-named-character-reference@npm:^1.0.0":
|
"decode-named-character-reference@npm:^1.0.0":
|
||||||
version: 1.0.2
|
version: 1.0.2
|
||||||
resolution: "decode-named-character-reference@npm:1.0.2"
|
resolution: "decode-named-character-reference@npm:1.0.2"
|
||||||
@@ -1674,7 +1662,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"get-east-asian-width@npm:^1.0.0":
|
"get-east-asian-width@npm:^1.0.0, get-east-asian-width@npm:^1.3.0":
|
||||||
version: 1.4.0
|
version: 1.4.0
|
||||||
resolution: "get-east-asian-width@npm:1.4.0"
|
resolution: "get-east-asian-width@npm:1.4.0"
|
||||||
checksum: 10c0/4e481d418e5a32061c36fbb90d1b225a254cc5b2df5f0b25da215dcd335a3c111f0c2023ffda43140727a9cafb62dac41d022da82c08f31083ee89f714ee3b83
|
checksum: 10c0/4e481d418e5a32061c36fbb90d1b225a254cc5b2df5f0b25da215dcd335a3c111f0c2023ffda43140727a9cafb62dac41d022da82c08f31083ee89f714ee3b83
|
||||||
@@ -2531,9 +2519,9 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"markdownlint-cli@npm:^0.46.0":
|
"markdownlint-cli@npm:^0.47.0":
|
||||||
version: 0.46.0
|
version: 0.47.0
|
||||||
resolution: "markdownlint-cli@npm:0.46.0"
|
resolution: "markdownlint-cli@npm:0.47.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
commander: "npm:~14.0.2"
|
commander: "npm:~14.0.2"
|
||||||
deep-extend: "npm:~0.6.0"
|
deep-extend: "npm:~0.6.0"
|
||||||
@@ -2542,20 +2530,20 @@ __metadata:
|
|||||||
jsonc-parser: "npm:~3.3.1"
|
jsonc-parser: "npm:~3.3.1"
|
||||||
jsonpointer: "npm:~5.0.1"
|
jsonpointer: "npm:~5.0.1"
|
||||||
markdown-it: "npm:~14.1.0"
|
markdown-it: "npm:~14.1.0"
|
||||||
markdownlint: "npm:~0.39.0"
|
markdownlint: "npm:~0.40.0"
|
||||||
minimatch: "npm:~10.1.1"
|
minimatch: "npm:~10.1.1"
|
||||||
run-con: "npm:~1.3.2"
|
run-con: "npm:~1.3.2"
|
||||||
smol-toml: "npm:~1.5.2"
|
smol-toml: "npm:~1.5.2"
|
||||||
tinyglobby: "npm:~0.2.15"
|
tinyglobby: "npm:~0.2.15"
|
||||||
bin:
|
bin:
|
||||||
markdownlint: markdownlint.js
|
markdownlint: markdownlint.js
|
||||||
checksum: 10c0/cd6d7a9e84bbf02e768dffa3b695f61d24709e8c036ed46ee6fdccd747e6adc5f0e3839e378319f2195ee8fb117f358b9ea7f0c00203e48a9e54829ea5223d68
|
checksum: 10c0/466e2e0f288844a129bfcbdbfb1f08fef81e42f6c0d9760fc3d9a8e668cfc34fdfd055f08d780b9bc73abad7d5827eb94ec100405b38cde1eadadca66bfe0188
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"markdownlint@npm:~0.39.0":
|
"markdownlint@npm:~0.40.0":
|
||||||
version: 0.39.0
|
version: 0.40.0
|
||||||
resolution: "markdownlint@npm:0.39.0"
|
resolution: "markdownlint@npm:0.40.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
micromark: "npm:4.0.2"
|
micromark: "npm:4.0.2"
|
||||||
micromark-core-commonmark: "npm:2.0.3"
|
micromark-core-commonmark: "npm:2.0.3"
|
||||||
@@ -2565,7 +2553,8 @@ __metadata:
|
|||||||
micromark-extension-gfm-table: "npm:2.1.1"
|
micromark-extension-gfm-table: "npm:2.1.1"
|
||||||
micromark-extension-math: "npm:3.1.0"
|
micromark-extension-math: "npm:3.1.0"
|
||||||
micromark-util-types: "npm:2.0.2"
|
micromark-util-types: "npm:2.0.2"
|
||||||
checksum: 10c0/aaa079902fa1585e3769a0f699478cdcca0e2bf205916e5cc90a362746548b5530aa8e0a762e255b5e05dc481d86f9e8859780d4e5943e3ace8a5fb48023b6af
|
string-width: "npm:8.1.0"
|
||||||
|
checksum: 10c0/1543fcf4a433bc54e0e565cb1c8111e5e3d0df3742df0cc840d470bced21a1e3b5593e4e380ad0d8d5e490d9b399699d48aeabed33719f3fbdc6d00128138f20
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -2616,7 +2605,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"micromark-core-commonmark@npm:2.0.3":
|
"micromark-core-commonmark@npm:2.0.3, micromark-core-commonmark@npm:^2.0.0":
|
||||||
version: 2.0.3
|
version: 2.0.3
|
||||||
resolution: "micromark-core-commonmark@npm:2.0.3"
|
resolution: "micromark-core-commonmark@npm:2.0.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -2640,30 +2629,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"micromark-core-commonmark@npm:^2.0.0":
|
|
||||||
version: 2.0.2
|
|
||||||
resolution: "micromark-core-commonmark@npm:2.0.2"
|
|
||||||
dependencies:
|
|
||||||
decode-named-character-reference: "npm:^1.0.0"
|
|
||||||
devlop: "npm:^1.0.0"
|
|
||||||
micromark-factory-destination: "npm:^2.0.0"
|
|
||||||
micromark-factory-label: "npm:^2.0.0"
|
|
||||||
micromark-factory-space: "npm:^2.0.0"
|
|
||||||
micromark-factory-title: "npm:^2.0.0"
|
|
||||||
micromark-factory-whitespace: "npm:^2.0.0"
|
|
||||||
micromark-util-character: "npm:^2.0.0"
|
|
||||||
micromark-util-chunked: "npm:^2.0.0"
|
|
||||||
micromark-util-classify-character: "npm:^2.0.0"
|
|
||||||
micromark-util-html-tag-name: "npm:^2.0.0"
|
|
||||||
micromark-util-normalize-identifier: "npm:^2.0.0"
|
|
||||||
micromark-util-resolve-all: "npm:^2.0.0"
|
|
||||||
micromark-util-subtokenize: "npm:^2.0.0"
|
|
||||||
micromark-util-symbol: "npm:^2.0.0"
|
|
||||||
micromark-util-types: "npm:^2.0.0"
|
|
||||||
checksum: 10c0/87c7a75cd339189eb6f1d6323037f7d108d1331d953b84fe839b37fd385ee2292b27222327c1ceffda46ba5d5d4dee703482475e5ee8744be40c9e308d8acb77
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"micromark-extension-directive@npm:4.0.0":
|
"micromark-extension-directive@npm:4.0.0":
|
||||||
version: 4.0.0
|
version: 4.0.0
|
||||||
resolution: "micromark-extension-directive@npm:4.0.0"
|
resolution: "micromark-extension-directive@npm:4.0.0"
|
||||||
@@ -2903,20 +2868,13 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"micromark-util-types@npm:2.0.2":
|
"micromark-util-types@npm:2.0.2, micromark-util-types@npm:^2.0.0":
|
||||||
version: 2.0.2
|
version: 2.0.2
|
||||||
resolution: "micromark-util-types@npm:2.0.2"
|
resolution: "micromark-util-types@npm:2.0.2"
|
||||||
checksum: 10c0/c8c15b96c858db781c4393f55feec10004bf7df95487636c9a9f7209e51002a5cca6a047c5d2a5dc669ff92da20e57aaa881e81a268d9ccadb647f9dce305298
|
checksum: 10c0/c8c15b96c858db781c4393f55feec10004bf7df95487636c9a9f7209e51002a5cca6a047c5d2a5dc669ff92da20e57aaa881e81a268d9ccadb647f9dce305298
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"micromark-util-types@npm:^2.0.0":
|
|
||||||
version: 2.0.1
|
|
||||||
resolution: "micromark-util-types@npm:2.0.1"
|
|
||||||
checksum: 10c0/872ec9334bb42afcc91c5bed8b7ee03b75654b36c6f221ab4d2b1bb0299279f00db948bf38ec6bc1ec03d0cf7842c21ab805190bf676157ba587eb0386d38b71
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"micromark@npm:4.0.2":
|
"micromark@npm:4.0.2":
|
||||||
version: 4.0.2
|
version: 4.0.2
|
||||||
resolution: "micromark@npm:4.0.2"
|
resolution: "micromark@npm:4.0.2"
|
||||||
@@ -4219,6 +4177,16 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"string-width@npm:8.1.0":
|
||||||
|
version: 8.1.0
|
||||||
|
resolution: "string-width@npm:8.1.0"
|
||||||
|
dependencies:
|
||||||
|
get-east-asian-width: "npm:^1.3.0"
|
||||||
|
strip-ansi: "npm:^7.1.0"
|
||||||
|
checksum: 10c0/749b5d0dab2532b4b6b801064230f4da850f57b3891287023117ab63a464ad79dd208f42f793458f48f3ad121fe2e1f01dd525ff27ead957ed9f205e27406593
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"string-width@npm:^4.1.0, string-width@npm:^4.2.0, string-width@npm:^4.2.3":
|
"string-width@npm:^4.1.0, string-width@npm:^4.2.0, string-width@npm:^4.2.3":
|
||||||
version: 4.2.3
|
version: 4.2.3
|
||||||
resolution: "string-width@npm:4.2.3"
|
resolution: "string-width@npm:4.2.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user