chore(deps): update all npm patch dependencies - #150
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all-npm-patch-dependencies
branch
from
August 22, 2026 08:47
367f080 to
a2d961b
Compare
renovate
Bot
force-pushed
the
renovate/all-npm-patch-dependencies
branch
4 times, most recently
from
August 29, 2026 10:03
ddca66a to
2c76a94
Compare
renovate
Bot
force-pushed
the
renovate/all-npm-patch-dependencies
branch
4 times, most recently
from
September 6, 2026 17:03
9c7a08d to
aa7776b
Compare
renovate
Bot
force-pushed
the
renovate/all-npm-patch-dependencies
branch
from
September 7, 2026 15:01
aa7776b to
6eaefc6
Compare
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.
This PR contains the following updates:
0.5.4→0.5.72.1.0→2.1.13.0.0→3.0.14.13.0→4.13.46.2.8→6.2.104.1.10→4.1.11Release Notes
electric-sql/pglite (@electric-sql/pglite)
v0.5.7Compare Source
Patch Changes
2f9cf75: Fix convert_tov0.5.6Compare Source
Patch Changes
69b7d87: Apply the second options argument when callingPGlite.create(undefined, options).6c14380: fixes for process.exitCodev0.5.5Compare Source
Patch Changes
a290741: Reset retained protocol parser state after a malformed backend message so later queries can recover.6b6f28d: FixPGlite.create({ fs })on a fresh database calling the provided filesystem'sinit()twice: the inner initdb instance no longer inherits the user-providedfsand always runs on its own scratch filesystem. Previously any VFS holding exclusive resources (e.g. OPFS sync access handles) failed with a contention error on first create.354f4ae: FixformatQuery(used bylive.query/live.incrementalQueryto inline parameters) emitting%NLinstead of the positional%N$Lformat specifier. A bare%NLis "min width N" and consumesformat()arguments sequentially, so placeholders that are out of textual order silently bound the wrong values, and repeated placeholders failed withtoo few arguments for format().219af1e: Expose the fields node-postgres derives from the CommandComplete command tag onResults:command(e.g.SELECT,INSERT,CREATE), androwCount(the per-statement count from the tag). The tag was already received and parsed internally to computeaffectedRows, but these values were not surfaced. Matching node-postgres'command/rowCountresult fields lets pg-compatible adapters report them without re-parsing SQL.20839a7: Preserve the hostprocess.exitCodewhen closing a PGlite instance.close()calls_emscripten_force_exit(0), whose Emscripten runtime setsprocess.exitCode = 0, clobbering any exit code the host process had already set. This mirrors the existing save/restore guards in#init()andexecProtocolRaw(), so closing a database no longer silently resets the host process's exit code.7e784a4: Reject operations performed through transaction handles after the transaction has closed.honojs/node-server (@hono/node-server)
v2.1.1Compare Source
What's Changed
Full Changelog: honojs/node-server@v2.1.0...v2.1.1
sgb-io/fta (fta-cli)
v3.0.1Compare Source
honojs/hono (hono)
v4.13.4Compare Source
v4.13.3Compare Source
What's Changed
Full Changelog: honojs/hono@v4.13.2...v4.13.3
v4.13.2Compare Source
What's Changed
Full Changelog: honojs/hono@v4.13.1...v4.13.2
v4.13.1Compare Source
panva/jose (jose)
v6.2.10Compare Source
Fixes
Documentation
Refactor
v6.2.9Compare Source
Fixes
vitest-dev/vitest (vitest)
v4.1.11Compare Source
🐞 Bug Fixes
View changes on GitHub
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.