axe312ger / sqip

"SQIP" (pronounced \skwɪb\ like the non-magical folk of magical descent) is a SVG-based LQIP technique.
http://axe312ger.github.io/sqip
The Unlicense
3.37k stars 82 forks source link

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

Open renovate[bot] opened 11 months ago

renovate[bot] commented 11 months ago

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`](https://togithub.com/TooTallNate/proxy-agents/blob/HEAD/packages/data-uri-to-buffer/CHANGELOG.md#602) [Compare Source](https://togithub.com/TooTallNate/proxy-agents/compare/data-uri-to-buffer@6.0.1...data-uri-to-buffer@6.0.2) ##### Patch Changes - [`c881a18`](https://togithub.com/TooTallNate/proxy-agents/commit/c881a18): Use native Buffer decoding in Node.js ### [`v6.0.1`](https://togithub.com/TooTallNate/proxy-agents/blob/HEAD/packages/data-uri-to-buffer/CHANGELOG.md#601) [Compare Source](https://togithub.com/TooTallNate/proxy-agents/compare/data-uri-to-buffer@6.0.0...data-uri-to-buffer@6.0.1) ##### Patch Changes - [`1d146e8`](https://togithub.com/TooTallNate/proxy-agents/commit/1d146e8): Ensure `` is not present in generated types ### [`v6.0.0`](https://togithub.com/TooTallNate/proxy-agents/blob/HEAD/packages/data-uri-to-buffer/CHANGELOG.md#600) [Compare Source](https://togithub.com/TooTallNate/proxy-agents/compare/data-uri-to-buffer@5.0.1...data-uri-to-buffer@6.0.0) ##### Major Changes - [`52b458f`](https://togithub.com/TooTallNate/proxy-agents/commit/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: ```typescript 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`](https://togithub.com/TooTallNate/proxy-agents/blob/HEAD/packages/data-uri-to-buffer/CHANGELOG.md#501) [Compare Source](https://togithub.com/TooTallNate/proxy-agents/compare/5.0.0...data-uri-to-buffer@5.0.1) ##### Patch Changes - [`7674748`](https://togithub.com/TooTallNate/proxy-agents/commit/7674748): Update `@types/node` to v14.18.45 ### [`v5.0.0`](https://togithub.com/TooTallNate/proxy-agents/blob/HEAD/packages/data-uri-to-buffer/CHANGELOG.md#500) [Compare Source](https://togithub.com/TooTallNate/proxy-agents/compare/85cd8c854aefbf1bb636789d80364cfac8ea1583...5.0.0) ##### Major Changes - [`d99a7c8`](https://togithub.com/TooTallNate/proxy-agents/commit/d99a7c8): Major version bump for all packages ##### Patch Changes - [`c169ced`](https://togithub.com/TooTallNate/proxy-agents/commit/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.



This PR was generated by Mend Renovate. View the repository job log.