chore(deps): bump peter-evans/create-pull-request from 4 to 5
Bumps peter-evans/create-pull-request from 4 to 5.
Release notes
Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v5.0.0
Behaviour changes
- The action will no longer leave the local repository checked out on the pull request
branch. Instead, it will leave the repository checked out on the branch or commit that it was when the action started.- When using
add-paths, uncommitted changes will no longer be destroyed. They will be stashed and restored at the end of the action run.What's new
- Adds input
body-path, the path to a file containing the pull request body.- At the end of the action run the local repository is now checked out on the branch or commit that it was when the action started.
- Any uncommitted tracked or untracked changes are now stashed and restored at the end of the action run. Currently, this can only occur when using the
add-pathsinput, which allows for changes to not be committed. Previously, any uncommitted changes would be destroyed.- The proxy implementation has been revised but is not expected to have any change in behaviour. It continues to support the standard environment variables
http_proxy,https_proxyandno_proxy.- Now sets the git
safe.directoryconfiguration for the local repository path. The configuration is removed when the action completes. Fixes issue peter-evans/create-pull-request#1170.- Now determines the git directory path using the
git rev-parse --git-dircommand. This allows users with custom repository configurations to use the action.- Improved handling of the
team-reviewersinput and associated errors.News
:trophy: create-pull-request won an award for "awesome action" at the Open Source Awards at GitHub Universe. Thank you for your support and for making create-pull-request one of the top used actions. Please give it a :star:, or even buy me a coffee.
What's Changed
- v5 by
@peter-evansin peter-evans/create-pull-request#1792- 15 dependency updates by
@dependabotFull Changelog: https://github.com/peter-evans/create-pull-request/compare/v4.2.4...v5.0.0
Create Pull Request v4.2.4
⚙️ Patches some recent security vulnerabilities.
What's Changed
- Update concepts-guidelines.md by
@chrisbrufordin peter-evans/create-pull-request#1610- 58 dependency updates by
@dependabotNew Contributors
@chrisbrufordmade their first contribution in peter-evans/create-pull-request#1610Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v4.2.3...v4.2.4
Create Pull Request v4.2.3
What's Changed
- fix: add check for missing token input by
@peter-evansin peter-evans/create-pull-request#1324Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v4.2.2...v4.2.3
Create Pull Request v4.2.2
What's Changed
- fix: support github server url for pushing to fork by
@peter-evansin peter-evans/create-pull-request#1318
... (truncated)
Commits
5b4a9f6v5 (#1792)1847e5dbuild(deps-dev): bump eslint from 8.36.0 to 8.37.0 (#1803)c246f7ebuild(deps-dev): bump@typescript-eslint/parserfrom 5.57.0 to 5.57.1 (#1801)2dd2b11build(deps-dev): bump eslint-import-resolver-typescript (#1802)05d5a3cbuild(deps-dev): bump@types/nodefrom 18.15.10 to 18.15.11 (#1800)21479f2build(deps-dev): bump ts-jest from 29.0.5 to 29.1.0 (#1799)36a56dabuild(deps-dev): bump@typescript-eslint/parserfrom 5.56.0 to 5.57.0 (#1768)b7f0c97build(deps-dev): bump prettier from 2.8.6 to 2.8.7 (#1767)6a62596build(deps): bump peter-evans/enable-pull-request-automerge from 2 to 3 (#1766)d1ed29fbuild(deps-dev): bump@types/nodefrom 18.15.5 to 18.15.10 (#1765)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Patch and project coverage have no change.
Comparison is base (
543e324) 70.50% compared to head (cb2e8ef) 70.50%.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
Additional details and impacted files
@@ Coverage Diff @@
## master #66 +/- ##
=======================================
Coverage 70.50% 70.50%
=======================================
Files 7 7
Lines 434 434
=======================================
Hits 306 306
Misses 128 128
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.