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

chore(deps): update dependency python-shell to v5 #321

Merged
merged 2 commits into from
Jan 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
python-shell 3.x -> 5.x age adoption passing confidence
python-shell 3.0.1 -> 5.0.0 age adoption passing confidence

Release Notes

extrabacon/python-shell (python-shell)

v5.0.0

Compare Source

BREAKING CHANGES
  • run and runString now return a promise instead of a using a callback.
  • You will need to 1) check the return value, 2) remove the callback argument, and 3) change to a promise
  • see readme for usage examples
Other notes
  • I confirmed that python-shell works with python 3.11 and node v18.

v4.0.0

Compare Source

Changed
  • run and runString now return a promise instead of a using a callback.
  • This is somewhat backwards compatible with previous behavior

v3.0.1

Compare Source

Fixed
  • Previously when you called the kill method the terminated attribute was always set to true, regardless of whether the process was actually killed. Now the terminated boolean is set to true if kill succeeds, false otherwise. #​255

Configuration

📅 Schedule: Branch creation - "before 10am on Wednesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

changeset-bot bot commented Jan 17, 2024

🦋 Changeset detected

Latest commit: b5c9116

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@hahnpro/flow-sdk Major
flow-module-examples Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor Author

renovate bot commented Jan 17, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Copy link

sonarcloud bot commented Jan 17, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@3fd 3fd merged commit 4dedfae into main Jan 17, 2024
23 checks passed
@3fd 3fd deleted the renovate/python-shell-5.x branch January 17, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant