Skip to content

fix: sync pnpm-lock.yaml after adding drizzle-orm dependency#137

Merged
mahata merged 2 commits intorefactor/simplify-redundant-codefrom
copilot/fix-github-actions-workflow-test
Mar 26, 2026
Merged

fix: sync pnpm-lock.yaml after adding drizzle-orm dependency#137
mahata merged 2 commits intorefactor/simplify-redundant-codefrom
copilot/fix-github-actions-workflow-test

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 26, 2026

drizzle-orm was added to package.json but pnpm-lock.yaml was never updated, causing CI to fail with ERR_PNPM_OUTDATED_LOCKFILE on pnpm install --frozen-lockfile.

Changes

  • pnpm-lock.yaml: Regenerated to include drizzle-orm@0.45.1 and its transitive dependencies, bringing the lockfile in sync with package.json.
Original prompt

Fix the failing GitHub Actions workflow test
Analyze the workflow logs, identify the root cause of the failure, and implement a fix.
Job ID: 68674945703
Job URL: https://github.com/mahata/mlack/actions/runs/23584702536/job/68674945703


📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

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
Copilot AI requested a review from mahata March 26, 2026 11:04
@mahata mahata marked this pull request as ready for review March 26, 2026 11:07
@mahata mahata merged commit cb8bd57 into refactor/simplify-redundant-code Mar 26, 2026
1 check passed
@mahata mahata deleted the copilot/fix-github-actions-workflow-test branch March 26, 2026 11:07
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>
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