mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2026-09-24 15:50:16 +02:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
193e66bc14
|
||
|
|
86308ce34c
|
@@ -10,10 +10,10 @@ jobs:
|
||||
lint:
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- uses: "actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10" # v6.0.3
|
||||
- uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7.0.1
|
||||
|
||||
- name: "Setup Node.js"
|
||||
uses: "actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e" # v6.4.0
|
||||
uses: "actions/setup-node@820762786026740c76f36085b0efc47a31fe5020" # v7.0.0
|
||||
with:
|
||||
node-version: "lts/*"
|
||||
cache: "npm"
|
||||
|
||||
@@ -17,13 +17,13 @@ jobs:
|
||||
pull-requests: "write"
|
||||
id-token: "write"
|
||||
steps:
|
||||
- uses: "actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10" # v6.0.3
|
||||
- uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7.0.1
|
||||
with:
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
|
||||
- name: "Setup Node.js"
|
||||
uses: "actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e" # v6.4.0
|
||||
uses: "actions/setup-node@820762786026740c76f36085b0efc47a31fe5020" # v7.0.0
|
||||
with:
|
||||
node-version: "lts/*"
|
||||
cache: "npm"
|
||||
|
||||
@@ -17,10 +17,10 @@ jobs:
|
||||
- "macos-latest"
|
||||
runs-on: "${{ matrix.runs-on }}"
|
||||
steps:
|
||||
- uses: "actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10" # v6.0.3
|
||||
- uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7.0.1
|
||||
|
||||
- name: "Setup Node.js"
|
||||
uses: "actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e" # v6.4.0
|
||||
uses: "actions/setup-node@820762786026740c76f36085b0efc47a31fe5020" # v7.0.0
|
||||
with:
|
||||
node-version: "lts/*"
|
||||
cache: "npm"
|
||||
|
||||
Generated
+844
-458
File diff suppressed because it is too large
Load Diff
+9
-10
@@ -36,20 +36,19 @@
|
||||
"release": "semantic-release"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "14.2.0",
|
||||
"markdown-it": "15.0.1",
|
||||
"mime": "4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/markdown-it": "14.1.2",
|
||||
"@types/node": "26.1.0",
|
||||
"@types/node": "26.6.2",
|
||||
"eslint-config-conventions": "21.4.0",
|
||||
"markdownlint": "0.41.0",
|
||||
"markdownlint-cli2": "0.23.0",
|
||||
"oxfmt": "0.57.0",
|
||||
"oxlint": "1.72.0",
|
||||
"oxlint-tsgolint": "0.24.0",
|
||||
"semantic-release": "25.0.5",
|
||||
"typescript": "6.0.3"
|
||||
"markdownlint": "0.41.1",
|
||||
"markdownlint-cli2": "0.23.3",
|
||||
"oxfmt": "0.70.0",
|
||||
"oxlint": "1.85.0",
|
||||
"oxlint-tsgolint": "7.0.2002",
|
||||
"semantic-release": "25.0.9",
|
||||
"typescript": "7.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22.0.0"
|
||||
|
||||
Reference in New Issue
Block a user