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

Update mock-fs to the latest version 🚀 #9

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Feb 5, 2017

Version 4.0.0 of mock-fs just got published.

Dependency mock-fs
Current Version 3.12.1
Type devDependency

The version 4.0.0 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 mock-fs.
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.


Commits

The new version differs by 13 commits .

  • 84523af 4.0.0
  • 01e3db2 Upgrade notes
  • 10f98fc Merge pull request #194 from ciaranj/expose_root_of_mock_filesystem
  • 6a06eda Exposes the root mocked filesytem if the mock is currently applied.
  • b3d19b3 4.0.0-beta.1
  • e874477 Merge pull request #193 from tschaub/four
  • 4e7d0e3 Document breaking changes
  • 56db880 Update to eslint@3.11.1
  • 5c74f6f Merge pull request #182 from tschaub/binding
  • 4426ebc Only override process.binding('fs')
  • 479d815 Pending tests
  • 143f7ff Updated linter and config
  • 4142982 Test on Node 4 and above

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 25, 2017

Version 4.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits .

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 13, 2017

Version 4.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits .

  • d7532ca Log changes
  • 18fd7d6 4.2.0
  • 88e623c Merge pull request #198 from not-an-aardvark/update-binding-stat-lstat-fstat
  • 06868bb Update fs.stat(), fs.lstat(), and fs.fstat() for Node 7.7+ (fixes #197)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 30, 2017

Version 4.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits0.

false

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 11, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 11, 2017

Version 4.4.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 11, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 11, 2017

Version 4.4.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 13, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 13, 2017

Version 4.4.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • 8667e34 4.4.2
  • 5058b56 Log changes
  • 4af814d Merge pull request #222 from tschaub/denar90-patch
  • 1ed9d5c tiny es5 => es6
  • 72e8982 Merge pull request #221 from tschaub/mutantcornholio-throw-on-undefined
  • 3759ed6 Throw error if item content is invalid
  • 3704cc4 Merge pull request #220 from tschaub/updates
  • cfaf067 Stop caching node_modules
  • 65ffb78 Updated dev dependencies

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 6, 2018

Version 4.6.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 17 commits.

  • 96b28b6 4.6.0
  • 6906f02 Log changes
  • 0bb6314 Merge pull request #243 from tschaub/copy-file
  • 8bf0d3c Implement binding.copyFile()
  • c1cdeec Merge pull request #241 from tschaub/partial-ten-five-fix
  • e97697b Conditionally define BigUint64Array
  • 192ce18 Fix stat calls to work with changes in Node 10
  • 5b165be 4.5.0
  • e32c24b Log changes
  • 45e51e8 Merge pull request #237 from tschaub/ten
  • 4707f88 Make binding.access throw for broken link
  • 1b58f5f Use Buffer.from and Buffer.alloc instead of constructor
  • a1e69d9 Generate an array-like stats object
  • 920c4a9 Merge pull request #232 from deployable/issue_231_readlink_EINVAL
  • b6d9aee Merge pull request #230 from deployable/issue_229_error_path

There are 17 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 12, 2018

Version 4.7.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits.

  • 8f84cc7 4.7.0
  • c463fde Log changes
  • 7c224b0 Merge pull request #252 from tschaub/updates
  • 5e68c29 Merge pull request #247 from tricoder42/patch-1
  • f54a322 Merge pull request #249 from maxwellgerber/fix/buffer-copy
  • 15df910 Remove dev dependency on minimatch
  • b81c39b Merge pull request #251 from maxwellgerber/fix/dirent-patch
  • 38ca5db binding.readdir can take anywhere from 2 to 4 arguments
  • 29f82dc Add tests for reading and writing using Uint8Array
  • a90b7ac docs: add note about snapshot testing
  • 28d65a7 Remove redundant check
  • 076fca8 Merge pull request #242 from maxwellgerber/patch/open-directory-error
  • f8e4eb6 add tests
  • e363112 Limit package contents
  • b3e86cb Throw error when a directory is opened

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 4, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 4, 2019

  • The devDependency mock-fs was updated from 3.12.1 to 4.8.0.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • d5e7cb5 4.8.0
  • 4a07657 Log changes
  • 317d2e8 Merge pull request #261 from tschaub/updates
  • 6f613b8 Conditional assertion about blocks and blksize
  • 5843106 Remove AppVeyor config (Travis runs Windows tests)
  • e5b6ceb Merge pull request #260 from huochunpeng/node10
  • dea8e55 fix: fix errno on windows, windows has different errmap than posix
  • b374e76 chore: remove nodejs v4 from travis matrix
  • 86bdd71 feat: support nodejs v10+ fs.promises
  • 122c859 fix: fix uid/gid on windows
  • 7e7e1ba chore: test on linux/windows/osx
  • 564b9c7 feat: support nodejs v10+
  • c88b3fc chore: add nodejs v11 to test matrix, remove v5 and v7

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant