[PR #30] [CLOSED] PR 30: build(deps-dev): bump jimp from 0.22.12 to 1.1.2 #201

Closed
opened 2026-03-13 17:41:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Aetherinox/ntfy-desktop/pull/30
Author: @dependabot[bot]
Created: 9/2/2024
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/jimp-1.1.2


📝 Commits (1)

  • b88b7cc build(deps-dev): bump jimp from 0.22.12 to 1.1.2

📊 Changes

2 files changed (+295 additions, -678 deletions)

View changed files

📝 package-lock.json (+294 -677)
📝 package.json (+1 -1)

📄 Description

Bumps jimp from 0.22.12 to 1.1.2.

Release notes

Sourced from jimp's releases.

v1.1.2

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

🐛 Bug Fix

Authors: 1

v1.1.0

🚀 Enhancement

⚠️ Pushed to main

... (truncated)

Changelog

Sourced from jimp's changelog.

v1.1.2 (Mon Sep 02 2024)

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 (Sun Sep 01 2024)

🐛 Bug Fix

Authors: 1


v1.1.0 (Sun Sep 01 2024)

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Aetherinox/ntfy-desktop/pull/30 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/2/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/jimp-1.1.2` --- ### 📝 Commits (1) - [`b88b7cc`](https://github.com/Aetherinox/ntfy-desktop/commit/b88b7cc444fd3ec6f15f491b27e655624db6a440) build(deps-dev): bump jimp from 0.22.12 to 1.1.2 ### 📊 Changes **2 files changed** (+295 additions, -678 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+294 -677) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [jimp](https://github.com/jimp-dev/jimp) from 0.22.12 to 1.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jimp-dev/jimp/releases">jimp's releases</a>.</em></p> <blockquote> <h2>v1.1.2</h2> <h3>Release Notes</h3> <h4>Make brightness function behave like other implementations (<a href="https://redirect.github.com/jimp-dev/jimp/pull/1312">#1312</a>)</h4> <p>This PR changes the <code>brightness</code> 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.</p> <p>In the current version a value of <code>1</code> won't change the colors at all. Values above 1 will brighten the colors, values below 1 will darken the colors.</p> <hr /> <h4>🐛 Bug Fix</h4> <ul> <li>fix incorrect usage in docs <a href="https://redirect.github.com/jimp-dev/jimp/pull/1318">#1318</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> <li><code>jimp</code>, <code>@jimp/plugin-blur</code>, <code>@jimp/plugin-shadow</code> <ul> <li>Fix blur on transparent images <a href="https://redirect.github.com/jimp-dev/jimp/pull/1315">#1315</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> </li> <li><code>@jimp/plugin-rotate</code> <ul> <li>Rotate short circuit <a href="https://redirect.github.com/jimp-dev/jimp/pull/1317">#1317</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> </li> <li><code>@jimp/plugin-color</code> <ul> <li>Fix pixelate not working well with alpha channel <a href="https://redirect.github.com/jimp-dev/jimp/pull/1314">#1314</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> </li> <li><code>jimp</code>, <code>@jimp/plugin-color</code> <ul> <li>Make brightness function behave like other implementations <a href="https://redirect.github.com/jimp-dev/jimp/pull/1312">#1312</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> </li> <li><code>@jimp/plugin-print</code> <ul> <li>Fix printing string when words are longer than max-width <a href="https://redirect.github.com/jimp-dev/jimp/pull/1313">#1313</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> <li>Fix using dirname in print plugin <a href="https://redirect.github.com/jimp-dev/jimp/pull/1310">#1310</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> </li> <li><code>@jimp/diff</code> <ul> <li>Jimp.diff() to make real resize before image compare <a href="https://redirect.github.com/jimp-dev/jimp/pull/1311">#1311</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> </li> </ul> <h4>Authors: 1</h4> <ul> <li>Andrew Lisowski (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> <h2>v1.1.1</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>@jimp/core</code> <ul> <li>fix file-type import for esm projects <a href="https://redirect.github.com/jimp-dev/jimp/pull/1309">#1309</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> </li> </ul> <h4>Authors: 1</h4> <ul> <li>Andrew Lisowski (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> <h2>v1.1.0</h2> <h4>🚀 Enhancement</h4> <ul> <li><code>jimp</code>, <code>@jimp/plugin-quantize</code> <ul> <li>Add quantize plugin <a href="https://redirect.github.com/jimp-dev/jimp/pull/1307">#1307</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> </li> </ul> <h4>⚠️ Pushed to <code>main</code></h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jimp-dev/jimp/blob/main/CHANGELOG.md">jimp's changelog</a>.</em></p> <blockquote> <h1>v1.1.2 (Mon Sep 02 2024)</h1> <h3>Release Notes</h3> <h4>Make brightness function behave like other implementations (<a href="https://redirect.github.com/jimp-dev/jimp/pull/1312">#1312</a>)</h4> <p>This PR changes the <code>brightness</code> 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.</p> <p>In the current version a value of <code>1</code> won't change the colors at all. Values above 1 will brighten the colors, values below 1 will darken the colors.</p> <hr /> <h4>🐛 Bug Fix</h4> <ul> <li>fix incorrect usage in docs <a href="https://redirect.github.com/jimp-dev/jimp/pull/1318">#1318</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> <li><code>jimp</code>, <code>@jimp/plugin-blur</code>, <code>@jimp/plugin-shadow</code> <ul> <li>Fix blur on transparent images <a href="https://redirect.github.com/jimp-dev/jimp/pull/1315">#1315</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> </li> <li><code>@jimp/plugin-rotate</code> <ul> <li>Rotate short circuit <a href="https://redirect.github.com/jimp-dev/jimp/pull/1317">#1317</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> </li> <li><code>@jimp/plugin-color</code> <ul> <li>Fix pixelate not working well with alpha channel <a href="https://redirect.github.com/jimp-dev/jimp/pull/1314">#1314</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> </li> <li><code>jimp</code>, <code>@jimp/plugin-color</code> <ul> <li>Make brightness function behave like other implementations <a href="https://redirect.github.com/jimp-dev/jimp/pull/1312">#1312</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> </li> <li><code>@jimp/plugin-print</code> <ul> <li>Fix printing string when words are longer than max-width <a href="https://redirect.github.com/jimp-dev/jimp/pull/1313">#1313</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> <li>Fix using dirname in print plugin <a href="https://redirect.github.com/jimp-dev/jimp/pull/1310">#1310</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> </li> <li><code>@jimp/diff</code> <ul> <li>Jimp.diff() to make real resize before image compare <a href="https://redirect.github.com/jimp-dev/jimp/pull/1311">#1311</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> </li> </ul> <h4>Authors: 1</h4> <ul> <li>Andrew Lisowski (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> <hr /> <h1>v1.1.1 (Sun Sep 01 2024)</h1> <h4>🐛 Bug Fix</h4> <ul> <li><code>@jimp/core</code> <ul> <li>fix file-type import for esm projects <a href="https://redirect.github.com/jimp-dev/jimp/pull/1309">#1309</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> </li> </ul> <h4>Authors: 1</h4> <ul> <li>Andrew Lisowski (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> <hr /> <h1>v1.1.0 (Sun Sep 01 2024)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jimp-dev/jimp/commit/ba9de4df25a2f0e41f11a68c7aa50181a52115cb"><code>ba9de4d</code></a> Bump version to: v1.1.2 [skip ci]</li> <li><a href="https://github.com/jimp-dev/jimp/commit/272e08d8c7828f058babc62a773bb6b77065fde0"><code>272e08d</code></a> Update CHANGELOG.md [skip ci]</li> <li><a href="https://github.com/jimp-dev/jimp/commit/a033a5226147a0f056bc616a8ac1a052a48dded2"><code>a033a52</code></a> Fix blur on transparent images (<a href="https://redirect.github.com/jimp-dev/jimp/issues/1315">#1315</a>)</li> <li><a href="https://github.com/jimp-dev/jimp/commit/0afb0a134fe99cf668c9d03fb773ab4ccab80fb5"><code>0afb0a1</code></a> short circuit rotat earlier (<a href="https://redirect.github.com/jimp-dev/jimp/issues/1317">#1317</a>)</li> <li><a href="https://github.com/jimp-dev/jimp/commit/545c13a7cde3a7f2a3c5465a34e9b0d50397ff7b"><code>545c13a</code></a> fix incorrect usage in docs (<a href="https://redirect.github.com/jimp-dev/jimp/issues/1318">#1318</a>)</li> <li><a href="https://github.com/jimp-dev/jimp/commit/068cd0374a4923f5e1cd8cde03e8110b9a875136"><code>068cd03</code></a> Fix pixelate not working well with alpha channel (<a href="https://redirect.github.com/jimp-dev/jimp/issues/1314">#1314</a>)</li> <li><a href="https://github.com/jimp-dev/jimp/commit/a425b4c9b438973b2b5250318214b1b586cefb63"><code>a425b4c</code></a> Make brightness function behave like other implementations (<a href="https://redirect.github.com/jimp-dev/jimp/issues/1312">#1312</a>)</li> <li><a href="https://github.com/jimp-dev/jimp/commit/5c836c49c0b5adf2fcdb9f13a6d83ee56520ca22"><code>5c836c4</code></a> Fix printing string when words are longer than max-width (<a href="https://redirect.github.com/jimp-dev/jimp/issues/1313">#1313</a>)</li> <li><a href="https://github.com/jimp-dev/jimp/commit/9828a2fcdf4f8c18eda6aa8dc3ace294da61c109"><code>9828a2f</code></a> fix diff order bug (<a href="https://redirect.github.com/jimp-dev/jimp/issues/1311">#1311</a>)</li> <li><a href="https://github.com/jimp-dev/jimp/commit/db18f76355257182902c504c87d1e66402f6ee7c"><code>db18f76</code></a> Fix using dirname in print plugin (<a href="https://redirect.github.com/jimp-dev/jimp/issues/1310">#1310</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jimp-dev/jimp/compare/v0.22.12...v1.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jimp&package-manager=npm_and_yarn&previous-version=0.22.12&new-version=1.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 17:41:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy-desktop#201
No description provided.