Update gh-pages to version 1.0.0 🚀 #787

Closed
greenkeeperio-bot wants to merge 1 commits from greenkeeper-gh-pages-1.0.0 into development
greenkeeperio-bot commented 2017-05-09 03:14:05 +00:00 (Migrated from github.com)
🚨🔥⚠️ Action required: Switch to the new Greenkeeper now! 🚨🔥⚠️
This version of Greenkeper will be shutdown on May 31st.
With Integrations first-class bot support landed on GitHub and we’ve rewritten Greenkeeper to take full advantage of it. Simpler setup, fewer pull-requests, faster than ever.


Hello lovely humans,

gh-pages just published its new version 1.0.0.

State Update 🚀
Dependency gh-pages
New version 1.0.0
Type devDependency

This version is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of gh-pages.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.

Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?

There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.

Good luck with your project

You rock!

🌴


The new version differs by 42 commits .

  • eaf6295 1.0.0
  • ec1736a Doc updates
  • 7587cf1 Doc shuffle
  • 02f14d7 1.0.0-beta.1
  • 0136993 Merge pull request #174 from tschaub/debuglog
  • 380a9ae Remove the logger option and use util.debuglog()
  • aa49b8a Lint all js
  • 5fb2e03 Merge pull request #173 from tschaub/fewer-cache-collisions
  • baf09d6 Add script to clean the cache directory
  • aecbe6c Cache per repo URL
  • 07fbc24 Merge pull request #172 from tschaub/absolute
  • 2a0914f Provision for root path when splitting
  • d7638fe Merge pull request #171 from tschaub/dest
  • b58e561 Add a --dest option to the CLI
  • d70ca78 Test the dest option

There are 42 commits in total. See the full diff.

| 🚨🔥⚠️ _Action required_: Switch to the new [Greenkeeper](https://git.io/uptodate) now! 🚨🔥⚠️ | | --- | | This version of Greenkeper will be __shutdown on May 31st.__ | | With [Integrations](https://developer.github.com/early-access/integrations/) **first-class bot support** landed on GitHub and we’ve rewritten Greenkeeper to take full advantage of it. **Simpler setup, fewer pull-requests, faster than ever**.<br><br><img src="https://cloud.githubusercontent.com/assets/908178/19868156/20c1c0c4-9fa7-11e6-9f17-611c51677dbd.gif" /> --- Hello lovely humans, [gh-pages](https://www.npmjs.com/package/gh-pages) just published its new version 1.0.0. <table> <tr> <th align=left> State </th> <td> Update :rocket: </td> </tr> <tr> <th align=left> Dependency </td> <td> gh-pages </td> </tr> <tr> <th align=left> New version </td> <td> 1.0.0 </td> </tr> <tr> <th align=left> Type </td> <td> devDependency </td> </tr> </table> This version is **not covered** by your **current version range**. Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though. I recommend you look into these changes and try to get onto the latest version of gh-pages. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update. Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right? Are you unsure about how things are supposed to work? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and while I’m just a bot, there is a group of people who are happy to teach me new things. [Let them know](https://github.com/greenkeeperio/greenkeeper/issues/new). Good luck with your project :sparkles: You rock! :palm_tree: --- The new version differs by 42 commits . - [`eaf6295`](https://github.com/tschaub/gh-pages/commit/eaf6295cf1fa95d0117745b2b267129055d0400f) <code>1.0.0</code> - [`ec1736a`](https://github.com/tschaub/gh-pages/commit/ec1736a6a2cc6f9a3eec738ac05146f0e3f3e232) <code>Doc updates</code> - [`7587cf1`](https://github.com/tschaub/gh-pages/commit/7587cf1ba0fc7b17a0556b6ca1015d036ab3606f) <code>Doc shuffle</code> - [`02f14d7`](https://github.com/tschaub/gh-pages/commit/02f14d71c30fb0e2b1ead34cd2c1ff4a4f9cb980) <code>1.0.0-beta.1</code> - [`0136993`](https://github.com/tschaub/gh-pages/commit/013699368c28da2cf201cb6359faacded3fe72f6) <code>Merge pull request #174 from tschaub/debuglog</code> - [`380a9ae`](https://github.com/tschaub/gh-pages/commit/380a9aecb9f78b6290b4decee0ef3f9e9973e766) <code>Remove the logger option and use util.debuglog()</code> - [`aa49b8a`](https://github.com/tschaub/gh-pages/commit/aa49b8a01eef5a884b6d8ebedf3410f39b138506) <code>Lint all js</code> - [`5fb2e03`](https://github.com/tschaub/gh-pages/commit/5fb2e0323427205271696ff3c96c2ad8987f6883) <code>Merge pull request #173 from tschaub/fewer-cache-collisions</code> - [`baf09d6`](https://github.com/tschaub/gh-pages/commit/baf09d692707f3bc54daf615a208577d7680c7fb) <code>Add script to clean the cache directory</code> - [`aecbe6c`](https://github.com/tschaub/gh-pages/commit/aecbe6c2bdc7ff0f7cb8d639d2d0cdb03b7c4694) <code>Cache per repo URL</code> - [`07fbc24`](https://github.com/tschaub/gh-pages/commit/07fbc2436540c0fb8ae6719f4fa55110aa015e62) <code>Merge pull request #172 from tschaub/absolute</code> - [`2a0914f`](https://github.com/tschaub/gh-pages/commit/2a0914f39072bbd1468349ed788f2531600d5b2f) <code>Provision for root path when splitting</code> - [`d7638fe`](https://github.com/tschaub/gh-pages/commit/d7638fe12f57558f0947fb4dde4d5ca6836b5983) <code>Merge pull request #171 from tschaub/dest</code> - [`b58e561`](https://github.com/tschaub/gh-pages/commit/b58e561045939bfa2506ef9a356d2141fbe38840) <code>Add a --dest option to the CLI</code> - [`d70ca78`](https://github.com/tschaub/gh-pages/commit/d70ca78725d7943a79d7d3e0c19403e896ac4489) <code>Test the dest option</code> There are 42 commits in total. See the [full diff](https://github.com/tschaub/gh-pages/compare/c6cd05dde53c061e605de4561269beb4ce5334d4...eaf6295cf1fa95d0117745b2b267129055d0400f).

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#787