From 1e517ec438d7fd85fe435e15133d5926fb211e6b Mon Sep 17 00:00:00 2001 From: Daniel Cassidy Date: Sat, 27 Mar 2021 13:58:07 +0000 Subject: [PATCH] build(semantic-release): apply standard semantic-release config for Software Ventures Limited --- package.json | 4 ++++ yarn.lock | 20 ++++++++++++-------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 095c89d..05eb3b4 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ }, "sideEffects": false, "devDependencies": { + "@softwareventures/semantic-release-config": "1.1.1", "@softwareventures/tsconfig": "2.3.3", "@softwareventures/tslint-rules": "0.9.1", "ava": "3.15.0", @@ -48,5 +49,8 @@ "is-finite": "^1.0.2", "is-integer": "^1.0.7", "math-trunc": "^1.0.1" + }, + "release": { + "extends": "@softwareventures/semantic-release-config" } } diff --git a/yarn.lock b/yarn.lock index bd333a7..a433335 100644 --- a/yarn.lock +++ b/yarn.lock @@ -278,6 +278,13 @@ resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea" integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ== +"@softwareventures/semantic-release-config@1.1.1": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@softwareventures/semantic-release-config/-/semantic-release-config-1.1.1.tgz#1e222e5c2fabb7b4a3fde3173e91fba91136b61a" + integrity sha512-zzSmX8eNE7TO1Qtr9OdsKSYU8wDwpnCnnwW01MFZkE0TGPNyrLHn+eZFsDwFx/F5enP427zyOxNpytRQig1cbQ== + dependencies: + tslib "2.0.0" + "@softwareventures/tsconfig@2.3.3": version "2.3.3" resolved "https://registry.yarnpkg.com/@softwareventures/tsconfig/-/tsconfig-2.3.3.tgz#29c619998a6b211180a78f34f0d417eb2eb75b0e" @@ -4359,7 +4366,6 @@ npm@^6.14.9: cmd-shim "^3.0.3" columnify "~1.5.4" config-chain "^1.1.12" - debuglog "*" detect-indent "~5.0.0" detect-newline "^2.1.0" dezalgo "~1.0.3" @@ -4374,7 +4380,6 @@ npm@^6.14.9: has-unicode "~2.0.1" hosted-git-info "^2.8.8" iferr "^1.0.2" - imurmurhash "*" infer-owner "^1.0.4" inflight "~1.0.6" inherits "^2.0.4" @@ -4393,14 +4398,8 @@ npm@^6.14.9: libnpx "^10.2.4" lock-verify "^2.1.0" lockfile "^1.0.4" - lodash._baseindexof "*" lodash._baseuniq "~4.6.0" - lodash._bindcallback "*" - lodash._cacheindexof "*" - lodash._createcache "*" - lodash._getnative "*" lodash.clonedeep "~4.5.0" - lodash.restparam "*" lodash.union "~4.6.0" lodash.uniq "~4.5.0" lodash.without "~4.4.0" @@ -6217,6 +6216,11 @@ tslib@1.9.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8" integrity sha512-f/qGG2tUkrISBlQZEjEqoZ3B2+npJjIf04H1wuAv9iA8i04Icp+61KRXxFdha22670NJopsZCIjhC3SnjPRKrQ== +tslib@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3" + integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g== + tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0: version "1.14.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"