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 jimp to v1 #1761

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jimp ^0.22.4 -> ^1.0.0 age adoption passing confidence

Release Notes

jimp-dev/jimp (jimp)

v1.1.2

Compare Source

Release Notes
Make brightness function behave like other implementations (#​1312)

This PR changes the brightness function to behave like the css brightness function and other implementations. Previously it was doing something odd. Instead of multiplying the color channel by the multiplier value, it multiplied against the inversion of the current color.

In the current version a value of 1 won't change the colors at all. Values above 1 will brighten the colors, values below 1 will darken the colors.


🐛 Bug Fix
Authors: 1

v1.1.1

Compare Source

🐛 Bug Fix
Authors: 1

v1.1.0

Compare Source

🚀 Enhancement
⚠️ Pushed to main
  • Update browser docs (@​hipstersmoothie)
  • Add migration guide (@​hipstersmoothie)
  • fix docs upload path (@​hipstersmoothie)
  • @jimp/core, @jimp/diff, @jimp/file-ops, jimp, @jimp/test-utils, @jimp/types, @jimp/utils, @jimp/js-bmp, @jimp/js-jpeg, @jimp/js-png, @jimp/js-tiff, @jimp/plugin-blit, @jimp/plugin-blur, @jimp/plugin-circle, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-displace, @jimp/plugin-dither, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-mask, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold
  • @jimp/js-jpeg, @jimp/plugin-blit, @jimp/plugin-blur, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-displace, @jimp/plugin-dither, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-mask, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold
Authors: 1

v1.0.5

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Ben McCann (@​benmccann), for all your work!

🐛 Bug Fix
⚠️ Pushed to main
Authors: 2

v1.0.4

Compare Source

⚠️ Pushed to main
  • fix release script (lisowski54@​gmail.com)
Authors: 1
  • Andrew Lisowski (lisowski54@​gmail.com)

v1.0.3

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Ben McCann (@​benmccann), for all your work!

🐛 Bug Fix
  • @jimp/core, jimp, @jimp/plugin-cover, @jimp/plugin-dither, @jimp/plugin-print
  • @jimp/core, @jimp/diff, @jimp/file-ops, jimp, @jimp/test-utils, @jimp/types, @jimp/utils, @jimp/js-bmp, @jimp/js-gif, @jimp/js-jpeg, @jimp/js-png, @jimp/js-tiff, @jimp/plugin-blit, @jimp/plugin-blur, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-displace, @jimp/plugin-dither, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-hash, @jimp/plugin-mask, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold
⚠️ Pushed to main
  • add build (@​hipstersmoothie)
  • fix name (@​hipstersmoothie)
  • deploy docs (@​hipstersmoothie)
  • @jimp/core, @jimp/diff, @jimp/file-ops, jimp, @jimp/test-utils, @jimp/types, @jimp/utils, @jimp/js-bmp, @jimp/js-gif, @jimp/js-jpeg, @jimp/js-png, @jimp/js-tiff, @jimp/plugin-blit, @jimp/plugin-blur, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-displace, @jimp/plugin-dither, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-hash, @jimp/plugin-mask, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold
  • @jimp/test-utils
Authors: 2

v1.0.2

Compare Source

This release marks v1 of Jimp and there are some notable breaking changes.

  • Removed some odd api and made the main api easier to reason about
  • Rewrote it in TypeScript
  • Support for ESM/CJS/Browser
  • All methods have been refactored to an options object for easier readability

🎉 This release contains work from a new contributor! 🎉

Thank you, Juan Pablo Garcia Ripa (@​Sarabadu), for all your work!

💥 Breaking Change
  • @jimp/core, @jimp/diff, @jimp/file-ops, jimp, @jimp/test-utils, @jimp/types, @jimp/utils, @jimp/js-bmp, @jimp/js-gif, @jimp/js-jpeg, @jimp/js-png, @jimp/js-tiff, @jimp/plugin-blit, @jimp/plugin-blur, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-displace, @jimp/plugin-dither, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-hash, @jimp/plugin-mask, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold
⚠️ Pushed to main
  • udpate auto (@​hipstersmoothie)
  • add plugins (@​hipstersmoothie)
  • remove CI release (@​hipstersmoothie)
  • @jimp/core, @jimp/diff, @jimp/file-ops, jimp, @jimp/test-utils, @jimp/types, @jimp/utils, @jimp/js-bmp, @jimp/js-gif, @jimp/js-jpeg, @jimp/js-png, @jimp/js-tiff, @jimp/plugin-blit, @jimp/plugin-blur, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-displace, @jimp/plugin-dither, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-hash, @jimp/plugin-mask, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-shadow, @jimp/plugin-threshold
📝 Documentation
Authors: 2

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 was generated by Mend Renovate. View the repository job log.

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