Skip to content

AI-414: leave package-lock.json at the upstream version - #1

Closed
beckerfelipee wants to merge 2 commits into
leasewebfrom
AI-414-unpin-package-lock
Closed

AI-414: leave package-lock.json at the upstream version#1
beckerfelipee wants to merge 2 commits into
leasewebfrom
AI-414-unpin-package-lock

Conversation

@beckerfelipee

Copy link
Copy Markdown
Collaborator

Leaves package-lock.json at the upstream version string and bumps package.json to v0.8.6-lsw.3.

npm ci only validates the dependency tree, not the root version field — verified with a minimal repro (mismatched root version, npm ci exits 0). Syncing the lock therefore bought nothing, and it guarantees a conflict on every upstream tag merge inside a 1.6 MB generated file.

Also the first exercise of the pull_request trigger, so this PR should publish ghcr.io/leaseweb/librechat:pr-1.

AI-414

npm ci only validates the dependency tree, not the root version field, so
syncing the lock bought nothing and would conflict on every upstream merge.
@pipalols pipalols closed this Aug 31, 2026
@pipalols pipalols reopened this Aug 31, 2026
Verifies that a re-pushed pr-1 tag is picked up on the node.
@beckerfelipee

Copy link
Copy Markdown
Collaborator Author

Superseded by #2, which carries these same two changes plus the uppercase PR tag. Keeping the branch for now.

@beckerfelipee
beckerfelipee deleted the AI-414-unpin-package-lock branch September 1, 2026 08:26
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.

2 participants