Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @semantic-release/exec to the latest version 🚀 #210

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jul 2, 2018

Version 2.2.4 of @semantic-release/exec was just published.

Dependency @semantic-release/exec
Current Version 2.2.3
Type devDependency

The version 2.2.4 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/exec.

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 v2.2.4

2.2.4 (2018-03-15)

Bug Fixes

  • package: update execa to version 0.10.0 (9f17d46)
Commits

The new version differs by 1 commits.

  • 9f17d46 fix(package): update execa to version 0.10.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 17, 2018

Version 2.3.0 just got published.

Update to this version instead 🚀

Release Notes v2.3.0

2.3.0 (2018-07-17)

Features

  • use cwd and env options passed by core (cdb248f)
Commits

The new version differs by 6 commits.

  • cdb248f feat: use cwd and env options passed by core
  • a4071cc chore(package): update sinon to version 6.0.0
  • 05ba4cd chore(package): update nyc to version 12.0.1
  • 6d95352 ci: run test on Node.js 10
  • 652e1e3 chore(package): update xo to version 0.21.0
  • e191996 chore(package): update sinon to version 5.0.1

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 4, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 4, 2018

Version 3.0.0 just got published.

Update to this version instead 🚀

Release Notes v3.0.0

3.0.0 (2018-08-04)

Features

  • log script output to stdout/stderr passed by semantic-release core (2ba5271)

BREAKING CHANGES

  • require semantic-release >= 15.9.0
Commits

The new version differs by 1 commits.

  • 2ba5271 feat: log script output to stdout/stderr passed by semantic-release core

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 4, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 4, 2018

Version 3.0.1 just got published.

Update to this version instead 🚀

Release Notes v3.0.1

3.0.1 (2018-08-04)

Bug Fixes

  • do not use execa.stdout.pipe as it closes the stream (7fae209)
Commits

The new version differs by 1 commits.

  • 7fae209 fix: do not use execa.stdout.pipe as it closes the stream

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 8, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 8, 2018

Version 3.0.2 just got published.

Update to this version instead 🚀

Release Notes v3.0.2

3.0.2 (2018-08-08)

Bug Fixes

  • verify the cmd config independently for each steps (0fee76f)
Commits

The new version differs by 2 commits.

  • 0fee76f fix: verify the cmd config independently for each steps
  • 06d1a74 chore(package): update xo to version 0.22.0

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 15, 2018

Version 3.1.0 just got published.

Update to this version instead 🚀

Release Notes v3.1.0

3.1.0 (2018-08-15)

Features

Commits

The new version differs by 2 commits.

  • 2091593 feat: add shell option
  • de16234 fix: stream command output to stdout and stderr

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 24, 2018

Version 3.1.1 just got published.

Update to this version instead 🚀

Release Notes v3.1.1

3.1.1 (2018-08-24)

Bug Fixes

  • package: update execa to version 0.11.0 (e397274)
Commits

The new version differs by 1 commits.

  • e397274 fix(package): update execa to version 0.11.0

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 26, 2018

Version 3.1.2 just got published.

Update to this version instead 🚀

Release Notes v3.1.2

3.1.2 (2018-08-26)

Bug Fixes

  • package: update execa to version 1.0.0 (4bf6ad5)
Commits

The new version differs by 1 commits.

  • 4bf6ad5 fix(package): update execa to version 1.0.0

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 11, 2018

Version 3.1.3 just got published.

Update to this version instead 🚀

Release Notes v3.1.3

3.1.3 (2018-09-11)

Bug Fixes

  • package: update debug to version 4.0.0 (62a2576)
Commits

The new version differs by 2 commits.

  • 62a2576 fix(package): update debug to version 4.0.0
  • 97a3d1c chore(package): update xo to version 0.23.0

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 15, 2018

Update to this version instead 🚀

Release Notes for v3.3.1

3.3.1 (2018-12-14)

Bug Fixes

  • return false in publish if package if step is skipped (745d0fa)
Commits

The new version differs by 3 commits.

  • 745d0fa fix: return false in publish if package if step is skipped
  • 9d8bcb7 chore(package): update nyc and sinon
  • 288c526 docs: update semantic-release default branch in links

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 27, 2018

Update to this version instead 🚀

Release Notes for v3.3.2

3.3.2 (2018-12-26)

Bug Fixes

  • package: update aggregate-error to version 2.0.0 (d087866)
Commits

The new version differs by 1 commits.

  • d087866 fix(package): update aggregate-error to version 2.0.0

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 12, 2019

Update to this version instead 🚀

Release Notes for v3.3.3

3.3.3 (2019-04-14)

Bug Fixes

  • package: update aggregate-error to version 3.0.0 (59ddda0)
Commits

The new version differs by 4 commits.

  • 59ddda0 fix(package): update aggregate-error to version 3.0.0
  • c56f663 chore(package): update ava to version 1.3.1
  • 26a29a9 chore(package): update xo to version 0.24.0
  • c2246ca chore(package): update ava to version 1.0.1

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 25, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 26, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 9, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 9, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 23, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 26, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 9, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 9, 2020

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 27, 2020

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants