Skip to content

chore: ensure yarn.lock is removed#5158

Closed
Copilot wants to merge 9 commits into
hg/japanese-translationsfrom
copilot/update-japanese-translations
Closed

chore: ensure yarn.lock is removed#5158
Copilot wants to merge 9 commits into
hg/japanese-translationsfrom
copilot/update-japanese-translations

Conversation

Copilot AI commented Apr 23, 2026

Copy link
Copy Markdown
Contributor

Purpose

Ensure the repository does not contain a yarn.lock file and open a PR for this task.

What has changed

  • Verified /home/runner/work/superdesk-client-core/superdesk-client-core/yarn.lock is already absent.
  • Verified yarn.lock is not tracked by git in this branch.
  • No repository file changes were required for this specific request.

Steps to test

  1. Confirm file absence:
    • ls /home/runner/work/superdesk-client-core/superdesk-client-core/yarn.lock (should report not found)
  2. Confirm not tracked by git:
    • git ls-files | grep '^yarn.lock$' (should return no output)
  3. Baseline test command status (pre-existing issue):
    • npm run test currently fails in scripts/tsconfig.json with TS5101/TS5107 deprecation errors (not introduced by this task).

Checklist

  • I reviewed my code
  • I tested all affected functionality and made sure it works

Resolves: [issue-number]

Copilot AI and others added 9 commits April 23, 2026 12:25
@eos87

eos87 commented Apr 23, 2026

Copy link
Copy Markdown
Contributor

closing in favor of #5157

@eos87 eos87 closed this Apr 23, 2026
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