build(deps-dev): bump @davidsneighbour/markdownlint-config

Bumps [@davidsneighbour/markdownlint-config](https://github.com/davidsneighbour/configurations) from 2024.4.6 to 2024.4.8.
- [Commits](https://github.com/davidsneighbour/configurations/compare/v2024.4.6...v2024.4.8)

---
updated-dependencies:
- dependency-name: "@davidsneighbour/markdownlint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-11 08:44:01 +00:00 committed by GitHub
parent dfbaa5289f
commit 3dd53f08eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 34 additions and 6 deletions

38
package-lock.json generated
View File

@ -15,7 +15,7 @@
"tachyons": "4.12.0" "tachyons": "4.12.0"
}, },
"devDependencies": { "devDependencies": {
"@davidsneighbour/markdownlint-config": "^2024.4.6", "@davidsneighbour/markdownlint-config": "^2024.4.8",
"@davidsneighbour/release-config": "2024.4.8", "@davidsneighbour/release-config": "2024.4.8",
"@davidsneighbour/tools": "2024.4.6" "@davidsneighbour/tools": "2024.4.6"
} }
@ -1117,12 +1117,12 @@
} }
}, },
"node_modules/@davidsneighbour/markdownlint-config": { "node_modules/@davidsneighbour/markdownlint-config": {
"version": "2024.4.6", "version": "2024.4.8",
"resolved": "https://registry.npmjs.org/@davidsneighbour/markdownlint-config/-/markdownlint-config-2024.4.6.tgz", "resolved": "https://registry.npmjs.org/@davidsneighbour/markdownlint-config/-/markdownlint-config-2024.4.8.tgz",
"integrity": "sha512-qWnKFFDW5aqWC7AD7qLVhxFxlpOvj8lAbTunbwAmcPyIYgXTb5WTWy78Aevsm41h6EOjSH49n22IU6Vz6c9UDA==", "integrity": "sha512-NISNVQUAzGTeKLpfmVCCnSPFtSMSPB0LOhYTZzbsHcyhyGV/DJw5uUhrLQcs9P3gmVcQmFfol1l8LSuBqUMoug==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"markdownlint": "0.35.0", "markdownlint": "0.36.1",
"markdownlint-cli2": "0.14.0" "markdownlint-cli2": "0.14.0"
}, },
"engines": { "engines": {
@ -1130,6 +1130,34 @@
"npm": ">=10.3.0" "npm": ">=10.3.0"
} }
}, },
"node_modules/@davidsneighbour/markdownlint-config/node_modules/markdownlint": {
"version": "0.36.1",
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.36.1.tgz",
"integrity": "sha512-s73fU2CQN7WCgjhaQUQ8wYESQNzGRNOKDd+3xgVqu8kuTEhmwepd/mxOv1LR2oV046ONrTLBFsM7IoKWNvmy5g==",
"dev": true,
"dependencies": {
"markdown-it": "14.1.0",
"markdownlint-micromark": "0.1.12"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/DavidAnson"
}
},
"node_modules/@davidsneighbour/markdownlint-config/node_modules/markdownlint-micromark": {
"version": "0.1.12",
"resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.12.tgz",
"integrity": "sha512-RlB6EwMGgc0sxcIhOQ2+aq7Zw1V2fBnzbXKGgYK/mVWdT7cz34fteKSwfYeo4rL6+L/q2tyC9QtD/PgZbkdyJQ==",
"dev": true,
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/DavidAnson"
}
},
"node_modules/@davidsneighbour/release-config": { "node_modules/@davidsneighbour/release-config": {
"version": "2024.4.8", "version": "2024.4.8",
"resolved": "https://registry.npmjs.org/@davidsneighbour/release-config/-/release-config-2024.4.8.tgz", "resolved": "https://registry.npmjs.org/@davidsneighbour/release-config/-/release-config-2024.4.8.tgz",

View File

@ -38,7 +38,7 @@
"tachyons": "4.12.0" "tachyons": "4.12.0"
}, },
"devDependencies": { "devDependencies": {
"@davidsneighbour/markdownlint-config": "^2024.4.6", "@davidsneighbour/markdownlint-config": "^2024.4.8",
"@davidsneighbour/release-config": "2024.4.8", "@davidsneighbour/release-config": "2024.4.8",
"@davidsneighbour/tools": "2024.4.6" "@davidsneighbour/tools": "2024.4.6"
}, },