chore(deps): bump the npm_and_yarn group across 5 directories with 7 updates - #9
Merged
LeXwDeX merged 1 commit intoApr 22, 2026
Conversation
…updates Bumps the npm_and_yarn group with 1 update in the /packages/console/app directory: [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler). Bumps the npm_and_yarn group with 1 update in the /packages/desktop-electron directory: [electron](https://github.com/electron/electron). Bumps the npm_and_yarn group with 2 updates in the /packages/opencode directory: [@hono/node-server](https://github.com/honojs/node-server) and [minimatch](https://github.com/isaacs/minimatch). Bumps the npm_and_yarn group with 1 update in the /packages/ui directory: [dompurify](https://github.com/cure53/DOMPurify). Bumps the npm_and_yarn group with 2 updates in the /packages/web directory: [@astrojs/cloudflare](https://github.com/withastro/astro/tree/HEAD/packages/integrations/cloudflare) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `wrangler` from 4.50.0 to 4.59.1 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.59.1/packages/wrangler) Updates `electron` from 40.4.1 to 40.8.5 - [Release notes](https://github.com/electron/electron/releases) - [Commits](electron/electron@v40.4.1...v40.8.5) Updates `@hono/node-server` from 1.19.11 to 1.19.13 - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](honojs/node-server@v1.19.11...v1.19.13) Updates `minimatch` from 10.0.3 to 10.2.3 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v10.0.3...v10.2.3) Updates `dompurify` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.3.1...3.4.0) Updates `@astrojs/cloudflare` from 12.6.3 to 12.6.6 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/cloudflare/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/cloudflare@12.6.6/packages/integrations/cloudflare) Updates `astro` from 5.7.13 to 6.1.6 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@6.1.6/packages/astro) --- updated-dependencies: - dependency-name: wrangler dependency-version: 4.59.1 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: electron dependency-version: 40.8.5 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@hono/node-server" dependency-version: 1.19.13 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: minimatch dependency-version: 10.2.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: dompurify dependency-version: 3.4.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@astrojs/cloudflare" dependency-version: 12.6.6 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: astro dependency-version: 6.1.6 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
deleted the
dependabot/npm_and_yarn/packages/console/app/npm_and_yarn-5e062c2da7
branch
April 22, 2026 07:09
LeXwDeX
pushed a commit
that referenced
this pull request
Jun 7, 2026
Add comprehensive DAG observability APIs: node detail, workflow history, node logs, and workflow.replanned SSE events. Motivation: Close 4 critical observability gaps identified in product review - history table unreadable, node_log table dead, status shows only aggregates, workflow.replanned events dropped by bridge. Changes (12 files, +693/-6): - session-service: +listHistory/listNodeLogs/appendNodeLog (persist-first) - query-types/dag-query: +response types + delegated query methods - HTTP API: +getWorkflowHistory/getNodeLogs (GET-only, Iron Law #9.e) - dagworker tool: +node_detail/history/logs actions with validation - bridge: +workflow.replanned early-return (before null filter) - dag-events: +DagWorkflowReplanned BusEvent.define - prompts: +"New dagworker actions" section Tests (22 new): - session-service: 12 observation layer tests - dag-query: 6 listHistory/listNodeLogs tests - dag-bus-bridge: 4 workflow.replanned transformation tests Verification: typecheck 0 errors, 583 pass (22 new + 561 existing), 17 PRE-EXISTING worktree timeouts unchanged. Review: PASS (0 blocking / 2 info - both resolved: dead code comment added, ULID pattern consistent with existing createHistory).
This was referenced Aug 16, 2026
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 the npm_and_yarn group with 1 update in the /packages/console/app directory: wrangler.
Bumps the npm_and_yarn group with 1 update in the /packages/desktop-electron directory: electron.
Bumps the npm_and_yarn group with 2 updates in the /packages/opencode directory: @hono/node-server and minimatch.
Bumps the npm_and_yarn group with 1 update in the /packages/ui directory: dompurify.
Bumps the npm_and_yarn group with 2 updates in the /packages/web directory: @astrojs/cloudflare and astro.
Updates
wranglerfrom 4.50.0 to 4.59.1Commits
37a8607Version Packages (#11890)99b1f32fix: execute git commands in pages deploy safely (#11889)e98c95aVersion Packages (#11836)ad65efaAdd--checkflag towrangler types(#11852)beb96affeat(unenv-preset): add support for native node:sqlite module (#11841)b0e54b2[wrangler] Add AI agent detection to analytics events (#11820)2203af4Add Node.js 24 and 25 compatibility to the test suites for Miniflare, Wrangle...b6148edchore(deps): bump the workerd-and-workers-types group with 2 updates (#11872)0eb973dDo not warn user when using a redirected config that came from a config with ...0f8d69dcontainers: users can set multiple tiers for constraints (#11755)Updates
electronfrom 40.4.1 to 40.8.5Release notes
Sourced from electron's releases.
... (truncated)
Commits
c09e2aafix: outdated execution path for COM activation (#50518)44f02f6fix: hex-encode Windows notification icon temp filenames (#50484)904fbbdfix: fall back to default DPI when GTK returns 0 on Linux (#50488)36c88a4fix: [a11y] fire AXMenuOpened event when ARIA menu is added to DOM (#50505)9bf9c36refactor: remove dead named-window lookup from guest-window-manager (#50495)d284168fix: crash calling OSR shared texture release() after texture GC'd (#50500)4aa3610fix: crash in clipboard.readImage() on malformed image data (#50491)e1c17fdchore: cherry-pick fbfb27470bf6 from chromium (#50438)2871c1dfix: read nodeIntegrationInWorker from per-frame WebPreferences (#50122) (#50...0d3f57fchore: cherry-pick 074d472db745 from chromium (#50449)Updates
@hono/node-serverfrom 1.19.11 to 1.19.13Release notes
Sourced from
@hono/node-server's releases.Commits
fd64e651.19.13025c30fMerge commit from fork6cdb5a71.19.1270250f7fix: request draining for early 413 responses (#329)cfc08b3chore: ignore claude setting (#314)Updates
minimatchfrom 10.0.3 to 10.2.3Changelog
Sourced from minimatch's changelog.
... (truncated)
Commits
ea9484010.2.30873fbaupdate depscecaad1more extglob coalescing for performance11d0df6limit nested extglob recursion, flatten extglobsc3448c4update assertValidPattern param type to unknown from any0bf499alimit recursion for **, improve perf considerably9f15c58update depsf42b23910.2.2fa2133bupdate depsb9d0153ci: update action workflowsUpdates
dompurifyfrom 3.3.1 to 3.4.0Release notes
Sourced from dompurify's releases.
Commits
5b16e0bGetting 3.x branch ready for 3.4.0 release (#1250)8bcbf73chore: Preparing 3.3.3 release5faddd6fix: engine requirement (#1210)0f91e3aUpdate README.mdd5ff1a8Merge branch 'main' of github.com:cure53/DOMPurifyc3efd48fix: moved back from jsdom 28 to jsdom 20988b888fix: moved back from jsdom 28 to jsdom 202726c74chore: Preparing 3.3.2 release6202c7ebuild(deps): bump@tootallnate/onceand jsdom (#1204)302b51dfix: Expanded the regex ever so slightly to also cover scriptUpdates
@astrojs/cloudflarefrom 12.6.3 to 12.6.6Changelog
Sourced from
@astrojs/cloudflare's changelog.Commits
24b04c1[ci] release (#14267)fbec0e0[ci] format9ecf359Merge commit from fork4823c42feat(netlify): dev context (#14269)d471be5[ci] release (#14242)02366e9fix: don't warnign when using in static build (#14259)15b55f3Filter duplicate exports from Cloudflare adapter'snamedExports(#14234)77b18fbUpdate Astro peer dependency in adapters with auto-enabled sessions (#14240)9288133[ci] release (#14232)Updates
astrofrom 5.7.13 to 6.1.6Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
1945a93[ci] release (#16281)bb4586afix: avoid full-reload in scss modules (#14924)5f3085b[ci] formatb5c2fbaSkip actions server-output validation when an adapter is configured (#16202)b06eabfConsolidate inline script escaping into shared utility (#16303)92fc030refactor(core): rename logger internal types (#16271)ba18015[ci] formatd198e82test: port 16 routing unit tests to TypeScript (#16266)673a871[ci] release (#16244)fab9c00chore: upgrade biome (#16246)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for astro since your current version.
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 <dependency name> major versionwill 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 versionwill 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.