mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
Merge pull request #30 from wagoid/feat/upgrade-to-latest-commitlint
feat: upgrade to latest commitlint version
This commit is contained in:
commit
b7cb34d1f9
2 changed files with 204 additions and 126 deletions
314
package-lock.json
generated
314
package-lock.json
generated
|
|
@ -225,134 +225,196 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/config-angular": {
|
"@commitlint/config-angular": {
|
||||||
"version": "8.2.0",
|
"version": "8.3.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-8.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-8.3.4.tgz",
|
||||||
"integrity": "sha512-N1MDHoYwTlWtQwXbDFAvu3pMS0encb0QR29LfEqvR1+2DV2SrdAfCEIX9Wi3DgEo2Ra5uKDDHhYbMuQWV5Jvyg==",
|
"integrity": "sha512-mFg1Yj2xFDBJJyltGP3RLqZOk89HuNK1ttOcRA9lsTjTVVu4MrNv5sQ1LkW645xn4Vy9zgxlB0CrR4LXEg5QpQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/config-angular-type-enum": "^8.2.0"
|
"@commitlint/config-angular-type-enum": "^8.3.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/config-angular-type-enum": {
|
"@commitlint/config-angular-type-enum": {
|
||||||
"version": "8.2.0",
|
"version": "8.3.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-8.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-8.3.4.tgz",
|
||||||
"integrity": "sha512-XjIwB7/sw3MRL3Y8jqmf1FQrwoH/RU6l/UXuSjDYRjFLUqosVPcb7bGjLd22Mpbc0szIpEBys3VPthNY8akTUw=="
|
"integrity": "sha512-V8DJ9G3vd8/g55euhwqNPv9gycqbNGfJsswpga7RP0tetzcekkXeE9fXnFBJklqzXrjwUmP8Of5eEsGmbt39IQ=="
|
||||||
},
|
},
|
||||||
"@commitlint/config-conventional": {
|
"@commitlint/config-conventional": {
|
||||||
"version": "8.2.0",
|
"version": "8.3.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-8.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-8.3.4.tgz",
|
||||||
"integrity": "sha512-HuwlHQ3DyVhpK9GHgTMhJXD8Zp8PGIQVpQGYh/iTrEU6TVxdRC61BxIDZvfWatCaiG617Z/U8maRAFrqFM4TqA=="
|
"integrity": "sha512-w0Yc5+aVAjZgjYqx29igBOnVCj8O22gy3Vo6Fyp7PwoS7+AYS1x3sN7IBq6i7Ae15Mv5P+rEx1pkxXo5zOMe4g==",
|
||||||
|
"requires": {
|
||||||
|
"conventional-changelog-conventionalcommits": "4.2.1"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"conventional-changelog-conventionalcommits": {
|
||||||
|
"version": "4.2.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.2.1.tgz",
|
||||||
|
"integrity": "sha512-vC02KucnkNNap+foDKFm7BVUSDAXktXrUJqGszUuYnt6T0J2azsbYz/w9TDc3VsrW2v6JOtiQWVcgZnporHr4Q==",
|
||||||
|
"requires": {
|
||||||
|
"compare-func": "^1.3.1",
|
||||||
|
"lodash": "^4.2.1",
|
||||||
|
"q": "^1.5.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/config-lerna-scopes": {
|
"@commitlint/config-lerna-scopes": {
|
||||||
"version": "8.2.0",
|
"version": "8.3.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-8.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/config-lerna-scopes/-/config-lerna-scopes-8.3.4.tgz",
|
||||||
"integrity": "sha512-V8Y4wq0UfZhKZGWLn0F3J11OANOp5wGPS6OdNf67PDbV0Xs39zc9j6HoH1PCEnVcaRHlSCr09B1kkxZvsABUEw==",
|
"integrity": "sha512-kaSZ4i9uA/v0AS4Nt4E0D+qYtnPEnkYqOYvgxee16rUxP8uCgBbiv6oNnF3Tk/eHxopHzbG80n1YVYcb2s7edw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"import-from": "3.0.0",
|
"import-from": "3.0.0",
|
||||||
"resolve-pkg": "2.0.0",
|
"resolve-pkg": "2.0.0",
|
||||||
"semver": "6.2.0"
|
"semver": "6.3.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"semver": {
|
||||||
|
"version": "6.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
|
||||||
|
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/config-patternplate": {
|
"@commitlint/config-patternplate": {
|
||||||
"version": "8.2.0",
|
"version": "8.3.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/config-patternplate/-/config-patternplate-8.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/config-patternplate/-/config-patternplate-8.3.4.tgz",
|
||||||
"integrity": "sha512-huKZwp+p7BQOiDSGLOdm0KSrnG1HcpIZnyDGF/wWcg4631ivSsLvCmwcs2Yy3OuK5WuE886q1hvvL8YHJKDqXA==",
|
"integrity": "sha512-C0e06yj30ifHX1mVAqmrBp/w8QybTLFhE0nVhfj+kQyiHS+A/Hk6Q9P4UXTuAdz1eIIl3t0wJNy9/OmQkARvnQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/config-angular": "^8.2.0",
|
"@commitlint/config-angular": "^8.3.4",
|
||||||
"globby": "10.0.1",
|
"globby": "10.0.1",
|
||||||
"lodash": "4.17.14"
|
"lodash": "4.17.15"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"lodash": {
|
||||||
|
"version": "4.17.15",
|
||||||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
|
||||||
|
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/ensure": {
|
"@commitlint/ensure": {
|
||||||
"version": "8.2.0",
|
"version": "8.3.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-8.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-8.3.4.tgz",
|
||||||
"integrity": "sha512-XZZih/kcRrqK7lEORbSYCfqQw6byfsFbLygRGVdJMlCPGu9E2MjpwCtoj5z7y/lKfUB3MJaBhzn2muJqS1gC6A==",
|
"integrity": "sha512-8NW77VxviLhD16O3EUd02lApMFnrHexq10YS4F4NftNoErKbKaJ0YYedktk2boKrtNRf/gQHY/Qf65edPx4ipw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"lodash": "4.17.14"
|
"lodash": "4.17.15"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"lodash": {
|
||||||
|
"version": "4.17.15",
|
||||||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
|
||||||
|
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/execute-rule": {
|
"@commitlint/execute-rule": {
|
||||||
"version": "8.2.0",
|
"version": "8.3.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-8.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-8.3.4.tgz",
|
||||||
"integrity": "sha512-9MBRthHaulbWTa8ReG2Oii2qc117NuvzhZdnkuKuYLhker7sUXGFcVhLanuWUKGyfyI2o9zVr/NHsNbCCsTzAA=="
|
"integrity": "sha512-f4HigYjeIBn9f7OuNv5zh2y5vWaAhNFrfeul8CRJDy82l3Y+09lxOTGxfF3uMXKrZq4LmuK6qvvRCZ8mUrVvzQ=="
|
||||||
},
|
},
|
||||||
"@commitlint/format": {
|
"@commitlint/format": {
|
||||||
"version": "8.2.0",
|
"version": "8.3.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-8.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-8.3.4.tgz",
|
||||||
"integrity": "sha512-sA77agkDEMsEMrlGhrLtAg8vRexkOofEEv/CZX+4xlANyAz2kNwJvMg33lcL65CBhqKEnRRJRxfZ1ZqcujdKcQ==",
|
"integrity": "sha512-809wlQ/ND6CLZON+w2Rb3YM2TLNDfU2xyyqpZeqzf2reJNpySMSUAeaO/fNDJSOKIsOsR3bI01rGu6hv28k+Nw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"chalk": "^2.0.1"
|
"chalk": "^2.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/is-ignored": {
|
"@commitlint/is-ignored": {
|
||||||
"version": "8.2.0",
|
"version": "8.3.5",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-8.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-8.3.5.tgz",
|
||||||
"integrity": "sha512-ADaGnKfbfV6KD1pETp0Qf7XAyc75xTy3WJlbvPbwZ4oPdBMsXF0oXEEGMis6qABfU2IXan5/KAJgAFX3vdd0jA==",
|
"integrity": "sha512-Zo+8a6gJLFDTqyNRx53wQi/XTiz8mncvmWf/4oRG+6WRcBfjSSHY7KPVj5Y6UaLy2EgZ0WQ2Tt6RdTDeQiQplA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/semver": "^6.0.1",
|
"semver": "6.3.0"
|
||||||
"semver": "6.2.0"
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"semver": {
|
||||||
|
"version": "6.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
|
||||||
|
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/lint": {
|
"@commitlint/lint": {
|
||||||
"version": "8.2.0",
|
"version": "8.3.5",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-8.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-8.3.5.tgz",
|
||||||
"integrity": "sha512-ch9JN8aR37ufdjoWv50jLfvFz9rWMgLW5HEkMGLsM/51gjekmQYS5NJg8S2+6F5+jmralAO7VkUMI6FukXKX0A==",
|
"integrity": "sha512-02AkI0a6PU6rzqUvuDkSi6rDQ2hUgkq9GpmdJqfai5bDbxx2939mK4ZO+7apbIh4H6Pae7EpYi7ffxuJgm+3hQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/is-ignored": "^8.2.0",
|
"@commitlint/is-ignored": "^8.3.5",
|
||||||
"@commitlint/parse": "^8.2.0",
|
"@commitlint/parse": "^8.3.4",
|
||||||
"@commitlint/rules": "^8.2.0",
|
"@commitlint/rules": "^8.3.4",
|
||||||
"babel-runtime": "^6.23.0",
|
"babel-runtime": "^6.23.0",
|
||||||
"lodash": "4.17.14"
|
"lodash": "4.17.15"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"lodash": {
|
||||||
|
"version": "4.17.15",
|
||||||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
|
||||||
|
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/load": {
|
"@commitlint/load": {
|
||||||
"version": "8.2.0",
|
"version": "8.3.5",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-8.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-8.3.5.tgz",
|
||||||
"integrity": "sha512-EV6PfAY/p83QynNd1llHxJiNxKmp43g8+7dZbyfHFbsGOdokrCnoelAVZ+WGgktXwLN/uXyfkcIAxwac015UYw==",
|
"integrity": "sha512-poF7R1CtQvIXRmVIe63FjSQmN9KDqjRtU5A6hxqXBga87yB2VUJzic85TV6PcQc+wStk52cjrMI+g0zFx+Zxrw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/execute-rule": "^8.2.0",
|
"@commitlint/execute-rule": "^8.3.4",
|
||||||
"@commitlint/resolve-extends": "^8.2.0",
|
"@commitlint/resolve-extends": "^8.3.5",
|
||||||
"babel-runtime": "^6.23.0",
|
"babel-runtime": "^6.23.0",
|
||||||
"chalk": "2.4.2",
|
"chalk": "2.4.2",
|
||||||
"cosmiconfig": "^5.2.0",
|
"cosmiconfig": "^5.2.0",
|
||||||
"lodash": "4.17.14",
|
"lodash": "4.17.15",
|
||||||
"resolve-from": "^5.0.0"
|
"resolve-from": "^5.0.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"lodash": {
|
||||||
|
"version": "4.17.15",
|
||||||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
|
||||||
|
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/message": {
|
"@commitlint/message": {
|
||||||
"version": "8.2.0",
|
"version": "8.3.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-8.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-8.3.4.tgz",
|
||||||
"integrity": "sha512-LNsSwDLIFgE3nb/Sb1PIluYNy4Q8igdf4tpJCdv5JJDf7CZCZt3ZTglj0YutZZorpRRuHJsVIB2+dI4bVH3bFw=="
|
"integrity": "sha512-nEj5tknoOKXqBsaQtCtgPcsAaf5VCg3+fWhss4Vmtq40633xLq0irkdDdMEsYIx8rGR0XPBTukqzln9kAWCkcA=="
|
||||||
},
|
},
|
||||||
"@commitlint/parse": {
|
"@commitlint/parse": {
|
||||||
"version": "8.2.0",
|
"version": "8.3.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-8.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-8.3.4.tgz",
|
||||||
"integrity": "sha512-vzouqroTXG6QXApkrps0gbeSYW6w5drpUk7QAeZIcaCSPsQXDM8eqqt98ZzlzLJHo5oPNXPX1AAVSTrssvHemA==",
|
"integrity": "sha512-b3uQvpUQWC20EBfKSfMRnyx5Wc4Cn778bVeVOFErF/cXQK725L1bYFvPnEjQO/GT8yGVzq2wtLaoEqjm1NJ/Bw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"conventional-changelog-angular": "^1.3.3",
|
"conventional-changelog-angular": "^1.3.3",
|
||||||
"conventional-commits-parser": "^2.1.0",
|
"conventional-commits-parser": "^3.0.0",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/resolve-extends": {
|
"@commitlint/resolve-extends": {
|
||||||
"version": "8.2.0",
|
"version": "8.3.5",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-8.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-8.3.5.tgz",
|
||||||
"integrity": "sha512-cwi0HUsDcD502HBP8huXfTkVuWmeo1Fiz3GKxNwMBBsJV4+bKa7QrtxbNpXhVuarX7QjWfNTvmW6KmFS7YK9uw==",
|
"integrity": "sha512-nHhFAK29qiXNe6oH6uG5wqBnCR+BQnxlBW/q5fjtxIaQALgfoNLHwLS9exzbIRFqwJckpR6yMCfgMbmbAOtklQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/node": "^12.0.2",
|
|
||||||
"import-fresh": "^3.0.0",
|
"import-fresh": "^3.0.0",
|
||||||
"lodash": "4.17.14",
|
"lodash": "4.17.15",
|
||||||
"resolve-from": "^5.0.0",
|
"resolve-from": "^5.0.0",
|
||||||
"resolve-global": "^1.0.0"
|
"resolve-global": "^1.0.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"lodash": {
|
||||||
|
"version": "4.17.15",
|
||||||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
|
||||||
|
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/rules": {
|
"@commitlint/rules": {
|
||||||
"version": "8.2.0",
|
"version": "8.3.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-8.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-8.3.4.tgz",
|
||||||
"integrity": "sha512-FlqSBBP2Gxt5Ibw+bxdYpzqYR6HI8NIBpaTBhAjSEAduQtdWFMOhF0zsgkwH7lHN7opaLcnY2fXxAhbzTmJQQA==",
|
"integrity": "sha512-xuC9dlqD5xgAoDFgnbs578cJySvwOSkMLQyZADb1xD5n7BNcUJfP8WjT9W1Aw8K3Wf8+Ym/ysr9FZHXInLeaRg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/ensure": "^8.2.0",
|
"@commitlint/ensure": "^8.3.4",
|
||||||
"@commitlint/message": "^8.2.0",
|
"@commitlint/message": "^8.3.4",
|
||||||
"@commitlint/to-lines": "^8.2.0",
|
"@commitlint/to-lines": "^8.3.4",
|
||||||
"babel-runtime": "^6.23.0"
|
"babel-runtime": "^6.23.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -411,9 +473,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@commitlint/to-lines": {
|
"@commitlint/to-lines": {
|
||||||
"version": "8.2.0",
|
"version": "8.3.4",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-8.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-8.3.4.tgz",
|
||||||
"integrity": "sha512-LXTYG3sMenlN5qwyTZ6czOULVcx46uMy+MEVqpvCgptqr/MZcV/C2J+S2o1DGwj1gOEFMpqrZaE3/1R2Q+N8ng=="
|
"integrity": "sha512-5AvcdwRsMIVq0lrzXTwpbbG5fKRTWcHkhn/hCXJJ9pm1JidsnidS1y0RGkb3O50TEHGewhXwNoavxW9VToscUA=="
|
||||||
},
|
},
|
||||||
"@evocateur/libnpmaccess": {
|
"@evocateur/libnpmaccess": {
|
||||||
"version": "3.1.2",
|
"version": "3.1.2",
|
||||||
|
|
@ -2370,25 +2432,25 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@nodelib/fs.scandir": {
|
"@nodelib/fs.scandir": {
|
||||||
"version": "2.1.2",
|
"version": "2.1.3",
|
||||||
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz",
|
||||||
"integrity": "sha512-wrIBsjA5pl13f0RN4Zx4FNWmU71lv03meGKnqRUoCyan17s4V3WL92f3w3AIuWbNnpcrQyFBU5qMavJoB8d27w==",
|
"integrity": "sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@nodelib/fs.stat": "2.0.2",
|
"@nodelib/fs.stat": "2.0.3",
|
||||||
"run-parallel": "^1.1.9"
|
"run-parallel": "^1.1.9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@nodelib/fs.stat": {
|
"@nodelib/fs.stat": {
|
||||||
"version": "2.0.2",
|
"version": "2.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz",
|
||||||
"integrity": "sha512-z8+wGWV2dgUhLqrtRYa03yDx4HWMvXKi1z8g3m2JyxAx8F7xk74asqPk5LAETjqDSGLFML/6CDl0+yFunSYicw=="
|
"integrity": "sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA=="
|
||||||
},
|
},
|
||||||
"@nodelib/fs.walk": {
|
"@nodelib/fs.walk": {
|
||||||
"version": "1.2.3",
|
"version": "1.2.4",
|
||||||
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.3.tgz",
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz",
|
||||||
"integrity": "sha512-l6t8xEhfK9Sa4YO5mIRdau7XSOADfmh3jCr0evNHdY+HNkW6xuQhgMH7D73VV6WpZOagrW0UludvMTiifiwTfA==",
|
"integrity": "sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@nodelib/fs.scandir": "2.1.2",
|
"@nodelib/fs.scandir": "2.1.3",
|
||||||
"fastq": "^1.6.0"
|
"fastq": "^1.6.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -2584,11 +2646,6 @@
|
||||||
"integrity": "sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==",
|
"integrity": "sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@types/semver": {
|
|
||||||
"version": "6.0.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-6.0.2.tgz",
|
|
||||||
"integrity": "sha512-G1Ggy7/9Nsa1Jt2yiBR2riEuyK2DFNnqow6R7cromXPMNynackRY1vqFTLz/gwnef1LHokbXThcPhqMRjUbkpQ=="
|
|
||||||
},
|
|
||||||
"@types/stack-utils": {
|
"@types/stack-utils": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz",
|
||||||
|
|
@ -3858,33 +3915,54 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"conventional-commits-parser": {
|
"conventional-commits-parser": {
|
||||||
"version": "2.1.7",
|
"version": "3.0.8",
|
||||||
"resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-2.1.7.tgz",
|
"resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.0.8.tgz",
|
||||||
"integrity": "sha512-BoMaddIEJ6B4QVMSDu9IkVImlGOSGA1I2BQyOZHeLQ6qVOJLcLKn97+fL6dGbzWEiqDzfH4OkcveULmeq2MHFQ==",
|
"integrity": "sha512-YcBSGkZbYp7d+Cr3NWUeXbPDFUN6g3SaSIzOybi8bjHL5IJ5225OSCxJJ4LgziyEJ7AaJtE9L2/EU6H7Nt/DDQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"JSONStream": "^1.0.4",
|
"JSONStream": "^1.0.4",
|
||||||
"is-text-path": "^1.0.0",
|
"is-text-path": "^1.0.1",
|
||||||
"lodash": "^4.2.1",
|
"lodash": "^4.17.15",
|
||||||
"meow": "^4.0.0",
|
"meow": "^5.0.0",
|
||||||
"split2": "^2.0.0",
|
"split2": "^2.0.0",
|
||||||
"through2": "^2.0.0",
|
"through2": "^3.0.0",
|
||||||
"trim-off-newlines": "^1.0.0"
|
"trim-off-newlines": "^1.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"lodash": {
|
||||||
|
"version": "4.17.15",
|
||||||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
|
||||||
|
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
|
||||||
|
},
|
||||||
"meow": {
|
"meow": {
|
||||||
"version": "4.0.1",
|
"version": "5.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/meow/-/meow-5.0.0.tgz",
|
||||||
"integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==",
|
"integrity": "sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"camelcase-keys": "^4.0.0",
|
"camelcase-keys": "^4.0.0",
|
||||||
"decamelize-keys": "^1.0.0",
|
"decamelize-keys": "^1.0.0",
|
||||||
"loud-rejection": "^1.0.0",
|
"loud-rejection": "^1.0.0",
|
||||||
"minimist": "^1.1.3",
|
|
||||||
"minimist-options": "^3.0.1",
|
"minimist-options": "^3.0.1",
|
||||||
"normalize-package-data": "^2.3.4",
|
"normalize-package-data": "^2.3.4",
|
||||||
"read-pkg-up": "^3.0.0",
|
"read-pkg-up": "^3.0.0",
|
||||||
"redent": "^2.0.0",
|
"redent": "^2.0.0",
|
||||||
"trim-newlines": "^2.0.0"
|
"trim-newlines": "^2.0.0",
|
||||||
|
"yargs-parser": "^10.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"through2": {
|
||||||
|
"version": "3.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/through2/-/through2-3.0.1.tgz",
|
||||||
|
"integrity": "sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww==",
|
||||||
|
"requires": {
|
||||||
|
"readable-stream": "2 || 3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"yargs-parser": {
|
||||||
|
"version": "10.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz",
|
||||||
|
"integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==",
|
||||||
|
"requires": {
|
||||||
|
"camelcase": "^4.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -4036,9 +4114,9 @@
|
||||||
"integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
|
"integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
|
||||||
},
|
},
|
||||||
"core-js": {
|
"core-js": {
|
||||||
"version": "2.6.9",
|
"version": "2.6.11",
|
||||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.9.tgz",
|
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz",
|
||||||
"integrity": "sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A=="
|
"integrity": "sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg=="
|
||||||
},
|
},
|
||||||
"core-util-is": {
|
"core-util-is": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
|
|
@ -4774,16 +4852,16 @@
|
||||||
"integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk="
|
"integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk="
|
||||||
},
|
},
|
||||||
"fast-glob": {
|
"fast-glob": {
|
||||||
"version": "3.0.4",
|
"version": "3.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.2.tgz",
|
||||||
"integrity": "sha512-wkIbV6qg37xTJwqSsdnIphL1e+LaGz4AIQqr00mIubMaEhv1/HEmJ0uuCGZRNRUkZZmOB5mJKO0ZUTVq+SxMQg==",
|
"integrity": "sha512-UDV82o4uQyljznxwMxyVRJgZZt3O5wENYojjzbaGEGZgeOxkLFf+V4cnUD+krzb2F72E18RhamkMZ7AdeggF7A==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@nodelib/fs.stat": "^2.0.1",
|
"@nodelib/fs.stat": "^2.0.2",
|
||||||
"@nodelib/fs.walk": "^1.2.1",
|
"@nodelib/fs.walk": "^1.2.3",
|
||||||
"glob-parent": "^5.0.0",
|
"glob-parent": "^5.1.0",
|
||||||
"is-glob": "^4.0.1",
|
"merge2": "^1.3.0",
|
||||||
"merge2": "^1.2.3",
|
"micromatch": "^4.0.2",
|
||||||
"micromatch": "^4.0.2"
|
"picomatch": "^2.2.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fast-json-stable-stringify": {
|
"fast-json-stable-stringify": {
|
||||||
|
|
@ -4798,11 +4876,11 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"fastq": {
|
"fastq": {
|
||||||
"version": "1.6.0",
|
"version": "1.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.6.1.tgz",
|
||||||
"integrity": "sha512-jmxqQ3Z/nXoeyDmWAzF9kH1aGZSis6e/SbfPmJpUnyZ0ogr6iscHQaml4wsEepEWSdtmpy+eVXmCRIMpxaXqOA==",
|
"integrity": "sha512-mpIH5sKYueh3YyeJwqtVo8sORi0CgtmkVbK6kZStpQlZBYQuTzG2CZ7idSiJuA7bY0SFCWUc5WIs+oYumGCQNw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"reusify": "^1.0.0"
|
"reusify": "^1.0.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fb-watchman": {
|
"fb-watchman": {
|
||||||
|
|
@ -6105,9 +6183,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"import-fresh": {
|
"import-fresh": {
|
||||||
"version": "3.1.0",
|
"version": "3.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz",
|
||||||
"integrity": "sha512-PpuksHKGt8rXfWEr9m9EHIpgyyaltBy8+eF6GJM0QCAxMgxCfucMF3mjecK2QsJr0amJW7gTqh5/wht0z2UhEQ==",
|
"integrity": "sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"parent-module": "^1.0.0",
|
"parent-module": "^1.0.0",
|
||||||
"resolve-from": "^4.0.0"
|
"resolve-from": "^4.0.0"
|
||||||
|
|
@ -8921,9 +8999,9 @@
|
||||||
"integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
|
"integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
|
||||||
},
|
},
|
||||||
"picomatch": {
|
"picomatch": {
|
||||||
"version": "2.0.7",
|
"version": "2.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.0.7.tgz",
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.1.tgz",
|
||||||
"integrity": "sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA=="
|
"integrity": "sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA=="
|
||||||
},
|
},
|
||||||
"pify": {
|
"pify": {
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
|
|
|
||||||
16
package.json
16
package.json
|
|
@ -17,13 +17,13 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "1.1.1",
|
"@actions/core": "1.1.1",
|
||||||
"@actions/github": "1.1.0",
|
"@actions/github": "1.1.0",
|
||||||
"@commitlint/config-angular": "8.2.0",
|
"@commitlint/config-angular": "^8.3.4",
|
||||||
"@commitlint/config-conventional": "8.2.0",
|
"@commitlint/config-conventional": "^8.3.4",
|
||||||
"@commitlint/config-lerna-scopes": "8.2.0",
|
"@commitlint/config-lerna-scopes": "^8.3.4",
|
||||||
"@commitlint/config-patternplate": "8.2.0",
|
"@commitlint/config-patternplate": "^8.3.4",
|
||||||
"@commitlint/format": "8.2.0",
|
"@commitlint/format": "^8.3.4",
|
||||||
"@commitlint/lint": "8.2.0",
|
"@commitlint/lint": "^8.3.5",
|
||||||
"@commitlint/load": "8.2.0",
|
"@commitlint/load": "^8.3.5",
|
||||||
"commitlint-config-jira": "1.2.0",
|
"commitlint-config-jira": "1.2.0",
|
||||||
"commitlint-plugin-jira-rules": "1.2.0",
|
"commitlint-plugin-jira-rules": "1.2.0",
|
||||||
"conventional-changelog-lint-config-canonical": "1.0.0",
|
"conventional-changelog-lint-config-canonical": "1.0.0",
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
"lerna": "3.18.1"
|
"lerna": "3.18.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/test": "8.2.0",
|
"@commitlint/test": "^8.2.0",
|
||||||
"conventional-changelog-cli": "2.0.23",
|
"conventional-changelog-cli": "2.0.23",
|
||||||
"execa": "3.4.0",
|
"execa": "3.4.0",
|
||||||
"husky": "3.0.7",
|
"husky": "3.0.7",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue