Giter Club home page Giter Club logo

Comments (9)

greenkeeper avatar greenkeeper commented on July 18, 2024

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.

from fecs.

greenkeeper avatar greenkeeper commented on July 18, 2024
  • 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

from fecs.

greenkeeper avatar greenkeeper commented on July 18, 2024
  • 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

from fecs.

greenkeeper avatar greenkeeper commented on July 18, 2024
  • 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

from fecs.

greenkeeper avatar greenkeeper commented on July 18, 2024
  • 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

from fecs.

greenkeeper avatar greenkeeper commented on July 18, 2024
  • 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

from fecs.

greenkeeper avatar greenkeeper commented on July 18, 2024
  • 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

from fecs.

greenkeeper avatar greenkeeper commented on July 18, 2024
  • 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

from fecs.

greenkeeper avatar greenkeeper commented on July 18, 2024
  • 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

from fecs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.