From 82a3c7ec92032e3d6774e37a95badf4ff1e89eec Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Thu, 18 Mar 2021 13:21:46 -0700 Subject: [PATCH] feat(release-please): update to release-please with manifest support (#274) --- package-lock.json | 81 +++++++++++++++++++++++++++-------------------- package.json | 2 +- 2 files changed, 47 insertions(+), 36 deletions(-) diff --git a/package-lock.json b/package-lock.json index 87e7a04..da72872 100644 --- a/package-lock.json +++ b/package-lock.json @@ -131,9 +131,9 @@ } }, "@octokit/core": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.3.0.tgz", - "integrity": "sha512-GGMpjaodCBY7JrtOwfolMocwZw9Pj5NxuQqfaJhGau4tkyonm0JRV9D6juQYLMb1Kl261++4Q980o0FlAtg8jg==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.3.1.tgz", + "integrity": "sha512-Dc5NNQOYjgZU5S1goN6A/E500yXOfDUFRGQB8/2Tl16AcfvS3H9PudyOe3ZNE/MaVyHPIfC0htReHMJb1tMrvw==", "requires": { "@octokit/auth-token": "^2.4.4", "@octokit/graphql": "^4.5.8", @@ -170,9 +170,9 @@ "integrity": "sha512-NxF1yfYOUO92rCx3dwvA2onF30Vdlg7YUkMVXkeptqpzA3tRLplThhFleV/UKWFgh7rpKu1yYRbvNDUtzSopKA==" }, "@octokit/plugin-paginate-rest": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.11.0.tgz", - "integrity": "sha512-7L9xQank2G3r1dGqrVPo1z62V5utbykOUzlmNHPz87Pww/JpZQ9KyG5CHtUzgmB4n5iDRKYNK/86A8D98HP0yA==", + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.13.2.tgz", + "integrity": "sha512-mjfBcla00UNS4EI/NN7toEbUM45ow3kk4go+LxsXAFLQodsrXcIZbftUhXTqi6ZKd+r6bcqMI+Lv4dshLtFjww==", "requires": { "@octokit/types": "^6.11.0" } @@ -628,16 +628,16 @@ } }, "code-suggester": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/code-suggester/-/code-suggester-1.9.1.tgz", - "integrity": "sha512-wLZ7krfKuVsgIvnmiUuPsp2HLC+CoD+MYIH5TWp6ox7DEKg8h0TBHgU50kRue+FfpdKE+nPnZKnZ1wBxtImzHQ==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/code-suggester/-/code-suggester-1.9.2.tgz", + "integrity": "sha512-eMWxq8CJiRDWcbfp56auhydGEumjqVZsCvjPj4Y1cc3QkHRqvHGNUMtXNSXl3BXdza0Q8CdO0MTQEq+hrvcHcQ==", "requires": { "@octokit/rest": "^18.0.1", "@types/yargs": "^16.0.0", "async-retry": "^1.3.1", "diff": "^5.0.0", "glob": "^7.1.6", - "parse-diff": "^0.7.1", + "parse-diff": "^0.8.0", "pino": "^6.3.2", "yargs": "^16.0.0" } @@ -1585,9 +1585,9 @@ "dev": true }, "hosted-git-info": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.0.0.tgz", - "integrity": "sha512-fqhGdjk4av7mT9fU/B01dUtZ+WZSc/XEXMoLXDVZukiQRXxeHSSz3AqbeWRJHtF8EQYHlAgB1NSAHU0Cm7aqZA==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.0.1.tgz", + "integrity": "sha512-eT7NrxAsppPRQEBSwKSosReE+v8OzABwEScQYk5d4uxaEPlzxTIku7LINXtBGalthkLhJnq5lBI89PfK43zAKg==", "requires": { "lru-cache": "^6.0.0" } @@ -2373,14 +2373,25 @@ "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" }, "normalize-package-data": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.1.tgz", - "integrity": "sha512-D/ttLdxo71msR4FF3VgSwK4blHfE3/vGByz1NCeE7/Dh8reQOKNJJjk5L10mLq9jxa+ZHzT1/HLgxljzbXE7Fw==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.2.tgz", + "integrity": "sha512-6CdZocmfGaKnIHPVFhJJZ3GuR8SsLKvDANFp47Jmy51aKIr8akjAWTSxtpI+MBgBFdSMRyo4hMpDlT6dTffgZg==", "requires": { - "hosted-git-info": "^4.0.0", - "resolve": "^1.17.0", - "semver": "^7.3.2", + "hosted-git-info": "^4.0.1", + "resolve": "^1.20.0", + "semver": "^7.3.4", "validate-npm-package-license": "^3.0.1" + }, + "dependencies": { + "resolve": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", + "requires": { + "is-core-module": "^2.2.0", + "path-parse": "^1.0.6" + } + } } }, "normalize-path": { @@ -2508,9 +2519,9 @@ } }, "parse-diff": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/parse-diff/-/parse-diff-0.7.1.tgz", - "integrity": "sha512-1j3l8IKcy4yRK2W4o9EYvJLSzpAVwz4DXqCewYyx2vEwk2gcf3DBPqc8Fj4XV3K33OYJ08A8fWwyu/ykD/HUSg==" + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/parse-diff/-/parse-diff-0.8.1.tgz", + "integrity": "sha512-0QG0HqwXCC/zMohOlaxkQmV1igZq1LQ6xsv/ziex6TDbY0GFxr3TDJN+/aHjWH3s2WTysSW3Bhs9Yfh6DOelFA==" }, "parse-github-repo-url": { "version": "1.4.1", @@ -2580,15 +2591,15 @@ "dev": true }, "pino": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/pino/-/pino-6.11.1.tgz", - "integrity": "sha512-PoDR/4jCyaP1k2zhuQ4N0NuhaMtei+C9mUHBRRJQujexl/bq3JkeL2OC23ada6Np3zeUMHbO4TGzY2D/rwZX3w==", + "version": "6.11.2", + "resolved": "https://registry.npmjs.org/pino/-/pino-6.11.2.tgz", + "integrity": "sha512-bmzxwbrIPxQUlAuMkF4PWVErUGERU4z37HazlhflKFg08crsNE3fACGN6gPwg5xtKOK47Ux5cZm8YCuLV4wWJg==", "requires": { "fast-redact": "^3.0.0", "fast-safe-stringify": "^2.0.7", "flatstr": "^1.0.12", "pino-std-serializers": "^3.1.0", - "quick-format-unescaped": "^4.0.1", + "quick-format-unescaped": "4.0.1", "sonic-boom": "^1.0.2" } }, @@ -2898,9 +2909,9 @@ "dev": true }, "release-please": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/release-please/-/release-please-11.2.0.tgz", - "integrity": "sha512-FDgm42XkAT4/z9gS+4uJAncAodimsLXuGlz2UU2DOVExUg7EMcGfXgcI4OQDILrerDB6q/poux1rzvFPKocsLA==", + "version": "11.3.0-candidate.0", + "resolved": "https://registry.npmjs.org/release-please/-/release-please-11.3.0-candidate.0.tgz", + "integrity": "sha512-/PC4VSj0vBPXDn2fYPIqDWZg478ikJZzsDTXddewz+LxHZ8/LrfvuiiGclTKdNguZC57fmdMrNIVzH7+Pa5ufw==", "requires": { "@conventional-commits/parser": "^0.4.1", "@iarna/toml": "^2.2.5", @@ -3104,9 +3115,9 @@ } }, "sonic-boom": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-1.3.2.tgz", - "integrity": "sha512-/B4tAuK2+hIlR94GhhWU1mJHWk5lt0CEuBvG0kvk1qIAzQc4iB1TieMio8DCZxY+Y7tsuzOxSUDOGmaUm3vXMg==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-1.4.0.tgz", + "integrity": "sha512-1xUAszhQBOrjk7uisbStQZYkZxD3vkYlCUw5qzOblWQ1ILN5v0dVPAs+QPgszzoPmbdWx6jyT9XiLJ95JdlLiQ==", "requires": { "atomic-sleep": "^1.0.0", "flatstr": "^1.0.12" @@ -3410,9 +3421,9 @@ "integrity": "sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==" }, "uglify-js": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.13.0.tgz", - "integrity": "sha512-TWYSWa9T2pPN4DIJYbU9oAjQx+5qdV5RUDxwARg8fmJZrD/V27Zj0JngW5xg1DFz42G0uDYl2XhzF6alSzD62w==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.13.1.tgz", + "integrity": "sha512-EWhx3fHy3M9JbaeTnO+rEqzCe1wtyQClv6q3YWq0voOj4E+bMZBErVS1GAHPDiRGONYq34M1/d8KuQMgvi6Gjw==", "optional": true }, "unist-util-is": { diff --git a/package.json b/package.json index e22d651..2507a20 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "homepage": "https://github.com/bcoe/release-please-action#readme", "dependencies": { "@actions/core": "^1.2.6", - "release-please": "^11.2.0" + "release-please": "^11.3.0-candidate.0" }, "devDependencies": { "@vercel/ncc": "^0.27.0",