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 poethepoet to ^0.24.0 #67

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
poethepoet ^0.16.2 -> ^0.24.0 age adoption passing confidence

Release Notes

nat-n/poethepoet (poethepoet)

v0.24.1: 0.24.1

Compare Source

Enhancements
  • Show helpful error message when task executable is not on the path (#dfb8cabe)

Full Changelog: nat-n/poethepoet@v0.24.0...v0.24.1

v0.24.0: 0.24.0

Compare Source

Enhancements

Fixes

Full Changelog: nat-n/poethepoet@v0.23.0...v0.24.0

v0.23.0: 0.23.0

Compare Source

Enhancements

  • New AST parser for cmd tasks to replace quirky shlex based tokenization (#d0192621)
    • This brings cmd syntax for parameter expansions, pattern matching, whitespace, escaping, and quoting very close to being a strict subset of bash
    • This is a breaking change for some scenarios, for example parameter expansion no longer works inside single quotes.
    • This fixes some surprising quirks, that previously existed such as not being able to apply quotes to just a part of a token.
    • Pattern matching is still constrained to what the python standard library glob module can support
  • Respect NO_COLOR environment variable to disable ANSI color codes by default (#e6e031be)
  • Improve virtualenv activation logic to work with _OLD_VIRTUAL_PATH and _OLD_VIRTUAL_PYTHONHOME env vars (#f487993f)
  • Allow expr tasks to use the use_exec option (#​143e9075)

Full Changelog: nat-n/poethepoet@v0.22.1...v0.23.0

v0.22.1: 0.22.1

Compare Source

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v.0.22.0...v0.22.1

v0.22.0: 0.22.0

Compare Source

Enhancements

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.21.1...v0.22.0

v0.21.1: 0.21.1

Compare Source

Fixes
  • Fix broken links in README #​157

v0.21.0: 0.21.0

Compare Source

Enhancements
Fixes
New Contributors

Full Changelog: nat-n/poethepoet@v0.20.0...v0.21.0

v0.20.0: 0.20.0

Compare Source

Enhancements
Fixes
Breaking changes
  • Drop support for python 3.7
New Contributors

Full Changelog: nat-n/poethepoet@v0.19.0...v0.20.0

v0.19.0: 0.19.0

Compare Source

Enhancements
  • Display the default value of args in help #​126
  • Append additional arguments after the first -- to the end of a cmd task #​69
  • Make script tasks work with async functions (#​6d9fed4)
  • Add support for envfile paths relative to the user home dir #​125
Fixes
  • Improve logic to locate poetry executable #​121
  • Make ref task pass extra arguments from the definition to the referenced task #​130
  • Always attempt to resolve executable path #​119
  • Fix handling of hidden tasks in the plugin #​133

Full Changelog: nat-n/poethepoet@v0.18.1...v0.19.0

v0.18.1: 0.18.1

Compare Source

Fixes
  • Fix error when running switch tasks or tasks with the 'uses' option in dry-run mode #​115
  • Fix handling of backslashes for escaping when parsing envfiles #​118

Full Changelog: nat-n/poethepoet@v0.18.0...v0.18.1

v0.18.0: 0.18.0

Compare Source

Enhancements

  • Add new expr task type for evaluating a single python expression as a task.

Full Changelog: nat-n/poethepoet@v0.17.1...v0.18.0

v0.17.1: 0.17.1

Compare Source

Fixes
  • Fix handling of Keyboardinterrupt when running a task on windows #​42

Full Changelog: nat-n/poethepoet@v0.17.0...v0.17.1

v0.17.0: 0.17.0

Compare Source

Enhancements

  • Support for interpolating env vars into task arg default values (#​3c994684)
  • Support providing a cwd for tasks included from another file #​110
  • Add new switch task type for running different versions of a task depending on the result of a control task #​83

Fixes

  • Set PYTHONIOENCODING to utf-8 before invoking poetry env info -p #​112

New Contributors

Full Changelog: nat-n/poethepoet@v0.16.5...v0.17.0


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
Copy link
Contributor Author

renovate bot commented Oct 17, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^0.24.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/poethepoet-0.x branch October 17, 2023 06:32
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