Javascript-Barcode-Reader
Javascript-Barcode-Reader copied to clipboard
Update dependency jimp to ^0.22.0
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
jimp | ^0.16.1 -> ^0.22.0 |
Release Notes
jimp-dev/jimp (jimp)
v0.22.12
:tada: This release contains work from a new contributor! :tada:
Thank you, Dathan (@DLiblik), for all your work!
🚀 Enhancement
- Automatic release #1277 (@hipstersmoothie @github-actions[bot])
🐛 Bug Fix
-
@jimp/core
- Improve color operations performance #1263 (@DLiblik @hipstersmoothie)
Authors: 3
- @github-actions[bot]
- Andrew Lisowski (@hipstersmoothie)
- Dathan (@DLiblik)
v0.22.11
:tada: This release contains work from new contributors! :tada:
Thanks for all your work!
:heart: Rob Juurlink (@kozmoz)
:heart: null@AnotherPillow
🚀 Enhancement
-
@jimp/plugin-print
- Add \n support for image.print #865 #1265 (juurr00@juurlink.org @kozmoz @hipstersmoothie)
📝 Documentation
-
jimp
- Fix it's/its, see description. #1267 (@AnotherPillow)
Authors: 4
- @AnotherPillow
- Andrew Lisowski (@hipstersmoothie)
- juurr00 (juurr00@juurlink.org)
- Rob Juurlink (@kozmoz)
v0.22.10
:tada: This release contains work from a new contributor! :tada:
Thank you, Zach Stevenson (@stevezac-osu), for all your work!
🚀 Enhancement
-
@jimp/core
- Encoder for GIF provides a Promise to getBuffer when a string, Buffer, or Uint8Array is expected #1239 (@stevezac-osu @hipstersmoothie)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- Zach Stevenson (@stevezac-osu)
v0.22.9
:tada: This release contains work from new contributors! :tada:
Thanks for all your work!
:heart: Artur (@Artur-)
:heart: Tim O. (macer) (@gitmacer)
:heart: aab (@aabccd021)
:heart: Zsolt Medgyesi (@zmedgyes)
:heart: Nicolas Morel (@Marsup)
🚀 Enhancement
- Support commonjs default export #1225 (@zmedgyes)
-
jimp
,@jimp/plugin-print
- Add € to extended Fonts #1249 (@gitmacer)
-
@jimp/gif
🐛 Bug Fix
📝 Documentation
- delete cli link from readme #1250 (@aabccd021)
Authors: 5
- aab (@aabccd021)
- Artur (@Artur-)
- Nicolas Morel (@Marsup)
- Tim O. (macer) (@gitmacer)
- Zsolt Medgyesi (@zmedgyes)
v0.22.8
:tada: This release contains work from new contributors! :tada:
Thanks for all your work!
:heart: Sjoerd (@sjoerd108)
:heart: null@php4fan
:heart: null@JunkMeal
🚀 Enhancement
-
@jimp/core
,jimp
- Composite: don't write to null pixels #1226 (@sjoerd108)
-
@jimp/plugin-color
- Fix: convolute not defaulting to 0, 0 as starting point #1228 (@sjoerd108)
-
@jimp/plugin-rotate
- Fix: rotate resize param on multiples of 90 #1229 (@sjoerd108)
🐛 Bug Fix
-
@jimp/plugin-crop
,@jimp/test-utils
- Fix autocrop mixing up east and west #1227 (@sjoerd108)
📝 Documentation
- Fixed typo in README #1215 (@php4fan)
-
jimp
- Changing the Hiero url #1213 (@JunkMeal)
Authors: 3
- @JunkMeal
- @php4fan
- Sjoerd (@sjoerd108)
v0.22.7
:tada: This release contains work from a new contributor! :tada:
Thank you, MD KHAIRUL ISLAM (@black-turtle), for all your work!
Release Notes
use matrix rotate, if rotate angle is multiple of 90 degrees (#1209)
Fixes a bug where rotating by 90 degrees introduced extra pixels
🐛 Bug Fix
-
@jimp/plugin-rotate
- use matrix rotate, if rotate angle is multiple of 90 degrees #1209 (@black-turtle)
Authors: 1
- MD KHAIRUL ISLAM (@black-turtle)
v0.22.6
:tada: This release contains work from a new contributor! :tada:
Thank you, Daniell (@daniellwdb), for all your work!
🐛 Bug Fix
-
jimp
,@jimp/plugin-color
- Export ColorActionName enum #1205 (@daniellwdb)
Authors: 1
- Daniell (@daniellwdb)
v0.22.5
:tada: This release contains work from new contributors! :tada:
Thanks for all your work!
:heart: Charly Poirier (@charlypoirier)
:heart: Ihor Bodnarchuk (@ihorbond)
🐛 Bug Fix
-
@jimp/plugin-resize
- Fix resizing issue with Jimp.AUTO #1202 (@charlypoirier)
📝 Documentation
- Update README.md #1203 (@ihorbond @hipstersmoothie)
Authors: 3
- Andrew Lisowski (@hipstersmoothie)
- Charly Poirier (@charlypoirier)
- Ihor Bodnarchuk (@ihorbond)
v0.22.4
🚀 Enhancement
-
@jimp/core
,@jimp/plugin-color
- update tinycolor2 #1187 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.22.3
🚀 Enhancement
-
jimp
- Fix browser build #1184 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.22.2
:tada: This release contains work from new contributors! :tada:
Thanks for all your work!
:heart: Ollie Chick (@olliechick)
:heart: Andrey Kutejko (@andy128k)
🚀 Enhancement
-
@jimp/core
- Change type of mime from string to string|number to fix #990 #1182 (@olliechick)
📝 Documentation
- Remove mentioning of
favicons
#1176 (@andy128k)
Authors: 2
- Andrey Kutejko (@andy128k)
- Ollie Chick (@olliechick)
v0.22.1
:tada: This release contains work from a new contributor! :tada:
Thank you, Zach Stevenson (@stevezac-osu), for all your work!
🚀 Enhancement
-
@jimp/core
- Encoder for GIF provides a Promise to getBuffer when a string, Buffer, or Uint8Array is expected #1239 (@stevezac-osu @hipstersmoothie)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- Zach Stevenson (@stevezac-osu)
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
-
@jimp/core
- Switch to fetch for url requests #1165 (@danielholmes)
🏠 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
- switch from should to expect #1163 (@hipstersmoothie)
-
@jimp/core
,@jimp/plugin-resize
- delete CLI package #1162 (@hipstersmoothie)
-
@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
- Change test matching strategy to include all test files #1161 (@danielholmes)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- Daniel Holmes (@danielholmes)
v0.21.3
:tada: This release contains work from a new contributor! :tada:
Thank you, Daniel Holmes (@danielholmes), for all your work!
🚀 Enhancement
- run workflow for PRs #1156 (@hipstersmoothie)
🐛 Bug Fix
-
@jimp/core
,@jimp/plugin-resize
- Change some exports to move towards more ESM compatibility #1154 (@danielholmes)
🏠 Internal
- Workflow fix #1159 (@hipstersmoothie)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- Daniel Holmes (@danielholmes)
v0.21.2
:tada: This release contains work from a new contributor! :tada:
Thank you, Daniel Holmes (@danielholmes), for all your work!
🚀 Enhancement
- run workflow for PRs #1156 (@hipstersmoothie)
🐛 Bug Fix
-
@jimp/core
,@jimp/plugin-resize
- Change some exports to move towards more ESM compatibility #1154 (@danielholmes)
🏠 Internal
- Workflow fix #1159 (@hipstersmoothie)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- Daniel Holmes (@danielholmes)
v0.21.1
🚀 Enhancement
-
@jimp/core
- remove export hack #1153 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.21.0
Release Notes
Babel Refactor (#1149)
Marking this as a "breaking release" because it might change what deps need to be installed.
All modules should be exported as valid cjs and esm
💥 Breaking Change
-
@jimp/core
,@jimp/custom
,jimp
,@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-gaussian
,@jimp/plugin-invert
,@jimp/plugin-mask
,@jimp/plugin-normalize
,@jimp/plugin-print
,@jimp/plugin-resize
,@jimp/plugin-rotate
,@jimp/plugin-scale
,@jimp/plugin-shadow
,@jimp/plugin-threshold
,@jimp/plugins
,@jimp/test-utils
,@jimp/bmp
,@jimp/gif
,@jimp/jpeg
,@jimp/png
,@jimp/tiff
,@jimp/types
,@jimp/utils
- Babel Refactor #1149 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.20.2
🚀 Enhancement
-
@jimp/core
- add phash to types #1144 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.20.1
⚠️ Pushed to main
- add ability to comment on issues (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.20.0
:tada: This release contains work from a new contributor! :tada:
Thank you, nopeless (@nopeless), for all your work!
Release Notes
switch from browserify to webpack (#1140)
This PR can be considered a breaking change as it remove the jimp.min.js
file.
Instead there is now only the jimp.js
file and we ship source maps for it.
We also configured the browser
field so jimp will be automatically bundled better
💥 Breaking Change
-
@jimp/core
,@jimp/custom
,jimp
,@jimp/test-utils
,@jimp/png
- switch from browserify to webpack #1140 (@hipstersmoothie)
🚀 Enhancement
- add more auto plugins #1141 (@hipstersmoothie)
-
@jimp/tiff
- Update utif #1143 (@hipstersmoothie)
-
@jimp/core
- Throw error instead of resolving to string #1138 (@nopeless)
⚠️ Pushed to master
- update tokens (@hipstersmoothie)
- add permission (@hipstersmoothie)
- add protected branch plugin (@hipstersmoothie)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- nopeless (@nopeless)
v0.19.0
v0.18.0
:tada: This release contains work from a new contributor! :tada:
Thank you, nopeless (@nopeless), for all your work!
Release Notes
switch from browserify to webpack (#1140)
This PR can be considered a breaking change as it remove the jimp.min.js
file.
Instead there is now only the jimp.js
file and we ship source maps for it.
We also configured the browser
field so jimp will be automatically bundled better
💥 Breaking Change
-
@jimp/core
,@jimp/custom
,jimp
,@jimp/test-utils
,@jimp/png
- switch from browserify to webpack #1140 (@hipstersmoothie)
🚀 Enhancement
- add more auto plugins #1141 (@hipstersmoothie)
-
@jimp/tiff
- Update utif #1143 (@hipstersmoothie)
-
@jimp/core
- Throw error instead of resolving to string #1138 (@nopeless)
⚠️ Pushed to main
- update tokens (@hipstersmoothie)
- add permission (@hipstersmoothie)
- add protected branch plugin (@hipstersmoothie)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- nopeless (@nopeless)
v0.17.10
v0.17.9
v0.17.8
🐛 Bug Fix
-
@jimp/cli
,@jimp/custom
,@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-gaussian
,@jimp/plugin-invert
,@jimp/plugin-mask
,@jimp/plugin-normalize
,@jimp/plugin-print
,@jimp/plugin-resize
,@jimp/plugin-rotate
,@jimp/plugin-scale
,@jimp/plugin-shadow
,@jimp/plugin-threshold
,@jimp/plugins
,@jimp/test-utils
,@jimp/bmp
,@jimp/gif
,@jimp/jpeg
,@jimp/png
,@jimp/tiff
,@jimp/types
,@jimp/utils
- Add repo to all packages #1137 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.17.7
🐛 Bug Fix
-
@jimp/plugin-color
- Fix types not assignable to 'ColorActionName'. #1086 (@lucyyyyyyy @hipstersmoothie)
-
@jimp/plugin-print
- Update ordering of overrides so ReturnType pulls correct typing. #1077 (@dcbartlett @hipstersmoothie)
-
@jimp/core
-
jimp
,@jimp/plugin-rotate
Authors: 5
- @fabb
- Andrew Lisowski (@hipstersmoothie)
- Dennis Bartlett (@dcbartlett)
- Lucy (@lucyyyyyyy)
- 彭君怡 (@pkjy)
v0.17.6
🐛 Bug Fix
-
@jimp/plugin-color
- Fix types not assignable to 'ColorActionName'. #1086 (@lucyyyyyyy @hipstersmoothie)
-
@jimp/plugin-print
- Update ordering of overrides so ReturnType pulls correct typing. #1077 (@dcbartlett @hipstersmoothie)
-
@jimp/core
-
jimp
,@jimp/plugin-rotate
Authors: 5
- @fabb
- Andrew Lisowski (@hipstersmoothie)
- Dennis Bartlett (@dcbartlett)
- Lucy (@lucyyyyyyy)
- 彭君怡 (@pkjy)
v0.17.5
🐛 Bug Fix
-
@jimp/core
- Fix dos attack vulnerable #1136 (@sjoerd108 @hipstersmoothie)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- Sjoerd (@sjoerd108)
v0.17.4
🐛 Bug Fix
-
@jimp/core
- fix commonjs require #1020 (@fratzinger @hipstersmoothie)
Authors: 2
- @fratzinger
- Andrew Lisowski (@hipstersmoothie)
v0.17.3
🐛 Bug Fix
-
@jimp/core
,@jimp/plugin-color
- Fix EDGE_WRAP overwriting X with Y when Y < 0 #1135 (@sjoerd108 @hipstersmoothie)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- Sjoerd (@sjoerd108)
v0.17.2
🐛 Bug Fix
-
@jimp/core
,@jimp/plugin-print
- remove extra bm-font dep #1134 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.17.1
🐛 Bug Fix
-
@jimp/plugin-print
- use a consistent text layouting algorithm #1133 (@iliazeus @hipstersmoothie)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- Ilia Pozdnyakov (@iliazeus)
v0.17.0
Release Notes
update jpeg-js (#1131)
This release changes the minimum node version from 8 to 16
🚀 Enhancement
-
@jimp/jpeg
- update jpeg-js #1131 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.16.13
🐛 Bug Fix
- Bump qs from 6.5.2 to 6.5.3 #1130 (@dependabot[bot])
- Fixed typo in the bug report template #1109 (@danielholmes)
-
@jimp/plugin-crop
- fixed plugin-crop full width slices math #1073 (@endreszabo)
-
@jimp/core
,jimp
,@jimp/plugin-color
- Fix edgeHandling types #1080 (@domdomegg)
-
jimp
- Readme: Fix measureText sample code #1102 (@dkong @hipstersmoothie)
-
@jimp/plugin-print
- Update README.md #1120 (@mfuatnuroglu)
-
@jimp/core
⚠️ Pushed to master
- set at org (@hipstersmoothie)
- set user directly (@hipstersmoothie)
- try this (@hipstersmoothie)
- update key (@hipstersmoothie)
- fix patch (@hipstersmoothie)
- fixing release (@hipstersmoothie)
- test auto fix (@hipstersmoothie)
- fix repo (@hipstersmoothie)
- testing (@hipstersmoothie)
- fix token (@hipstersmoothie)
- actually fix release (@hipstersmoothie)
- fix checkout? (@hipstersmoothie)
-
@jimp/core
,jimp
,@jimp/plugin-print
- try this (@hipstersmoothie)
-
@jimp/cli
,@jimp/core
,jimp
,@jimp/plugin-blit
,@jimp/plugin-color
,@jimp/test-utils
,@jimp/png
- update linting (@hipstersmoothie)
-
@jimp/cli
,@jimp/core
,@jimp/custom
,jimp
,@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-gaussian
,@jimp/plugin-invert
,@jimp/plugin-mask
,@jimp/plugin-normalize
,@jimp/plugin-print
,@jimp/plugin-resize
,@jimp/plugin-rotate
,@jimp/plugin-scale
,@jimp/plugin-shadow
,@jimp/plugin-threshold
,@jimp/plugins
,@jimp/test-utils
,@jimp/bmp
,@jimp/gif
,@jimp/jpeg
,@jimp/png
,@jimp/tiff
,@jimp/types
,@jimp/utils
- upgrade prettier (@hipstersmoothie)
🏠 Internal
- only build node 16 #1127 (@hipstersmoothie)
📝 Documentation
Authors: 9
- @dependabot[bot]
- @krudos
- @mfuatnuroglu
- Adam Jones (@domdomegg)
- Andrew Lisowski (@hipstersmoothie)
- Daniel Holmes (@danielholmes)
- Dara Kong (@dkong)
- Endre Szabo (@endreszabo)
- Stuart Hinson (@stuarth)
v0.16.12
v0.16.11
v0.16.10
v0.16.9
v0.16.8
v0.16.7
v0.16.6
v0.16.5
v0.16.4
v0.16.3
🐛 Bug Fix
- Bump qs from 6.5.2 to 6.5.3 #1130 (@dependabot[bot])
- Fixed typo in the bug report template #1109 (@danielholmes)
-
@jimp/plugin-crop
- fixed plugin-crop full width slices math #1073 (@endreszabo)
-
@jimp/core
,jimp
,@jimp/plugin-color
- Fix edgeHandling types #1080 (@domdomegg)
-
jimp
- Readme: Fix measureText sample code #1102 (@dkong @hipstersmoothie)
-
@jimp/plugin-print
- Update README.md #1120 (@mfuatnuroglu)
-
@jimp/core
⚠️ Pushed to main
- set at org (@hipstersmoothie)
- set user directly (@hipstersmoothie)
- try this (@hipstersmoothie)
- update key (@hipstersmoothie)
- fix patch (@hipstersmoothie)
- fixing release (@hipstersmoothie)
- test auto fix (@hipstersmoothie)
- fix repo (@hipstersmoothie)
- testing (@hipstersmoothie)
- fix token (@hipstersmoothie)
- actually fix release (@hipstersmoothie)
- fix checkout? (@hipstersmoothie)
-
@jimp/core
,jimp
,@jimp/plugin-print
- try this (@hipstersmoothie)
-
@jimp/cli
,@jimp/core
,jimp
,@jimp/plugin-blit
,@jimp/plugin-color
,@jimp/test-utils
,@jimp/png
- update linting (@hipstersmoothie)
-
@jimp/cli
,@jimp/core
,@jimp/custom
,jimp
,@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-gaussian
,@jimp/plugin-invert
,@jimp/plugin-mask
,@jimp/plugin-normalize
,@jimp/plugin-print
,@jimp/plugin-resize
,@jimp/plugin-rotate
,@jimp/plugin-scale
,@jimp/plugin-shadow
,@jimp/plugin-threshold
,@jimp/plugins
,@jimp/test-utils
,@jimp/bmp
,@jimp/gif
,@jimp/jpeg
,@jimp/png
,@jimp/tiff
,@jimp/types
,@jimp/utils
- upgrade prettier (@hipstersmoothie)
🏠 Internal
- only build node 16 #1127 (@hipstersmoothie)
📝 Documentation
Authors: 9
- @dependabot[bot]
- @krudos
- @mfuatnuroglu
- Adam Jones (@domdomegg)
- Andrew Lisowski (@hipstersmoothie)
- Daniel Holmes (@danielholmes)
- Dara Kong (@dkong)
- Endre Szabo (@endreszabo)
- Stuart Hinson (@stuarth)
v0.16.2
🐛 Bug Fix
-
@jimp/jpeg
- Bump jpeg-js over 0.4.4 to avoid cve-2022-25851 #1093 (@melhadad)
📝 Documentation
- docs: toc added for easier reading #984 (@j-d-carmichael)
- feat: add handwritten.js project #946 (@alias-rahil)
-
@jimp/plugin-fisheye
- added the "e" back to @jimp/plugin-fisheye #947 (@mynameismax)
Authors: 4
- J D Carmichael (@j-d-carmichael)
- Max (@mynameismax)
- Michael Elhadad (@melhadad)
- Rahil Kabani (@alias-rahil)
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.