chore: ensure yarn.lock is removed#5158
Closed
Copilot wants to merge 9 commits into
Closed
Conversation
Agent-Logs-Url: https://github.com/superdesk/superdesk-client-core/sessions/a9e8000a-6d58-49ab-85b6-a0997fcdabe7 Co-authored-by: eos87 <124766+eos87@users.noreply.github.com>
Agent-Logs-Url: https://github.com/superdesk/superdesk-client-core/sessions/a9e8000a-6d58-49ab-85b6-a0997fcdabe7 Co-authored-by: eos87 <124766+eos87@users.noreply.github.com>
Agent-Logs-Url: https://github.com/superdesk/superdesk-client-core/sessions/fac242ff-6631-4351-93d2-53f854064c18 Co-authored-by: eos87 <124766+eos87@users.noreply.github.com>
Agent-Logs-Url: https://github.com/superdesk/superdesk-client-core/sessions/fac242ff-6631-4351-93d2-53f854064c18 Co-authored-by: eos87 <124766+eos87@users.noreply.github.com>
Agent-Logs-Url: https://github.com/superdesk/superdesk-client-core/sessions/fac242ff-6631-4351-93d2-53f854064c18 Co-authored-by: eos87 <124766+eos87@users.noreply.github.com>
Agent-Logs-Url: https://github.com/superdesk/superdesk-client-core/sessions/fac242ff-6631-4351-93d2-53f854064c18 Co-authored-by: eos87 <124766+eos87@users.noreply.github.com>
Agent-Logs-Url: https://github.com/superdesk/superdesk-client-core/sessions/37b23a7c-2289-41df-a3a4-8fb126b1b455 Co-authored-by: eos87 <124766+eos87@users.noreply.github.com>
Agent-Logs-Url: https://github.com/superdesk/superdesk-client-core/sessions/37b23a7c-2289-41df-a3a4-8fb126b1b455 Co-authored-by: eos87 <124766+eos87@users.noreply.github.com>
Agent-Logs-Url: https://github.com/superdesk/superdesk-client-core/sessions/37b23a7c-2289-41df-a3a4-8fb126b1b455 Co-authored-by: eos87 <124766+eos87@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
eos87
April 23, 2026 12:57
View session
Contributor
|
closing in favor of #5157 |
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.
Purpose
Ensure the repository does not contain a
yarn.lockfile and open a PR for this task.What has changed
/home/runner/work/superdesk-client-core/superdesk-client-core/yarn.lockis already absent.yarn.lockis not tracked by git in this branch.Steps to test
ls /home/runner/work/superdesk-client-core/superdesk-client-core/yarn.lock(should report not found)git ls-files | grep '^yarn.lock$'(should return no output)npm run testcurrently fails inscripts/tsconfig.jsonwith TS5101/TS5107 deprecation errors (not introduced by this task).Checklist
Resolves: [issue-number]