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

chore(deps): bump fetch-blob from 2.1.2 to 3.2.0 #733

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2022

Bumps fetch-blob from 2.1.2 to 3.2.0.

Release notes

Sourced from fetch-blob's releases.

v3.2.0

What's Changed

New Contributors

Full Changelog: node-fetch/fetch-blob@v3.1.5...v3.2.0

3.1.5

What's Changed

Full Changelog: node-fetch/fetch-blob@v3.1.4...v3.1.5

3.1.4

What's Changed

Full Changelog: node-fetch/fetch-blob@3.1.3...v3.1.4

3.1.3

What's Changed

New Contributors

Full Changelog: node-fetch/fetch-blob@3.0.0...3.1.3

3.0.0

No release notes provided.

3.0.0-rc.0

v3.0.0-rc.0

  • Changed WeakMap for private field (require node 12)
  • Switch to ESM
  • blob.stream() return a subset of whatwg stream which is the async iterable

... (truncated)

Changelog

Sourced from fetch-blob's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v3.1.3

  • Allow usage of iterable object in Blob constructor. #108
  • Run test WPT test against our impl #109
  • File name are now casted to string #109
  • Slicing in the middle of multiple parts added more bytes than what what it should have #109
  • Prefixed stream/web import with node: to allow easier static analysis detection of Node built-ins #122
  • Added node: prefix in from.js as well #114
  • Suppress warning when importing stream/web #114

v3.1.2

  • Improved typing
  • Fixed a bug where position in iterator did not increase

v3.1.0

  • started to use real whatwg streams
  • degraded fs/promise to fs.promise to support node v12
  • degraded optional changing to support node v12

v3.0.0

  • Changed WeakMap for private field (require node 12)
  • Switch to ESM
  • blob.stream() return a subset of whatwg stream which is the async iterable part (it no longer return a node stream)
  • Reduced the dependency of Buffer by changing to global TextEncoder/Decoder (require node 11)
  • Disabled xo since it could understand private fields (#)
  • No longer transform the type to lowercase (w3c/FileAPI#43) This is more loose than strict, keys should be lowercased, but values should not. It would require a more proper mime type parser - so we just made it loose.
  • index.js and file.js can now be imported by browser & deno since it no longer depends on any core node features (but why would you?)
  • Implemented a File class
Commits
  • 2acec9c Bump @​types/node from 17.0.45 to 18.0.2 (#140)
  • 20ee08f feat: new way of creating temporary files backed up by fs (#137)
  • f077471 fix: avoid reading files when the size is empty (#134)
  • dc29588 fix: misc updates (#132)
  • 8ab587d removed xo
  • f61ee01 bumped minor patch
  • 5dbcbb9 standard.js style
  • c5c2b52 fix(warning): Supress warnings when importing experimental web stream from No...
  • 836709f fix: prefix stream/web import with node: (#122)
  • 2c11647 fix(blob, file, tests): Minor improvements for Blob and File implementations ...
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 11, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fetch-blob-3.2.0 branch from f5e84af to e647b15 Compare July 27, 2022 08:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fetch-blob-3.2.0 branch from e647b15 to 5357a69 Compare November 9, 2022 11:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fetch-blob-3.2.0 branch from 5357a69 to 2235992 Compare December 21, 2022 15:54
Bumps [fetch-blob](https://github.com/node-fetch/fetch-blob) from 2.1.2 to 3.2.0.
- [Release notes](https://github.com/node-fetch/fetch-blob/releases)
- [Changelog](https://github.com/node-fetch/fetch-blob/blob/main/CHANGELOG.md)
- [Commits](node-fetch/fetch-blob@2.1.2...v3.2.0)

---
updated-dependencies:
- dependency-name: fetch-blob
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fetch-blob-3.2.0 branch from 2235992 to 96a64a2 Compare January 31, 2023 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code type:pull-request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants