mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
chore(deps): update commitlint monorepo to ^17.0.3
This commit is contained in:
parent
4bbcb728e8
commit
f5f2948af8
150
package-lock.json
generated
150
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "gatsby-starter-lumen",
|
||||
"version": "1.1.203",
|
||||
"version": "1.1.204",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "gatsby-starter-lumen",
|
||||
"version": "1.1.203",
|
||||
"version": "1.1.204",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@sentry/gatsby": "^7.2.0",
|
||||
@ -43,8 +43,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alxshelepenok/eslint-config": "^1.0.70",
|
||||
"@commitlint/cli": "^17.0.2",
|
||||
"@commitlint/config-conventional": "^17.0.2",
|
||||
"@commitlint/cli": "^17.0.3",
|
||||
"@commitlint/config-conventional": "^17.0.3",
|
||||
"@jest/globals": "^27.5.1",
|
||||
"@semantic-release/exec": "6.0.3",
|
||||
"@semantic-release/git": "10.0.1",
|
||||
@ -2021,14 +2021,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli": {
|
||||
"version": "17.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.2.tgz",
|
||||
"integrity": "sha512-Axe89Js0YzGGd4gxo3JLlF7yIdjOVpG1LbOorGc6PfYF+drBh14PvarSDLzyd2TNqdylUCq9wb9/A88ZjIdyhA==",
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.3.tgz",
|
||||
"integrity": "sha512-oAo2vi5d8QZnAbtU5+0cR2j+A7PO8zuccux65R/EycwvsZrDVyW518FFrnJK2UQxbRtHFFIG+NjQ6vOiJV0Q8A==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/format": "^17.0.0",
|
||||
"@commitlint/lint": "^17.0.0",
|
||||
"@commitlint/load": "^17.0.0",
|
||||
"@commitlint/lint": "^17.0.3",
|
||||
"@commitlint/load": "^17.0.3",
|
||||
"@commitlint/read": "^17.0.0",
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"execa": "^5.0.0",
|
||||
@ -2081,9 +2081,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-conventional": {
|
||||
"version": "17.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.0.2.tgz",
|
||||
"integrity": "sha512-MfP0I/JbxKkzo+HXWB7B3WstGS4BiniotU3d3xQ9gK8cR0DbeZ4MuyGCWF65YDyrcDTS3WlrJ3ndSPA1pqhoPw==",
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.0.3.tgz",
|
||||
"integrity": "sha512-HCnzTm5ATwwwzNVq5Y57poS0a1oOOcd5pc1MmBpLbGmSysc4i7F/++JuwtdFPu16sgM3H9J/j2zznRLOSGVO2A==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"conventional-changelog-conventionalcommits": "^5.0.0"
|
||||
@ -2093,18 +2093,34 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-validator": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.0.0.tgz",
|
||||
"integrity": "sha512-78IQjoZWR4kDHp/U5y17euEWzswJpPkA9TDL5F6oZZZaLIEreWzrDZD5PWtM8MsSRl/K2LDU/UrzYju2bKLMpA==",
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.0.3.tgz",
|
||||
"integrity": "sha512-3tLRPQJKapksGE7Kee9axv+9z5I2GDHitDH4q63q7NmNA0wkB+DAorJ0RHz2/K00Zb1/MVdHzhCga34FJvDihQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"ajv": "^6.12.6"
|
||||
"ajv": "^8.11.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v14"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-validator/node_modules/ajv": {
|
||||
"version": "8.11.0",
|
||||
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
|
||||
"integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"fast-deep-equal": "^3.1.1",
|
||||
"json-schema-traverse": "^1.0.0",
|
||||
"require-from-string": "^2.0.2",
|
||||
"uri-js": "^4.2.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/epoberezkin"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/ensure": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.0.0.tgz",
|
||||
@ -2141,9 +2157,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/is-ignored": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.0.0.tgz",
|
||||
"integrity": "sha512-UmacD0XM/wWykgdXn5CEWVS4XGuqzU+ZGvM2hwv85+SXGnIOaG88XHrt81u37ZeVt1riWW+YdOxcJW6+nd5v5w==",
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.0.3.tgz",
|
||||
"integrity": "sha512-/wgCXAvPtFTQZxsVxj7owLeRf5wwzcXLaYmrZPR4a87iD4sCvUIRl1/ogYrtOyUmHwWfQsvjqIB4mWE/SqWSnA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^17.0.0",
|
||||
@ -2154,12 +2170,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/lint": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.0.0.tgz",
|
||||
"integrity": "sha512-5FL7VLvGJQby24q0pd4UdM8FNFcL+ER1T/UBf8A9KRL5+QXV1Rkl6Zhcl7+SGpGlVo6Yo0pm6aLW716LVKWLGg==",
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.0.3.tgz",
|
||||
"integrity": "sha512-2o1fk7JUdxBUgszyt41sHC/8Nd5PXNpkmuOo9jvGIjDHzOwXyV0PSdbEVTH3xGz9NEmjohFHr5l+N+T9fcxong==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/is-ignored": "^17.0.0",
|
||||
"@commitlint/is-ignored": "^17.0.3",
|
||||
"@commitlint/parse": "^17.0.0",
|
||||
"@commitlint/rules": "^17.0.0",
|
||||
"@commitlint/types": "^17.0.0"
|
||||
@ -2169,14 +2185,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/load": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.0.0.tgz",
|
||||
"integrity": "sha512-XaiHF4yWQOPAI0O6wXvk+NYLtJn/Xb7jgZEeKd4C1ZWd7vR7u8z5h0PkWxSr0uLZGQsElGxv3fiZ32C5+q6M8w==",
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.0.3.tgz",
|
||||
"integrity": "sha512-3Dhvr7GcKbKa/ey4QJ5MZH3+J7QFlARohUow6hftQyNjzoXXROm+RwpBes4dDFrXG1xDw9QPXA7uzrOShCd4bw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/config-validator": "^17.0.0",
|
||||
"@commitlint/config-validator": "^17.0.3",
|
||||
"@commitlint/execute-rule": "^17.0.0",
|
||||
"@commitlint/resolve-extends": "^17.0.0",
|
||||
"@commitlint/resolve-extends": "^17.0.3",
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"@types/node": ">=12",
|
||||
"chalk": "^4.1.0",
|
||||
@ -2238,12 +2254,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/resolve-extends": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.0.0.tgz",
|
||||
"integrity": "sha512-wi60WiJmwaQ7lzMXK8Vbc18Hq9tE2j/6iv2AFfPUGV7fvfY6Sf1iNKuUHirSqR0fquUyufIXe4y/K9A6LVIIvw==",
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.0.3.tgz",
|
||||
"integrity": "sha512-H/RFMvrcBeJCMdnVC4i8I94108UDccIHrTke2tyQEg9nXQnR5/Hd6MhyNWkREvcrxh9Y+33JLb+PiPiaBxCtBA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/config-validator": "^17.0.0",
|
||||
"@commitlint/config-validator": "^17.0.3",
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"import-fresh": "^3.0.0",
|
||||
"lodash": "^4.17.19",
|
||||
@ -32035,14 +32051,14 @@
|
||||
"optional": true
|
||||
},
|
||||
"@commitlint/cli": {
|
||||
"version": "17.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.2.tgz",
|
||||
"integrity": "sha512-Axe89Js0YzGGd4gxo3JLlF7yIdjOVpG1LbOorGc6PfYF+drBh14PvarSDLzyd2TNqdylUCq9wb9/A88ZjIdyhA==",
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.3.tgz",
|
||||
"integrity": "sha512-oAo2vi5d8QZnAbtU5+0cR2j+A7PO8zuccux65R/EycwvsZrDVyW518FFrnJK2UQxbRtHFFIG+NjQ6vOiJV0Q8A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/format": "^17.0.0",
|
||||
"@commitlint/lint": "^17.0.0",
|
||||
"@commitlint/load": "^17.0.0",
|
||||
"@commitlint/lint": "^17.0.3",
|
||||
"@commitlint/load": "^17.0.3",
|
||||
"@commitlint/read": "^17.0.0",
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"execa": "^5.0.0",
|
||||
@ -32082,22 +32098,36 @@
|
||||
}
|
||||
},
|
||||
"@commitlint/config-conventional": {
|
||||
"version": "17.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.0.2.tgz",
|
||||
"integrity": "sha512-MfP0I/JbxKkzo+HXWB7B3WstGS4BiniotU3d3xQ9gK8cR0DbeZ4MuyGCWF65YDyrcDTS3WlrJ3ndSPA1pqhoPw==",
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.0.3.tgz",
|
||||
"integrity": "sha512-HCnzTm5ATwwwzNVq5Y57poS0a1oOOcd5pc1MmBpLbGmSysc4i7F/++JuwtdFPu16sgM3H9J/j2zznRLOSGVO2A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"conventional-changelog-conventionalcommits": "^5.0.0"
|
||||
}
|
||||
},
|
||||
"@commitlint/config-validator": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.0.0.tgz",
|
||||
"integrity": "sha512-78IQjoZWR4kDHp/U5y17euEWzswJpPkA9TDL5F6oZZZaLIEreWzrDZD5PWtM8MsSRl/K2LDU/UrzYju2bKLMpA==",
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.0.3.tgz",
|
||||
"integrity": "sha512-3tLRPQJKapksGE7Kee9axv+9z5I2GDHitDH4q63q7NmNA0wkB+DAorJ0RHz2/K00Zb1/MVdHzhCga34FJvDihQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"ajv": "^6.12.6"
|
||||
"ajv": "^8.11.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"ajv": {
|
||||
"version": "8.11.0",
|
||||
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
|
||||
"integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"fast-deep-equal": "^3.1.1",
|
||||
"json-schema-traverse": "^1.0.0",
|
||||
"require-from-string": "^2.0.2",
|
||||
"uri-js": "^4.2.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@commitlint/ensure": {
|
||||
@ -32127,9 +32157,9 @@
|
||||
}
|
||||
},
|
||||
"@commitlint/is-ignored": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.0.0.tgz",
|
||||
"integrity": "sha512-UmacD0XM/wWykgdXn5CEWVS4XGuqzU+ZGvM2hwv85+SXGnIOaG88XHrt81u37ZeVt1riWW+YdOxcJW6+nd5v5w==",
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.0.3.tgz",
|
||||
"integrity": "sha512-/wgCXAvPtFTQZxsVxj7owLeRf5wwzcXLaYmrZPR4a87iD4sCvUIRl1/ogYrtOyUmHwWfQsvjqIB4mWE/SqWSnA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/types": "^17.0.0",
|
||||
@ -32137,26 +32167,26 @@
|
||||
}
|
||||
},
|
||||
"@commitlint/lint": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.0.0.tgz",
|
||||
"integrity": "sha512-5FL7VLvGJQby24q0pd4UdM8FNFcL+ER1T/UBf8A9KRL5+QXV1Rkl6Zhcl7+SGpGlVo6Yo0pm6aLW716LVKWLGg==",
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.0.3.tgz",
|
||||
"integrity": "sha512-2o1fk7JUdxBUgszyt41sHC/8Nd5PXNpkmuOo9jvGIjDHzOwXyV0PSdbEVTH3xGz9NEmjohFHr5l+N+T9fcxong==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/is-ignored": "^17.0.0",
|
||||
"@commitlint/is-ignored": "^17.0.3",
|
||||
"@commitlint/parse": "^17.0.0",
|
||||
"@commitlint/rules": "^17.0.0",
|
||||
"@commitlint/types": "^17.0.0"
|
||||
}
|
||||
},
|
||||
"@commitlint/load": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.0.0.tgz",
|
||||
"integrity": "sha512-XaiHF4yWQOPAI0O6wXvk+NYLtJn/Xb7jgZEeKd4C1ZWd7vR7u8z5h0PkWxSr0uLZGQsElGxv3fiZ32C5+q6M8w==",
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.0.3.tgz",
|
||||
"integrity": "sha512-3Dhvr7GcKbKa/ey4QJ5MZH3+J7QFlARohUow6hftQyNjzoXXROm+RwpBes4dDFrXG1xDw9QPXA7uzrOShCd4bw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/config-validator": "^17.0.0",
|
||||
"@commitlint/config-validator": "^17.0.3",
|
||||
"@commitlint/execute-rule": "^17.0.0",
|
||||
"@commitlint/resolve-extends": "^17.0.0",
|
||||
"@commitlint/resolve-extends": "^17.0.3",
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"@types/node": ">=12",
|
||||
"chalk": "^4.1.0",
|
||||
@ -32205,12 +32235,12 @@
|
||||
}
|
||||
},
|
||||
"@commitlint/resolve-extends": {
|
||||
"version": "17.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.0.0.tgz",
|
||||
"integrity": "sha512-wi60WiJmwaQ7lzMXK8Vbc18Hq9tE2j/6iv2AFfPUGV7fvfY6Sf1iNKuUHirSqR0fquUyufIXe4y/K9A6LVIIvw==",
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.0.3.tgz",
|
||||
"integrity": "sha512-H/RFMvrcBeJCMdnVC4i8I94108UDccIHrTke2tyQEg9nXQnR5/Hd6MhyNWkREvcrxh9Y+33JLb+PiPiaBxCtBA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/config-validator": "^17.0.0",
|
||||
"@commitlint/config-validator": "^17.0.3",
|
||||
"@commitlint/types": "^17.0.0",
|
||||
"import-fresh": "^3.0.0",
|
||||
"lodash": "^4.17.19",
|
||||
|
@ -81,8 +81,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alxshelepenok/eslint-config": "^1.0.70",
|
||||
"@commitlint/cli": "^17.0.2",
|
||||
"@commitlint/config-conventional": "^17.0.2",
|
||||
"@commitlint/cli": "^17.0.3",
|
||||
"@commitlint/config-conventional": "^17.0.3",
|
||||
"@jest/globals": "^27.5.1",
|
||||
"@semantic-release/exec": "6.0.3",
|
||||
"@semantic-release/git": "10.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user