-
Notifications
You must be signed in to change notification settings - Fork 0
ci(deps): bump actions/upload-artifact from 5 to 6 #9
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
ci(deps): bump actions/upload-artifact from 5 to 6 #9
Conversation
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Integrated into #11 (feature/tui-state-persistence-and-improvements) |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
…ements (#11) * feat: TUI state persistence, new commands, and non-interactive improvements ## TUI State Persistence - Add configuration properties for remembering TUI state across sessions - remember_tui_state: master toggle (default: true) - tui_tree_view: persist tree/flat view preference - tui_last_view_item: persist selected repo/project/assignee - Restore view state on TUI startup - Save state on navigation (arrow keys, tree toggle) - Reset saved item when switching view modes (Tab key) - Fix bug where --repo flag always overwrote restored state - Update config display to show TUI persistence settings - Change tree toggle key from 'r' to 't' in help text ## New Commands - add-link: Add URLs to task links - Usage: tsk add-link <task_id> <url> - Validates HTTP/HTTPS URLs - append: Append text to task descriptions - Usage: tsk append <task_id> --text "content" - update: Batch update task fields - Usage: tsk update <task_ids> [--priority/--status/--project/etc] - Supports: priority, status, project, tags, assignees, due date, title ## Non-Interactive Terminal Detection - Add sys.stdin.isatty() checks across commands - delete: require --force flag in non-interactive mode - done: auto-confirm subtask marking in non-interactive mode - unarchive: auto-confirm subtask operations in non-interactive mode - sync: add --non-interactive flag to skip unexpected file prompts ## Archive Command Enhancement - Add --all-completed flag to archive all completed tasks at once - Usage: tsk archive --all-completed [--repo <name>] ## Sync Command Improvements - Add run_git_verbose() for interactive git operations - Implement SimpleSyncProgress for safer terminal output - Better handling of prompts and credential helpers - Improved display of unexpected files during sync 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * feat: improve error handling for corrupted task files and git conflicts - Add silent_errors parameter to list_tasks() and list_archived_tasks() - Detect and report git conflict markers specifically - Collect all failed files and show helpful summary with resolution steps - Improve error messages to show filename only (not full path) - Suggest running 'git status' when conflicts are detected This makes the TUI more resilient to YAML parsing errors caused by unresolved git merge conflicts, preventing crashes and providing better guidance to users. * fix: resolve linting errors and type issues for CI - Fix all ruff linting errors (unused imports, whitespace, f-strings) - Move rich.console import to top of file_validation.py - Fix type error in update.py: use datetime instead of string for task.due - Format code with ruff formatter All must-fix issues from robot review addressed: - Type error in update.py:128 (datetime vs string) ✓ - detect_conflicts signature verified (skip_fetch parameter exists) ✓ - All linting errors fixed ✓ * ci(deps): bump GitHub Actions and pytest dependencies Integrate all dependabot dependency updates: - Bump actions/checkout from v5 to v6 - Bump actions/cache from v4 to v5 - Bump actions/upload-artifact from v5 to v6 - Update pytest requirement from <9.0 to <10.0 This consolidates PRs #7, #8, #9, and #10. * chore: bump version to 0.10.17 --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Bumps actions/upload-artifact from 5 to 6.
Release notes
Sourced from actions/upload-artifact's releases.
Commits
b7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEddc45eddocs: update README to correct action name for Node.js 24 support615b319chore: release v6.0.0 for Node.js 24 support017748bMerge pull request #744 from actions/fix-storage-blob38d4c79chore: rebuild dist7d27270chore: add missing license cache files for@actions/core,@actions/io, and mi...5f643d3chore: update license files for@actions/artifact@5.0.1 dependencies1df1684chore: update package-lock.json with@actions/artifact@5.0.1b5b1a91fix: update@actions/artifactto ^5.0.0 for Node.js 24 punycode fixDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)