Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade web-streams-polyfill from 3.2.1 to 3.3.3 #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nextu1337
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade web-streams-polyfill from 3.2.1 to 3.3.3.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 4 versions ahead of your current version.

  • The recommended version was released on 7 months ago.

Release notes
Package name: web-streams-polyfill
  • 3.3.3 - 2024-02-16
    • 🐛 Fix ReadableStream to match TypeScript's AsyncIterable<R> type. (#141, #142)
  • 3.3.2 - 2024-01-04
    • 🐛 Fix bad publish to npm.
  • 3.3.1 - 2024-01-04
    • 🐛 Revert engines bump in package.json. (#137, #138)
    • 🐛 Re-introduce support for TypeScript 3.5 and below. (#137, #138)
  • 3.3.0 - 2024-01-04
    • 🚀 Added global augmentations for ReadableStream to the polyfill's type definitions. (#130)
      • This allows TypeScript users to use new methods such as ReadableStream.prototype[Symbol.asyncIterator](), even when TypeScript doesn't yet have a built-in type definition for them.
    • 💥 The type definitions now require TypeScript 3.6 or higher. (#130) (Reverted in version 3.3.1)
    • 👓 Align with spec version 4dc123a (#115, #134)
      • Added ReadableStream.from(asyncIterable), which creates a ReadableStream wrapping the given iterable or async iterable. This can also be used to wrap a native ReadableStream (e.g. a Response.body from fetch()), even if the native ReadableStream doesn't yet support async iteration. (#135)
      • Added Transformer.cancel method, which is called when the readable side of a TransformStream is cancelled or when its writable side is aborted.
      • Added min option to ReadableStreamBYOBReader.read(view, options).
      • Added support for AbortSignal.reason when aborting a pipe.
    • 🚀 Buffers passed to ReadableStreamBYOBReader.read(view) will now be correctly transferred if either ArrayBuffer.prototype.transfer() or structuredClone() is available. (#136)
    • 🐛 Prevent warnings from Bluebird about a promise being created within a handler but not being returned from a handler. (#131)
    • 🏠 Improve internal DOMException polyfill. (#133)
  • 3.2.1 - 2022-04-07
    • 🐛 Fix an error in very old browsers where Function.name is non-configurable. (#112)
from web-streams-polyfill GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade web-streams-polyfill from 3.2.1 to 3.3.3.

See this package in npm:
web-streams-polyfill

See this project in Snyk:
https://app.snyk.io/org/nextu1337/project/f0fcaec6-4a1d-4a79-b62c-359fd90cb553?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants