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

Bump data-uri-to-buffer from 2.0.1 to 3.0.0 #1437

Merged
merged 1 commit into from
Jan 9, 2020

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Jan 7, 2020

Bumps data-uri-to-buffer from 2.0.1 to 3.0.0.

Release notes

Sourced from data-uri-to-buffer's releases.

3.0.0

Major Changes

  • Remove .travis.yml file: a2600cbb205865723e1d95721c29bb3666e5fb70
  • Refactor to TypeScript: #12

Minor Changes

  • Add GH Actions npm test: 3b0b8942493b6349ab2ef031d8d91ba32d0f01d6

Patches

  • Use buffer-from ponyfill to fix lint: a5071020bdf2c5990baaff8d9e8dfe3677366c39

2.0.2

Patches

  • Add declare keyword to TypeScript definition: #7
  • Move @types/node to devDependencies: 0845dd4775dfada34255591642cd9388aa020b54
  • Use Buffer.from() when available and fall back to new Buffer(): #11
  • Ignore yarn.lock file: 9837be7453416b2fd276fe4b6694b2f1df0cd550

Credits

Huge thanks to @HitkoDev and @Richienb for helping!

Commits

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 7, 2020
@codecov
Copy link

codecov bot commented Jan 7, 2020

Codecov Report

Merging #1437 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #1437   +/-   ##
=====================================
  Coverage   66.4%   66.4%           
=====================================
  Files        125     125           
  Lines       2581    2581           
  Branches     410     410           
=====================================
  Hits        1714    1714           
  Misses       867     867

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/data-uri-to-buffer-3.0.0 branch 3 times, most recently from 7a849c5 to ab297df Compare January 7, 2020 19:59
@jywarren
Copy link
Member

jywarren commented Jan 7, 2020

I'm not sure where this is used, and I think we need confirm that whatever use it has in our codebase is working normally - perhaps it's already covered by a test?

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/data-uri-to-buffer-3.0.0 branch 3 times, most recently from 0fae142 to 2d3b568 Compare January 8, 2020 21:59
Bumps [data-uri-to-buffer](https://github.com/TooTallNate/node-data-uri-to-buffer) from 2.0.1 to 3.0.0.
- [Release notes](https://github.com/TooTallNate/node-data-uri-to-buffer/releases)
- [Commits](TooTallNate/node-data-uri-to-buffer@2.0.1...3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/data-uri-to-buffer-3.0.0 branch from 2d3b568 to bfcc3d7 Compare January 8, 2020 23:18
Copy link
Member

@rishabhshuklax rishabhshuklax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everythings is working normally.

@jywarren
Copy link
Member

jywarren commented Jan 9, 2020

Thank you! Super helpful. I'll merge it!!

@jywarren jywarren merged commit 61b2d75 into main Jan 9, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/data-uri-to-buffer-3.0.0 branch January 9, 2020 21:06
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 review-needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants