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: Separate 'git' and 'fs' util modules #6665

Merged
merged 1 commit into from Jul 3, 2020

Conversation

zharinov
Copy link
Collaborator

@zharinov zharinov commented Jul 3, 2020

Ref #6617

@rarkins rarkins merged commit 1137112 into renovatebot:master Jul 3, 2020
@rarkins rarkins deleted the refactor/split-gitfs-module branch July 3, 2020 14:47
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.

Just some small issues

import { getName } from '../../../../test/util';
import { readLocalFile } from '.';
import { getName } from '../../../test/util';
import { readLocalFile } from './index';
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
import { readLocalFile } from './index';
import { readLocalFile } from '.';

@@ -1,7 +1,7 @@
import fs from 'fs-extra';
import Git from 'simple-git/promise';
import tmp from 'tmp-promise';
import * as git from '.';
import * as git from './index';
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
import * as git from './index';
import * as git from '.';

Copy link
Collaborator

Choose a reason for hiding this comment

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

I'll fix

@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 21.22.3 🎉

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