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

fix(deps): update dependency data-uri-to-buffer to v6 #311

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
data-uri-to-buffer (source) 4.0.1 -> 6.0.2 age adoption passing confidence

Release Notes

TooTallNate/proxy-agents (data-uri-to-buffer)

v6.0.2

Compare Source

Patch Changes
  • c881a18: Use native Buffer decoding in Node.js

v6.0.1

Compare Source

Patch Changes
  • 1d146e8: Ensure <reference types="node" /> is not present in generated types

v6.0.0

Compare Source

Major Changes
  • 52b458f: Refactor to return an ArrayBuffer instead of a Node.js Buffer.

    This change is being made to make the package platform-agnostic, and work in web browsers or other non-Node.js environments without polyfills.

    For Node.js users of this package, you can get a Node.js Buffer instance from an ArrayBuffer like so:

    const uri = 'data:,Hello%2C%20World!';
    const parsed = dataUriToBuffer(uri);
    const buffer = Buffer.from(parsed.buffer);
    // `buffer` is a Node.js Buffer

v5.0.1

Compare Source

Patch Changes
  • 7674748: Update @types/node to v14.18.45

v5.0.0

Compare Source

Major Changes
  • d99a7c8: Major version bump for all packages
Patch Changes
  • c169ced: Convert mocha tests to jest for all packages

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/data-uri-to-buffer-6.x branch from 4088b15 to 04021d1 Compare October 20, 2023 09:12
@renovate renovate bot force-pushed the renovate/data-uri-to-buffer-6.x branch from 04021d1 to fdfd8bd Compare January 25, 2024 10:37
@renovate renovate bot force-pushed the renovate/data-uri-to-buffer-6.x branch 2 times, most recently from 70c4022 to 1c09f79 Compare February 12, 2024 22:14
@renovate renovate bot force-pushed the renovate/data-uri-to-buffer-6.x branch from 1c09f79 to 19bda29 Compare March 22, 2024 12:40
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.

None yet

0 participants