-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update fs-extra to version 0.28.0 🚀 #5815
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
|
@homu r+ |
Contributor
|
📌 Commit 87f56f0 has been approved by |
homu
added a commit
that referenced
this pull request
Apr 19, 2016
Update fs-extra to version 0.28.0 🚀 Hello 👋 🚀🚀🚀 [fs-extra](https://www.npmjs.com/package/fs-extra) just published its new version 0.28.0, which **is not covered by your current version range**. If this pull request passes your tests you can publish your software with the latest version of fs-extra – otherwise use this branch to work on adaptions and fixes. Happy fixing and merging 🌴 --- The new version differs by 13 commits . - [`ef35b70`](jprichardson/node-fs-extra@ef35b70) `0.28.0` - [`8c56e5b`](jprichardson/node-fs-extra@8c56e5b) `(Closes #209, Closes #237) lib/mkdirs: if invalid path char, return callback OR throw err` - [`a0cb04b`](jprichardson/node-fs-extra@a0cb04b) `(Closes #93) libs/mkdirs: prevent stack overflow if drive is not mounted in Windows` - [`76dcfa9`](jprichardson/node-fs-extra@76dcfa9) `lib/mkdirs/tests/root: skip if network drive` - [`f5c64d5`](jprichardson/node-fs-extra@f5c64d5) `gitignore: add npm debug` - [`5747fb3`](jprichardson/node-fs-extra@5747fb3) `(Closes #192) removed createOutputStream()` - [`2a5e355`](jprichardson/node-fs-extra@2a5e355) `readme: update note about hacking on fs-extra` - [`5652b96`](jprichardson/node-fs-extra@5652b96) `changelog: update issue links (auto generated)` - [`e2a7dae`](jprichardson/node-fs-extra@e2a7dae) `appveyor: node v5` - [`e8d2949`](jprichardson/node-fs-extra@e8d2949) `package: update travis` - [`a524434`](jprichardson/node-fs-extra@a524434) `readme: fix date of note` - [`e21cc16`](jprichardson/node-fs-extra@e21cc16) `readme: note about dropping old Node.js` - [`ad98995`](jprichardson/node-fs-extra@ad98995) `readme: update` See the [full diff](jprichardson/node-fs-extra@6fb9fc7...ef35b70). --- This pull request was created by [greenkeeper.io](http://greenkeeper.io/). It keeps your software up to date, all the time. <sub> Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡ </sub>
Contributor
Contributor
|
💔 Test failed - status |
Member
|
@homu retry |
homu
added a commit
that referenced
this pull request
Apr 19, 2016
Update fs-extra to version 0.28.0 🚀 Hello 👋 🚀🚀🚀 [fs-extra](https://www.npmjs.com/package/fs-extra) just published its new version 0.28.0, which **is not covered by your current version range**. If this pull request passes your tests you can publish your software with the latest version of fs-extra – otherwise use this branch to work on adaptions and fixes. Happy fixing and merging 🌴 --- The new version differs by 13 commits . - [`ef35b70`](jprichardson/node-fs-extra@ef35b70) `0.28.0` - [`8c56e5b`](jprichardson/node-fs-extra@8c56e5b) `(Closes #209, Closes #237) lib/mkdirs: if invalid path char, return callback OR throw err` - [`a0cb04b`](jprichardson/node-fs-extra@a0cb04b) `(Closes #93) libs/mkdirs: prevent stack overflow if drive is not mounted in Windows` - [`76dcfa9`](jprichardson/node-fs-extra@76dcfa9) `lib/mkdirs/tests/root: skip if network drive` - [`f5c64d5`](jprichardson/node-fs-extra@f5c64d5) `gitignore: add npm debug` - [`5747fb3`](jprichardson/node-fs-extra@5747fb3) `(Closes #192) removed createOutputStream()` - [`2a5e355`](jprichardson/node-fs-extra@2a5e355) `readme: update note about hacking on fs-extra` - [`5652b96`](jprichardson/node-fs-extra@5652b96) `changelog: update issue links (auto generated)` - [`e2a7dae`](jprichardson/node-fs-extra@e2a7dae) `appveyor: node v5` - [`e8d2949`](jprichardson/node-fs-extra@e8d2949) `package: update travis` - [`a524434`](jprichardson/node-fs-extra@a524434) `readme: fix date of note` - [`e21cc16`](jprichardson/node-fs-extra@e21cc16) `readme: note about dropping old Node.js` - [`ad98995`](jprichardson/node-fs-extra@ad98995) `readme: update` See the [full diff](jprichardson/node-fs-extra@6fb9fc7...ef35b70). --- This pull request was created by [greenkeeper.io](http://greenkeeper.io/). It keeps your software up to date, all the time. <sub> Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡ </sub>
Contributor
Contributor
|
☀️ Test successful - status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Hello 👋
🚀🚀🚀
fs-extra just published its new version 0.28.0, which is not covered by your current version range.
If this pull request passes your tests you can publish your software with the latest version of fs-extra – otherwise use this branch to work on adaptions and fixes.
Happy fixing and merging 🌴
The new version differs by 13 commits .
ef35b700.28.08c56e5b(Closes #209, Closes #237) lib/mkdirs: if invalid path char, return callback OR throw erra0cb04b(Closes #93) libs/mkdirs: prevent stack overflow if drive is not mounted in Windows76dcfa9lib/mkdirs/tests/root: skip if network drivef5c64d5gitignore: add npm debug5747fb3(Closes #192) removed createOutputStream()2a5e355readme: update note about hacking on fs-extra5652b96changelog: update issue links (auto generated)e2a7daeappveyor: node v5e8d2949package: update travisa524434readme: fix date of notee21cc16readme: note about dropping old Node.jsad98995readme: updateSee the full diff.
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡It keeps your software up to date, all the time.