chore(deps): Bump docker/metadata-action from 5 to 6#1
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5 to 6. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5...v6) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
xuyushun441-sys
pushed a commit
that referenced
this pull request
Jun 3, 2026
…-loop Four user-reported issues with the desktop shell: 1. Orphaned server on quit/restart. `node one.mjs` is only a launcher — it spawns `objectstack serve` as a grandchild. kill_current() used Child::kill() (SIGKILL), which the launcher can't forward, so the real server was orphaned and kept holding the port + SQLite DB. Now the launcher runs as a process-group leader and shutdown sends SIGTERM to the whole group (graceful, forwarded to the server) with a SIGKILL fallback; taskkill /T on Windows. Validated: port listeners drop to 0 after shutdown. 2. "Repeated refresh" on second launch was a consequence of #1 — the orphan held standalone.db, so the new server hit a lock conflict, crashed, and the supervisor restarted it in a loop, re-navigating the window each time. Fixed by #1 (no orphan -> no conflict). 3. Two windows per menu click. A single click is delivered to both the tray's on_menu_event and the global app handler, running every action twice (two update dialogs, two Finder windows for Open Data/Reveal Logs). Added a short dedup window in handle_menu_id. 4. "Check for updates" gave no feedback and could be clicked repeatedly. Added CHECKING/INSTALLING atomic guards (concurrent clicks are no-ops), an update-checking event ("Checking for updates…"), and real download progress via update-progress; splash + injected banner render both. Co-Authored-By: Claude Opus 4.8 <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 docker/metadata-action from 5 to 6.
Release notes
Sourced from docker/metadata-action's releases.
... (truncated)
Commits
80c7e94Merge pull request #613 from docker/dependabot/npm_and_yarn/docker/actions-to...8e0ddabchore: update generated contenta8db14bchore(deps): Bump@docker/actions-toolkitfrom 0.79.0 to 0.90.063a7371Merge pull request #617 from docker/dependabot/npm_and_yarn/csv-parse-6.2.0c6916a6chore: update generated contentaca9205chore(deps): Bump csv-parse from 6.1.0 to 6.2.19dcfe60Merge pull request #629 from docker/dependabot/npm_and_yarn/handlebars-4.7.943dea76chore: update generated content7a56f5achore(deps): Bump handlebars from 4.7.8 to 4.7.9e49e0aaMerge pull request #658 from docker/dependabot/npm_and_yarn/brace-expansion-5...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 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)