Skip to content

chore(deps): bump the swift-packages group across 1 directory with 2 updates#52

Open
dependabot[bot] wants to merge 1 commit into
nightlyfrom
dependabot/swift/swift-packages-67a6fc37e0
Open

chore(deps): bump the swift-packages group across 1 directory with 2 updates#52
dependabot[bot] wants to merge 1 commit into
nightlyfrom
dependabot/swift/swift-packages-67a6fc37e0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the swift-packages group with 2 updates in the / directory: github.com/migueldeicaza/swiftterm and github.com/sparkle-project/sparkle.

Updates github.com/migueldeicaza/swiftterm from 1.13.0 to 1.14.0

Release notes

Sourced from github.com/migueldeicaza/swiftterm's releases.

New SwiftTerm release.

What's Changed

Features and improvements

  • Added VoiceOver support and accessible attributed text for SwiftTerm on iOS. (#509 by @​holzschu; #521 by @​migueldeicaza)
  • Added regionalIndicatorWidth to configure the display width of regional-indicator symbols. (#516 by @​gi11es)
  • Added configurable font smoothing, terminal-cell-based PTY pixel-size reporting, and a Metal renderer scale override. (#531 by @​jimprosser; #544 and #545 by @​evertjr)
  • Added Shift+mouse support to temporarily bypass application mouse reporting. (#536 by @​evertjr)
  • Opened macOS mouse-event overrides and TerminalView.deleteBackward for subclass customization. (#535 by @​padresb; #562 by @​JBetchGH)
  • Added public iOS selection APIs, including hasActiveSelection, setSelectionRange, clearSelection, and a standard context-menu wrapper. (#549, #550, and #554 by @​JBetchGH)
  • Added public searchMatchSummary and totalLinesTrimmed APIs. (#572 by @​AlexDemzz; #569 by @​JBetchGH)
  • Improved responsiveness and scalability by rendering local input responses immediately, adding PTY read backpressure, and making buffer resizing scale with actual content. (#553 by @​evertjr; #574 and #573 by @​dxmone)
  • Reduced the synchronized-output debounce to 16 ms and exposed it publicly. (#526 by @​gi11es)
  • Added support for preventing the view from automatically scrolling to the bottom. (#587 by @​migueldeicaza)

Fixes

New Contributors

Full Changelog: migueldeicaza/SwiftTerm@v1.13.0...v1.14.0

Commits
  • 849e8a4 Use one lock-protected, per-window mouse-moved monitor for macOS 26+
  • f971cbf Mac: restore auto-scroll while dragging a selection past an edge
  • a6c640e iOS: freeze auto-scroll while the user has scrolled up (#587)
  • e0784f4 iOS: send taps/drags as left button (0), not middle (1) (#586)
  • d5ee56e Clear the dirty region in the CoreGraphics renderer (fixes restricted-region ...
  • 8157b2f Follow up to PR#553 these addresses the comments I left
  • 471c978 Render local input responses immediately (#553)
  • 9adb624 Fix stale synchronized-output test after buffer-snapshot removal (#581)
  • ab99ba3 Center full-width (CJK) glyphs within their cell instead of left-pinning them...
  • 7af5db2 Merge pull request #576 from bones7456/fix/word-mode-drag-extend
  • Additional commits viewable in compare view

Updates github.com/sparkle-project/sparkle from 2.9.3 to 2.9.4

Release notes

Sourced from github.com/sparkle-project/sparkle's releases.

2.9.4 Appcast Improvements

Changes:

  • Fix backgrounded apps sometimes not bringing windows from user initiated actions in active focus (#2890) (Zorg, wojciech-kulik)

This release contains an activation fix for backgrounded / dockless applications using Sparkle's standard user interface.

Please also check 2.9.3, 2.9.2, 2.9.1, and 2.9.0 for previous changes.

Commits
  • b6496a7 Update Package management files for version 2.9.4
  • 4ba9745 Update CHANGELOG for version 2.9.4
  • 1ec540d Use activateIgnoringOtherApps: again for backgrounded apps (#2890)
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…updates

Bumps the swift-packages group with 2 updates in the / directory: [github.com/migueldeicaza/swiftterm](https://github.com/migueldeicaza/SwiftTerm) and [github.com/sparkle-project/sparkle](https://github.com/sparkle-project/Sparkle).


Updates `github.com/migueldeicaza/swiftterm` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/migueldeicaza/SwiftTerm/releases)
- [Commits](migueldeicaza/SwiftTerm@v1.13.0...v1.14.0)

Updates `github.com/sparkle-project/sparkle` from 2.9.3 to 2.9.4
- [Release notes](https://github.com/sparkle-project/Sparkle/releases)
- [Commits](sparkle-project/Sparkle@2.9.3...2.9.4)

---
updated-dependencies:
- dependency-name: github.com/migueldeicaza/swiftterm
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swift-packages
- dependency-name: github.com/sparkle-project/sparkle
  dependency-version: 2.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: swift-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added core ContainedCore models, command construction, and pure logic no-release-note Docs/meta-only PR that does not need release notes other Maintenance, repo work, questions, CI, dependency updates, or anything that is not a bug or feature labels Jul 13, 2026
@dependabot dependabot Bot requested a review from tdeverx as a code owner July 13, 2026 08:37
@dependabot dependabot Bot added no-release-note Docs/meta-only PR that does not need release notes other Maintenance, repo work, questions, CI, dependency updates, or anything that is not a bug or feature core ContainedCore models, command construction, and pure logic labels Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core ContainedCore models, command construction, and pure logic no-release-note Docs/meta-only PR that does not need release notes other Maintenance, repo work, questions, CI, dependency updates, or anything that is not a bug or feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants