chore(deps): update dependency poethepoet to v0.46.0#356
Conversation
|
This issue has been marked stale, as it had no activity in the last 7 days. If the issue remains stale for an additional 7 days (a total of two weeks with no activity), it will be automatically closed. |
|
This issue has been marked stale, as it had no activity in the last 7 days. If the issue remains stale for an additional 7 days (a total of two weeks with no activity), it will be automatically closed. |
|
This issue has been marked stale, as it had no activity in the last 7 days. If the issue remains stale for an additional 7 days (a total of two weeks with no activity), it will be automatically closed. |
|
This issue has been marked stale, as it had no activity in the last 7 days. If the issue remains stale for an additional 7 days (a total of two weeks with no activity), it will be automatically closed. |
This PR contains the following updates:
0.32.2→0.46.0Release Notes
nat-n/poethepoet (poethepoet)
v0.46.0: 0.46.0Compare Source
Enhancements
:-and:+param expansion operators everywhere by @nat-n in #386Fixes
Experimental agent skill
This release ships an experimental agent skill that gives AI coding agents contextual knowledge of poe's task API when working in projects that use it. It works with any agent that supports the skills convention and aims to improve agent abilities when it comes to leveraging and authoring poe tasks.
Please try it out and provide feedback!
Two install methods:
Full Changelog: nat-n/poethepoet@v0.45.0...v0.46.0
v0.45.0: 0.45.0Compare Source
Enhancements
Fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.44.0...v0.45.0
v0.44.0: 0.44.0Compare Source
Enhancements
include#317 by @nat-n in #372Breaking changes**
includeentries, those second-order includes were silently ignored. They are now followed recursively using depth-first loading. This may cause previously ignored config files to be loaded, potentially introducing new tasks or environment variables. To preserve the old behavior for a specific include, setrecursive = falseon that include entry. See the include guide for details.Full Changelog: nat-n/poethepoet@v0.43.0...v0.44.0
v0.43.0: 0.43.0Compare Source
Enhancements
Breaking changes
This release includes a refactor of how task variables are managed, improving boolean arg semantics and introducing private
variables. These changes may affect a small number of existing configurations:
Boolean args now produce unset env vars when false. Previously
falsemapped to the string"False"; now the env var is removed entirely. This gives consistent falsy behavior across shells and parameter expansion operators (:-,:+). Tasks checking for the literal string"False"or usingos.environ["flag"]will need updating.Private env vars are filtered from subprocesses. Variables starting with
_and containing no uppercase characters (e.g._secret) are now treated as private — available for config-time interpolation but excluded from the task subprocess environment. This is unlikely to affect existing configurations, but any task that relies on a subprocess reading a_lowercaseenv var will need to rename it.Private arg option names strip leading underscores. An arg named
_flagwith no explicitoptionsnow generates--flaginstead of--_flag. A new validation rejects duplicate CLI options across args.See the migration guide for details and recommended fixes.
New Contributors
Full Changelog: nat-n/poethepoet@v0.42.1...v0.43.0
v0.42.1: 0.42.1Compare Source
Enhancements
Completion script fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.42.0...v0.42.1
v0.42.0: 0.42.0Compare Source
Enhancements
New Contributors
Full Changelog: nat-n/poethepoet@v0.41.0...v0.42.0
v0.41.0: 0.41.0Compare Source
Enhancements
Full Changelog: nat-n/poethepoet@v0.40.0...v0.41.0
v0.40.0: 0.40.0Compare Source
Enhancements
capture_outputoption in ref tasks by @kzrnm in #343ignore_failon execution task types and ref tasks by @nat-n in #347Fixes
Code improvements
Full Changelog: nat-n/poethepoet@v0.39.0...v0.40.0
v0.39.0: 0.39.0Compare Source
Enhancements
New Contributors
Full Changelog: nat-n/poethepoet@v0.38.0...v0.39.0
v0.38.0: 0.38.0Compare Source
Enhancements
Breaking changes
Internal changes
Full Changelog: nat-n/poethepoet@v0.37.0...v0.38.0
v0.37.0: 0.37.0Compare Source
Enhancements
Full Changelog: nat-n/poethepoet@v0.36.0...v0.37.0
v0.36.0: 0.36.0Compare Source
Breaking changes
Full Changelog: nat-n/poethepoet@v0.35.1...v0.36.0
v0.35.1: 0.35.1Compare Source
Fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.35.0...v0.35.1
v0.35.0: 0.35.0Compare Source
Enhancements
__main__module by @nat-n in #300Fixes
Full Changelog: nat-n/poethepoet@v0.34.0...v0.35.0
v0.34.0: 0.34.0Compare Source
Enhancements
Full Changelog: nat-n/poethepoet@v0.33.1...v0.34.0
v0.33.1: 0.33.1Compare Source
Fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.33.0...v0.33.1
v0.33.0: 0.33.0Compare Source
Enhancements
Fixes
python3orsys.executableifpythonis not on the path by @nat-n in #278New Contributors
Full Changelog: nat-n/poethepoet@v0.32.2...v0.33.0
Configuration
📅 Schedule: (UTC)
* 0-4,22-23 * * 1-5)* * * * 0,6)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.