Closed renovate[bot] closed 4 years ago
Merging #71 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #71 +/- ##
=======================================
Coverage 98.86% 98.86%
=======================================
Files 8 8
Lines 527 527
=======================================
Hits 521 521
Misses 6 6
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update ba19989...ac5171c. Read the comment docs.
:tada: This PR is included in version 1.7.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR contains the following updates:
6.3.3
->7.0.0
7.0.18
->8.0.0
5.5.8
->6.0.1
5.3.5
->6.0.0
15.14.0
->16.0.1
Release Notes
semantic-release/commit-analyzer
### [`v7.0.0`](https://togithub.com/semantic-release/commit-analyzer/releases/v7.0.0) [Compare Source](https://togithub.com/semantic-release/commit-analyzer/compare/v6.3.3...v7.0.0) ##### Bug Fixes - use correct peerDependencies for semantic-release ([4ff652f](https://togithub.com/semantic-release/commit-analyzer/commit/4ff652fd4a936f7432e827d8d6363d99092bfcd5)) - **package:** update import-from to version 3.0.0 ([060dc29](https://togithub.com/semantic-release/commit-analyzer/commit/060dc2929c9392a99227d35430224a8a12b5c5f3)) ##### Features - add support for conventionalcommits preset ([2b5ac0a](https://togithub.com/semantic-release/commit-analyzer/commit/2b5ac0a3f64fb51f850aaee93f49bd12d786a488)) - allow to disable default release rules with `release: false` ([ea2b204](https://togithub.com/semantic-release/commit-analyzer/commit/ea2b2040640b930a07f4b0cc2c61192825a5d13e)) - require Node.js >=10.13 ([9f72907](https://togithub.com/semantic-release/commit-analyzer/commit/9f7290769b50d087ac044b18c9c9e9c2b1db59b6)) - use globs instead of regexp for releases rules ([fc9b28a](https://togithub.com/semantic-release/commit-analyzer/commit/fc9b28a1899a63aeb03bc35634816ff3d9f175af)) ##### BREAKING CHANGES - Require Node.js >= 10.13 - Regexp are not supported anymore for property matching in the `releaseRules` option. Regex are replaced by [globs](https://togithub.com/micromatch/micromatch#matching-features). For example `/core-.*/` should be changed to `'core-*'`.semantic-release/git
### [`v8.0.0`](https://togithub.com/semantic-release/git/releases/v8.0.0) [Compare Source](https://togithub.com/semantic-release/git/compare/v7.0.18...v8.0.0) ##### Bug Fixes - **package:** update execa to version 4.0.0 ([9c1dc67](https://togithub.com/semantic-release/git/commit/9c1dc67e0436af76c93e329083eaf87560d12c55)) - include deleted files in release commit ([f59d20c](https://togithub.com/semantic-release/git/commit/f59d20cf435ea12f9c15383b7ce375c25a45edd6)) - **package:** update aggregate-error to version 2.0.0 ([3eb8f60](https://togithub.com/semantic-release/git/commit/3eb8f60dc31339fe607a7dbcdb9b18b7ca65127a)) - **package:** update execa to version 2.0.2 ([9404d44](https://togithub.com/semantic-release/git/commit/9404d4477db2e0ec07e960775c78f5b349905b18)) - **package:** update execa to version 3.0.0 ([e6af5b4](https://togithub.com/semantic-release/git/commit/e6af5b403c208f36a2e8bb6646b5a11860649b7f)) - look for modified fiels to commit only if there files matching the globs ([d97c030](https://togithub.com/semantic-release/git/commit/d97c03082b948f1189fdc22d639505fa0395f711)) - update globby to latest version ([9e2b2e5](https://togithub.com/semantic-release/git/commit/9e2b2e507f84807eb7d5ec45c09598d49ef47698)) ##### Features - require Node.js >=10.13 ([81955b8](https://togithub.com/semantic-release/git/commit/81955b823432c80cec0645dd331b30cb0974ba23)) - require Node.js >=8.15 ([15356b1](https://togithub.com/semantic-release/git/commit/15356b16d137b65c60d119ba15b9dffba4ee3a6a)) - support `branch` parameter from semantic-release@16.0.0 ([02b1f6d](https://togithub.com/semantic-release/git/commit/02b1f6d15f61139260d6ae008fa8261e05542aeb)) ##### BREAKING CHANGES - Require Node.js >= 10.13 - Require Git 2.7.1 or higher - Require Node.js => 8.15semantic-release/github
### [`v6.0.1`](https://togithub.com/semantic-release/github/releases/v6.0.1) [Compare Source](https://togithub.com/semantic-release/github/compare/v6.0.0...v6.0.1) ##### Bug Fixes - **package:** update issue-parser to version 6.0.0 ([b02a35b](https://togithub.com/semantic-release/github/commit/b02a35b5fe51e7e1bb6e8f7f4fe9262780403ace)) ### [`v6.0.0`](https://togithub.com/semantic-release/github/releases/v6.0.0) [Compare Source](https://togithub.com/semantic-release/github/compare/v5.5.8...v6.0.0) ##### Bug Fixes - adapt for latest [@octokit/rest](https://togithub.com/octokit/rest) to remove deprecation warnings ([#177](https://togithub.com/semantic-release/github/issues/177)) ([b2bc352](https://togithub.com/semantic-release/github/commit/b2bc35266e925b1568e8e216cedadaf0f38b2116)) - use correct peerDependencies for semantic-release ([742b521](https://togithub.com/semantic-release/github/commit/742b521b8f9872036d3d6b0490b17d0537c6ee33)) - use the `branch.main` flag to determine is the release need the `prerelease` flag ([7aaeb0f](https://togithub.com/semantic-release/github/commit/7aaeb0f0d5f5b05ccb06e137ee6ec90cd9e29309)) - **package:** update [@octokit/rest](https://togithub.com/octokit/rest) to version 16.13.1 ([4c756b2](https://togithub.com/semantic-release/github/commit/4c756b2cb4e098bade42bb00570a932dc8829985)) - **package:** update aggregate-error to version 2.0.0 ([7d6b7f0](https://togithub.com/semantic-release/github/commit/7d6b7f00c843d82e552c83061192c4d41f8b558c)) - **package:** update aggregate-error to version 3.0.0 ([2f08578](https://togithub.com/semantic-release/github/commit/2f085781dceffde6401bf98b4a2293e8e90baba9)) - **package:** update p-filter to version 2.0.0 ([bab986f](https://togithub.com/semantic-release/github/commit/bab986f03ce216ea7dcf423ad593c51443605fde)) - **package:** update p-retry to version 3.0.0 ([36aab02](https://togithub.com/semantic-release/github/commit/36aab02dadcdebeb299833334e2ff80ef8a102f4)) - **package:** update p-retry to version 4.0.0 ([01822de](https://togithub.com/semantic-release/github/commit/01822deeabb8aac0f6350f0f57a6dbf33dcb4201)) - also add comment/label to open issues ([b69986f](https://togithub.com/semantic-release/github/commit/b69986f159ab0eac06459a28018115b63ece17d0)) - release debug messsage in publish ([0a3ed26](https://togithub.com/semantic-release/github/commit/0a3ed26d95fad970376fb53fa59497992db37a5a)) - retrieve the branch name from `context.branch` ([5f19284](https://togithub.com/semantic-release/github/commit/5f192841c97248c02d608fcf1adc3df57440fdd4)) - update globby to latest version ([2b5e557](https://togithub.com/semantic-release/github/commit/2b5e5573819b39b23432f382ddf588f1d8261b7c)) - update globby to latest version ([c290940](https://togithub.com/semantic-release/github/commit/c290940bf793390589c522e706d076e89dffa134)) - when adding labels, expect labels array to be sent in request body for GHE support ([a81a825](https://togithub.com/semantic-release/github/commit/a81a825373f209629519ce58090aa4faaf82a7c1)) ##### Features - add `addChannel` plugin step ([589a5c4](https://togithub.com/semantic-release/github/commit/589a5c44d3da733eac466c771ac0f6d1d405b788)) - append assets before release ([8eb8d66](https://togithub.com/semantic-release/github/commit/8eb8d66fd8ba509be44202b65c80d6f3f61b313e)) - require Node.js >=10.13 ([bd4322d](https://togithub.com/semantic-release/github/commit/bd4322d172b47cb33287bba2c0929518113eb158)) - support `nextRelease.channel` property in `publish` step ([869c827](https://togithub.com/semantic-release/github/commit/869c827cf41b5695a89b573cec0eebf76df2b092)) ##### BREAKING CHANGES - Require Node.js >= 10.13semantic-release/npm
### [`v6.0.0`](https://togithub.com/semantic-release/npm/releases/v6.0.0) [Compare Source](https://togithub.com/semantic-release/npm/compare/v5.3.5...v6.0.0) ##### Bug Fixes - **package:** update execa to version 4.0.0 ([d97dee5](https://togithub.com/semantic-release/npm/commit/d97dee566306a4b3a09afb3fc765bf17f40aeee7)) - **package:** update semver to version 6.3.0 ([c515862](https://togithub.com/semantic-release/npm/commit/c5158626d8bda14e52665642c0fe50fe3c836a90)) - add dist-tag to publish and add-channel logs ([db6ccd2](https://togithub.com/semantic-release/npm/commit/db6ccd2fcf30e5e700c1370316e4f61ed20c2c31)) - use correct peerDependencies for semantic-release ([8b47e7b](https://togithub.com/semantic-release/npm/commit/8b47e7b3f5bbccb62525fc08ecbb95e17749f732)) - **package:** pin npm to 6.5.0 ([ddab7b7](https://togithub.com/semantic-release/npm/commit/ddab7b7f901b8d1d44a2b67f71a7d7794be72995)) - **package:** update aggregate-error to version 2.0.0 ([df53298](https://togithub.com/semantic-release/npm/commit/df5329817197d3850268b1be60bc98d8c130e3cf)) - **package:** update aggregate-error to version 3.0.0 ([3e0d5d0](https://togithub.com/semantic-release/npm/commit/3e0d5d0e6a6433cb7fbe5cb4dff0102795d71aaf)) - **package:** update execa to version 3.0.0 ([b1780c1](https://togithub.com/semantic-release/npm/commit/b1780c1d6673297ef5243c80eb76fac921c30f87)) - **package:** update npm to version 6.8.0 ([2b0492e](https://togithub.com/semantic-release/npm/commit/2b0492e01ec0a0f888b5e298027e471a5e1c77f2)) - **package:** update read-pkg to version 5.0.0 ([877ce40](https://togithub.com/semantic-release/npm/commit/877ce40d11eaf47ca150d7910f01c8b408220bb9)) - **package:** update vulnerable dependencies ([#185](https://togithub.com/semantic-release/npm/issues/185)) ([a96c6da](https://togithub.com/semantic-release/npm/commit/a96c6da5cbd7d79a8c30e47e6162a211f4a0c4ef)) - skip tarball move if config is `cwd` ([a224497](https://togithub.com/semantic-release/npm/commit/a224497fa0b64d8adb744c727a34f0851495228f)) - **package:** update execa to version 2.0.2 ([d2932ba](https://togithub.com/semantic-release/npm/commit/d2932bac30b174a6e51185a47c586ba3031aabce)) - **package:** update registry-auth-token to version 4.0.0 ([2868b2c](https://togithub.com/semantic-release/npm/commit/2868b2c086fba80971b9cd27e03af55bb4a97f65)) - add dist-tag to publish log ([2de37a1](https://togithub.com/semantic-release/npm/commit/2de37a1ce46efbb0df925391f942a4c92e37c77c)) - Honor NPM_CONFIG_USERCONFIG setting ([932ea5e](https://togithub.com/semantic-release/npm/commit/932ea5e767fc8f21cadcc86f912d898e7c41fd2f)) - **package:** update fs-extra to version 8.0.0 ([bf603e5](https://togithub.com/semantic-release/npm/commit/bf603e564b2d361fc2e2609647a4bf12327b7913)) - return `false` if the npm publish is skipped ([4a41228](https://togithub.com/semantic-release/npm/commit/4a41228fd05b6f83a58a5271ac5f6c7931cfd724)) - return `false` in `addChannel` if package is not published on npm ([5434bab](https://togithub.com/semantic-release/npm/commit/5434babb96f6270603bda2023badbce1ef06ea9f)) ##### Features - add `addChannel` plugin step ([fb96126](https://togithub.com/semantic-release/npm/commit/fb96126bfb3e65eb4a3be11e772cc55f423bbd98)) - require Node.js >=10.13 ([6426458](https://togithub.com/semantic-release/npm/commit/64264589c2548d2b42afa562fa22c89a984d7177)) - require Node.js >=8.15 ([4caf538](https://togithub.com/semantic-release/npm/commit/4caf5388c6462689ebabd09756bcbf34faf42de4)) - support `nextRelease.channel` property in `publish` step ([b8deba7](https://togithub.com/semantic-release/npm/commit/b8deba79479e4e9b49150d97311f43e42a5f9dd4)) ##### BREAKING CHANGES - Require Node.js >= 10.13 - Require Node.js => 8.15semantic-release/semantic-release
### [`v16.0.1`](https://togithub.com/semantic-release/semantic-release/releases/v16.0.1) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v16.0.0...v16.0.1) ##### Bug Fixes - **package:** update env-ci to version 5.0.0 ([3739ab5](https://togithub.com/semantic-release/semantic-release/commit/3739ab5f34454321aad2bf36f3a5ec03da004d33)) ### [`v16.0.0`](https://togithub.com/semantic-release/semantic-release/releases/v16.0.0) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v15.14.0...v16.0.0) ##### BREAKING CHANGES - ⚠️ For `v16.0.0@beta` users only: In v16, a JSON object stored in a [Git note](https://git-scm.com/docs/git-notes) is used to keep track of the channels on which a version has been released, the `@{channel}` suffix is no longer necessary. The tags formatted as v{version}@{channel} will now be ignored. If you have releases using this format you will have to upgrade them: - Find all the versions that have been released on a branch other than the default one by searching for all tags formatted as `v{version}@{channel}` - For each of those version: - Create a tag without the {[@channel](https://togithub.com/channel)} if none doesn't already exists - Add a Git note to the tag without the {[@channel](https://togithub.com/channel)} containing the channels on which the version was released formatted as `{"channels":["channel1","channel2"]}` and using `null` for the default channel (for example.`{"channels":[null,"channel1","channel2"]}`) - Push the tags and notes - Update the GitHub releases that refer to a tag formatted as v{version}@{channel} to use the tag without it - Delete the tags formatted as v{version}@{channel} - Require Node.js >= 10.13 - Git CLI version 2.7.1 or higher is now required: The `--merge` option of the `git tag` command has been added in Git version 2.7.1 and is now used by semantic-release - Regexp are not supported anymore for property matching in the `releaseRules` option. Regex are replaced by [globs](https://togithub.com/micromatch/micromatch#matching-features). For example `/core-.*/` should be changed to `'core-*'`. - The `branch` option has been removed in favor of `branches` - The new `branches` option expect either an Array or a single branch definition. To migrate your configuration: - If you want to publish package from multiple branches, please see the configuration documentation - If you use the default configuration and want to publish only from `master`: nothing to change - If you use the `branch` configuration and want to publish only from one branch: replace `branch` with `branches` (`"branch": "my-release-branch"` => `"branches": "my-release-branch"`) ##### Features - allow `addChannel` plugins to return `false` in order to signify no release was done ([e1c7269](https://togithub.com/semantic-release/semantic-release/commit/e1c7269cb3af0d84c28fd3c4a5ce61ae4b625924)) - allow `publish` plugins to return `false` in order to signify no release was done ([47484f5](https://togithub.com/semantic-release/semantic-release/commit/47484f5eb2fa330cbbbb03bffadba524ad642081)) - allow to release any version on a branch if up to date with next branch ([916c268](https://togithub.com/semantic-release/semantic-release/commit/916c2685c57f3490fb1e50afbf72ea8dce11e188)) - support multiple branches and distribution channels ([7b40524](https://togithub.com/semantic-release/semantic-release/commit/7b4052470b23261c9e679a17bff034da311fd894)) - use Git notes to store the channels on which a version has been released ([b2c1b2c](https://togithub.com/semantic-release/semantic-release/commit/b2c1b2c670f8f2dd4da71721ffb329c26e8d2cd7)) - **package:** update [@semantic-release/commit-analyzer](https://togithub.com/semantic-release/commit-analyzer) to version 7.0.0 ([e63e753](https://togithub.com/semantic-release/semantic-release/commit/e63e753cf09b2c3b51db00097bceade0893d3eaf)) ##### Performance Improvements - use `git tag --mergeRenovate configuration
:date: Schedule: "before 3am on Monday" in timezone Europe/Zurich.
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.