Skip to content

chore(deps)(deps): bump @hono/node-server from 1.19.14 to 1.19.17 in /server - #34

Open
dependabot[bot] wants to merge 1 commit into
Masterfrom
dependabot/npm_and_yarn/server/hono/node-server-1.19.17
Open

dependabot[bot] wants to merge 1 commit into
Masterfrom
dependabot/npm_and_yarn/server/hono/node-server-1.19.17

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor

Bumps @hono/node-server from 1.19.14 to 1.19.17.

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​hono/node-server since your current version.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@hono/node-server](https://github.com/honojs/node-server) from 1.19.14 to 1.19.17.
- [Release notes](https://github.com/honojs/node-server/releases)
- [Commits](honojs/node-server@v1.19.14...v1.19.17)

---
updated-dependencies:
- dependency-name: "@hono/node-server"
  dependency-version: 1.19.17
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: area/server, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@DevZonayed
DevZonayed force-pushed the dependabot/npm_and_yarn/server/hono/node-server-1.19.17 branch from 2e7febb to a821b4e Compare August 17, 2026 08:29
Comment thread extension/background.js
const now = Date.now();
const n = s.comments.reduce((m, c) => Math.max(m, c.n || 0), 0) + 1;
const comment = {
id: mcUid("c"), sessionId: s.id, n, text: String(text || ""),
Comment thread extension/background.js
await injectCommentMode(sess.primaryTabId);
}
} catch {}
return { ok: true, id: comment.id, n, sessionId: s.id, sessionName: s.name, located: !!meta.ok };
Comment thread extension/comment-mode.js
for (const c of legacy.comments) { const o = c.origin || originOf(); (byOrigin[o] = byOrigin[o] || []).push(c); }
for (const o of Object.keys(byOrigin)) {
const s = newSessionObj(o, "Session 1");
s.comments = byOrigin[o].map((c) => ({ ...c, sessionId: s.id }));
Comment thread extension/comment-mode.js
else {
const s = activeSession();
s.comments.push({
id: uid("c"), sessionId: s.id,
Comment thread extension/comment-mode.js
else if (x === "back") { panelView = "sessions"; renderPanel(); }
else if (x === "filter-site") { panelFilter = "site"; renderPanel(); }
else if (x === "filter-all") { panelFilter = "all"; renderPanel(); }
else if (x === "new") { const s = newSession(); viewSessionId = s.id; panelView = "comments"; updateCounts(); renderPins(); renderPanel(); toast("New session started"); }
Comment thread extension/upload.js

// Network 2xx listener — fires whenever an upload-ish URL responds 2xx.
const networkPattern = wf.networkPattern
? new RegExp(wf.networkPattern, "i")
import { normalizeJid } from "./comms_allowlist.js";

function sha1(s) {
return crypto.createHash("sha1").update(s).digest("hex");
Comment thread extension/upload.js
async function uninstallPreviewObserver(tabId, observerId) {
PREVIEW_OBSERVERS.delete(observerId);
await cdp(tabId, "Runtime.evaluate", {
expression: `(function(){ const s = window.__mochiObservers && window.__mochiObservers[${JSON.stringify(observerId)}]; if (s && s.disconnect) s.disconnect(); if (window.__mochiObservers) delete window.__mochiObservers[${JSON.stringify(observerId)}]; })();`,
Comment thread extension/upload.js
async function uninstallPreviewObserver(tabId, observerId) {
PREVIEW_OBSERVERS.delete(observerId);
await cdp(tabId, "Runtime.evaluate", {
expression: `(function(){ const s = window.__mochiObservers && window.__mochiObservers[${JSON.stringify(observerId)}]; if (s && s.disconnect) s.disconnect(); if (window.__mochiObservers) delete window.__mochiObservers[${JSON.stringify(observerId)}]; })();`,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant