openapi-python-client icon indicating copy to clipboard operation
openapi-python-client copied to clipboard

chore(deps): update dependency knope to v0.16.0

Open renovate[bot] opened this issue 1 year ago β€’ 0 comments

Mend Renovate

This PR contains the following updates:

Package Update Change
knope (source) minor 0.14.1 -> 0.16.0

Release Notes

knope-dev/knope (knope)

v0.16.0

Compare Source

Breaking Changes
Don't delete changesets for prereleases

Previously, using PrepareRelease to create a prerelease (for example, with --prerelease-label) would delete all changesets, just like a full release. This was a bug, but the fix is a breaking change if you were relying on that behavior.

Features
Add a shell variable for Command steps

You can now add shell=true to a Command step to run the command in the current shell. This lets you opt in to the pre-0.15.0 behavior.

[[workflows.steps]]
type = "Command"
command = "echo $AN_ENV_VAR"
shell = true

v0.15.0

Compare Source

Breaking Changes
Don't run Command steps in shell

The Command step no longer attempts to run the command in a default shell for the detected operating system. This fixes a compatibility issue with Windows.

If this change doesn't work for your workflow, please open an issue describing your need so we can fix it.

Notably, using && in a command (as was the case for some default workflows) will no longer work. Instead, split this into multiple Command steps.

PR #​919 closes issue #​918. Thanks for reporting @​alex-way!


Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), 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 this update 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.

renovate[bot] avatar Mar 18 '24 03:03 renovate[bot]