Merge pull request #203 from cdransf/dependabot/npm_and_yarn/commitlint/cli-18.0.0

This commit is contained in:
Cory Dransfeldt 2023-10-20 12:10:39 -07:00 committed by GitHub
commit f8a2108723
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 185 additions and 155 deletions

338
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@catppuccin/tailwindcss": "^0.1.6", "@catppuccin/tailwindcss": "^0.1.6",
"@commitlint/cli": "^17.8.0", "@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0", "@commitlint/config-conventional": "^18.0.0",
"@quasibit/eleventy-plugin-schema": "^1.11.0", "@quasibit/eleventy-plugin-schema": "^1.11.0",
"@sherby/eleventy-plugin-files-minifier": "^1.1.1", "@sherby/eleventy-plugin-files-minifier": "^1.1.1",
@ -536,16 +536,16 @@
} }
}, },
"node_modules/@commitlint/cli": { "node_modules/@commitlint/cli": {
"version": "17.8.0", "version": "18.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.8.0.tgz", "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.0.0.tgz",
"integrity": "sha512-D3LdyZYbiRyAChfJMNlAd9f2P9vNQ7GWbI9gN2o7L5hF07QJDqj4z/pcJF3PjDbJWOaUUXla287RdDmmKqH2WQ==", "integrity": "sha512-0HuJB7VfxSqia0r+mZ9VLgTc5gPaRDiQtloLfwCBp63PvpFn2sZsidiZBbym3jDC6+P47HSuIdRRg3/JsCcBwA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@commitlint/format": "^17.4.4", "@commitlint/format": "^18.0.0",
"@commitlint/lint": "^17.8.0", "@commitlint/lint": "^18.0.0",
"@commitlint/load": "^17.8.0", "@commitlint/load": "^18.0.0",
"@commitlint/read": "^17.5.1", "@commitlint/read": "^18.0.0",
"@commitlint/types": "^17.4.4", "@commitlint/types": "^18.0.0",
"execa": "^5.0.0", "execa": "^5.0.0",
"lodash.isfunction": "^3.0.9", "lodash.isfunction": "^3.0.9",
"resolve-from": "5.0.0", "resolve-from": "5.0.0",
@ -556,7 +556,7 @@
"commitlint": "cli.js" "commitlint": "cli.js"
}, },
"engines": { "engines": {
"node": ">=v14" "node": ">=v18"
} }
}, },
"node_modules/@commitlint/config-conventional": { "node_modules/@commitlint/config-conventional": {
@ -572,25 +572,25 @@
} }
}, },
"node_modules/@commitlint/config-validator": { "node_modules/@commitlint/config-validator": {
"version": "17.6.7", "version": "18.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.6.7.tgz", "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-18.0.0.tgz",
"integrity": "sha512-vJSncmnzwMvpr3lIcm0I8YVVDJTzyjy7NZAeXbTXy+MPUdAr9pKyyg7Tx/ebOQ9kqzE6O9WT6jg2164br5UdsQ==", "integrity": "sha512-PlXy5QZzQeMgQM7jb0odIhxsI6GWcbGgfy+Hkz5ap31KES/oJgtEvgD8pjg0Z9Ri296bT6zK3ts6brS0MAcMgg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@commitlint/types": "^17.4.4", "@commitlint/types": "^18.0.0",
"ajv": "^8.11.0" "ajv": "^8.11.0"
}, },
"engines": { "engines": {
"node": ">=v14" "node": ">=v18"
} }
}, },
"node_modules/@commitlint/ensure": { "node_modules/@commitlint/ensure": {
"version": "17.6.7", "version": "18.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.6.7.tgz", "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-18.0.0.tgz",
"integrity": "sha512-mfDJOd1/O/eIb/h4qwXzUxkmskXDL9vNPnZ4AKYKiZALz4vHzwMxBSYtyL2mUIDeU9DRSpEUins8SeKtFkYHSw==", "integrity": "sha512-AhzK4ybWGVmO7lwC33dGujS0k2IZDNFiew80M1H2R5Ou7Qkqq7sbuMZoof+yjOQcqltYP4IHLd0YECZoGermvQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@commitlint/types": "^17.4.4", "@commitlint/types": "^18.0.0",
"lodash.camelcase": "^4.3.0", "lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1", "lodash.kebabcase": "^4.1.1",
"lodash.snakecase": "^4.1.1", "lodash.snakecase": "^4.1.1",
@ -598,70 +598,70 @@
"lodash.upperfirst": "^4.3.1" "lodash.upperfirst": "^4.3.1"
}, },
"engines": { "engines": {
"node": ">=v14" "node": ">=v18"
} }
}, },
"node_modules/@commitlint/execute-rule": { "node_modules/@commitlint/execute-rule": {
"version": "17.4.0", "version": "18.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-17.4.0.tgz", "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-18.0.0.tgz",
"integrity": "sha512-LIgYXuCSO5Gvtc0t9bebAMSwd68ewzmqLypqI2Kke1rqOqqDbMpYcYfoPfFlv9eyLIh4jocHWwCK5FS7z9icUA==", "integrity": "sha512-eNUSaHajb+g3sgZeIrfc6cXNnKIkYN2SXtDVXuiE+hOa055T0bLdZK29gSd945JCztxPVwdOkPLDeLg3NfDubg==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=v14" "node": ">=v18"
} }
}, },
"node_modules/@commitlint/format": { "node_modules/@commitlint/format": {
"version": "17.4.4", "version": "18.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-17.4.4.tgz", "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-18.0.0.tgz",
"integrity": "sha512-+IS7vpC4Gd/x+uyQPTAt3hXs5NxnkqAZ3aqrHd5Bx/R9skyCAWusNlNbw3InDbAK6j166D9asQM8fnmYIa+CXQ==", "integrity": "sha512-etvUmOufihecdNm0r5+rCetrO2Yj7fSkJ4f0k8xOzqrrNdID9G/6iK14i/ufISBLSSy0XzsiiV+Rn9TX/cg46Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@commitlint/types": "^17.4.4", "@commitlint/types": "^18.0.0",
"chalk": "^4.1.0" "chalk": "^4.1.0"
}, },
"engines": { "engines": {
"node": ">=v14" "node": ">=v18"
} }
}, },
"node_modules/@commitlint/is-ignored": { "node_modules/@commitlint/is-ignored": {
"version": "17.8.0", "version": "18.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.8.0.tgz", "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-18.0.0.tgz",
"integrity": "sha512-8bR6rxNcWaNprPBdE4ePIOwbxutTQGOsRPYWssX+zjGxnEljzaZSGzFUOMxapYILlf8Tts/O1wPQgG549Rdvdg==", "integrity": "sha512-fAUOF4GlKTmreE5hxhLlVUcXd1aIexxn+edocbMSwOa4dcm8OoHbsLcDB/rhwXIK+jzK4DybCMCx1VaTeRC4SQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@commitlint/types": "^17.4.4", "@commitlint/types": "^18.0.0",
"semver": "7.5.4" "semver": "7.5.4"
}, },
"engines": { "engines": {
"node": ">=v14" "node": ">=v18"
} }
}, },
"node_modules/@commitlint/lint": { "node_modules/@commitlint/lint": {
"version": "17.8.0", "version": "18.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.8.0.tgz", "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-18.0.0.tgz",
"integrity": "sha512-4ihwnqOY4TcJN6iz5Jv1LeYavvBllONwFyGxOIWmCT5s4PNMb43cws2TUdbXTZL1Vq59etGKd5LWYDFPVbs5EA==", "integrity": "sha512-Vqg6sIPm7nELu/U4lEzKMdLYaELgwSySGZzKc2YjJxdJWyiQo0b1hfCpxXsWGdNBOt0+CM4eBAGoX/Kjq5AYNA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@commitlint/is-ignored": "^17.8.0", "@commitlint/is-ignored": "^18.0.0",
"@commitlint/parse": "^17.7.0", "@commitlint/parse": "^18.0.0",
"@commitlint/rules": "^17.7.0", "@commitlint/rules": "^18.0.0",
"@commitlint/types": "^17.4.4" "@commitlint/types": "^18.0.0"
}, },
"engines": { "engines": {
"node": ">=v14" "node": ">=v18"
} }
}, },
"node_modules/@commitlint/load": { "node_modules/@commitlint/load": {
"version": "17.8.0", "version": "18.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.8.0.tgz", "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.0.0.tgz",
"integrity": "sha512-9VnGXYJCP4tXmR4YrwP8n5oX6T5ZsHfPQq6WuUQOvAI+QsDQMaTGgTRXr7us+xsjz+b+mMBSagogqfUx2aixyw==", "integrity": "sha512-ocvMSkzNZCJ4yV673xjd4Y7sFVG/mg7S6yvL5ioM0OIG2XTbcCdzpmq+BeJcIwsRYU9g/b688yh7RDzGlbai6w==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@commitlint/config-validator": "^17.6.7", "@commitlint/config-validator": "^18.0.0",
"@commitlint/execute-rule": "^17.4.0", "@commitlint/execute-rule": "^18.0.0",
"@commitlint/resolve-extends": "^17.6.7", "@commitlint/resolve-extends": "^18.0.0",
"@commitlint/types": "^17.4.4", "@commitlint/types": "^18.0.0",
"@types/node": "20.5.1", "@types/node": "^18.11.9",
"chalk": "^4.1.0", "chalk": "^4.1.0",
"cosmiconfig": "^8.0.0", "cosmiconfig": "^8.0.0",
"cosmiconfig-typescript-loader": "^4.0.0", "cosmiconfig-typescript-loader": "^4.0.0",
@ -670,115 +670,121 @@
"lodash.uniq": "^4.5.0", "lodash.uniq": "^4.5.0",
"resolve-from": "^5.0.0", "resolve-from": "^5.0.0",
"ts-node": "^10.8.1", "ts-node": "^10.8.1",
"typescript": "^4.6.4 || ^5.0.0" "typescript": "^5.2.2"
}, },
"engines": { "engines": {
"node": ">=v14" "node": ">=v18"
} }
}, },
"node_modules/@commitlint/load/node_modules/@types/node": {
"version": "18.18.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.6.tgz",
"integrity": "sha512-wf3Vz+jCmOQ2HV1YUJuCWdL64adYxumkrxtc+H1VUQlnQI04+5HtH+qZCOE21lBE7gIrt+CwX2Wv8Acrw5Ak6w==",
"dev": true
},
"node_modules/@commitlint/message": { "node_modules/@commitlint/message": {
"version": "17.4.2", "version": "18.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.4.2.tgz", "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-18.0.0.tgz",
"integrity": "sha512-3XMNbzB+3bhKA1hSAWPCQA3lNxR4zaeQAQcHj0Hx5sVdO6ryXtgUBGGv+1ZCLMgAPRixuc6en+iNAzZ4NzAa8Q==", "integrity": "sha512-FJmEBn81RMEZrG1E1BxmjNoe/Rz918IeIGJRe5YXxM7IXboFhKS69rHPttNjKwSS038t6GUsRUJrAWqZnA6nCw==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=v14" "node": ">=v18"
} }
}, },
"node_modules/@commitlint/parse": { "node_modules/@commitlint/parse": {
"version": "17.7.0", "version": "18.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.7.0.tgz", "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-18.0.0.tgz",
"integrity": "sha512-dIvFNUMCUHqq5Abv80mIEjLVfw8QNuA4DS7OWip4pcK/3h5wggmjVnlwGCDvDChkw2TjK1K6O+tAEV78oxjxag==", "integrity": "sha512-qbZYOCpIZzfFzV35s5ei3JkBG/8KUOyGYluAeaYIcYC9z0uKXEVK6O2F2P/KLvbTkgZ4Q9OOLDrrtoWzPb2pjg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@commitlint/types": "^17.4.4", "@commitlint/types": "^18.0.0",
"conventional-changelog-angular": "^6.0.0", "conventional-changelog-angular": "^6.0.0",
"conventional-commits-parser": "^4.0.0" "conventional-commits-parser": "^5.0.0"
}, },
"engines": { "engines": {
"node": ">=v14" "node": ">=v18"
} }
}, },
"node_modules/@commitlint/read": { "node_modules/@commitlint/read": {
"version": "17.5.1", "version": "18.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.5.1.tgz", "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-18.0.0.tgz",
"integrity": "sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg==", "integrity": "sha512-VclRvG+ZvHOjYP4rmKPfNwS7eSI5m68D/CPtT2do/D4EBljmLBwqCYVL1I/3y2E6Fbub1GfYoXiRHThd1cVlag==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@commitlint/top-level": "^17.4.0", "@commitlint/top-level": "^18.0.0",
"@commitlint/types": "^17.4.4", "@commitlint/types": "^18.0.0",
"fs-extra": "^11.0.0", "fs-extra": "^11.0.0",
"git-raw-commits": "^2.0.11", "git-raw-commits": "^2.0.11",
"minimist": "^1.2.6" "minimist": "^1.2.6"
}, },
"engines": { "engines": {
"node": ">=v14" "node": ">=v18"
} }
}, },
"node_modules/@commitlint/resolve-extends": { "node_modules/@commitlint/resolve-extends": {
"version": "17.6.7", "version": "18.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.6.7.tgz", "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-18.0.0.tgz",
"integrity": "sha512-PfeoAwLHtbOaC9bGn/FADN156CqkFz6ZKiVDMjuC2N5N0740Ke56rKU7Wxdwya8R8xzLK9vZzHgNbuGhaOVKIg==", "integrity": "sha512-MD9+6GSiWvqgdJtfos+1gqz+zmy2vV7TbUVz2ETZzpfECgmUZSZSYzyivivBAQK6feS71KxmMLL8+YFF9+FFRQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@commitlint/config-validator": "^17.6.7", "@commitlint/config-validator": "^18.0.0",
"@commitlint/types": "^17.4.4", "@commitlint/types": "^18.0.0",
"import-fresh": "^3.0.0", "import-fresh": "^3.0.0",
"lodash.mergewith": "^4.6.2", "lodash.mergewith": "^4.6.2",
"resolve-from": "^5.0.0", "resolve-from": "^5.0.0",
"resolve-global": "^1.0.0" "resolve-global": "^1.0.0"
}, },
"engines": { "engines": {
"node": ">=v14" "node": ">=v18"
} }
}, },
"node_modules/@commitlint/rules": { "node_modules/@commitlint/rules": {
"version": "17.7.0", "version": "18.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.7.0.tgz", "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-18.0.0.tgz",
"integrity": "sha512-J3qTh0+ilUE5folSaoK91ByOb8XeQjiGcdIdiB/8UT1/Rd1itKo0ju/eQVGyFzgTMYt8HrDJnGTmNWwcMR1rmA==", "integrity": "sha512-J7xjMKC4H1hfZR8fmPPuV35wS8Vgy3YX9xIpfPJhsDnRk2BL/dyZjNEXPdvlbpvkNgkfIWi0A0IDtW1dDoViag==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@commitlint/ensure": "^17.6.7", "@commitlint/ensure": "^18.0.0",
"@commitlint/message": "^17.4.2", "@commitlint/message": "^18.0.0",
"@commitlint/to-lines": "^17.4.0", "@commitlint/to-lines": "^18.0.0",
"@commitlint/types": "^17.4.4", "@commitlint/types": "^18.0.0",
"execa": "^5.0.0" "execa": "^5.0.0"
}, },
"engines": { "engines": {
"node": ">=v14" "node": ">=v18"
} }
}, },
"node_modules/@commitlint/to-lines": { "node_modules/@commitlint/to-lines": {
"version": "17.4.0", "version": "18.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-17.4.0.tgz", "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-18.0.0.tgz",
"integrity": "sha512-LcIy/6ZZolsfwDUWfN1mJ+co09soSuNASfKEU5sCmgFCvX5iHwRYLiIuoqXzOVDYOy7E7IcHilr/KS0e5T+0Hg==", "integrity": "sha512-HwwBvzXX+3x7XYvBrEKy69S9w/clUEL0gMwkXTtg5awUpvEvzmTz1FBE/5WIiUICyOGdH1NhV1WgKb7UwOnI4A==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=v14" "node": ">=v18"
} }
}, },
"node_modules/@commitlint/top-level": { "node_modules/@commitlint/top-level": {
"version": "17.4.0", "version": "18.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-17.4.0.tgz", "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-18.0.0.tgz",
"integrity": "sha512-/1loE/g+dTTQgHnjoCy0AexKAEFyHsR2zRB4NWrZ6lZSMIxAhBJnmCqwao7b4H8888PsfoTBCLBYIw8vGnej8g==", "integrity": "sha512-6+jjZhe9pF7ioD9IR2HChteTh95KPXa7GUUV52e0YhEsFArkCnyhzSL72ko1c2Xad0sWNBL0e76mifi20wD/Bg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"find-up": "^5.0.0" "find-up": "^5.0.0"
}, },
"engines": { "engines": {
"node": ">=v14" "node": ">=v18"
} }
}, },
"node_modules/@commitlint/types": { "node_modules/@commitlint/types": {
"version": "17.4.4", "version": "18.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.4.4.tgz", "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-18.0.0.tgz",
"integrity": "sha512-amRN8tRLYOsxRr6mTnGGGvB5EmW/4DDjLMgiwK3CCVEmN6Sr/6xePGEpWaspKkckILuUORCwe6VfDBw6uj4axQ==", "integrity": "sha512-FDzAdSm7kIir0NW0bZLENdrEgf/9Ihs1AAqE9DK9R+dRFby4ookkxPMaz7elZmG+e5rBl7hGrWJzJINqG9cDDg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chalk": "^4.1.0" "chalk": "^4.1.0"
}, },
"engines": { "engines": {
"node": ">=v14" "node": ">=v18"
} }
}, },
"node_modules/@cspotcode/source-map-support": { "node_modules/@cspotcode/source-map-support": {
@ -1327,9 +1333,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/minimist": { "node_modules/@types/minimist": {
"version": "1.2.2", "version": "1.2.4",
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.4.tgz",
"integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", "integrity": "sha512-Kfe/D3hxHTusnPNRbycJE1N77WHDsdS4AjUYIzlDzhDrS47NrwuL3YW4VITxwR7KCVpzwgy4Rbj829KSSQmwXQ==",
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
@ -1339,9 +1345,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/normalize-package-data": { "node_modules/@types/normalize-package-data": {
"version": "2.4.2", "version": "2.4.3",
"resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.2.tgz", "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.3.tgz",
"integrity": "sha512-lqa4UEhhv/2sjjIQgjX8B+RBjj47eo0mzGasklVJ78UKGQY1r0VpB9XHDaZZO9qzEFDdy4MrXLuEaSmPrPSe/A==", "integrity": "sha512-ehPtgRgaULsFG8x0NeYJvmyH1hmlfsNLujHe9dQEia/7MAJYdzMSi19JtchUHjmBA6XC/75dK55mzZH+RyieSg==",
"dev": true "dev": true
}, },
"node_modules/@types/semver": { "node_modules/@types/semver": {
@ -2761,21 +2767,21 @@
} }
}, },
"node_modules/conventional-commits-parser": { "node_modules/conventional-commits-parser": {
"version": "4.0.0", "version": "5.0.0",
"resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-4.0.0.tgz", "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz",
"integrity": "sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==", "integrity": "sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"is-text-path": "^1.0.1", "is-text-path": "^2.0.0",
"JSONStream": "^1.3.5", "JSONStream": "^1.3.5",
"meow": "^8.1.2", "meow": "^12.0.1",
"split2": "^3.2.2" "split2": "^4.0.0"
}, },
"bin": { "bin": {
"conventional-commits-parser": "cli.js" "conventional-commits-parser": "cli.mjs"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=16"
} }
}, },
"node_modules/cookie": { "node_modules/cookie": {
@ -4660,6 +4666,52 @@
"node": ">=10" "node": ">=10"
} }
}, },
"node_modules/git-raw-commits/node_modules/meow": {
"version": "8.1.2",
"resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz",
"integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==",
"dev": true,
"dependencies": {
"@types/minimist": "^1.2.0",
"camelcase-keys": "^6.2.2",
"decamelize-keys": "^1.1.0",
"hard-rejection": "^2.1.0",
"minimist-options": "4.1.0",
"normalize-package-data": "^3.0.0",
"read-pkg-up": "^7.0.1",
"redent": "^3.0.0",
"trim-newlines": "^3.0.0",
"type-fest": "^0.18.0",
"yargs-parser": "^20.2.3"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/git-raw-commits/node_modules/split2": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz",
"integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==",
"dev": true,
"dependencies": {
"readable-stream": "^3.0.0"
}
},
"node_modules/git-raw-commits/node_modules/type-fest": {
"version": "0.18.1",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz",
"integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==",
"dev": true,
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/github-from-package": { "node_modules/github-from-package": {
"version": "0.0.0", "version": "0.0.0",
"resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz", "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
@ -5671,15 +5723,15 @@
} }
}, },
"node_modules/is-text-path": { "node_modules/is-text-path": {
"version": "1.0.1", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz", "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-2.0.0.tgz",
"integrity": "sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==", "integrity": "sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"text-extensions": "^1.0.0" "text-extensions": "^2.0.0"
}, },
"engines": { "engines": {
"node": ">=0.10.0" "node": ">=8"
} }
}, },
"node_modules/is-typed-array": { "node_modules/is-typed-array": {
@ -6826,37 +6878,12 @@
"dev": true "dev": true
}, },
"node_modules/meow": { "node_modules/meow": {
"version": "8.1.2", "version": "12.1.1",
"resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz", "resolved": "https://registry.npmjs.org/meow/-/meow-12.1.1.tgz",
"integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==", "integrity": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==",
"dev": true,
"dependencies": {
"@types/minimist": "^1.2.0",
"camelcase-keys": "^6.2.2",
"decamelize-keys": "^1.1.0",
"hard-rejection": "^2.1.0",
"minimist-options": "4.1.0",
"normalize-package-data": "^3.0.0",
"read-pkg-up": "^7.0.1",
"redent": "^3.0.0",
"trim-newlines": "^3.0.0",
"type-fest": "^0.18.0",
"yargs-parser": "^20.2.3"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/meow/node_modules/type-fest": {
"version": "0.18.1",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz",
"integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=10" "node": ">=16.10"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
@ -9654,18 +9681,18 @@
} }
}, },
"node_modules/spdx-license-ids": { "node_modules/spdx-license-ids": {
"version": "3.0.15", "version": "3.0.16",
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.15.tgz", "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz",
"integrity": "sha512-lpT8hSQp9jAKp9mhtBU4Xjon8LPGBvLIuBiSVhMEtmLecTh2mO0tlqrAMp47tBXzMr13NJMQ2lf7RpQGLJ3HsQ==", "integrity": "sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==",
"dev": true "dev": true
}, },
"node_modules/split2": { "node_modules/split2": {
"version": "3.2.2", "version": "4.2.0",
"resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz", "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
"integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==", "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
"dev": true, "dev": true,
"dependencies": { "engines": {
"readable-stream": "^3.0.0" "node": ">= 10.x"
} }
}, },
"node_modules/sprintf-js": { "node_modules/sprintf-js": {
@ -10137,12 +10164,15 @@
} }
}, },
"node_modules/text-extensions": { "node_modules/text-extensions": {
"version": "1.9.0", "version": "2.4.0",
"resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz", "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-2.4.0.tgz",
"integrity": "sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==", "integrity": "sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=0.10" "node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/text-table": { "node_modules/text-table": {

View file

@ -25,7 +25,7 @@
"@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@catppuccin/tailwindcss": "^0.1.6", "@catppuccin/tailwindcss": "^0.1.6",
"@commitlint/cli": "^17.8.0", "@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0", "@commitlint/config-conventional": "^18.0.0",
"@quasibit/eleventy-plugin-schema": "^1.11.0", "@quasibit/eleventy-plugin-schema": "^1.11.0",
"@sherby/eleventy-plugin-files-minifier": "^1.1.1", "@sherby/eleventy-plugin-files-minifier": "^1.1.1",