chore: revert `markdownlint-cli` update and prevent auto-update

This commit is contained in:
Daniel Roe 2023-05-01 23:48:11 +01:00
parent f3cfb5f630
commit 675445f98a
3 changed files with 29 additions and 24 deletions

View File

@ -61,7 +61,7 @@
"globby": "^13.1.4",
"h3": "^1.6.4",
"jiti": "^1.18.2",
"markdownlint-cli": "^0.34.0",
"markdownlint-cli": "^0.33.0",
"nuxi": "workspace:*",
"nuxt": "workspace:*",
"ofetch": "^1.0.1",

View File

@ -79,8 +79,8 @@ importers:
specifier: ^1.18.2
version: 1.18.2
markdownlint-cli:
specifier: ^0.34.0
version: 0.34.0
specifier: ^0.33.0
version: 0.33.0
nuxi:
specifier: workspace:*
version: link:packages/nuxi
@ -4088,11 +4088,6 @@ packages:
delayed-stream: 1.0.0
dev: true
/commander@10.0.1:
resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==}
engines: {node: '>=14'}
dev: true
/commander@2.20.3:
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
@ -4106,6 +4101,11 @@ packages:
engines: {node: '>= 12'}
dev: false
/commander@9.4.1:
resolution: {integrity: sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==}
engines: {node: ^12.20.0 || >=14}
dev: true
/comment-parser@1.3.1:
resolution: {integrity: sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA==}
engines: {node: '>= 12.0.0'}
@ -5897,6 +5897,17 @@ packages:
once: 1.4.0
path-is-absolute: 1.0.1
/glob@8.0.3:
resolution: {integrity: sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==}
engines: {node: '>=12'}
dependencies:
fs.realpath: 1.0.0
inflight: 1.0.6
inherits: 2.0.4
minimatch: 5.1.6
once: 1.4.0
dev: true
/glob@8.1.0:
resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==}
engines: {node: '>=12'}
@ -6935,33 +6946,27 @@ packages:
uc.micro: 1.0.6
dev: true
/markdownlint-cli@0.34.0:
resolution: {integrity: sha512-4G9I++VBTZkaye6Yfc/7dU6HQHcyldZEVB+bYyQJLcpJOHKk/q5ZpGqK80oKMIdlxzsA3aWOJLZ4DkoaoUWXbQ==}
/markdownlint-cli@0.33.0:
resolution: {integrity: sha512-zMK1oHpjYkhjO+94+ngARiBBrRDEUMzooDHBAHtmEIJ9oYddd9l3chCReY2mPlecwH7gflQp1ApilTo+o0zopQ==}
engines: {node: '>=14'}
hasBin: true
dependencies:
commander: 10.0.1
commander: 9.4.1
get-stdin: 9.0.0
glob: 10.2.2
glob: 8.0.3
ignore: 5.2.4
js-yaml: 4.1.0
jsonc-parser: 3.2.0
markdownlint: 0.28.2
minimatch: 9.0.0
markdownlint: 0.27.0
minimatch: 5.1.6
run-con: 1.2.11
dev: true
/markdownlint-micromark@0.1.2:
resolution: {integrity: sha512-jRxlQg8KpOfM2IbCL9RXM8ZiYWz2rv6DlZAnGv8ASJQpUh6byTBnEsbuMZ6T2/uIgntyf7SKg/mEaEBo1164fQ==}
engines: {node: '>=14.18.0'}
dev: true
/markdownlint@0.28.2:
resolution: {integrity: sha512-yYaQXoKKPV1zgrFsyAuZPEQoe+JrY9GDag9ObKpk09twx4OCU5lut+0/kZPrQ3W7w82SmgKhd7D8m34aG1unVw==}
/markdownlint@0.27.0:
resolution: {integrity: sha512-HtfVr/hzJJmE0C198F99JLaeada+646B5SaG2pVoEakLFI6iRGsvMqrnnrflq8hm1zQgwskEgqSnhDW11JBp0w==}
engines: {node: '>=14.18.0'}
dependencies:
markdown-it: 13.0.1
markdownlint-micromark: 0.1.2
dev: true
/md5-hex@3.0.1:

View File

@ -13,10 +13,10 @@
"main"
],
"ignoreDeps": [
"markdownlint-cli",
"nuxt",
"nuxt3",
"@nuxt/kit",
"parse5"
"@nuxt/kit"
]
},
{