Skip to content

build(deps): bump release-drafter/release-drafter from 6 to 7 - #55

Merged
accesswatch merged 1 commit into
mainfrom
dependabot/github_actions/release-drafter/release-drafter-7
May 31, 2026
Merged

build(deps): bump release-drafter/release-drafter from 6 to 7#55
accesswatch merged 1 commit into
mainfrom
dependabot/github_actions/release-drafter/release-drafter-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 31, 2026

Copy link
Copy Markdown
Contributor

Bumps release-drafter/release-drafter from 6 to 7.

Release notes

Sourced from release-drafter/release-drafter's releases.

v7.0.0

What's Changed

Breaking

Bug Fixes

Maintenance

Documentation

Other changes

Dependency Updates

Full Changelog: release-drafter/release-drafter@v6.4.0...v7.0.0

v6.4.0

What's Changed

New

Maintenance

... (truncated)

Commits
  • 693d20e chore: release v7.3.1
  • 8339e41 docs: update contributing docs for release process
  • 62d8da4 fix: output name and tag_name in dry-run mode (#1625)
  • 2c6d395 chore(deps): update node.js to v24.15.0 (#1616)
  • 3b62240 chore(deps): update vite to v8.0.13 and vitest to v4.1.6 (#1624)
  • 446e151 fix(deps): adapt to graphql-codegen 7 type changes
  • 4cd06dc chore(deps): update graphql-codegen to 7.0.0
  • 8045768 fix(deps): update dependency semver to 7.8.0
  • 1cf836b ci(release): use local action for publish step
  • 485c120 chore(deps): update npm tool constraint to 11.14.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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 dependabot Bot added dependencies Dependency and supply-chain updates. security Security hardening and vulnerability-related work. labels May 31, 2026
@accesswatch
accesswatch merged commit f8738ed into main May 31, 2026
1 of 3 checks passed
@dependabot
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency and supply-chain updates. security Security hardening and vulnerability-related work.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant