mirror of
				https://github.com/theoludwig/markdownlint-rule-relative-links.git
				synced 2025-11-01 00:49:07 +01:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						257d65e6f5
	
				 | 
					
					
						|||
| 
						
						
							
						
						bc89a30309
	
				 | 
					
					
						
							
								
								
									
										8
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							@@ -10,10 +10,10 @@ jobs:
 | 
				
			|||||||
  lint:
 | 
					  lint:
 | 
				
			||||||
    runs-on: "ubuntu-latest"
 | 
					    runs-on: "ubuntu-latest"
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: "actions/checkout@v4.2.2"
 | 
					      - uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: "Setup Node.js"
 | 
					      - name: "Setup Node.js"
 | 
				
			||||||
        uses: "actions/setup-node@v4.1.0"
 | 
					        uses: "actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903" # v6.0.0
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          node-version: "lts/*"
 | 
					          node-version: "lts/*"
 | 
				
			||||||
          cache: "npm"
 | 
					          cache: "npm"
 | 
				
			||||||
@@ -30,6 +30,6 @@ jobs:
 | 
				
			|||||||
  commitlint:
 | 
					  commitlint:
 | 
				
			||||||
    runs-on: "ubuntu-latest"
 | 
					    runs-on: "ubuntu-latest"
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: "actions/checkout@v4.2.2"
 | 
					      - uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - uses: "wagoid/commitlint-github-action@v6.2.0"
 | 
					      - uses: "wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed" # v6.2.1
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										4
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@@ -13,13 +13,13 @@ jobs:
 | 
				
			|||||||
      pull-requests: "write"
 | 
					      pull-requests: "write"
 | 
				
			||||||
      id-token: "write"
 | 
					      id-token: "write"
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: "actions/checkout@v4.2.2"
 | 
					      - uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          fetch-depth: 0
 | 
					          fetch-depth: 0
 | 
				
			||||||
          persist-credentials: false
 | 
					          persist-credentials: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: "Setup Node.js"
 | 
					      - name: "Setup Node.js"
 | 
				
			||||||
        uses: "actions/setup-node@v4.1.0"
 | 
					        uses: "actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903" # v6.0.0
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          node-version: "lts/*"
 | 
					          node-version: "lts/*"
 | 
				
			||||||
          cache: "npm"
 | 
					          cache: "npm"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										4
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							@@ -17,10 +17,10 @@ jobs:
 | 
				
			|||||||
          - "macos-latest"
 | 
					          - "macos-latest"
 | 
				
			||||||
    runs-on: "${{ matrix.runs-on }}"
 | 
					    runs-on: "${{ matrix.runs-on }}"
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: "actions/checkout@v4.2.2"
 | 
					      - uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: "Setup Node.js"
 | 
					      - name: "Setup Node.js"
 | 
				
			||||||
        uses: "actions/setup-node@v4.1.0"
 | 
					        uses: "actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903" # v6.0.0
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          node-version: "lts/*"
 | 
					          node-version: "lts/*"
 | 
				
			||||||
          cache: "npm"
 | 
					          cache: "npm"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										4015
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4015
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										24
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								package.json
									
									
									
									
									
								
							@@ -44,19 +44,19 @@
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
    "@types/markdown-it": "14.1.2",
 | 
					    "@types/markdown-it": "14.1.2",
 | 
				
			||||||
    "@types/node": "22.15.17",
 | 
					    "@types/node": "24.9.2",
 | 
				
			||||||
    "editorconfig-checker": "6.0.1",
 | 
					    "editorconfig-checker": "6.1.1",
 | 
				
			||||||
    "eslint": "9.26.0",
 | 
					    "eslint": "9.39.0",
 | 
				
			||||||
    "eslint-config-conventions": "19.2.0",
 | 
					    "eslint-config-conventions": "21.1.0",
 | 
				
			||||||
    "eslint-plugin-promise": "7.2.1",
 | 
					    "eslint-plugin-promise": "7.2.1",
 | 
				
			||||||
    "eslint-plugin-unicorn": "59.0.1",
 | 
					    "eslint-plugin-unicorn": "62.0.0",
 | 
				
			||||||
    "eslint-plugin-import-x": "4.11.1",
 | 
					    "eslint-plugin-import-x": "4.16.1",
 | 
				
			||||||
    "globals": "16.1.0",
 | 
					    "globals": "16.4.0",
 | 
				
			||||||
    "markdownlint": "0.38.0",
 | 
					    "markdownlint": "0.38.0",
 | 
				
			||||||
    "markdownlint-cli2": "0.18.0",
 | 
					    "markdownlint-cli2": "0.18.1",
 | 
				
			||||||
    "prettier": "3.5.3",
 | 
					    "prettier": "3.6.2",
 | 
				
			||||||
    "semantic-release": "24.2.3",
 | 
					    "semantic-release": "25.0.1",
 | 
				
			||||||
    "typescript-eslint": "8.32.0",
 | 
					    "typescript-eslint": "8.46.2",
 | 
				
			||||||
    "typescript": "5.8.3"
 | 
					    "typescript": "5.9.3"
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user