fix: sync pnpm-lock.yaml after adding drizzle-orm dependency#137
Merged
mahata merged 2 commits intorefactor/simplify-redundant-codefrom Mar 26, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/mahata/mlack/sessions/6791b2bb-061c-4f6a-b685-3b3ee367c09d Co-authored-by: mahata <23497+mahata@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions workflow test
fix: sync pnpm-lock.yaml after adding drizzle-orm dependency
Mar 26, 2026
mahata
added a commit
that referenced
this pull request
Mar 26, 2026
) * refactor: simplify redundant code across routes, types, and config - Extract requireUser auth middleware to eliminate 7 duplicated auth guard blocks - Tighten User type (email/name required), removing 10 defensive fallbacks - Move drizzle-orm from devDependencies to dependencies (runtime dep) - Extract shared DB config to deduplicate db/index.ts and drizzle.config.ts - Simplify messages query from nested subquery to single query + reverse() - Remove ws import used only for WebSocket.OPEN constant * fix: sync pnpm-lock.yaml after adding drizzle-orm dependency (#137) * Initial plan * fix: update pnpm-lock.yaml to include drizzle-orm dependency Agent-Logs-Url: https://github.com/mahata/mlack/sessions/6791b2bb-061c-4f6a-b685-3b3ee367c09d Co-authored-by: mahata <23497+mahata@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: mahata <23497+mahata@users.noreply.github.com> --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: mahata <23497+mahata@users.noreply.github.com>
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.
drizzle-ormwas added topackage.jsonbutpnpm-lock.yamlwas never updated, causing CI to fail withERR_PNPM_OUTDATED_LOCKFILEonpnpm install --frozen-lockfile.Changes
pnpm-lock.yaml: Regenerated to includedrizzle-orm@0.45.1and its transitive dependencies, bringing the lockfile in sync withpackage.json.Original prompt
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.