build(deps): bump release-drafter/release-drafter from 6 to 7 - #55
Merged
accesswatch merged 1 commit intoMay 31, 2026
Merged
Conversation
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 6 to 7. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@v6...v7) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
deleted the
dependabot/github_actions/release-drafter/release-drafter-7
branch
May 31, 2026 20:01
accesswatch
added a commit
that referenced
this pull request
Jul 10, 2026
/#55/#59) (#933) Five no-Mac-hardware-safe fixes from docs/planning/review.md, lowest-to-highest priority. Verified by ruff + targeted unit tests; GATE-11 size budget rebaselined. - #11 tray terminology: the six minimize/restore status messages now say "menu bar" on darwin instead of "system tray" (the feature renders as a menu-bar status item on macOS) via a module-level _TRAY_NOUN constant read once at import and applied at six _set_status call sites in main_frame.py. - #37 default-folder hint: the Settings blank-default hint now shows a /Users/... example on darwin instead of a Windows C:\Users\... path (the only C:\Users hint in the tree); partial -- a broader dialog-terminology sweep remains. - #55 install-complete crash guard: EnginesPanel._after_install now wraps all four post-install widget calls against a destroyed-panel RuntimeError, not just the Set Up button re-enable, so closing the AI Hub mid-install is a clean no-op regardless of which widget tears down last. - #59 bundled-tool paths: external_tools.bundled_subpath values now use forward slashes so Path() composes on darwin (a backslash is a literal filename char there, not a separator, so the bundled binary was never found). - #12 dead clipboard module: quill/platform/windows/clipboard.py (zero callers) gets an explicit DEAD-CODE docstring noting a revival needs a macOS NSPasteboard counterpart (it degrades to plain text on macOS today). Tests: test_bundled_subpaths_use_forward_slashes_for_cross_platform_path_composition (#59) and test_after_install_survives_a_destroyed_status_label (#55, a later widget, not the button). #11/#37 are thin platform-branch string edits in the 27k-line wx-importing main_frame.py; a unit test would need a heavy, brittle module reload, so they are verified by ruff + inspection instead. main_frame.py 27534 -> 27542 (+8); budget rebaselined with a _rebaseline_2026_07_10_macos_low_hanging_fruit comment. #38 and #51 deferred (need Mac hardware); #40 closed (premise false -- Ctrl+Alt+Shift+ chords and Alt+Shift+D are actively routed). Docs updated: PRD, CHANGELOG, release notes beta2, userguide (with regenerated HTML/EPUB artifacts). Co-authored-by: Claude <noreply@anthropic.com>
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.
Bumps release-drafter/release-drafter from 6 to 7.
Release notes
Sourced from release-drafter/release-drafter's releases.
... (truncated)
Commits
693d20echore: release v7.3.18339e41docs: update contributing docs for release process62d8da4fix: output name and tag_name in dry-run mode (#1625)2c6d395chore(deps): update node.js to v24.15.0 (#1616)3b62240chore(deps): update vite to v8.0.13 and vitest to v4.1.6 (#1624)446e151fix(deps): adapt to graphql-codegen 7 type changes4cd06dcchore(deps): update graphql-codegen to 7.0.08045768fix(deps): update dependency semver to 7.8.01cf836bci(release): use local action for publish step485c120chore(deps): update npm tool constraint to 11.14.1Dependabot 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 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)