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.12.1 to 4.0.4 #100

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 21, 2022

Bumps peter-evans/create-pull-request from 3.12.1 to 4.0.4.

Release notes

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

Create Pull Request v4.0.4

⚙️ Fixes an issue that occurred when the local storage for a task on the actions runner was not reset. This issue affected users using docker-github-actions-runner.

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v4.0.3...v4.0.4

Create Pull Request v4.0.3

⚙️ Fixes an issue that occurred when the repository name was not cased correctly.

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v4.0.2...v4.0.3

Create Pull Request v4.0.2

⚙️ Fixes an issue that occurred when a pull request was created from a repository fork (using push-to-fork), where the repository had been renamed from its original name.

What's Changed

Full Changelog: peter-evans/create-pull-request@v4.0.1...v4.0.2

Create Pull Request v4.0.1

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v4.0.0...v4.0.1

Create Pull Request v4.0.0

Breaking changes

  • The add-paths input no longer accepts -A as a valid value. When committing all new and modified files the add-paths input should be omitted.
  • If using self-hosted runners or GitHub Enterprise Server, there are minimum requirements for v4 to run. See "What's new" below for details.

What's new

... (truncated)

Commits
  • 923ad83 force tryFetch (#1189)
  • f094b77 fix: avoid issue with case sensitivity of repo names (#1179)
  • af7c021 docs: shorten quote
  • 97872c4 docs: update GA quote/ref in concepts-guidelines.md (#1169)
  • bd72e1b fix: use full name for head branch to allow for repo renaming (#1164)
  • f1a7646 build: update distribution (#1157)
  • 15b68d1 fix: strip optional '.git' suffix from https server remote name. (#1153)
  • 0dfc93c build(deps): bump peter-evans/create-pull-request from 3 to 4 (#1150)
  • 252fb19 build(deps): bump peter-evans/slash-command-dispatch from 2 to 3 (#1122)
  • 4b867c4 build(deps): bump actions/setup-node from 2 to 3 (#1123)
  • 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)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.12.1 to 4.0.4.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v3.12.1...v4.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added build Changes that affect the build system or external dependencies ci Changes to CI configuration files and scripts dependencies Pull requests that update a dependency file labels Jun 21, 2022
@playpauseandstop playpauseandstop enabled auto-merge (squash) June 21, 2022 12:08
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling e4c9887 on dependabot/github_actions/peter-evans/create-pull-request-4.0.4 into a1ec9fa on master.

@playpauseandstop playpauseandstop merged commit d246b4b into master Jun 21, 2022
@playpauseandstop playpauseandstop deleted the dependabot/github_actions/peter-evans/create-pull-request-4.0.4 branch June 21, 2022 12:13
badabump-release-bot bot pushed a commit that referenced this pull request Jun 22, 2022
Refactoring:
------------

- [#81] **BREAKING CHANGE:** Bump aiohttp & async-timeout deps lower bounds (#105)

Other:
------

- **BREAKING CHANGE:** Drop support of Python 3.6 (#99)
- (**deps**) bump actions/checkout from 2.3.5 to 2.4.0 (#70)
- (**deps**) bump actions/cache from 2.1.6 to 2.1.7 (#66)
- (**deps**) bump actions/setup-python from 2.2.2 to 2.3.1 (#67)
- (**deps**) bump tibdex/github-app-token from 1.4 to 1.5 (#69)
- (**deps**) bump peter-evans/create-pull-request from 3.10.1 to 3.11.0 (#68)
- (**deps**) bump aiohttp from 3.8.0 to 3.8.1 (#65)
- (**deps**) bump async-timeout from 4.0.0 to 4.0.1 (#62)
- (**deps**) bump yarl from 1.7.0 to 1.7.2 (#64)
- (**deps-dev**) bump coverage from 6.1.1 to 6.2 (#63)
- (**deps**) bump async-timeout from 4.0.1 to 4.0.2 (#71)
- (**deps-dev**) bump mypy from 0.910 to 0.930 (#72)
- (**deps**) bump peter-evans/create-pull-request from 3.11.0 to 3.12.0 (#73)
- Update Python dev version to 3.10.1 (#74)
- (**deps**) bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0 (#77)
- (**deps**) bump peter-evans/create-pull-request from 3.12.0 to 3.12.1 (#76)
- (**deps-dev**) bump mypy from 0.930 to 0.931 (#75)
- (**deps**) bump peter-evans/create-pull-request from 3.12.1 to 4.0.4 (#100)
- Update default branch name (#103)
- Bump requirements (#102)
- Various improvements for CI jobs (#104)
playpauseandstop added a commit that referenced this pull request Jun 22, 2022
**Drop support of Python 3.6 as well as bump lower bounds of library dependencies.**

Now `aiohttp-middlewares` requires,

- `aiohttp>=3.8.1,<4.0` instead of `>=3.7.0,<4.0`
- `async-timeout>=4.0.2,<5.0` instead of `>=3.0,<5.0`

Refactoring:
------------

- [#81] **BREAKING CHANGE:** Bump aiohttp & async-timeout deps lower bounds (#105)

Other:
------

- **BREAKING CHANGE:** Drop support of Python 3.6 (#99)
- (**deps**) bump actions/checkout from 2.3.5 to 2.4.0 (#70)
- (**deps**) bump actions/cache from 2.1.6 to 2.1.7 (#66)
- (**deps**) bump actions/setup-python from 2.2.2 to 2.3.1 (#67)
- (**deps**) bump tibdex/github-app-token from 1.4 to 1.5 (#69)
- (**deps**) bump peter-evans/create-pull-request from 3.10.1 to 3.11.0 (#68)
- (**deps**) bump aiohttp from 3.8.0 to 3.8.1 (#65)
- (**deps**) bump async-timeout from 4.0.0 to 4.0.1 (#62)
- (**deps**) bump yarl from 1.7.0 to 1.7.2 (#64)
- (**deps-dev**) bump coverage from 6.1.1 to 6.2 (#63)
- (**deps**) bump async-timeout from 4.0.1 to 4.0.2 (#71)
- (**deps-dev**) bump mypy from 0.910 to 0.930 (#72)
- (**deps**) bump peter-evans/create-pull-request from 3.11.0 to 3.12.0 (#73)
- Update Python dev version to 3.10.1 (#74)
- (**deps**) bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0 (#77)
- (**deps**) bump peter-evans/create-pull-request from 3.12.0 to 3.12.1 (#76)
- (**deps-dev**) bump mypy from 0.930 to 0.931 (#75)
- (**deps**) bump peter-evans/create-pull-request from 3.12.1 to 4.0.4 (#100)
- Update default branch name (#103)
- Bump requirements (#102)
- Various improvements for CI jobs (#104)

Co-authored-by: playpauseandstop <playpauseandstop@users.noreply.github.com>
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 ci Changes to CI configuration files and scripts dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants