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

Bump Proc from 0.6.2 to 0.8.0 #515

Merged
merged 4 commits into from
Jan 16, 2024
Merged

Bump Proc from 0.6.2 to 0.8.0 #515

merged 4 commits into from
Jan 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps Proc from 0.6.2 to 0.8.0.

Release notes

Sourced from Proc's releases.

0.8.0

nullean/proc@0.7.3...0.8.0

View the full list of issues and PRs

API Changes: proc

Scanned: 📑 1 assemblies(s), Suggested change in version: Major
+ 0 breaking change(s) detected.

🌟 10 new additions


🔴 8 removals
🔷 0 modifications

proc, Version=0.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d 
proc.dll 
+ 🌟 ProcNet.LongRunningArguments 
+ 🌟 ProcNet.StandardInputHandler 
- 🔴 ProcNet.StartedHandler 💥 
ProcNet.ExecArguments 
- 🔴 OnlyPrintBinaryInExceptionMessage 💥 
ProcNet.ProcessArgumentsBase 
+ 🌟 OnlyPrintBinaryInExceptionMessage 
ProcNet.StartArguments 
+ 🌟 KeepBufferingLines 
+ 🌟 StandardInputHandler 
ProcNet.ObservableProcessBase<TConsoleOut> 
- 🔴 ProcessStarted 💥 
+ 🌟 SendControlC(Int32) 
+ 🌟 StandardInputReady 

... (truncated)

Commits
  • c01278c Add static support for long running processes (#13)
  • 027a0c1 Use ArgumentList if available (netstandard2.1 and up) (#12)
  • 57b271f ensure timeouts propagate to invocations (#11)
  • 9213de6 args is too common to use as common expression (#10)
  • 4a906e7 improve F# bindings usage (#9)
  • 60cc61a ensure lineout does not mix stderr and stdout (#8)
  • f9283ad fix bad merge
  • 88bc921 ensure .net6 is still installed for release-notes
  • fa4678d feature/fsharp bindings (#7)
  • 53bdb39 Fix/move to common build (#5)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [Proc](https://github.com/nullean/proc) from 0.6.2 to 0.8.0.
- [Release notes](https://github.com/nullean/proc/releases)
- [Commits](nullean/proc@0.6.2...0.8.0)

---
updated-dependencies:
- dependency-name: Proc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from anirudha as a code owner January 15, 2024 21:37
@dependabot dependabot bot added dependabot dependencies Pull requests that update a dependency file labels Jan 15, 2024
dependabot bot and others added 2 commits January 15, 2024 21:38
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Thomas Farr <[email protected]>
@Xtansia Xtansia force-pushed the dependabot/nuget/Proc-0.8.0 branch 2 times, most recently from 62b30d8 to 695457f Compare January 16, 2024 01:57
Signed-off-by: Thomas Farr <[email protected]>
@Xtansia Xtansia force-pushed the dependabot/nuget/Proc-0.8.0 branch from 695457f to 3f4c16d Compare January 16, 2024 02:11
@Xtansia Xtansia merged commit 0d53745 into main Jan 16, 2024
37 of 39 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/Proc-0.8.0 branch January 16, 2024 02:25
@Xtansia Xtansia added the backport 1.x Backport to 1.x branch label Jan 16, 2024
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jan 16, 2024
* Bump Proc from 0.6.2 to 0.8.0

Bumps [Proc](https://github.com/nullean/proc) from 0.6.2 to 0.8.0.
- [Release notes](https://github.com/nullean/proc/releases)
- [Commits](nullean/proc@0.6.2...0.8.0)

---
updated-dependencies:
- dependency-name: Proc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

* Fix building

Signed-off-by: Thomas Farr <[email protected]>

* Fix integration tests

Signed-off-by: Thomas Farr <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Thomas Farr <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Farr <[email protected]>
(cherry picked from commit 0d53745)
Xtansia pushed a commit that referenced this pull request Jan 16, 2024
* Bump Proc from 0.6.2 to 0.8.0

Bumps [Proc](https://github.com/nullean/proc) from 0.6.2 to 0.8.0.
- [Release notes](https://github.com/nullean/proc/releases)
- [Commits](nullean/proc@0.6.2...0.8.0)

---
updated-dependencies:
- dependency-name: Proc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

* Fix building

Signed-off-by: Thomas Farr <[email protected]>

* Fix integration tests

Signed-off-by: Thomas Farr <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Thomas Farr <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Farr <[email protected]>
(cherry picked from commit 0d53745)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.x Backport to 1.x branch dependabot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant