mirror of
https://github.com/brittonhayes/validate-yaml.git
synced 2024-11-23 13:40:57 -05:00
Merge branch 'main' of https://github.com/brittonhayes/validate-yaml
This commit is contained in:
commit
7d3ea43eec
2 changed files with 57 additions and 23 deletions
|
@ -31,16 +31,16 @@
|
||||||
"yaml-validator": "^3.0.1"
|
"yaml-validator": "^3.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^17.0.2",
|
"@types/node": "^17.0.5",
|
||||||
"@typescript-eslint/parser": "^5.8.0",
|
"@typescript-eslint/parser": "^5.8.1",
|
||||||
"@vercel/ncc": "^0.32.0",
|
"@vercel/ncc": "^0.33.1",
|
||||||
"eslint": "^8.5.0",
|
"eslint": "^8.5.0",
|
||||||
"eslint-plugin-github": "^4.3.5",
|
"eslint-plugin-github": "^4.3.5",
|
||||||
"eslint-plugin-jest": "^25.3.0",
|
"eslint-plugin-jest": "^25.3.0",
|
||||||
"eslint-plugin-prettier": "^4.0.0",
|
"eslint-plugin-prettier": "^4.0.0",
|
||||||
"jest": "^27.4.5",
|
"jest": "^27.4.5",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"prettier": "2.5.0",
|
"prettier": "2.5.1",
|
||||||
"ts-jest": "^27.1.2",
|
"ts-jest": "^27.1.2",
|
||||||
"typescript": "^4.5.4"
|
"typescript": "^4.5.4"
|
||||||
}
|
}
|
||||||
|
|
72
yarn.lock
72
yarn.lock
|
@ -651,10 +651,10 @@
|
||||||
resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz"
|
resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz"
|
||||||
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
|
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
|
||||||
|
|
||||||
"@types/node@*", "@types/node@^17.0.2":
|
"@types/node@*", "@types/node@^17.0.5":
|
||||||
version "17.0.4"
|
version "17.0.5"
|
||||||
resolved "https://registry.npmjs.org/@types/node/-/node-17.0.4.tgz"
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.5.tgz#57ca67ec4e57ad9e4ef5a6bab48a15387a1c83e0"
|
||||||
integrity sha512-6xwbrW4JJiJLgF+zNypN5wr2ykM9/jHcL7rQ8fZe2vuftggjzZeRSM4OwRc6Xk8qWjwJ99qVHo/JgOGmomWRog==
|
integrity sha512-w3mrvNXLeDYV1GKTZorGJQivK6XLCoGwpnyJFbJVK/aTBQUxOCaa/GlFAAN3OTDFcb7h5tiFG+YXCO2By+riZw==
|
||||||
|
|
||||||
"@types/prettier@^2.1.5":
|
"@types/prettier@^2.1.5":
|
||||||
version "2.4.2"
|
version "2.4.2"
|
||||||
|
@ -704,14 +704,14 @@
|
||||||
eslint-scope "^5.1.1"
|
eslint-scope "^5.1.1"
|
||||||
eslint-utils "^3.0.0"
|
eslint-utils "^3.0.0"
|
||||||
|
|
||||||
"@typescript-eslint/parser@^5.1.0", "@typescript-eslint/parser@^5.8.0":
|
"@typescript-eslint/parser@^5.1.0", "@typescript-eslint/parser@^5.8.1":
|
||||||
version "5.8.0"
|
version "5.8.1"
|
||||||
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.8.0.tgz"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.8.1.tgz#380f5f1e596b540059998aa3fc80d78f0f9b0d0a"
|
||||||
integrity sha512-Gleacp/ZhRtJRYs5/T8KQR3pAQjQI89Dn/k+OzyCKOsLiZH2/Vh60cFBTnFsHNI6WAD+lNUo/xGZ4NeA5u0Ipw==
|
integrity sha512-K1giKHAjHuyB421SoXMXFHHVI4NdNY603uKw92++D3qyxSeYvC10CBJ/GE5Thpo4WTUvu1mmJI2/FFkz38F2Gw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/scope-manager" "5.8.0"
|
"@typescript-eslint/scope-manager" "5.8.1"
|
||||||
"@typescript-eslint/types" "5.8.0"
|
"@typescript-eslint/types" "5.8.1"
|
||||||
"@typescript-eslint/typescript-estree" "5.8.0"
|
"@typescript-eslint/typescript-estree" "5.8.1"
|
||||||
debug "^4.3.2"
|
debug "^4.3.2"
|
||||||
|
|
||||||
"@typescript-eslint/scope-manager@5.8.0":
|
"@typescript-eslint/scope-manager@5.8.0":
|
||||||
|
@ -722,11 +722,24 @@
|
||||||
"@typescript-eslint/types" "5.8.0"
|
"@typescript-eslint/types" "5.8.0"
|
||||||
"@typescript-eslint/visitor-keys" "5.8.0"
|
"@typescript-eslint/visitor-keys" "5.8.0"
|
||||||
|
|
||||||
|
"@typescript-eslint/scope-manager@5.8.1":
|
||||||
|
version "5.8.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.8.1.tgz#7fc0604f7ade8833e4d42cebaa1e2debf8b932e4"
|
||||||
|
integrity sha512-DGxJkNyYruFH3NIZc3PwrzwOQAg7vvgsHsHCILOLvUpupgkwDZdNq/cXU3BjF4LNrCsVg0qxEyWasys5AiJ85Q==
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/types" "5.8.1"
|
||||||
|
"@typescript-eslint/visitor-keys" "5.8.1"
|
||||||
|
|
||||||
"@typescript-eslint/types@5.8.0":
|
"@typescript-eslint/types@5.8.0":
|
||||||
version "5.8.0"
|
version "5.8.0"
|
||||||
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.8.0.tgz"
|
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.8.0.tgz"
|
||||||
integrity sha512-LdCYOqeqZWqCMOmwFnum6YfW9F3nKuxJiR84CdIRN5nfHJ7gyvGpXWqL/AaW0k3Po0+wm93ARAsOdzlZDPCcXg==
|
integrity sha512-LdCYOqeqZWqCMOmwFnum6YfW9F3nKuxJiR84CdIRN5nfHJ7gyvGpXWqL/AaW0k3Po0+wm93ARAsOdzlZDPCcXg==
|
||||||
|
|
||||||
|
"@typescript-eslint/types@5.8.1":
|
||||||
|
version "5.8.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.8.1.tgz#04c6b49ebc8c99238238a6b8b43f2fc613983b5a"
|
||||||
|
integrity sha512-L/FlWCCgnjKOLefdok90/pqInkomLnAcF9UAzNr+DSqMC3IffzumHTQTrINXhP1gVp9zlHiYYjvozVZDPleLcA==
|
||||||
|
|
||||||
"@typescript-eslint/typescript-estree@5.8.0":
|
"@typescript-eslint/typescript-estree@5.8.0":
|
||||||
version "5.8.0"
|
version "5.8.0"
|
||||||
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.8.0.tgz"
|
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.8.0.tgz"
|
||||||
|
@ -740,6 +753,19 @@
|
||||||
semver "^7.3.5"
|
semver "^7.3.5"
|
||||||
tsutils "^3.21.0"
|
tsutils "^3.21.0"
|
||||||
|
|
||||||
|
"@typescript-eslint/typescript-estree@5.8.1":
|
||||||
|
version "5.8.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.8.1.tgz#a592855be688e7b729a1e9411d7d74ec992ed6ef"
|
||||||
|
integrity sha512-26lQ8l8tTbG7ri7xEcCFT9ijU5Fk+sx/KRRyyzCv7MQ+rZZlqiDPtMKWLC8P7o+dtCnby4c+OlxuX1tp8WfafQ==
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/types" "5.8.1"
|
||||||
|
"@typescript-eslint/visitor-keys" "5.8.1"
|
||||||
|
debug "^4.3.2"
|
||||||
|
globby "^11.0.4"
|
||||||
|
is-glob "^4.0.3"
|
||||||
|
semver "^7.3.5"
|
||||||
|
tsutils "^3.21.0"
|
||||||
|
|
||||||
"@typescript-eslint/visitor-keys@5.8.0":
|
"@typescript-eslint/visitor-keys@5.8.0":
|
||||||
version "5.8.0"
|
version "5.8.0"
|
||||||
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.8.0.tgz"
|
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.8.0.tgz"
|
||||||
|
@ -748,10 +774,18 @@
|
||||||
"@typescript-eslint/types" "5.8.0"
|
"@typescript-eslint/types" "5.8.0"
|
||||||
eslint-visitor-keys "^3.0.0"
|
eslint-visitor-keys "^3.0.0"
|
||||||
|
|
||||||
"@vercel/ncc@^0.32.0":
|
"@typescript-eslint/visitor-keys@5.8.1":
|
||||||
version "0.32.0"
|
version "5.8.1"
|
||||||
resolved "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.32.0.tgz"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.8.1.tgz#58a2c566265d5511224bc316149890451c1bbab0"
|
||||||
integrity sha512-S/SxTHHTbBQSOutpgnqEn+LyTfZcq9xMRAnzY05HpGVjxjmfmvg6SWZZkbW/GJIFznMmHGeGOrI1MEBD7efIkA==
|
integrity sha512-SWgiWIwocK6NralrJarPZlWdr0hZnj5GXHIgfdm8hNkyKvpeQuFyLP6YjSIe9kf3YBIfU6OHSZLYkQ+smZwtNg==
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/types" "5.8.1"
|
||||||
|
eslint-visitor-keys "^3.0.0"
|
||||||
|
|
||||||
|
"@vercel/ncc@^0.33.1":
|
||||||
|
version "0.33.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.33.1.tgz#b240080a3c1ded9446a30955a06a79851bb38f71"
|
||||||
|
integrity sha512-Mlsps/P0PLZwsCFtSol23FGqT3FhBGb4B1AuGQ52JTAtXhak+b0Fh/4T55r0/SVQPeRiX9pNItOEHwakGPmZYA==
|
||||||
|
|
||||||
abab@^2.0.3, abab@^2.0.5:
|
abab@^2.0.3, abab@^2.0.5:
|
||||||
version "2.0.5"
|
version "2.0.5"
|
||||||
|
@ -3010,10 +3044,10 @@ prettier-linter-helpers@^1.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
fast-diff "^1.1.2"
|
fast-diff "^1.1.2"
|
||||||
|
|
||||||
prettier@2.5.0, prettier@^2.2.1:
|
prettier@2.5.1, prettier@^2.2.1:
|
||||||
version "2.5.0"
|
version "2.5.1"
|
||||||
resolved "https://registry.npmjs.org/prettier/-/prettier-2.5.0.tgz"
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
|
||||||
integrity sha512-FM/zAKgWTxj40rH03VxzIPdXmj39SwSjwG0heUcNFwI+EMZJnY93yAiKXM3dObIKAM5TA88werc8T/EwhB45eg==
|
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==
|
||||||
|
|
||||||
pretty-format@^27.4.2:
|
pretty-format@^27.4.2:
|
||||||
version "27.4.2"
|
version "27.4.2"
|
||||||
|
|
Loading…
Reference in a new issue