[pull] main from LibreChat-AI:main - #19
Merged
Merged
Conversation
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
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
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 : )