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/github to the latest version 🚀 #14

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 17, 2018

Version 5.0.0 of @semantic-release/github was just published.

Dependency @semantic-release/github
Current Version 4.4.2
Type devDependency

The version 5.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/github.

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 v5.0.0

5.0.0 (2018-07-17)

Features

  • use cwd and env options passed by core (1f906b4)

BREAKING CHANGES

  • require semantic-release >= 15.8.0
Commits

The new version differs by 2 commits.

  • 1f906b4 feat: use cwd and env options passed by core
  • 683cf3d refactor: use object object spread rather than Object.assign

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 19, 2018

Version 5.0.1 just got published.

Update to this version instead 🚀

Release Notes v5.0.1

5.0.1 (2018-07-19)

Bug Fixes

  • add workaround to expand directory when globbing (8cd24ca)
Commits

The new version differs by 4 commits.

  • 8cd24ca fix: add workaround to expand directory when globbing
  • bdf33a2 refactor: fix typo in debug message
  • 13f3be4 test: test lib/glob-asset.js from temp directory
  • 15aaf04 test: fix sorting of globbed assets declared as objects

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 3, 2018

Version 5.0.2 just got published.

Update to this version instead 🚀

Release Notes v5.0.2

5.0.2 (2018-08-03)

Bug Fixes

  • compare release and PR commits with merge_commit_sha (152fe32)
Commits

The new version differs by 1 commits.

  • 152fe32 fix: compare release and PR commits with merge_commit_sha

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 26, 2018

Version 5.0.3 just got published.

Update to this version instead 🚀

Release Notes v5.0.3

5.0.3 (2018-08-26)

Bug Fixes

  • deduplicate glob results by resolved path (704ac79)
Commits

The new version differs by 2 commits.

  • 704ac79 fix: deduplicate glob results by resolved path
  • 2090a90 chore(package): update xo to version 0.22.0

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 1, 2018

Version 5.0.4 just got published.

Update to this version instead 🚀

Release Notes v5.0.4

5.0.4 (2018-09-01)

Bug Fixes

  • package: update issue-parser to version 3.0.0 (14283d1)
Commits

The new version differs by 1 commits.

  • 14283d1 fix(package): update issue-parser to version 3.0.0

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 11, 2018

Version 5.0.5 just got published.

Update to this version instead 🚀

Release Notes v5.0.5

5.0.5 (2018-09-11)

Bug Fixes

  • package: update debug to version 4.0.0 (d25b379)
Commits

The new version differs by 2 commits.

  • d25b379 fix(package): update debug to version 4.0.0
  • e2eaac8 chore(package): update xo to version 0.23.0

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 3, 2018

Update to this version instead 🚀

Release Notes for v5.0.6

5.0.6 (2018-10-03)

Bug Fixes

  • typos in error messages (1d3c87f)
Commits

The new version differs by 4 commits.

  • 1d3c87f fix: typos in error messages
  • cb85170 chore(package): update commitizen to version 3.0.0
  • 10f8178 test: remove unecessary serial tests
  • 82e17c0 chore(package): update nock to version 10.0.0

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 17, 2018

Update to this version instead 🚀

Release Notes for v5.2.0

5.2.0 (2018-10-08)

Features

  • add labels to PRs and issues fixed in a release (072b112)
Commits

The new version differs by 3 commits.

  • 072b112 feat: add labels to PRs and issues fixed in a release
  • c15ca0b feat: allow to disable opening and commenting on issues
  • a5c4384 docs: harmonize docs with other plugins

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 26, 2018

Update to this version instead 🚀

Release Notes for v5.2.1

5.2.1 (2018-10-26)

Bug Fixes

  • fix globbed asset sorting and deduping (83444bf)
  • handle repository rename with search API (d51858e)
Commits

The new version differs by 3 commits.

  • d51858e fix: handle repository rename with search API
  • 83444bf fix: fix globbed asset sorting and deduping
  • 4748c8a chore(package): update @octokit/rest to version 15.13.1

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 21, 2018

Update to this version instead 🚀

Release Notes for v5.2.2

5.2.2 (2018-11-21)

Bug Fixes

  • package: @octokit/rest v16 (207b990)
  • adapt location to load ROUTES (f004904)
  • rename deprecated [@octokit](https://github.com/octokit)/rest methods (b0eb9bd)
Commits

The new version differs by 8 commits.

  • f004904 fix: adapt location to load ROUTES
  • 207b990 fix(package): @octokit/rest v16
  • d2e397a fixup! test: adapt for GitHub’s REST API changes – mutating labels endpoints now accept a "labels" namespace
  • b0eb9bd fix: rename deprecated @octokit/rest methods
  • caf1d52 test: adapt for GitHub’s REST API changes – mutating labels endpoints now accept a "labels" namespace
  • 893403c build(package): @octokit/rest@^15.18.0
  • fe2a3fc style: fix prettier errors
  • dd8bc4d docs: update typos in code comment

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 22, 2018

Update to this version instead 🚀

Release Notes for v5.2.4

5.2.4 (2018-11-22)

Bug Fixes

  • fix determination of read/write endpoints (a753ef8)
Commits

The new version differs by 2 commits.

  • a753ef8 fix: fix determination of read/write endpoints
  • 5a3e287 fix: use status rather than code in @octokit/rest.js HttpError

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 24, 2018

Update to this version instead 🚀

Release Notes for v5.2.5

5.2.5 (2018-11-24)

Bug Fixes

  • use octokit.hook.wrap rather than Proxies (681ff6a)
Commits

The new version differs by 1 commits.

  • 681ff6a fix: use octokit.hook.wrap rather than Proxies

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 12, 2018

Update to this version instead 🚀

Release Notes for v5.2.6

5.2.6 (2018-12-12)

Bug Fixes

  • package: update p-retry to version 3.0.0 (771cb01)
Commits

The new version differs by 3 commits.

  • 771cb01 fix(package): update p-retry to version 3.0.0
  • fe6c5c4 chore(package): update nyc and sinon
  • 503030b docs: update semantic-release default branch in links

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 21, 2018

Update to this version instead 🚀

Release Notes for v5.2.7

5.2.7 (2018-12-15)

Bug Fixes

  • when adding labels, expect labels array to be sent in request body for GHE support (8421388)
Commits

The new version differs by 2 commits.

  • 8421388 fix: when adding labels, expect labels array to be sent in request body for GHE support
  • aef7e23 docs(readme): add required scopes for generating personal access token

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 8, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 9, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 18, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 26, 2019

Update to this version instead 🚀

@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 10, 2020

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 24, 2020

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 28, 2020

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 31, 2020

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 3, 2020

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 7, 2020

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 20, 2020

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 19, 2020

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 14, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 22, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


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