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.29.0 #251

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

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

Release Notes

nat-n/poethepoet (poethepoet)

v0.29.0: 0.29.0

Compare Source

Enhancements

New Contributors

Full Changelog: nat-n/poethepoet@v0.28.0...v0.29.0

v0.28.0: 0.28.0

Compare Source

Enhancements

Full Changelog: nat-n/poethepoet@v0.27.0...v0.28.0

v0.27.0: 0.27.0

Compare Source

Enhancements

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.26.1...v0.27.0

v0.26.1

Compare Source

Fixes

Full Changelog: nat-n/poethepoet@v0.26.0...v0.26.1

v0.26.0

Compare Source

Enhancements and Fixes

Breaking changes

New Contributors

Full Changelog: nat-n/poethepoet@v0.25.1...v0.26.0

v0.25.1

Compare Source

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.25.0...v0.25.1

v0.25.0

Compare Source

Enhancements

Full Changelog: nat-n/poethepoet@v0.24.4...v0.25.0

v0.24.4: 0.24.4

Compare Source

Fixes
Enhancements

Full Changelog: nat-n/poethepoet@v0.24.3...v0.24.4

v0.24.3: 0.24.3

Compare Source

What's Changed

Full Changelog: nat-n/poethepoet@v0.24.2...v0.24.3

v0.24.2: 0.24.2

Compare Source

Fixes
Documentation
New Contributors

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

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@v0.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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner September 23, 2024 23:41
@clay-lake clay-lake merged commit 9f89a7b into main Sep 25, 2024
4 checks passed
@clay-lake clay-lake deleted the renovate/poethepoet-0.x branch September 25, 2024 14:17
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.

2 participants