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

An in-range update of mock-fs is breaking the build 🚨 #341

Open
greenkeeper bot opened this issue Feb 4, 2019 · 9 comments
Open

An in-range update of mock-fs is breaking the build 🚨 #341

greenkeeper bot opened this issue Feb 4, 2019 · 9 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Feb 4, 2019

The devDependency mock-fs was updated from 4.7.0 to 4.8.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

mock-fs is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build is in progress (Details).
  • continuous-integration/appveyor/branch: AppVeyor build failed (Details).

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

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 4, 2019

After pinning to 4.7.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 22, 2019

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

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • 130e85c Log changes
  • 09f4888 4.9.0
  • e7a9683 Merge pull request #267 from tschaub/updates
  • f5d27e6 Names and comment style
  • dadeb2e Update dev dependencies and remove lint
  • 6d4ca5b Merge pull request #265 from huochunpeng/node10
  • 1f9180e fix: prepatch fs-binding to improve support nodejs v10+ readFile

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 20, 2019

  • The devDependency mock-fs was updated from 4.9.0 to 4.10.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 0bbd60a 4.10.0
  • 8475e4e Log changes
  • e5586f6 Merge pull request #268 from 3cp/mkdir-recursive
  • d93b0b0 feat: support fs.mkdir recursive option for Node.js >=10.12.0
  • e436d85 test: turn on tests on nodejs v12

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 5, 2019

  • The devDependency mock-fs was updated from 4.10.0 to 4.10.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • 7c33296 4.10.1
  • 8c86971 Log changes
  • 52b1d12 Merge pull request #271 from 3cp/fix-recursive-mkdir
  • e20f80d fix: fix recursive mkdir behavior on existing folder

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 18, 2019

  • The devDependency mock-fs was updated from 4.10.1 to 4.10.2.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • fe97f3e 4.10.2
  • af3a608 Log changes
  • bc4e8e4 Update dev dependencies
  • 3a4be55 Merge pull request #277 from 3cp/node-12-time
  • 15860ca fix: fix wrong time stamps on nodejs v12.10.0+

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 3, 2019

  • The devDependency mock-fs was updated from 4.10.2 to 4.10.3.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • b36d90f 4.10.3
  • 5372865 Log changes
  • 3adb18b Merge pull request #279 from 3cp/fix-wrong-rejection-on-close
  • cee16f1 fix: fix wrong promise rejection on some fs methods with no return value

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 26, 2019

  • The devDependency mock-fs was updated from 4.10.3 to 4.10.4.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 38 commits.

  • 7f28122 4.10.4
  • 7846c47 Log changes
  • 19334ee Merge pull request #281 from 3cp/fix-missing-promise-return
  • 98ba9b6 Merge pull request #282 from niieani/fix-nested-access
  • 9adc82f fix: throw ENOTDIR when trying to open an incorrect path (nested under existing file)
  • 994a529 fix: remove win32 file namespace prefix for fs.realpath.native and fs.promises.realpath
  • e63c109 chore: use path.toNamespacedPath when available
  • 5284ba0 chore: clean up
  • 16b9026 test: add test coverage to fs.promises.realpath and fs.realpathSync
  • 4470222 test: add test coverage to fs.promises.lstat
  • 17a2e12 test: add test coverage to fs.promises.readlink
  • 8cf2098 test: add test coverage to fs.promises.link and fs.promises.symlink
  • bef86ed test: add test coverage to fs.promises.utimes and filehandle.utimes
  • 3353d00 test: add test coverage to fs.promises.unlink
  • 259ad0b chore: cleanup

There are 38 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 24, 2020

  • The devDependency mock-fs was updated from 4.10.4 to 4.11.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 9832d66 4.11.0
  • 0baf4f6 Log changes
  • 60cca44 Merge pull request #287 from mrmlnc/readdir_with_file_types
  • ec9b267 feat: implementing "withFileTypes" option for fs.readdir method
  • ad93ac5 Log more changes

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 24, 2020

  • The devDependency mock-fs was updated from 4.11.0 to 4.12.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 16 commits.

  • e42fdbb 4.12.0
  • c46a992 Log changes
  • 87dc8d9 Bump transitive dependencies
  • 1d13c92 Merge pull request #295 from warpdesign/fix_readdir_check_rights
  • f0ce803 made readdir access test more resiliant
  • 56801da fixed check
  • 59eef81 fix: readdir should check for access rights, fixes #294
  • bc04178 Merge pull request #293 from tschaub/recursive-rmdir
  • c40c2e1 Merge pull request #289 from tschaub/fix-file-isRead
  • ede39f4 test: clarify tests
  • 15d7e3e fix: fix isRead check on file descriptor
  • 0f98ca5 fix: support path input from Buffer on many fs APIs
  • cd83f45 Merge pull request #296 from tschaub/actions
  • cfe800f Use GitHub actions
  • b6f6361 fix: readFile on dir should fail EISDIR not EBADF

There are 16 commits in total.

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

No branches or pull requests

0 participants