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.2 #2

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

Conversation

kayahr
Copy link
Owner

@kayahr kayahr commented Jan 25, 2024

This PR was automatically created by Snyk using the credentials of a real user.


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

ℹ️ 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 3 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2024-01-04.
Release notes
Package name: web-streams-polyfill
  • 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
Commit messages
Package name: web-streams-polyfill
  • 49c215e 3.3.2
  • e9a713d Update changelog [skip ci]
  • de42d2a 3.3.1
  • 84f0f07 Update changelog [skip ci]
  • a1c2ab3 Merge pull request #138 from MattiasBuelens/revert-breaking-changes
  • e1c7284 Fix type tests
  • 604ab9e Fix package lock
  • 4cf7554 Update changelog
  • 5ff8f9e Add typesVersions to subpackages
  • d9eef9f Let downlevel-dts do most of the heavy lifting
  • a1d052e Copy downleveled .d.ts files to dist/types/
  • 3c324ee Revert "Remove down-leveling for TypeScript 3.5 or lower"
  • 25503a7 Revert "Require Node 18 or higher"
  • 78409d3 3.3.0
  • 510ac86 Update changelog [skip ci]
  • 41516dc Merge pull request #136 from MattiasBuelens/transfer-using-structured-clone
  • 55cb474 Update changelog
  • e8d87ae Update readme about transferring buffers
  • 2e21923 Read view.byteOffset and .byteLength before transferring
  • 6545377 Use ArrayBuffer.transfer() and .detached when available
  • 89ccdad Add NonShared helper type
  • 5596f15 Enable more tests
  • 53d3339 Use structuredClone to transfer buffers
  • e41321b Merge pull request #135 from MattiasBuelens/optimize-rs-from

Compare


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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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