From 962539a291b9ecdcbee0925e0d007ad6f4e22432 Mon Sep 17 00:00:00 2001 From: Benedek Farkas Date: Fri, 24 May 2024 14:44:12 +0200 Subject: [PATCH 1/4] Upgrading the markdownlint package to 0.34.0 --- Lombiq.NodeJs.Extensions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lombiq.NodeJs.Extensions/package.json b/Lombiq.NodeJs.Extensions/package.json index b3ad3074..5685a79f 100644 --- a/Lombiq.NodeJs.Extensions/package.json +++ b/Lombiq.NodeJs.Extensions/package.json @@ -14,7 +14,7 @@ "eslint": "8.47.0", "if-env": "1.0.4", "glob": "10.3.10", - "markdownlint": "0.30.0", + "markdownlint": "0.34.0", "nodemon": "3.0.1", "npm-run-all": "4.1.5", "postcss": "8.4.31", From 55bf03c1aa2d0857b17ae2d94f6ede7e443ae971 Mon Sep 17 00:00:00 2001 From: Benedek Farkas Date: Fri, 24 May 2024 14:44:49 +0200 Subject: [PATCH 2/4] Adding comment to the markdownlint package to warn about updating the "markdown-lint" action in Lombiq.GitHub.Actions too --- Lombiq.NodeJs.Extensions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lombiq.NodeJs.Extensions/package.json b/Lombiq.NodeJs.Extensions/package.json index 5685a79f..2a85c16b 100644 --- a/Lombiq.NodeJs.Extensions/package.json +++ b/Lombiq.NodeJs.Extensions/package.json @@ -14,7 +14,7 @@ "eslint": "8.47.0", "if-env": "1.0.4", "glob": "10.3.10", - "markdownlint": "0.34.0", + "markdownlint": "0.34.0", // When upgrading, also upgrade the "markdown-lint" action in Lombiq.GitHub.Actions to a release that uses the same version of markdownlint. "nodemon": "3.0.1", "npm-run-all": "4.1.5", "postcss": "8.4.31", From b8901969cc1e432e756ff4aee2aa50957e8eb657 Mon Sep 17 00:00:00 2001 From: Benedek Farkas Date: Fri, 24 May 2024 14:53:30 +0200 Subject: [PATCH 3/4] Adding comment to lombiq.markdownlint.json about keeping it in sync with Lombiq.GitHub.Actions --- Lombiq.NodeJs.Extensions/config/lombiq.markdownlint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Lombiq.NodeJs.Extensions/config/lombiq.markdownlint.json b/Lombiq.NodeJs.Extensions/config/lombiq.markdownlint.json index bee8d372..45b0830d 100644 --- a/Lombiq.NodeJs.Extensions/config/lombiq.markdownlint.json +++ b/Lombiq.NodeJs.Extensions/config/lombiq.markdownlint.json @@ -1,3 +1,4 @@ +// When updating, also update the same configuration file accompanying the "markdown-lint" action in Lombiq.GitHub.Actions. { "default": true, "MD004": { "style": "dash" }, From 30240f7d9156c35105788ba603df653d3ce0f4df Mon Sep 17 00:00:00 2001 From: Benedek Farkas Date: Tue, 28 May 2024 13:14:11 +0200 Subject: [PATCH 4/4] Revert "Adding comment to the markdownlint package to warn about updating the "markdown-lint" action in Lombiq.GitHub.Actions too" This reverts commit 55bf03c1aa2d0857b17ae2d94f6ede7e443ae971. --- Lombiq.NodeJs.Extensions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lombiq.NodeJs.Extensions/package.json b/Lombiq.NodeJs.Extensions/package.json index 2a85c16b..5685a79f 100644 --- a/Lombiq.NodeJs.Extensions/package.json +++ b/Lombiq.NodeJs.Extensions/package.json @@ -14,7 +14,7 @@ "eslint": "8.47.0", "if-env": "1.0.4", "glob": "10.3.10", - "markdownlint": "0.34.0", // When upgrading, also upgrade the "markdown-lint" action in Lombiq.GitHub.Actions to a release that uses the same version of markdownlint. + "markdownlint": "0.34.0", "nodemon": "3.0.1", "npm-run-all": "4.1.5", "postcss": "8.4.31",