[PR #34] [CLOSED] PR 34: build(deps-dev): bump jimp from 0.22.12 to 1.3.0 #56

Closed
opened 2026-03-02 23:31:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/jimp-1.3.0


📝 Commits (1)

  • 0effd6d build(deps-dev): bump jimp from 0.22.12 to 1.3.0

📊 Changes

2 files changed (+370 additions, -656 deletions)

View changed files

📝 package-lock.json (+369 -655)
📝 package.json (+1 -1)

📄 Description

Bumps jimp from 0.22.12 to 1.3.0.

Release notes

Sourced from jimp's releases.

v1.3.0

🚀 Enhancement

Authors: 1

v1.2.0

The plugins are not added by default and must be used with a custom Jimp. Consult the docs for more details.

🚀 Enhancement

  • @jimp/core, jimp, @jimp/plugin-print, @jimp/wasm-avif, @jimp/wasm-jpeg, @jimp/wasm-png, @jimp/wasm-webp

Authors: 1

v1.1.5

🐛 Bug Fix

⚠️ Pushed to main

  • @jimp/core, jimp

Authors: 1

v1.1.4

Release Notes

improve bundler integration (#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

... (truncated)

Changelog

Sourced from jimp's changelog.

v1.3.0 (Wed Sep 04 2024)

🚀 Enhancement

Authors: 1


v1.2.0 (Tue Sep 03 2024)

🚀 Enhancement

  • @jimp/core, jimp, @jimp/plugin-print, @jimp/wasm-avif, @jimp/wasm-jpeg, @jimp/wasm-png, @jimp/wasm-webp

Authors: 1


v1.1.5 (Mon Sep 02 2024)

🐛 Bug Fix

⚠️ Pushed to main

  • @jimp/core, jimp

Authors: 1


v1.1.4 (Mon Sep 02 2024)

Release Notes

improve bundler integration (#1321)

... (truncated)

Commits
  • fb52a35 Bump version to: v1.3.0 [skip ci]
  • 3b2db83 Update CHANGELOG.md [skip ci]
  • 931434a Add width/height/mime getters (#1327)
  • 91bb998 Bump version to: v1.2.0 [skip ci]
  • eb05a66 Update CHANGELOG.md [skip ci]
  • 3bed692 Add webp, avid, png, jpeg WASM format plugin (#1324)
  • 3d90ad8 Bump version to: v1.1.5 [skip ci]
  • 94a8400 Update CHANGELOG.md [skip ci]
  • 72713d5 Fix height/width being undefined when creating a Jimp from a canvas
  • 6047422 Fix loading fonts in web-worker (#1322)
  • Additional commits viewable in compare view

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/34 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/5/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/jimp-1.3.0` --- ### 📝 Commits (1) - [`0effd6d`](https://github.com/Aetherinox/ntfy-desktop/commit/0effd6d235c467cf5165b7fe01834ba3afdb769c) build(deps-dev): bump jimp from 0.22.12 to 1.3.0 ### 📊 Changes **2 files changed** (+370 additions, -656 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+369 -655) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [jimp](https://github.com/jimp-dev/jimp) from 0.22.12 to 1.3.0. <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.3.0</h2> <h4>🚀 Enhancement</h4> <ul> <li><code>@jimp/core</code> <ul> <li>Add width/height/mime getters <a href="https://redirect.github.com/jimp-dev/jimp/pull/1327">#1327</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.2.0</h2> <p>The plugins are not added by default and must be used with a custom Jimp. Consult the docs for more details.</p> <h4>🚀 Enhancement</h4> <ul> <li><code>@jimp/core</code>, <code>jimp</code>, <code>@jimp/plugin-print</code>, <code>@jimp/wasm-avif</code>, <code>@jimp/wasm-jpeg</code>, <code>@jimp/wasm-png</code>, <code>@jimp/wasm-webp</code> <ul> <li>Add webp, avid, png, jpeg WASM format plugin <a href="https://redirect.github.com/jimp-dev/jimp/pull/1324">#1324</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.5</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>@jimp/types</code>, <code>@jimp/plugin-print</code> <ul> <li>Fix loading fonts in web-worker <a href="https://redirect.github.com/jimp-dev/jimp/pull/1322">#1322</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> </li> </ul> <h4>⚠️ Pushed to <code>main</code></h4> <ul> <li><code>@jimp/core</code>, <code>jimp</code> <ul> <li>Fix height/width being undefined when creating a Jimp from a canvas (<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.4</h2> <h3>Release Notes</h3> <h4>improve bundler integration (<a href="https://redirect.github.com/jimp-dev/jimp/pull/1321">#1321</a>)</h4> <p>Instead of having to import <code>jimp/browser</code> you can now just import <code>jimp</code> and the bundler should pick up the <code>browser</code> export.</p> <hr /> <h4>🐛 Bug Fix</h4> <ul> <li><code>jimp</code></li> </ul> <!-- 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.3.0 (Wed Sep 04 2024)</h1> <h4>🚀 Enhancement</h4> <ul> <li><code>@jimp/core</code> <ul> <li>Add width/height/mime getters <a href="https://redirect.github.com/jimp-dev/jimp/pull/1327">#1327</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.2.0 (Tue Sep 03 2024)</h1> <h4>🚀 Enhancement</h4> <ul> <li><code>@jimp/core</code>, <code>jimp</code>, <code>@jimp/plugin-print</code>, <code>@jimp/wasm-avif</code>, <code>@jimp/wasm-jpeg</code>, <code>@jimp/wasm-png</code>, <code>@jimp/wasm-webp</code> <ul> <li>Add webp, avid, png, jpeg WASM format plugin <a href="https://redirect.github.com/jimp-dev/jimp/pull/1324">#1324</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.5 (Mon Sep 02 2024)</h1> <h4>🐛 Bug Fix</h4> <ul> <li><code>@jimp/types</code>, <code>@jimp/plugin-print</code> <ul> <li>Fix loading fonts in web-worker <a href="https://redirect.github.com/jimp-dev/jimp/pull/1322">#1322</a> (<a href="https://github.com/hipstersmoothie"><code>@​hipstersmoothie</code></a>)</li> </ul> </li> </ul> <h4>⚠️ Pushed to <code>main</code></h4> <ul> <li><code>@jimp/core</code>, <code>jimp</code> <ul> <li>Fix height/width being undefined when creating a Jimp from a canvas (<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.4 (Mon Sep 02 2024)</h1> <h3>Release Notes</h3> <h4>improve bundler integration (<a href="https://redirect.github.com/jimp-dev/jimp/pull/1321">#1321</a>)</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jimp-dev/jimp/commit/fb52a357ac774d6314a319fe43f8d0d022ac214c"><code>fb52a35</code></a> Bump version to: v1.3.0 [skip ci]</li> <li><a href="https://github.com/jimp-dev/jimp/commit/3b2db8390b8ab4ffde7efb7f877dd99364dd3d12"><code>3b2db83</code></a> Update CHANGELOG.md [skip ci]</li> <li><a href="https://github.com/jimp-dev/jimp/commit/931434afcbf6664a082da1012f25629bd9090533"><code>931434a</code></a> Add width/height/mime getters (<a href="https://redirect.github.com/jimp-dev/jimp/issues/1327">#1327</a>)</li> <li><a href="https://github.com/jimp-dev/jimp/commit/91bb9988ce3e8a7e817a75a328679a690493f5b2"><code>91bb998</code></a> Bump version to: v1.2.0 [skip ci]</li> <li><a href="https://github.com/jimp-dev/jimp/commit/eb05a66acf2141ed4d4b4103cdaf30a814620d00"><code>eb05a66</code></a> Update CHANGELOG.md [skip ci]</li> <li><a href="https://github.com/jimp-dev/jimp/commit/3bed692df193c188656f3dd679cfa021645da31f"><code>3bed692</code></a> Add webp, avid, png, jpeg WASM format plugin (<a href="https://redirect.github.com/jimp-dev/jimp/issues/1324">#1324</a>)</li> <li><a href="https://github.com/jimp-dev/jimp/commit/3d90ad817b81c7b7f2327e204ec94662b934d3b9"><code>3d90ad8</code></a> Bump version to: v1.1.5 [skip ci]</li> <li><a href="https://github.com/jimp-dev/jimp/commit/94a8400436c731b5cbf648bbb13c41a68ee43f7c"><code>94a8400</code></a> Update CHANGELOG.md [skip ci]</li> <li><a href="https://github.com/jimp-dev/jimp/commit/72713d5588100a432c4671aee86827f8af2323ac"><code>72713d5</code></a> Fix height/width being undefined when creating a Jimp from a canvas</li> <li><a href="https://github.com/jimp-dev/jimp/commit/60474228dcb991a9771b0a344101ca3212070faa"><code>6047422</code></a> Fix loading fonts in web-worker (<a href="https://redirect.github.com/jimp-dev/jimp/issues/1322">#1322</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jimp-dev/jimp/compare/v0.22.12...v1.3.0">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.3.0)](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-02 23:31:30 +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#56
No description provided.