percy / percy-migrate-sdk

@percy/migrate is used to upgrade and migrate your Percy SDK to the latest version.
MIT License
1 stars 0 forks source link

⬆️ Bump memfs from 3.4.9 to 4.1.0 #458

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps memfs from 3.4.9 to 4.1.0.

Release notes

Sourced from memfs's releases.

v4.1.0

4.1.0 (2023-06-20)

Bug Fixes

  • 🐛 allow readin into various kinds of buffers (e9c70e9)
  • 🐛 allow to seek in file (b363689)
  • 🐛 do not allow empty children names (43da1d6)
  • 🐛 handle root folder better (76de780)
  • 🐛 throw "ENOENT" and "ENOTDIR" when folder or file 404 (ddd5d56)

Features

  • 🎸 add .truncate() method (085335c)
  • 🎸 add ability to close files (d3828a8)
  • 🎸 add ability to create sub directories (528c807)
  • 🎸 add ability to remove all files (566e29b)
  • 🎸 add appendFileSync() method (27411e4)
  • 🎸 add basenem() utility (43354e5)
  • 🎸 add copyFile() method (5e207c4)
  • 🎸 add copyFileSync() method (5fc1bac)
  • 🎸 add createSwapFile() method (b07ce79)
  • 🎸 add existsSync() method (073ec6b)
  • 🎸 add fstatSync() method (6b1597a)
  • 🎸 add initial writign implementation (6a50382)
  • 🎸 add lstat() and fstat() methods (e147d58)
  • 🎸 add mkdirSync() method (bcad970)
  • 🎸 add mkdtempSync() method (68033dd)
  • 🎸 add options to promises.rmdir() method (0628d56)
  • 🎸 add pathToLocation() utility (cb92a99)
  • 🎸 add read/write mode separation (60a65c1)
  • 🎸 add readdirSync() method (3689abd)
  • 🎸 add readlinkSync() method (8d243a0)
  • 🎸 add readSync() method (3729cd0)
  • 🎸 add realpathSync() method (75890e0)
  • 🎸 add renameSync() method (5b1cd63)
  • 🎸 add rm() method (29a7dc8)
  • 🎸 add rmdirSync() method (695b62a)
  • 🎸 add rmSync() method (aa9acb3)
  • 🎸 add some common objects (c89744d)
  • 🎸 add sync api (16d6600)
  • 🎸 add timeout to spin lock (48e8e74)
  • 🎸 add truncateSync() and ftruncateSync() methods (2b77619)
  • 🎸 add typed array view support to volume (7c8439f)
  • 🎸 add unlinkSync() method (417f911)
  • 🎸 add writev() method (8190bfd)
  • 🎸 create FSA types folder (bb0c75a)
  • 🎸 create Node fs api tyeps (4db1321)

... (truncated)

Changelog

Sourced from memfs's changelog.

4.1.0 (2023-06-26)

Bug Fixes

  • 🐛 add support for unknown nodes (77786f1)
  • 🐛 allow readin into various kinds of buffers (361812d)
  • 🐛 allow readin into various kinds of buffers (e9c70e9)
  • 🐛 allow to seek in file (c04895b)
  • 🐛 allow to seek in file (b363689)
  • 🐛 correctly handle directory paths (ea909e8)
  • 🐛 do not allow empty children names (f014fd8)
  • 🐛 do not allow empty children names (43da1d6)
  • 🐛 handle root folder better (89bbffd)
  • 🐛 handle root folder better (76de780)
  • 🐛 improve file opening and closing logic (403c271)
  • 🐛 throw "ENOENT" and "ENOTDIR" when folder or file 404 (5de4faa)
  • 🐛 throw "ENOENT" and "ENOTDIR" when folder or file 404 (ddd5d56)

Features

  • 🎸 add .toTree() to Volume (2d5c4cb)
  • 🎸 add .truncate() method (038ab36)
  • 🎸 add .truncate() method (085335c)
  • 🎸 add ability to close files (0db56be)
  • 🎸 add ability to close files (d3828a8)
  • 🎸 add ability to create sub directories (8f15bd9)
  • 🎸 add ability to create sub directories (528c807)
  • 🎸 add ability to remove all files (76cabc7)
  • 🎸 add ability to remove all files (566e29b)
  • 🎸 add appendFileSync() method (57192fe)
  • 🎸 add appendFileSync() method (27411e4)
  • 🎸 add basenem() utility (8b27695)
  • 🎸 add basenem() utility (43354e5)
  • 🎸 add binary serialization to snapshots (c1cd615)
  • 🎸 add copyFile() method (de2bb0a)
  • 🎸 add copyFile() method (5e207c4)
  • 🎸 add copyFileSync() method (7e0137c)
  • 🎸 add copyFileSync() method (5fc1bac)
  • 🎸 add createSwapFile() method (dfdb908)
  • 🎸 add createSwapFile() method (b07ce79)
  • 🎸 add crudfs types (18c0658)
  • 🎸 add existsSync() method (0492a98)
  • 🎸 add existsSync() method (073ec6b)
  • 🎸 add fstatSync() method (f13ddb7)
  • 🎸 add fstatSync() method (6b1597a)
  • 🎸 add initial writign implementation (2f9542c)
  • 🎸 add initial writign implementation (6a50382)
  • 🎸 add integrity check on read (710eb2f)

... (truncated)

Commits
  • c21d732 chore(release): 4.1.0 [skip ci]
  • d9bdd97 Merge pull request #916 from streamich/fsa
  • 4018be3 docs: ✏️ update main readme
  • 326c5ec docs: ✏️ update readme
  • a751532 docs: ✏️ update browser sync demo
  • 2b4bce7 docs: ✏️ update README
  • d3f7124 docs: ✏️ update Git demo
  • b737250 docs: ✏️ add demo video preview
  • 0fccc9b docs: ✏️ update zip demo
  • d0f2a57 docs: ✏️ update demos
  • 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 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)