AtomLinter / linter-phpmd

Atom linter plugin for php, using phpmd.
21 stars 4 forks source link

chore(deps): update dependency @semantic-release/apm-config to v6 #142

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
@​semantic-release/apm-config devDependencies major 2.0.1 -> 6.0.1 source

Release Notes

semantic-release/apm-config ### [`v6.0.1`](https://togithub.com/semantic-release/apm-config/releases/v6.0.1) [Compare Source](https://togithub.com/semantic-release/apm-config/compare/v6.0.0...v6.0.1) ##### Bug Fixes - **package:** typo in description ([42a1d7f](https://togithub.com/semantic-release/apm-config/commit/42a1d7f)) - correct plugin list ([a00e90a](https://togithub.com/semantic-release/apm-config/commit/a00e90a)) ### [`v6.0.0`](https://togithub.com/semantic-release/apm-config/releases/v6.0.0) [Compare Source](https://togithub.com/semantic-release/apm-config/compare/v5.0.2...v6.0.0) ##### Features - use new `plugins` option and `[@semantic-release](https://togithub.com/semantic-release)/apm` plugin ([b5d20ca](https://togithub.com/semantic-release/apm-config/commit/b5d20ca)) ##### BREAKING CHANGES - require semantic-release@15.10.0 or above ### [`v5.0.2`](https://togithub.com/semantic-release/apm-config/releases/v5.0.2) [Compare Source](https://togithub.com/semantic-release/apm-config/compare/v5.0.1...v5.0.2) ##### Bug Fixes - **package:** update execa to version 1.0.0 ([0c0ef70](https://togithub.com/semantic-release/apm-config/commit/0c0ef70)) ### [`v5.0.1`](https://togithub.com/semantic-release/apm-config/releases/v5.0.1) [Compare Source](https://togithub.com/semantic-release/apm-config/compare/v5.0.0...v5.0.1) ##### Bug Fixes - **package:** update execa to version 0.11.0 ([5107d41](https://togithub.com/semantic-release/apm-config/commit/5107d41)) ### [`v5.0.0`](https://togithub.com/semantic-release/apm-config/releases/v5.0.0) [Compare Source](https://togithub.com/semantic-release/apm-config/compare/v4.0.1...v5.0.0) ##### Bug Fixes - **package:** update [@​semantic-release](https://togithub.com/semantic-release)/npm to version 5.0.1 ([3394e16](https://togithub.com/semantic-release/apm-config/commit/3394e16)) ##### BREAKING CHANGES - **package:** require `semantic-release` >= `15.9.0` ### [`v4.0.1`](https://togithub.com/semantic-release/apm-config/releases/v4.0.1) [Compare Source](https://togithub.com/semantic-release/apm-config/compare/v4.0.0...v4.0.1) ##### Bug Fixes - **package:** update [@​semantic-release](https://togithub.com/semantic-release)/exec to version 3.0.1 ([fada382](https://togithub.com/semantic-release/apm-config/commit/fada382)), closes [#​57](https://togithub.com/semantic-release/apm-config/issues/57) ### [`v4.0.0`](https://togithub.com/semantic-release/apm-config/releases/v4.0.0) [Compare Source](https://togithub.com/semantic-release/apm-config/compare/v3.0.1...v4.0.0) ##### Bug Fixes - update plugins ([393c93e](https://togithub.com/semantic-release/apm-config/commit/393c93e)) ##### BREAKING CHANGES - require semantic-release >= 15.8.0 ### [`v3.0.1`](https://togithub.com/semantic-release/apm-config/releases/v3.0.1) [Compare Source](https://togithub.com/semantic-release/apm-config/compare/v3.0.0...v3.0.1) ##### Bug Fixes - **package:** update [@​semantic-release](https://togithub.com/semantic-release)/git to version 6.0.1 ([938b217](https://togithub.com/semantic-release/apm-config/commit/938b217)) ### [`v3.0.0`](https://togithub.com/semantic-release/apm-config/releases/v3.0.0) [Compare Source](https://togithub.com/semantic-release/apm-config/compare/v2.0.1...v3.0.0) ##### Bug Fixes - **package:** update [@​semantic-release](https://togithub.com/semantic-release)/git to version 5.0.0 ([1e4e4a8](https://togithub.com/semantic-release/apm-config/commit/1e4e4a8)) ##### BREAKING CHANGES - the `GIT_USERNAME` and `GIT_EMAIL` environment variables are replaced by the [Git environment variables](https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables#_committing) `GIT_AUTHOR_NAME`, `GIT_AUTHOR_EMAIL`, `GIT_COMMITTER_NAME` and `GIT_COMMITTER_EMAIL`. - the `.gitignore` file is now ignored when adding files to the release commit. Each files matching a glob in `assets` will now be included in the release commit. The `assets` option has now to be configured to match exactly the the files that have to be committed, independently of the `.gitignore` file. ##### Migration guide If you use the environment variables `GIT_USERNAME` and `GIT_EMAIL`, replace them by `GIT_AUTHOR_NAME`, `GIT_AUTHOR_EMAIL`, `GIT_COMMITTER_NAME` and `GIT_COMMITTER_EMAIL`. If you have files matched by globs in `assets` and in `.gitignore` that you do not want to be included in the release commit, refactor your `assets` globs to not include those files.

Renovate configuration

:date: Schedule: At any time (no schedule defined).

: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!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.

Arcanemagus commented 5 years ago

:tada: This PR is included in version 2.0.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: