-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency jimp to v1 #253
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/jimp-1.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3d102d7
to
325b7f7
Compare
0a80868
to
c6a4a22
Compare
50422a8
to
fc46781
Compare
fc46781
to
6862afe
Compare
5de2fc9
to
23812b1
Compare
a17918b
to
5d2f537
Compare
5d2f537
to
1c05044
Compare
1c05044
to
87d8626
Compare
87d8626
to
c8ed6df
Compare
5dac853
to
a854a89
Compare
a854a89
to
56b6124
Compare
56b6124
to
fc180c5
Compare
fc180c5
to
50fca75
Compare
3a5ce44
to
1bf6a37
Compare
1bf6a37
to
807fedb
Compare
a6ce998
to
9504804
Compare
9b8efd9
to
31e2392
Compare
106243e
to
aa81d47
Compare
aa81d47
to
07f216b
Compare
4b73ca5
to
ba00f7e
Compare
ba00f7e
to
3564a06
Compare
3564a06
to
db3273c
Compare
e1984eb
to
e5af1a6
Compare
e5af1a6
to
86a8a17
Compare
5e22195
to
3fa3138
Compare
a2fca96
to
a1b4864
Compare
a1b4864
to
53792fb
Compare
a1999ce
to
a58716a
Compare
fda920c
to
3c4fa38
Compare
3c4fa38
to
2b8daae
Compare
2b8daae
to
b75f9fa
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.22.12
->1.6.0
Release Notes
jimp-dev/jimp (jimp)
v1.6.0
Compare Source
Release Notes
Add support for image decoder options (#1336)
Can now have options for the underlying image codecs
🚀 Enhancement
@jimp/core
,@jimp/types
,@jimp/js-bmp
,@jimp/js-jpeg
,@jimp/js-png
main
jimp
Authors: 1
v1.4.0
Compare Source
🚀 Enhancement
@jimp/core
jimp
🐛 Bug Fix
@jimp/utils
,@jimp/plugin-print
main
@jimp/core
,@jimp/types
,@jimp/utils
,@jimp/plugin-print
,@jimp/plugin-quantize
,@jimp/wasm-webp
📝 Documentation
@jimp/plugin-blit
,@jimp/plugin-print
Authors: 1
v1.3.0
Compare Source
🚀 Enhancement
@jimp/core
Authors: 1
v1.2.0
Compare Source
🚀 Enhancement
@jimp/core
,jimp
,@jimp/plugin-print
,@jimp/wasm-avif
,@jimp/wasm-jpeg
,@jimp/wasm-png
,@jimp/wasm-webp
Authors: 1
v1.1.5
Compare Source
🐛 Bug Fix
@jimp/types
,@jimp/plugin-print
main
@jimp/core
,jimp
Authors: 1
v1.1.4
Compare Source
Release Notes
improve bundler integration (#1321)
Instead of having to import
jimp/browser
you can now just importjimp
and the bundler should pick up thebrowser
export.🐛 Bug Fix
jimp
Authors: 1
v1.1.3
Compare Source
🐛 Bug Fix
jimp
@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-quantize
,@jimp/plugin-resize
,@jimp/plugin-rotate
,@jimp/plugin-shadow
,@jimp/plugin-threshold
Authors: 1
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
jimp
,@jimp/plugin-blur
,@jimp/plugin-shadow
@jimp/plugin-rotate
@jimp/plugin-color
jimp
,@jimp/plugin-color
@jimp/plugin-print
@jimp/diff
Authors: 1
v1.1.1
Compare Source
🐛 Bug Fix
@jimp/core
Authors: 1
v1.1.0
Compare Source
🚀 Enhancement
jimp
,@jimp/plugin-quantize
main
@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
@jimp/plugin-hash
main
jimp
Authors: 2
v1.0.4
Compare Source
main
Authors: 1
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
main
@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.
🎉 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
main
@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
@jimp/plugin-cover
Authors: 2
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.