chore(deps): update dependency poethepoet to ^0.45.0#86
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
0bd62e9 to
73eff11
Compare
73eff11 to
d5c0366
Compare
d5c0366 to
3e4afa7
Compare
3e4afa7 to
f1a6775
Compare
f1a6775 to
e6500b3
Compare
Contributor
Author
|
e6500b3 to
d13b711
Compare
d13b711 to
52ea92b
Compare
52ea92b to
eaea3c0
Compare
eaea3c0 to
8271acc
Compare
8271acc to
75e07b5
Compare
75e07b5 to
96325e0
Compare
96325e0 to
5d1bc28
Compare
5d1bc28 to
6150f12
Compare
6150f12 to
cd1a586
Compare
cd1a586 to
aef3574
Compare
aef3574 to
67bf5a3
Compare
67bf5a3 to
7eb0c5a
Compare
7eb0c5a to
33472be
Compare
33472be to
c94bdaf
Compare
c94bdaf to
3b3c0e3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.24.0→^0.45.0Release Notes
nat-n/poethepoet (poethepoet)
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
v0.32.2: 0.32.2Compare Source
Fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.32.1...v0.32.2
v0.32.1: 0.32.1Compare Source
Enhancements
Full Changelog: nat-n/poethepoet@v0.32.0...v0.32.1
v0.32.0: 0.32.0Compare Source
Enhancements
Make command parsing support default value and alternate value operations on param expansions by @nat-n in #266
Explicitly disallow
capture_stdoutoption on sequence tasks by @nat-n in #265Full Changelog: nat-n/poethepoet@v0.31.1...v0.32.0
v0.31.1: 0.31.1Compare Source
Fixes
Full Changelog: nat-n/poethepoet@v0.31.0...v0.31.1
v0.31.0: 0.31.0Compare Source
Enhancements
Fixes
Full Changelog: nat-n/poethepoet@v0.30.0...v0.31.0
v0.30.0: 0.30.0Compare Source
Notice
This will be the last release to support python 3.8.
Enhancements
Fixes
Full Changelog: nat-n/poethepoet@v0.29.0...v0.30.0
v0.29.0: 0.29.0Compare Source
Enhancements
New Contributors
Full Changelog: nat-n/poethepoet@v0.28.0...v0.29.0
v0.28.0: 0.28.0Compare Source
Enhancements
Full Changelog: nat-n/poethepoet@v0.27.0...v0.28.0
v0.27.0: 0.27.0Compare Source
Enhancements
Fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.26.1...v0.27.0
v0.26.1Compare Source
Fixes
Full Changelog: nat-n/poethepoet@v0.26.0...v0.26.1
v0.26.0Compare Source
Enhancements and Fixes
Breaking changes
cwdpath configured on the include (if any) #160New Contributors
Full Changelog: nat-n/poethepoet@v0.25.1...v0.26.0
v0.25.1Compare Source
Fixes
New Contributors
Full Changelog: nat-n/poethepoet@v0.25.0...v0.25.1
v0.25.0Compare Source
Enhancements
Full Changelog: nat-n/poethepoet@v0.24.4...v0.25.0
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.