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

build(deps): bump peter-evans/create-pull-request from 3.10.1 to 3.11.0 #217

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2021

Bumps peter-evans/create-pull-request from 3.10.1 to 3.11.0.

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v3.11.0

What's Changed

Full Changelog: peter-evans/create-pull-request@v3.10.1...v3.11.0

Commits
  • 67df31e fix: add head sha output to action.yml
  • f530141 Merge pull request #981 from peter-evans/update-distribution
  • a5a72ba build: update distribution
  • a6c8b38 Merge pull request #976 from peter-evans/output-sha
  • c0a9598 feat: add output for head sha
  • 3c3d696 Merge pull request #955 from peter-evans/dependabot/npm_and_yarn/ansi-regex-5...
  • bd0f84d Merge pull request #958 from peter-evans/update-distribution
  • ad71e1f build: update distribution
  • 368c9da build(deps): bump ansi-regex from 5.0.0 to 5.0.1
  • d8a389d Merge pull request #932 from peter-evans/update-dependencies
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the build Changes that affect the build system or external dependencies label Dec 1, 2021
@dependabot dependabot bot requested a review from playpauseandstop December 1, 2021 05:01
@coveralls
Copy link

coveralls commented Dec 1, 2021

Coverage Status

Coverage remained the same at 98.297% when pulling e5bc943 on dependabot/github_actions/peter-evans/create-pull-request-3.11.0 into ce3f81d on master.

@dependabot dependabot bot force-pushed the dependabot/github_actions/peter-evans/create-pull-request-3.11.0 branch 3 times, most recently from 2fd27ac to 4a3f2fc Compare December 2, 2021 22:48
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.10.1 to 3.11.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v3.10.1...v3.11.0)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/peter-evans/create-pull-request-3.11.0 branch from 4a3f2fc to e5bc943 Compare December 2, 2021 22:57
@playpauseandstop playpauseandstop enabled auto-merge (squash) December 2, 2021 23:01
@playpauseandstop playpauseandstop merged commit d523353 into master Dec 2, 2021
@playpauseandstop playpauseandstop deleted the dependabot/github_actions/peter-evans/create-pull-request-3.11.0 branch December 2, 2021 23:04
badabump-release-bot bot pushed a commit that referenced this pull request Dec 16, 2021
Other:
------

- (**deps**) bump actions/checkout from 2.3.5 to 2.4.0 (#218)
- (**deps**) bump actions/setup-python from 2.2.2 to 2.3.1 (#216)
- (**deps**) bump actions/cache from 2.1.6 to 2.1.7 (#214)
- (**deps**) bump tibdex/github-app-token from 1.4 to 1.5 (#215)
- (**deps**) bump peter-evans/create-pull-request from 3.10.1 to 3.11.0 (#217)
- (**deps**) bump aiohttp from 3.8.0 to 3.8.1 (#211)
- (**deps**) bump aiohttp-middlewares from 1.2.0 to 1.2.1 (#209)
- (**deps**) bump typing-extensions from 3.10.0.2 to 4.0.1 (#213)
- (**deps-dev**) bump coverage from 6.1.1 to 6.2 (#210)
- (**deps-dev**) bump types-pyyaml from 6.0.0 to 6.0.1 (#212)
- Fix link (#219)
- Install typing_extensions only for python<3.8 (#220)
playpauseandstop added a commit that referenced this pull request Dec 16, 2021
Maintenance release, which in same time ensures that `rororo` installs
`typing-extensions` only for Python <3.8. Thanks @q0w for contribution.

Other:
------

- (**deps**) bump actions/checkout from 2.3.5 to 2.4.0 (#218)
- (**deps**) bump actions/setup-python from 2.2.2 to 2.3.1 (#216)
- (**deps**) bump actions/cache from 2.1.6 to 2.1.7 (#214)
- (**deps**) bump tibdex/github-app-token from 1.4 to 1.5 (#215)
- (**deps**) bump peter-evans/create-pull-request from 3.10.1 to 3.11.0 (#217)
- (**deps**) bump aiohttp from 3.8.0 to 3.8.1 (#211)
- (**deps**) bump aiohttp-middlewares from 1.2.0 to 1.2.1 (#209)
- (**deps**) bump typing-extensions from 3.10.0.2 to 4.0.1 (#213)
- (**deps-dev**) bump coverage from 6.1.1 to 6.2 (#210)
- (**deps-dev**) bump types-pyyaml from 6.0.0 to 6.0.1 (#212)
- Fix link (#219)
- Install typing_extensions only for python<3.8 (#220)

Co-authored-by: playpauseandstop <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Changes that affect the build system or external dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants