sage-cli icon indicating copy to clipboard operation
sage-cli copied to clipboard

chore(deps): Bump memfs from 2.16.1 to 3.1.2

Open dependabot-preview[bot] opened this issue 6 years ago • 0 comments

Bumps memfs from 2.16.1 to 3.1.2.

Release notes

Sourced from memfs's releases.

v3.1.2

3.1.2 (2020-03-12)

Bug Fixes

  • should throw EEXIST instead of EISDIR on mkdirSync('/') (f89eede)

v3.1.1

3.1.1 (2020-02-17)

Bug Fixes

  • deps: update dependency fs-monkey to v1 (ccd1be0)

v3.1.0

3.1.0 (2020-02-17)

Features

  • replace fast-extend with native Object.assign (934f1f3)
  • specify engines field with node constraint of >= 8.3.0 (7d3b132)

v3.0.6

3.0.6 (2020-02-16)

Bug Fixes

  • export DirectoryJSON from index (c447a6c)

v3.0.5

3.0.5 (2020-02-15)

Bug Fixes

  • remove space from error message (42f870a)
  • use IStore interface instead of Storage (ff82480)
  • use PathLike type from node (98a4014)

v3.0.4

3.0.4 (2020-01-15)

Bug Fixes

  • 🐛 handle opening directories with O_DIRECTORY (acdfac8), closes #494
... (truncated)
Changelog

Sourced from memfs's changelog.

3.1.2 (2020-03-12)

Bug Fixes

  • should throw EEXIST instead of EISDIR on mkdirSync('/') (f89eede)

3.1.1 (2020-02-17)

Bug Fixes

  • deps: update dependency fs-monkey to v1 (ccd1be0)

3.1.0 (2020-02-17)

Features

  • replace fast-extend with native Object.assign (934f1f3)
  • specify engines field with node constraint of >= 8.3.0 (7d3b132)

3.0.6 (2020-02-16)

Bug Fixes

  • export DirectoryJSON from index (c447a6c)

3.0.5 (2020-02-15)

Bug Fixes

  • remove space from error message (42f870a)
  • use IStore interface instead of Storage (ff82480)
  • use PathLike type from node (98a4014)

3.0.4 (2020-01-15)

Bug Fixes

  • 🐛 handle opening directories with O_DIRECTORY (acdfac8), closes #494

3.0.3 (2019-12-25)

Bug Fixes

... (truncated)
Commits
  • 5dafbc1 chore(release): 3.1.2 [skip ci]
  • 925c37b Merge pull request #516 from sodatea/fix-mkdir-root
  • f89eede fix: should throw EEXIST instead of EISDIR on mkdirSync('/')
  • d2b5c25 chore(deps): update dependency typescript to v3.8.3
  • 66fa53d chore(deps): update dependency @types/node to v10.17.17
  • 2766fcf chore(deps): update dependency typescript to v3.8.2
  • 9f45064 chore(deps): update dependency @types/node to v10.17.16
  • 3ff0fd2 chore(release): 3.1.1 [skip ci]
  • b7a4007 Merge pull request #508 from streamich/renovate/fs-monkey-1.x
  • ccd1be0 fix(deps): update dependency fs-monkey to v1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes an out-of-range update to a production dependency.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

dependabot-preview[bot] avatar Mar 13 '20 13:03 dependabot-preview[bot]