spyfs icon indicating copy to clipboard operation
spyfs copied to clipboard

Node filesystem spies and mocks

Results 12 spyfs issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://nodejs.org) ([source](https://togithub.com/nodejs/node)) | major | `8.17.0` -> `20.17.0` | --- ### Release Notes nodejs/node (node)...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/streamich/spyfs). ## Config Migration Needed - [ ]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fs-monkey](https://togithub.com/streamich/fs-monkey) | [`0.4.0` -> `1.0.3`](https://renovatebot.com/diffs/npm/fs-monkey/0.4.0/1.0.3) | [![age](https://badges.renovateapi.com/packages/npm/fs-monkey/1.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

`javascript const spyfs = require( 'spyfs' ); const sfs = spyfs.spy( fs, action => { console.log( action ); } ); const fd = sfs.openSync( __filename, 'r' ); sfs.closeSync( fd );...

```typescript import { spy } from "spyfs"; ``` > Could not find a declaration file for module 'spyfs'. '/home/ajvincent/filesystem/filterfs/node_modules/spyfs/lib/index.js' implicitly has an 'any' type. > Try `npm i --save-dev @types/spyfs`...

On registry `https://registry.npmjs.org/`, the "latest" version (v6.24.1) of dependency `babel-preset-es2015` has the following deprecation notice: `🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!...

On registry `https://registry.npmjs.org/`, the "latest" version (v6.24.1) of dependency `babel-preset-es2017` has the following deprecation notice: `🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!...

On registry `https://registry.npmjs.org/`, the "latest" version (v6.24.1) of dependency `babel-preset-es2016` has the following deprecation notice: `🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!...

On registry `https://registry.npmjs.org/`, the "latest" version (v6.24.1) of dependency `babel-preset-es2017` has the following deprecation notice: `🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!...

On registry `https://registry.npmjs.org/`, the "latest" version (v6.24.1) of dependency `babel-preset-es2016` has the following deprecation notice: `🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!...