chore(deps): update dependency gh-pages to v2 #156
Merged
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.
This Pull Request updates devDependency
gh-pages(source) fromv1.2.0tov2.0.0Note: This PR was created on a configured schedule ("every weekend") and will not receive updates outside those times.
Release Notes
v2.0.0Compare Source
Breaking changes:
Requires Node 6 and above. If you require support for Node 4, stick with v1.2.0.
The git user for commits is determined by running
git config user.nameandgit config user.emailin the current working directory whengh-pagesis run. Ideally, this is what you want. In v1, the git user was determined based on thegh-pagesinstall directory. If the package was installed globally, the git user might not have been what you expected when running in a directory with a locally configured git user.#264 - Better user handling (thanks @holloway for getting this going and @nuklearfiziks and @paulirish for pushing it over the edge)
#263 - Infra: newer syntax and upgrade deps to latest stable versions (@AviVahl)
This PR has been generated by Renovate Bot.