|
64 | 64 | "@commitlint/types" "^17.4.4"
|
65 | 65 | ajv "^8.11.0"
|
66 | 66 |
|
| 67 | +"@commitlint/config-validator@^17.6.7": |
| 68 | + version "17.6.7" |
| 69 | + resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-17.6.7.tgz#c664d42a1ecf5040a3bb0843845150f55734df41" |
| 70 | + integrity sha512-vJSncmnzwMvpr3lIcm0I8YVVDJTzyjy7NZAeXbTXy+MPUdAr9pKyyg7Tx/ebOQ9kqzE6O9WT6jg2164br5UdsQ== |
| 71 | + dependencies: |
| 72 | + "@commitlint/types" "^17.4.4" |
| 73 | + ajv "^8.11.0" |
| 74 | + |
67 | 75 | "@commitlint/ensure@^17.4.4":
|
68 | 76 | version "17.4.4"
|
69 | 77 | resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.4.4.tgz#a36e7719bdb9c2b86c8b8c2e852b463a7bfda5fa"
|
|
76 | 84 | lodash.startcase "^4.4.0"
|
77 | 85 | lodash.upperfirst "^4.3.1"
|
78 | 86 |
|
| 87 | +"@commitlint/ensure@^17.6.7": |
| 88 | + version "17.6.7" |
| 89 | + resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.6.7.tgz#77a77a0c05e6a1c34589f59e82e6cb937101fc4b" |
| 90 | + integrity sha512-mfDJOd1/O/eIb/h4qwXzUxkmskXDL9vNPnZ4AKYKiZALz4vHzwMxBSYtyL2mUIDeU9DRSpEUins8SeKtFkYHSw== |
| 91 | + dependencies: |
| 92 | + "@commitlint/types" "^17.4.4" |
| 93 | + lodash.camelcase "^4.3.0" |
| 94 | + lodash.kebabcase "^4.1.1" |
| 95 | + lodash.snakecase "^4.1.1" |
| 96 | + lodash.startcase "^4.4.0" |
| 97 | + lodash.upperfirst "^4.3.1" |
| 98 | + |
79 | 99 | "@commitlint/execute-rule@^17.4.0":
|
80 | 100 | version "17.4.0"
|
81 | 101 | resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-17.4.0.tgz#4518e77958893d0a5835babe65bf87e2638f6939"
|
|
127 | 147 | ts-node "^10.8.1"
|
128 | 148 | typescript "^4.6.4 || ^5.0.0"
|
129 | 149 |
|
| 150 | +"@commitlint/load@^17.6.7": |
| 151 | + version "17.6.7" |
| 152 | + resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.6.7.tgz#c63b18ca8942a8fc095ec7a7ff7aa52f3854f6ba" |
| 153 | + integrity sha512-QZ2rJTbX55BQdYrCm/p6+hh/pFBgC9nTJxfsrK6xRPe2thiQzHN0AQDBqBwAirn6gIkHrjIbCbtAE6kiDYLjrw== |
| 154 | + dependencies: |
| 155 | + "@commitlint/config-validator" "^17.6.7" |
| 156 | + "@commitlint/execute-rule" "^17.4.0" |
| 157 | + "@commitlint/resolve-extends" "^17.6.7" |
| 158 | + "@commitlint/types" "^17.4.4" |
| 159 | + "@types/node" "*" |
| 160 | + chalk "^4.1.0" |
| 161 | + cosmiconfig "^8.0.0" |
| 162 | + cosmiconfig-typescript-loader "^4.0.0" |
| 163 | + lodash.isplainobject "^4.0.6" |
| 164 | + lodash.merge "^4.6.2" |
| 165 | + lodash.uniq "^4.5.0" |
| 166 | + resolve-from "^5.0.0" |
| 167 | + ts-node "^10.8.1" |
| 168 | + typescript "^4.6.4 || ^5.0.0" |
| 169 | + |
130 | 170 | "@commitlint/message@^17.4.2":
|
131 | 171 | version "17.4.2"
|
132 | 172 | resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.4.2.tgz#f4753a79701ad6db6db21f69076e34de6580e22c"
|
|
142 | 182 | conventional-commits-parser "^3.2.2"
|
143 | 183 |
|
144 | 184 | "@commitlint/prompt-cli@^17.0.0":
|
145 |
| - version "17.6.6" |
146 |
| - resolved "https://registry.yarnpkg.com/@commitlint/prompt-cli/-/prompt-cli-17.6.6.tgz#5d0b693804a8b9f9862ec312950b973a62f82ac8" |
147 |
| - integrity sha512-KAFsQ9k12Zjxtk11RFjwS4ebjET110EFX+I8BFfJvVpyDzVQEpv9byvirgY+EH2XaCCfWA4MPHAAyI0Tya/Mmw== |
| 185 | + version "17.6.7" |
| 186 | + resolved "https://registry.yarnpkg.com/@commitlint/prompt-cli/-/prompt-cli-17.6.7.tgz#6e47992c26b4f3356cfff7eba7767f90d5e80979" |
| 187 | + integrity sha512-TkKIGhN8DJ/x47QEqiDlan/FalM8rFAeSZp5GKEq/EsIQrRTGJMG4LwJtaMtip8IfZY28OnODpKBittMJtpRmA== |
148 | 188 | dependencies:
|
149 |
| - "@commitlint/prompt" "^17.6.6" |
| 189 | + "@commitlint/prompt" "^17.6.7" |
150 | 190 | execa "^5.0.0"
|
151 | 191 | inquirer "^6.5.2"
|
152 | 192 |
|
153 |
| -"@commitlint/prompt@^17.6.6": |
154 |
| - version "17.6.6" |
155 |
| - resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-17.6.6.tgz#157ce428dff7f3fbd20a22812e15759c16e2c0d6" |
156 |
| - integrity sha512-CPf89ZTASfu91XnXnnhLeJv0zKuFIRWDA3MBtv4Q6OXf0zPgPUyOagKNrHdENAGozb67D12u0XItO6BwYsu26Q== |
| 193 | +"@commitlint/prompt@^17.6.7": |
| 194 | + version "17.6.7" |
| 195 | + resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-17.6.7.tgz#2c151e1cd555345dcbe816a8f70556548d29a4cb" |
| 196 | + integrity sha512-fkGVdYsPI3ZyzcyRO/OKE+fF3zRd0jPT0tws6ipDSEVjblVpk/f7ydeZ3fFAUocVes/QStUj4If/lSxJxiZJjw== |
157 | 197 | dependencies:
|
158 |
| - "@commitlint/ensure" "^17.4.4" |
159 |
| - "@commitlint/load" "^17.5.0" |
| 198 | + "@commitlint/ensure" "^17.6.7" |
| 199 | + "@commitlint/load" "^17.6.7" |
160 | 200 | "@commitlint/types" "^17.4.4"
|
161 | 201 | chalk "^4.1.0"
|
162 | 202 | inquirer "^6.5.2"
|
|
184 | 224 | resolve-from "^5.0.0"
|
185 | 225 | resolve-global "^1.0.0"
|
186 | 226 |
|
| 227 | +"@commitlint/resolve-extends@^17.6.7": |
| 228 | + version "17.6.7" |
| 229 | + resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-17.6.7.tgz#9c53a4601c96ab2dd20b90fb35c988639307735d" |
| 230 | + integrity sha512-PfeoAwLHtbOaC9bGn/FADN156CqkFz6ZKiVDMjuC2N5N0740Ke56rKU7Wxdwya8R8xzLK9vZzHgNbuGhaOVKIg== |
| 231 | + dependencies: |
| 232 | + "@commitlint/config-validator" "^17.6.7" |
| 233 | + "@commitlint/types" "^17.4.4" |
| 234 | + import-fresh "^3.0.0" |
| 235 | + lodash.mergewith "^4.6.2" |
| 236 | + resolve-from "^5.0.0" |
| 237 | + resolve-global "^1.0.0" |
| 238 | + |
187 | 239 | "@commitlint/rules@^17.6.5":
|
188 | 240 | version "17.6.5"
|
189 | 241 | resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.6.5.tgz#fabcacdde923e26ac5ef90d4b3f8fc05526bbaa1"
|
|
0 commit comments