Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Replace those 'fs-extra' functions in which we can be sure #6666

Merged

Conversation

zharinov
Copy link
Collaborator

@zharinov zharinov commented Jul 3, 2020

Ref #6617

@@ -65,7 +65,7 @@ export async function updateArtifacts({
await writeLocalFile(packageFileName, newPackageFileContent);
const cmd: string[] = [];
if (config.isLockFileMaintenance) {
await fs.remove(lockFileName);
await deleteLocalFile(lockFileName);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, not sure about this one though

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be right. 🤔

@zharinov zharinov marked this pull request as draft July 3, 2020 16:06
Copy link
Member

@viceice viceice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -65,7 +65,7 @@ export async function updateArtifacts({
await writeLocalFile(packageFileName, newPackageFileContent);
const cmd: string[] = [];
if (config.isLockFileMaintenance) {
await fs.remove(lockFileName);
await deleteLocalFile(lockFileName);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be right. 🤔

@rarkins rarkins marked this pull request as ready for review July 3, 2020 17:30
@rarkins rarkins merged commit 46ec89e into renovatebot:master Jul 3, 2020
@rarkins rarkins deleted the refactor/trivial-fs-replacements branch July 3, 2020 19:29
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 21.22.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants