AtomLinter / linter-codeclimate

An Atom Linter plugin for the Code Climate CLI
http://github.com/codeclimate/codeclimate
MIT License
10 stars 5 forks source link

Update @semantic-release/apm-config to the latest version ๐Ÿš€ #95

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 3.0.0 of @semantic-release/apm-config was just published.

Dependency @semantic-release/apm-config
Current Version 2.0.1
Type devDependency

The version 3.0.0 is not covered by your current version range.

If you donโ€™t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of @semantic-release/apm-config.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donโ€™t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v3.0.0

3.0.0 (2018-06-27)

Bug Fixes

BREAKING CHANGES

  • the GIT_USERNAME and GIT_EMAIL environment variables are replaced by the Git environment variables 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.

Commits

The new version differs by 9 commits.

  • 1e4e4a8 fix(package): update @semantic-release/git to version 5.0.0
  • d35d5a6 chore(package): update sinon to version 6.0.0
  • 4742316 chore(package): update nyc to version 12.0.1
  • ad2f7f4 ci: run test on Node.js 10
  • 52b280a chore(package): update xo to version 0.21.0
  • 76e47af chore(package): update fs-extra to version 6.0.0
  • a3a9240 chore(package): update sinon to version 5.0.1
  • 08f87b7 chore(package): update p-retry to version 2.0.0
  • 0f26a5c test: update tests for @semantic-release/github@4.2.11

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donโ€™t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 3.0.1 just got published.

Update to this version instead ๐Ÿš€

Release Notes v3.0.1

3.0.1 (2018-06-27)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 938b217 fix(package): update @semantic-release/git to version 6.0.1

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.0 just got published.

Update to this version instead ๐Ÿš€

Release Notes v4.0.0

4.0.0 (2018-07-17)

Bug Fixes

BREAKING CHANGES

  • require semantic-release >= 15.8.0
Commits

The new version differs by 2 commits.

  • 393c93e fix: update plugins
  • 5f76d20 chore(package): update fs-extra to version 7.0.0

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.0 just got published.

Update to this version instead ๐Ÿš€

Release Notes v5.0.0

5.0.0 (2018-08-05)

Bug Fixes

BREAKING CHANGES

  • package: require semantic-release >= 15.9.0
Commits

The new version differs by 4 commits.

  • 3394e16 fix(package): update @semantic-release/npm to version 5.0.1
  • fada382 fix(package): update @semantic-release/exec to version 3.0.1
  • 03e790d chore(package): update got to version 9.0.0
  • 08e4efd test: fix logs parsing

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.1 just got published.

Update to this version instead ๐Ÿš€

Release Notes v5.0.1

5.0.1 (2018-08-24)

Bug Fixes

  • package: update execa to version 0.11.0 (5107d41)
Commits

The new version differs by 3 commits.

  • 5107d41 fix(package): update execa to version 0.11.0
  • b75f4a1 chore(package): update get-stream to version 4.0.0
  • 6f8814d chore(package): update xo to version 0.22.0

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.0.2 just got published.

Update to this version instead ๐Ÿš€

Release Notes v5.0.2

5.0.2 (2018-08-26)

Bug Fixes

  • package: update execa to version 1.0.0 (0c0ef70)
Commits

The new version differs by 1 commits.

  • 0c0ef70 fix(package): update execa to version 1.0.0

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead ๐Ÿš€

Release Notes for v6.0.1

6.0.1 (2018-12-01)

Bug Fixes

  • package: typo in description (42a1d7f)
  • correct plugin list (a00e90a)
Commits

The new version differs by 7 commits.

  • a00e90a fix: correct plugin list
  • 42a1d7f fix(package): typo in description
  • b5d20ca feat: use new plugins option and @semantic-release/apm plugin
  • a1e8c75 test: update mock for @semantic-release/github@5.2.1
  • 1727d63 chore(package): update commitizen to version 3.0.0
  • 5526b4b chore(package): update strip-ansi to version 5.0.0
  • 79adc62 chore(package): update xo to version 0.23.0

See the full diff