Skip to content

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

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/data-uri-to-buffer-6.x
Closed

fix(deps): update dependency data-uri-to-buffer to v6#845
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/data-uri-to-buffer-6.x

Conversation

@renovate

@renovate renovate Bot commented Oct 1, 2023

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
data-uri-to-buffer 4.0.1 -> 6.0.1 age adoption passing confidence

Release Notes

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

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 - "before 5pm on the first day of the month" (UTC), 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 9d97a3e to e200f0c Compare October 1, 2023 20:55
@maxmilton maxmilton closed this Oct 3, 2023
@renovate

renovate Bot commented Oct 4, 2023

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 6.x releases. But if you manually upgrade to 6.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/data-uri-to-buffer-6.x branch October 4, 2023 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant