BritishYouthBandAssociation / OrgAdmin

Admin site for organisations
1 stars 0 forks source link

Bump jimp from 0.16.2 to 0.22.0 #243

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps jimp from 0.16.2 to 0.22.0.

Release notes

Sourced from jimp's releases.

v0.22.0

Release Notes

Switch to fetch for url requests (#1165)

The underlying library for fetching images has been changed.

loadFromURL can take a set of options. When in the node environment all those options are passed to phin. Any options used to pass to phin that are not supported by the fetch API will stop working.


💥 Breaking Change

🏠 Internal

  • @jimp/core, @jimp/custom, jimp, @jimp/plugin-blit, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-mask, @jimp/plugin-normalize, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold, @jimp/test-utils, @jimp/bmp, @jimp/gif, @jimp/jpeg, @jimp/png, @jimp/tiff
  • @jimp/core, @jimp/plugin-resize
  • @jimp/core, jimp, @jimp/plugin-blit, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-mask, @jimp/plugin-normalize, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold, @jimp/test-utils, @jimp/bmp, @jimp/gif, @jimp/jpeg, @jimp/png, @jimp/tiff

Authors: 2

v0.21.3

:tada: This release contains work from a new contributor! :tada:

Thank you, Daniel Holmes (@​danielholmes), for all your work!

🚀 Enhancement

🐛 Bug Fix

  • @jimp/core, @jimp/plugin-resize

🏠 Internal

Authors: 2

... (truncated)

Changelog

Sourced from jimp's changelog.

v0.22.0 (Mon Feb 06 2023)

Release Notes

Switch to fetch for url requests (#1165)

The underlying library for fetching images has been changed.

loadFromURL can take a set of options. When in the node environment all those options are passed to phin. Any options used to pass to phin that are not supported by the fetch API will stop working.


💥 Breaking Change

🏠 Internal

  • @jimp/core, @jimp/custom, jimp, @jimp/plugin-blit, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-mask, @jimp/plugin-normalize, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold, @jimp/test-utils, @jimp/bmp, @jimp/gif, @jimp/jpeg, @jimp/png, @jimp/tiff
  • @jimp/core, @jimp/plugin-resize
  • @jimp/core, jimp, @jimp/plugin-blit, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-mask, @jimp/plugin-normalize, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold, @jimp/test-utils, @jimp/bmp, @jimp/gif, @jimp/jpeg, @jimp/png, @jimp/tiff

Authors: 2


v0.21.2 (Sun Feb 05 2023)

:tada: This release contains work from a new contributor! :tada:

Thank you, Daniel Holmes (@​danielholmes), for all your work!

🚀 Enhancement

🐛 Bug Fix

  • @jimp/core, @jimp/plugin-resize

🏠 Internal

... (truncated)

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)
rugulous commented 1 year ago

@matt-fidd did we reckon we could get rid of jimp?

matt-fidd commented 1 year ago

We did yeah, I can't see any consuming code anymore

dependabot[bot] commented 1 year ago

Superseded by #283.