The devDependency gh-pages was updated from 1.2.0 to 2.0.0.
This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v2.0.0
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.name and git config user.email in the current working directory when gh-pages is run. Ideally, this is what you want. In v1, the git user was determined based on the gh-pages install 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.
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
Coverage remained the same at 100.0% when pulling 4bacca8e1d1ac7eaace604ac2cd77328c5d4bed5 on greenkeeper/gh-pages-2.0.0 into 7696f9bf14abeace06f5247a30f204ec15cb570e on master.
The devDependency gh-pages was updated from
1.2.0
to2.0.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v2.0.0
Breaking changes:
git config user.name
andgit config user.email
in the current working directory whengh-pages
is run. Ideally, this is what you want. In v1, the git user was determined based on thegh-pages
install 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.Details:
Commits
The new version differs by 13 commits.
ad6617b
2.0.0
fb16306
Log changes
515b05a
Merge pull request #264 from tschaub/user-option
631de39
Consistent user handling in CLI and API
7cf5c66
More fat arrows
523a074
Better default user, support for user option
1ed6689
Fixing key
7b0f4b0
Adding localuser and user flags
32fdb32
Merge pull request #263 from AviVahl/upgrade-deps
32891c5
Upgrade syntax to use const/let
54c69c0
Infra: upgrade deps to latest stable versions
62f1496
Test on ten
95ba7e3
Add .npmignore
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: