Skip to content

docs: add lockfile conflict resolution to CONTRIBUTING.md#18

Merged
dev-rkb merged 2 commits into
dev-rkb:mainfrom
rekabytes:issue/17-add-frozen-lockfile-ci
Jun 17, 2026
Merged

docs: add lockfile conflict resolution to CONTRIBUTING.md#18
dev-rkb merged 2 commits into
dev-rkb:mainfrom
rekabytes:issue/17-add-frozen-lockfile-ci

Conversation

@rekabytes

Copy link
Copy Markdown
Contributor

Add a 'Resolving Merge Conflicts' section explaining how to properly resolve lockfile conflicts locally before pushing. CI uses --frozen-lockfile which fails if the lockfile is out of sync with package.json.

Add a 'Resolving Merge Conflicts' section explaining how to properly
resolve lockfile conflicts locally before pushing. CI uses
--frozen-lockfile which fails if the lockfile is out of sync with
package.json.
pnpm/action-setup@v4 self-installer was failing in CI. Switched to
corepack enable which is the modern recommended approach.

- Added packageManager field to root package.json (pnpm@10.28.0)
- Replaced pnpm/action-setup@v4 with corepack enable in CI workflow
- Lockfile updated to match typescript ^5.8.3 from main
@dev-rkb dev-rkb merged commit e2e7653 into dev-rkb:main Jun 17, 2026
3 checks passed
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