Skip to content

[pull] main from LibreChat-AI:main - #19

Merged
pull[bot] merged 2 commits into
innFactory:mainfrom
LibreChat-AI:main
Sep 3, 2026
Merged

[pull] main from LibreChat-AI:main#19
pull[bot] merged 2 commits into
innFactory:mainfrom
LibreChat-AI:main

Conversation

@pull

@pull pull Bot commented Sep 3, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

dependabot Bot and others added 2 commits September 3, 2026 07:20
Redo of the Dependabot bump, which only updated `api/package.json` and
`api/package-lock.json`:

  - `api/bun.lock` is the lockfile CI and `api/Dockerfile` actually
    install from (`bun ci` / `bun install --frozen-lockfile`), and it was
    left on express 4, so every api job failed with "lockfile had
    changes, but lockfile is frozen".
  - The `path-to-regexp: 0.1.13` override pinned express 4's router
    dependency. Express 5 routes through `router@2`, which needs
    path-to-regexp ^8, so the override had to go rather than be carried
    forward.
  - qs stayed on 6.15.3: it already satisfied express 5's `qs@^6.14.0`,
    so resolution never moved it to the 6.16.0 the bump was for.

Both lockfiles are regenerated and agree on express 5.2.1, qs 6.16.0,
path-to-regexp 8.4.2 and router 2.2.0.

The api's express surface is v5-clean: all route paths are literal (no
wildcards or optional params for path-to-regexp 8 to reject), `req.query`
is never read (so the query-parser default change is inert), and the only
`req.body` reads are behind a JSON parser, an `application/json` guard, or
already undefined-tolerant. `@types/express` was already ^5.0.0, so the
types now match the runtime instead of being a version ahead of it.

Co-authored-by: Danny Avila <danny@librechat.ai>
* feat(code): add opt-in workspace mutations

* fix(code): fence workspace mutation commits

* fix(code): harden workspace replacement invariants

* fix(code): close workspace mutation lifecycle gaps

* fix(code): revalidate edits after metadata restore

* fix(code): persist mutation quarantine across restarts

* fix(code): fence uncertain mutation executor failures

* fix(code): close durable mutation guard races

* fix(code): bind durable guards to workspace roots

* fix(code): harden mutation durability

* fix(code): fence concurrent workspace mutations
@pull pull Bot locked and limited conversation to collaborators Sep 3, 2026
@pull pull Bot added the ⤵️ pull label Sep 3, 2026
@pull
pull Bot merged commit b3db89c into innFactory:main Sep 3, 2026
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant