Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): update dependency poethepoet to v0.23.0 - autoclosed #79

Merged
merged 1 commit into from
Sep 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
poethepoet 0.22.1 -> 0.23.0 age adoption passing confidence

Release Notes

nat-n/poethepoet (poethepoet)

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


Configuration

📅 Schedule: Branch creation - "before 9am every weekday,every weekend" in timezone Asia/Tokyo, 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.

@codecov-commenter
Copy link

Codecov Report

Patch has no changes to coverable lines.

📢 Thoughts on this report? Let us know!.

@kitsuyui kitsuyui merged commit ef8893d into main Sep 24, 2023
6 checks passed
@kitsuyui kitsuyui deleted the renovate/poethepoet-0.x-lockfile branch September 24, 2023 15:18
@renovate renovate bot changed the title chore(deps): update dependency poethepoet to v0.23.0 chore(deps): update dependency poethepoet to v0.23.0 - autoclosed Sep 24, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants