|
2062 | 2062 | dependencies:
|
2063 | 2063 | "@failure-abstraction/error" "^6.0.1"
|
2064 | 2064 |
|
2065 |
| -"@commitlint/cli@19.1.0": |
2066 |
| - version "19.1.0" |
2067 |
| - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.1.0.tgz#56d7baa098a29e2a909b46e35021f2ab68ec5a51" |
2068 |
| - integrity sha512-SYGm8HGbVzrlSYeB6oo6pG1Ec6bOMJcDsXgNGa4vgZQsPj6nJkcbTWlIRmtmIk0tHi0d5sCljGuQ+g/0NCPv7w== |
| 2065 | +"@commitlint/cli@19.2.0": |
| 2066 | + version "19.2.0" |
| 2067 | + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.2.0.tgz#90a77b5b27b29d0f78960406b483e9d2da673e68" |
| 2068 | + integrity sha512-8XnQDMyQR+1/ldbmIyhonvnDS2enEw48Wompo/967fsEvy9Vj5/JbDutzmSBKxANWDVeEbR9QQm0yHpw6ArrFw== |
2069 | 2069 | dependencies:
|
2070 | 2070 | "@commitlint/format" "^19.0.3"
|
2071 | 2071 | "@commitlint/lint" "^19.1.0"
|
2072 |
| - "@commitlint/load" "^19.1.0" |
2073 |
| - "@commitlint/read" "^19.0.3" |
| 2072 | + "@commitlint/load" "^19.2.0" |
| 2073 | + "@commitlint/read" "^19.2.0" |
2074 | 2074 | "@commitlint/types" "^19.0.3"
|
2075 | 2075 | execa "^8.0.1"
|
2076 | 2076 | yargs "^17.0.0"
|
|
2126 | 2126 | "@commitlint/rules" "^19.0.3"
|
2127 | 2127 | "@commitlint/types" "^19.0.3"
|
2128 | 2128 |
|
2129 |
| -"@commitlint/load@^19.1.0": |
2130 |
| - version "19.1.0" |
2131 |
| - resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.1.0.tgz#08403b6ea33e50b013dba0ab9631fd67fde67e30" |
2132 |
| - integrity sha512-rWqnvNDpeshX8JfUC/qjpDkQB78qF+4uHcJmIRJMwvlj6zWce08SP/TPKN3GlNKgXhAawwcAPxXL9qOTTdiOBA== |
| 2129 | +"@commitlint/load@^19.2.0": |
| 2130 | + version "19.2.0" |
| 2131 | + resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.2.0.tgz#3ca51fdead4f1e1e09c9c7df343306412b1ef295" |
| 2132 | + integrity sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ== |
2133 | 2133 | dependencies:
|
2134 | 2134 | "@commitlint/config-validator" "^19.0.3"
|
2135 | 2135 | "@commitlint/execute-rule" "^19.0.0"
|
2136 | 2136 | "@commitlint/resolve-extends" "^19.1.0"
|
2137 | 2137 | "@commitlint/types" "^19.0.3"
|
2138 | 2138 | chalk "^5.3.0"
|
2139 |
| - cosmiconfig "^8.3.6" |
| 2139 | + cosmiconfig "^9.0.0" |
2140 | 2140 | cosmiconfig-typescript-loader "^5.0.0"
|
2141 | 2141 | lodash.isplainobject "^4.0.6"
|
2142 | 2142 | lodash.merge "^4.6.2"
|
|
2156 | 2156 | conventional-changelog-angular "^7.0.0"
|
2157 | 2157 | conventional-commits-parser "^5.0.0"
|
2158 | 2158 |
|
2159 |
| -"@commitlint/read@^19.0.3": |
2160 |
| - version "19.0.3" |
2161 |
| - resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.0.3.tgz#b04abaa4daae2ba84f5f77a3800a6c3bc27cd94d" |
2162 |
| - integrity sha512-b5AflTyAXkUx5qKw4TkjjcOccXZHql3JqMi522knTQktq2AubKXFz60Sws+K4FsefwPws6fGz9mqiI/NvsvxFA== |
| 2159 | +"@commitlint/read@^19.2.0": |
| 2160 | + version "19.2.0" |
| 2161 | + resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.2.0.tgz#68b1ff24ed315b0078499615e97b8048e1b12b1a" |
| 2162 | + integrity sha512-HlGeEd/jyp2a5Fb9mvtsaDm5hFCmj80dJYjLQkpG3DzWneWBc37YU3kM8Za1D1HUazZaTkdsWq73M3XDE4CvCA== |
2163 | 2163 | dependencies:
|
2164 | 2164 | "@commitlint/top-level" "^19.0.0"
|
2165 | 2165 | "@commitlint/types" "^19.0.3"
|
| 2166 | + execa "^8.0.1" |
2166 | 2167 | git-raw-commits "^4.0.0"
|
2167 | 2168 | minimist "^1.2.8"
|
2168 | 2169 |
|
@@ -4269,6 +4270,16 @@ cosmiconfig@^8.3.6:
|
4269 | 4270 | parse-json "^5.2.0"
|
4270 | 4271 | path-type "^4.0.0"
|
4271 | 4272 |
|
| 4273 | +cosmiconfig@^9.0.0: |
| 4274 | + version "9.0.0" |
| 4275 | + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz#34c3fc58287b915f3ae905ab6dc3de258b55ad9d" |
| 4276 | + integrity sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg== |
| 4277 | + dependencies: |
| 4278 | + env-paths "^2.2.1" |
| 4279 | + import-fresh "^3.3.0" |
| 4280 | + js-yaml "^4.1.0" |
| 4281 | + parse-json "^5.2.0" |
| 4282 | + |
4272 | 4283 | cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
|
4273 | 4284 | version "7.0.3"
|
4274 | 4285 | resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
|
@@ -4890,6 +4901,11 @@ env-editor@^1.1.0:
|
4890 | 4901 | resolved "https://registry.yarnpkg.com/env-editor/-/env-editor-1.1.0.tgz#bd510b6cb1528a64b17273aaeba272c050e786e9"
|
4891 | 4902 | integrity sha512-7AXskzN6T7Q9TFcKAGJprUbpQa4i1VsAetO9rdBqbGMGlragTziBgWt4pVYJMBWHQlLoX0buy6WFikzPH4Qjpw==
|
4892 | 4903 |
|
| 4904 | +env-paths@^2.2.1: |
| 4905 | + version "2.2.1" |
| 4906 | + resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" |
| 4907 | + integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== |
| 4908 | + |
4893 | 4909 | error-ex@^1.3.1:
|
4894 | 4910 | version "1.3.2"
|
4895 | 4911 | resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
|
|
0 commit comments