JohT / code-graph-analysis-pipeline

Fully automated pipeline for static code graph analysis
GNU General Public License v3.0
8 stars 0 forks source link

Update dependency jimp to v1 #235

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jimp 0.22.12 -> 1.6.0 age adoption passing confidence

Release Notes

jimp-dev/jimp (jimp) ### [`v1.6.0`](https://redirect.github.com/jimp-dev/jimp/releases/tag/v1.6.0) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.4.0...v1.6.0) ##### Release Notes ##### Add support for image decoder options ([#​1336](https://redirect.github.com/jimp-dev/jimp/pull/1336)) Can now have options for the underlying image codecs ![CleanShot 2024-09-07 at 15 26 41](https://redirect.github.com/user-attachments/assets/26fa1a48-f463-455c-89f9-9c99f9fcb3d1) *** ##### 🚀 Enhancement - `@jimp/core`, `@jimp/types`, `@jimp/js-bmp`, `@jimp/js-jpeg`, `@jimp/js-png` - Add support for image decoder options [#​1336](https://redirect.github.com/jimp-dev/jimp/pull/1336) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### ⚠️ Pushed to `main` - `jimp` - add readme to jimp ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ### [`v1.4.0`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v140-Sat-Sep-07-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.3.0...v1.4.0) ##### 🚀 Enhancement - `@jimp/core` - Let Jimp.read accept a Buffer [#​1332](https://redirect.github.com/jimp-dev/jimp/pull/1332) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `jimp` - Export measure text functions from jimp package [#​1333](https://redirect.github.com/jimp-dev/jimp/pull/1333) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Add JimpMime constant [#​1331](https://redirect.github.com/jimp-dev/jimp/pull/1331) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - add JimpInstance type [#​1330](https://redirect.github.com/jimp-dev/jimp/pull/1330) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### 🐛 Bug Fix - `@jimp/utils`, `@jimp/plugin-print` - Bind callback to image instance [#​1335](https://redirect.github.com/jimp-dev/jimp/pull/1335) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### ⚠️ Pushed to `main` - `@jimp/core`, `@jimp/types`, `@jimp/utils`, `@jimp/plugin-print`, `@jimp/plugin-quantize`, `@jimp/wasm-webp` - fix docs build ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### 📝 Documentation - `@jimp/plugin-blit`, `@jimp/plugin-print` - Misc doc updates [#​1334](https://redirect.github.com/jimp-dev/jimp/pull/1334) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v1.3.0`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v130-Wed-Sep-04-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.2.0...v1.3.0) ##### 🚀 Enhancement - `@jimp/core` - Add width/height/mime getters [#​1327](https://redirect.github.com/jimp-dev/jimp/pull/1327) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v1.2.0`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v120-Tue-Sep-03-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.1.5...v1.2.0) ##### 🚀 Enhancement - `@jimp/core`, `jimp`, `@jimp/plugin-print`, `@jimp/wasm-avif`, `@jimp/wasm-jpeg`, `@jimp/wasm-png`, `@jimp/wasm-webp` - Add webp, avid, png, jpeg WASM format plugin [#​1324](https://redirect.github.com/jimp-dev/jimp/pull/1324) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v1.1.5`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v115-Mon-Sep-02-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.1.4...v1.1.5) ##### 🐛 Bug Fix - `@jimp/types`, `@jimp/plugin-print` - Fix loading fonts in web-worker [#​1322](https://redirect.github.com/jimp-dev/jimp/pull/1322) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### ⚠️ Pushed to `main` - `@jimp/core`, `jimp` - Fix height/width being undefined when creating a Jimp from a canvas ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v1.1.4`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v114-Mon-Sep-02-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.1.3...v1.1.4) ##### Release Notes ##### improve bundler integration ([#​1321](https://redirect.github.com/jimp-dev/jimp/pull/1321)) Instead of having to import `jimp/browser` you can now just import `jimp` and the bundler should pick up the `browser` export. *** ##### 🐛 Bug Fix - `jimp` - improve bundler integration [#​1321](https://redirect.github.com/jimp-dev/jimp/pull/1321) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v1.1.3`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v113-Mon-Sep-02-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.1.2...v1.1.3) ##### 🐛 Bug Fix - `jimp` - Include browser files [#​1320](https://redirect.github.com/jimp-dev/jimp/pull/1320) ([@​hipstersmoothie](https://redirect.github.com/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-quantize`, `@jimp/plugin-resize`, `@jimp/plugin-rotate`, `@jimp/plugin-shadow`, `@jimp/plugin-threshold` - Update deps [#​1319](https://redirect.github.com/jimp-dev/jimp/pull/1319) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v1.1.2`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v112-Mon-Sep-02-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.1.1...v1.1.2) ##### Release Notes ##### Make brightness function behave like other implementations ([#​1312](https://redirect.github.com/jimp-dev/jimp/pull/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 - fix incorrect usage in docs [#​1318](https://redirect.github.com/jimp-dev/jimp/pull/1318) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `jimp`, `@jimp/plugin-blur`, `@jimp/plugin-shadow` - Fix blur on transparent images [#​1315](https://redirect.github.com/jimp-dev/jimp/pull/1315) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/plugin-rotate` - Rotate short circuit [#​1317](https://redirect.github.com/jimp-dev/jimp/pull/1317) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/plugin-color` - Fix pixelate not working well with alpha channel [#​1314](https://redirect.github.com/jimp-dev/jimp/pull/1314) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `jimp`, `@jimp/plugin-color` - Make brightness function behave like other implementations [#​1312](https://redirect.github.com/jimp-dev/jimp/pull/1312) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/plugin-print` - Fix printing string when words are longer than max-width [#​1313](https://redirect.github.com/jimp-dev/jimp/pull/1313) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Fix using dirname in print plugin [#​1310](https://redirect.github.com/jimp-dev/jimp/pull/1310) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/diff` - Jimp.diff() to make real resize before image compare [#​1311](https://redirect.github.com/jimp-dev/jimp/pull/1311) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v1.1.1`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v111-Sun-Sep-01-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.1.0...v1.1.1) ##### 🐛 Bug Fix - `@jimp/core` - fix file-type import for esm projects [#​1309](https://redirect.github.com/jimp-dev/jimp/pull/1309) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v1.1.0`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v110-Sun-Sep-01-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.0.5...v1.1.0) ##### 🚀 Enhancement - `jimp`, `@jimp/plugin-quantize` - Add quantize plugin [#​1307](https://redirect.github.com/jimp-dev/jimp/pull/1307) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### ⚠️ Pushed to `main` - Update browser docs ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Add migration guide ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - fix docs upload path ([@​hipstersmoothie](https://redirect.github.com/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` - upgrade tshy ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@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` - update more docs ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 1 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) *** ### [`v1.0.5`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v105-Sun-Sep-01-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.0.4...v1.0.5) :tada: This release contains work from a new contributor! :tada: Thank you, Ben McCann ([@​benmccann](https://redirect.github.com/benmccann)), for all your work! ##### 🐛 Bug Fix - `@jimp/plugin-hash` - add missing dependency [#​1306](https://redirect.github.com/jimp-dev/jimp/pull/1306) ([@​benmccann](https://redirect.github.com/benmccann) [@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### ⚠️ Pushed to `main` - fix build command ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - build browser bundle when building ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - fixing docs deploy ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `jimp` - fix browser build ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 2 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Ben McCann ([@​benmccann](https://redirect.github.com/benmccann)) *** ### [`v1.0.4`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v104-Sat-Aug-31-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.0.3...v1.0.4) ##### ⚠️ Pushed to `main` - fix release script (lisowski54@​gmail.com) ##### Authors: 1 - Andrew Lisowski (lisowski54@​gmail.com) *** ### [`v1.0.3`](https://redirect.github.com/jimp-dev/jimp/blob/HEAD/CHANGELOG.md#v103-Sat-Aug-31-2024) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v1.0.2...v1.0.3) :tada: This release contains work from a new contributor! :tada: Thank you, Ben McCann ([@​benmccann](https://redirect.github.com/benmccann)), for all your work! ##### 🐛 Bug Fix - `@jimp/core`, `jimp`, `@jimp/plugin-cover`, `@jimp/plugin-dither`, `@jimp/plugin-print` - remove hundreds of unused dependencies [#​1302](https://redirect.github.com/jimp-dev/jimp/pull/1302) ([@​benmccann](https://redirect.github.com/benmccann) [@​hipstersmoothie](https://redirect.github.com/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` - Fix build [#​1303](https://redirect.github.com/jimp-dev/jimp/pull/1303) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### ⚠️ Pushed to `main` - add build ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - fix name ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - deploy docs ([@​hipstersmoothie](https://redirect.github.com/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` - add clean script ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - `@jimp/test-utils` - fix build ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 2 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Ben McCann ([@​benmccann](https://redirect.github.com/benmccann)) *** ### [`v1.0.2`](https://redirect.github.com/jimp-dev/jimp/releases/tag/v1.0.2) [Compare Source](https://redirect.github.com/jimp-dev/jimp/compare/v0.22.12...v1.0.2) 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 *** :tada: This release contains work from a new contributor! :tada: Thank you, Juan Pablo Garcia Ripa ([@​Sarabadu](https://redirect.github.com/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` - V1 [#​1285](https://redirect.github.com/jimp-dev/jimp/pull/1285) ([@​Sarabadu](https://redirect.github.com/Sarabadu) [@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### ⚠️ Pushed to `main` - udpate auto ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - add plugins ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - remove CI release ([@​hipstersmoothie](https://redirect.github.com/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` - set side effects ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - fix versions ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - add publish config ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### 📝 Documentation - `@jimp/plugin-cover` - remove outdated docs [#​1301](https://redirect.github.com/jimp-dev/jimp/pull/1301) ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) ##### Authors: 2 - Andrew Lisowski ([@​hipstersmoothie](https://redirect.github.com/hipstersmoothie)) - Juan Pablo Garcia Ripa ([@​Sarabadu](https://redirect.github.com/Sarabadu))

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.



This PR was generated by Mend Renovate. View the repository job log.