BitGo / api-ts

Type- and runtime- safe TypeScript APIs
https://bitgo.github.io/api-ts
Other
15 stars 21 forks source link

chore(deps-dev): bump memfs from 4.9.4 to 4.11.0 #849

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps memfs from 4.9.4 to 4.11.0.

Release notes

Sourced from memfs's releases.

v4.11.0

4.11.0 (2024-07-27)

Features

  • volume implementation of .opendir() method (7072fb7)

v4.10.0

4.10.0 (2024-07-27)

Features

  • 🎸 add IReadableWebStreamOptions type (99ebd64)
  • 🎸 implement FileHandle.readableWebStream() (c3ddc6c)
Changelog

Sourced from memfs's changelog.

4.11.0 (2024-07-27)

Features

  • volume implementation of .opendir() method (7072fb7)

4.10.0 (2024-07-27)

Features

  • 🎸 add IReadableWebStreamOptions type (99ebd64)
  • 🎸 implement FileHandle.readableWebStream() (c3ddc6c)
Commits
  • 78c1995 chore(release): 4.11.0 [skip ci]
  • 687e557 Merge pull request #1043 from ddziara/volume-opendir
  • f5aac21 Merge remote-tracking branch 'origin/master' into volume-opendir
  • 7506bf0 style: 💄 run Prettier
  • 78cf863 refactor: 💡 move Dir code around
  • c9d7497 chore(release): 4.10.0 [skip ci]
  • fd4a820 Merge pull request #1045 from streamich/promises.readableWebStream
  • ca9f2ef chore: 🤖 fix typescheck error
  • 2f1d90c style: 💄 run Prettier
  • c3ddc6c feat: 🎸 implement FileHandle.readableWebStream()
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
bitgopatmcl commented 1 month ago

This is the error:

../../node_modules/memfs/lib/node/types/misc.d.ts:109:61 - error TS2304: Cannot find name 'ReadableStream'.

109     readableWebStream(options?: IReadableWebStreamOptions): ReadableStream;

I can get it to build locally if I add "lib": ["DOM"] to the tsconfig.json, but am not sure if that is the best solution 🤔

dependabot[bot] commented 1 month ago

Superseded by #858.