Skip to content
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

Bump jimp from 0.22.12 to 1.6.0 #5537

Merged
merged 3 commits into from
Nov 28, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2024

Bumps jimp from 0.22.12 to 1.6.0.

Release notes

Sourced from jimp's releases.

v1.6.0

Release Notes

Add support for image decoder options (#1336)

Can now have options for the underlying image codecs

CleanShot 2024-09-07 at 15 26 41


🚀 Enhancement

  • @jimp/core, @jimp/types, @jimp/js-bmp, @jimp/js-jpeg, @jimp/js-png

⚠️ Pushed to main

Authors: 1

v1.4.0

🚀 Enhancement

🐛 Bug Fix

⚠️ Pushed to main

  • @jimp/core, @jimp/types, @jimp/utils, @jimp/plugin-print, @jimp/plugin-quantize, @jimp/wasm-webp

📝 Documentation

... (truncated)

Changelog

Sourced from jimp's changelog.

v1.5.0 (Mon Sep 09 2024)

Release Notes

Add support for image decoder options (#1336)

Can now have options for the underlying image codecs

CleanShot 2024-09-07 at 15 26 41


🚀 Enhancement

  • @jimp/core, @jimp/types, @jimp/js-bmp, @jimp/js-jpeg, @jimp/js-png

⚠️ Pushed to main

Authors: 1


v1.5.0 (Sat Sep 07 2024)

Release Notes

Add support for image decoder options (#1336)

Can now have options for the underlying image codecs

CleanShot 2024-09-07 at 15 26 41


🚀 Enhancement

  • @jimp/core, @jimp/types, @jimp/js-bmp, @jimp/js-jpeg, @jimp/js-png

Authors: 1


... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 10, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jimp-1.6.0 branch 9 times, most recently from a69bd31 to f1930d5 Compare September 14, 2024 17:17
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jimp-1.6.0 branch 3 times, most recently from 4589bdf to 9769f69 Compare September 23, 2024 11:27
@ar2rsawseen
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 27, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@ar2rsawseen
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jimp-1.6.0 branch from 11351e7 to cb715d7 Compare November 27, 2024 18:49
@ar2rsawseen
Copy link
Member

@dependabot recreate

Bumps [jimp](https://github.com/jimp-dev/jimp) from 0.22.12 to 1.6.0.
- [Release notes](https://github.com/jimp-dev/jimp/releases)
- [Changelog](https://github.com/jimp-dev/jimp/blob/main/CHANGELOG.md)
- [Commits](jimp-dev/jimp@v0.22.12...v1.6.0)

---
updated-dependencies:
- dependency-name: jimp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jimp-1.6.0 branch from fd878b8 to e1b4fd0 Compare November 27, 2024 19:01
}
fs.unlink(tmp_path, function() {});

Check failure

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
}
fs.unlink(tmp_path, function() {});

Check failure

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
@ar2rsawseen ar2rsawseen merged commit c077300 into master Nov 28, 2024
8 of 9 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/jimp-1.6.0 branch November 28, 2024 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file dependency-needs-checking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants