fix(deps): update dependency politty to v0.11.0#1626
Conversation
🦋 Changeset detectedLatest commit: 06cc5f2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Code Metrics Report (packages/sdk)
Details | | main (31b645b) | #1626 (28c5e41) | +/- |
|--------------------|----------------|-----------------|------|
| Coverage | 71.2% | 71.2% | 0.0% |
| Files | 428 | 428 | 0 |
| Lines | 15737 | 15737 | 0 |
| Covered | 11211 | 11211 | 0 |
| Code to Test Ratio | 1:0.4 | 1:0.4 | 0.0 |
| Code | 107016 | 107016 | 0 |
| Test | 48418 | 48418 | 0 |SDK Configure Bundle Size
Runtime Performance
Type Performance (instantiations)
Reported by octocov |
🤖 Claude Dependency Review📦 Update Summary
📝 Release Noteshttps://github.com/toiroakr/politty/blob/HEAD/CHANGELOG.md#0110 🔐 Security Assessment
🚨 Breaking ChangesBoolean Negation Now Requires Explicit Configuration Boolean command-line options no longer automatically accept
Why This Matters: This addresses a behavioral inconsistency where boolean options automatically supported negation without explicit declaration. By making negation opt-in, CLI authors gain finer control over their command interfaces and prevent accidental acceptance of negation forms they didn't intend to support. ✨ Main ChangesThis release focuses entirely on refining boolean option handling. No new features were introduced beyond the negation configuration system described above. 🔍 Impact Analysis📁 Usage Locations
Core Imports and Command Infrastructure:
Critical Issue - Boolean Negation in Documentation:
Deploy Command Boolean Options:
Other Package Usage:
Additional CLI Commands (36 boolean options total): 9-100. Multiple CLI command files
Search Verification Completed:
✅ Recommended ActionsRequired Fix:
Testing Recommendations:
Merge Guidance:
|
This PR contains the following updates:
0.10.1→0.11.0Release Notes
toiroakr/politty (politty)
v0.11.0Compare Source
Minor Changes
50013d2: Disable default boolean negation unlessnegation: trueis set.Boolean options no longer accept
--no-<name>or--no<Name>by default. Setnegation: trueto enable and advertise the default negation form, setnegationto a string to use a custom negation name, or leave it unset / set it tofalseto reject default negation.Configuration
📅 Schedule: (in timezone Asia/Tokyo)
* 9-18 * * 1-5)🚦 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.