1
0
Fork
You've already forked lightbot-util
0

Bump jpeg-js and @jimp/jpeg #3

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/jpeg-js-and-jimp/jpeg-0.4.4 into master
pull from: dependabot/npm_and_yarn/jpeg-js-and-jimp/jpeg-0.4.4
merge into: narF:master
narF:master
narF:dependabot/npm_and_yarn/minimist-1.2.8
narF:dev
dependabot[bot] commented 2023年05月06日 09:06:57 +02:00 (Migrated from github.com)
Copy link

Bumps jpeg-js and @jimp/jpeg. These dependencies needed to be updated together.
Updates jpeg-js from 0.3.7 to 0.4.4

Release notes

Sourced from jpeg-js's releases.

v0.4.4

v0.4.4 (2022年06月07日)

  • feat: add comment tag encoding (#87) (13e1ffa), closes #87
  • fix: validate sampling factors (#106) (9ccd35f), closes #106
  • fix(decoder): rethrow a more helpful error if Buffer is undefined (#93) (b58cc11), closes #93
  • chore(ci): migrate to github actions (#86) (417e8e2), closes #86
  • chore(deps): bump y18n from 4.0.0 to 4.0.3 (#98) (2c90858), closes #98
  • chore(deps): bump ws from 7.2.3 to 7.4.6 (#91) (fd73289), closes #91
  • chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#90) (9449a8b), closes #90
  • chore(deps): bump lodash from 4.17.15 to 4.17.21 (#89) (ffdc4a4), closes #89

v0.4.3

v0.4.3 (2021年01月11日)

  • fix: handle 0x00E1 / 0x00E0 segments from Pixel phones (#84) (a2d7ed9), closes #84

v0.4.2

v0.4.2 (2020年08月24日)

  • feat(decoder): add FFDC marker support (#79) (5e8ec27), closes #79
  • fix: avoid new Buffer usage (#73) (49be0e4), closes #73
  • fix(types): add comments property to decode output (#72) (ca27601), closes #72

v0.4.1

v0.4.1 (2020年06月27日)

v0.4.0

v0.4.0 (2020年04月23日)

  • feat: add memory and resolution limits (135705b)
  • feat: expose exif buffers (#47) (d3e272a), closes #47
  • feat: support browser usage (#55) (7e7e2dc), closes #55
  • feat(decode): add tolerantDecoding option (#57) (69f6415), closes #57
  • fix: enable tolerantDecoding by default (5d3277f)
  • fix: don’t fail if scan contains trailing bytes (#66) (cfeb1c7), closes #66
  • docs: update README for breaking changes (78408c6)
  • refactor: use spread for decode options (a2c93e0)
  • chore: update typedefs for 0.4.0 (a2f7080)
  • chore: add vscode to ignores (238a7fe)
  • chore: track version in tags only (cbc1244)
  • chore: drop support for node versions <8 (21ef116)
  • chore: switch to jest (1731741)

... (truncated)

Commits
  • 9ccd35f fix: validate sampling factors (#106)
  • b58cc11 fix(decoder): rethrow a more helpful error if Buffer is undefined (#93)
  • 2c90858 chore(deps): bump y18n from 4.0.0 to 4.0.3 (#98)
  • fd73289 chore(deps): bump ws from 7.2.3 to 7.4.6 (#91)
  • 9449a8b chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#90)
  • ffdc4a4 chore(deps): bump lodash from 4.17.15 to 4.17.21 (#89)
  • 13e1ffa feat: add comment tag encoding (#87)
  • 417e8e2 chore(ci): migrate to github actions (#86)
  • a2d7ed9 fix: handle 0x00E1 / 0x00E0 segments from Pixel phones (#84)
  • 5e8ec27 feat(decoder): add FFDC marker support (#79)
  • Additional commits viewable in compare view

Updates @jimp/jpeg from 0.12.0 to 0.12.1

Release notes

Sourced from @​jimp/jpeg's releases.

v0.12.1

🐛 Bug Fix

Authors: 1

Changelog

Sourced from @​jimp/jpeg's changelog.

v0.12.1 (Tue May 19 2020)

🐛 Bug Fix

Authors: 1


Commits

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) and [@jimp/jpeg](https://github.com/jimp-dev/jimp). These dependencies needed to be updated together. Updates `jpeg-js` from 0.3.7 to 0.4.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eugeneware/jpeg-js/releases">jpeg-js's releases</a>.</em></p> <blockquote> <h2>v0.4.4</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2><!-- raw HTML omitted -->v0.4.4 (2022年06月07日)<!-- raw HTML omitted --></h2> <ul> <li>feat: add comment tag encoding (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/87">#87</a>) (<a href="https://github.com/eugeneware/jpeg-js/commits/13e1ffa">13e1ffa</a>), closes <a href="https://redirect.github.com/eugeneware/jpeg-js/issues/87">#87</a></li> <li>fix: validate sampling factors (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/106">#106</a>) (<a href="https://github.com/eugeneware/jpeg-js/commits/9ccd35f">9ccd35f</a>), closes <a href="https://redirect.github.com/eugeneware/jpeg-js/issues/106">#106</a></li> <li>fix(decoder): rethrow a more helpful error if Buffer is undefined (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/93">#93</a>) (<a href="https://github.com/eugeneware/jpeg-js/commits/b58cc11">b58cc11</a>), closes <a href="https://redirect.github.com/eugeneware/jpeg-js/issues/93">#93</a></li> <li>chore(ci): migrate to github actions (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/86">#86</a>) (<a href="https://github.com/eugeneware/jpeg-js/commits/417e8e2">417e8e2</a>), closes <a href="https://redirect.github.com/eugeneware/jpeg-js/issues/86">#86</a></li> <li>chore(deps): bump y18n from 4.0.0 to 4.0.3 (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/98">#98</a>) (<a href="https://github.com/eugeneware/jpeg-js/commits/2c90858">2c90858</a>), closes <a href="https://redirect.github.com/eugeneware/jpeg-js/issues/98">#98</a></li> <li>chore(deps): bump ws from 7.2.3 to 7.4.6 (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/91">#91</a>) (<a href="https://github.com/eugeneware/jpeg-js/commits/fd73289">fd73289</a>), closes <a href="https://redirect.github.com/eugeneware/jpeg-js/issues/91">#91</a></li> <li>chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/90">#90</a>) (<a href="https://github.com/eugeneware/jpeg-js/commits/9449a8b">9449a8b</a>), closes <a href="https://redirect.github.com/eugeneware/jpeg-js/issues/90">#90</a></li> <li>chore(deps): bump lodash from 4.17.15 to 4.17.21 (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/89">#89</a>) (<a href="https://github.com/eugeneware/jpeg-js/commits/ffdc4a4">ffdc4a4</a>), closes <a href="https://redirect.github.com/eugeneware/jpeg-js/issues/89">#89</a></li> </ul> <h2>v0.4.3</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2><!-- raw HTML omitted -->v0.4.3 (2021年01月11日)<!-- raw HTML omitted --></h2> <ul> <li>fix: handle 0x00E1 / 0x00E0 segments from Pixel phones (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/84">#84</a>) (<a href="https://github.com/eugeneware/jpeg-js/commits/a2d7ed9">a2d7ed9</a>), closes <a href="https://redirect.github.com/eugeneware/jpeg-js/issues/84">#84</a></li> </ul> <h2>v0.4.2</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2><!-- raw HTML omitted -->v0.4.2 (2020年08月24日)<!-- raw HTML omitted --></h2> <ul> <li>feat(decoder): add FFDC marker support (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/79">#79</a>) (<a href="https://github.com/eugeneware/jpeg-js/commits/5e8ec27">5e8ec27</a>), closes <a href="https://redirect.github.com/eugeneware/jpeg-js/issues/79">#79</a></li> <li>fix: avoid <code>new Buffer</code> usage (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/73">#73</a>) (<a href="https://github.com/eugeneware/jpeg-js/commits/49be0e4">49be0e4</a>), closes <a href="https://redirect.github.com/eugeneware/jpeg-js/issues/73">#73</a></li> <li>fix(types): add comments property to decode output (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/72">#72</a>) (<a href="https://github.com/eugeneware/jpeg-js/commits/ca27601">ca27601</a>), closes <a href="https://redirect.github.com/eugeneware/jpeg-js/issues/72">#72</a></li> </ul> <h2>v0.4.1</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2><!-- raw HTML omitted -->v0.4.1 (2020年06月27日)<!-- raw HTML omitted --></h2> <ul> <li>feat(decoder): add comment support (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/71">#71</a>) (<a href="https://github.com/eugeneware/jpeg-js/commits/d2323c1">d2323c1</a>), closes <a href="https://redirect.github.com/eugeneware/jpeg-js/issues/71">#71</a></li> </ul> <h2>v0.4.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2><a href="https://github.com/eugeneware/jpeg-js/compare/v0.3.7...v0.4.0">v0.4.0</a> (2020年04月23日)</h2> <ul> <li>feat: add memory and resolution limits (<a href="https://github.com/eugeneware/jpeg-js/commits/135705b">135705b</a>)</li> <li>feat: expose exif buffers (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/47">#47</a>) (<a href="https://github.com/eugeneware/jpeg-js/commits/d3e272a">d3e272a</a>), closes <a href="https://redirect.github.com/eugeneware/jpeg-js/issues/47">#47</a></li> <li>feat: support browser usage (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/55">#55</a>) (<a href="https://github.com/eugeneware/jpeg-js/commits/7e7e2dc">7e7e2dc</a>), closes <a href="https://redirect.github.com/eugeneware/jpeg-js/issues/55">#55</a></li> <li>feat(decode): add tolerantDecoding option (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/57">#57</a>) (<a href="https://github.com/eugeneware/jpeg-js/commits/69f6415">69f6415</a>), closes <a href="https://redirect.github.com/eugeneware/jpeg-js/issues/57">#57</a></li> <li>fix: enable tolerantDecoding by default (<a href="https://github.com/eugeneware/jpeg-js/commits/5d3277f">5d3277f</a>)</li> <li>fix: don’t fail if scan contains trailing bytes (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/66">#66</a>) (<a href="https://github.com/eugeneware/jpeg-js/commits/cfeb1c7">cfeb1c7</a>), closes <a href="https://redirect.github.com/eugeneware/jpeg-js/issues/66">#66</a></li> <li>docs: update README for breaking changes (<a href="https://github.com/eugeneware/jpeg-js/commits/78408c6">78408c6</a>)</li> <li>refactor: use spread for decode options (<a href="https://github.com/eugeneware/jpeg-js/commits/a2c93e0">a2c93e0</a>)</li> <li>chore: update typedefs for 0.4.0 (<a href="https://github.com/eugeneware/jpeg-js/commits/a2f7080">a2f7080</a>)</li> <li>chore: add vscode to ignores (<a href="https://github.com/eugeneware/jpeg-js/commits/238a7fe">238a7fe</a>)</li> <li>chore: track version in tags only (<a href="https://github.com/eugeneware/jpeg-js/commits/cbc1244">cbc1244</a>)</li> <li>chore: drop support for node versions &lt;8 (<a href="https://github.com/eugeneware/jpeg-js/commits/21ef116">21ef116</a>)</li> <li>chore: switch to jest (<a href="https://github.com/eugeneware/jpeg-js/commits/1731741">1731741</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jpeg-js/jpeg-js/commit/9ccd35fb5f55a6c4f1902ac5b0f270f675750c27"><code>9ccd35f</code></a> fix: validate sampling factors (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/106">#106</a>)</li> <li><a href="https://github.com/jpeg-js/jpeg-js/commit/b58cc11b29a66f853b4195d31e9e2de6080fcd7a"><code>b58cc11</code></a> fix(decoder): rethrow a more helpful error if Buffer is undefined (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/93">#93</a>)</li> <li><a href="https://github.com/jpeg-js/jpeg-js/commit/2c90858c95832e9fdf49170bcd09f3079567e417"><code>2c90858</code></a> chore(deps): bump y18n from 4.0.0 to 4.0.3 (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/98">#98</a>)</li> <li><a href="https://github.com/jpeg-js/jpeg-js/commit/fd73289664cbdd3d18b5841c49874dfef7ea55fd"><code>fd73289</code></a> chore(deps): bump ws from 7.2.3 to 7.4.6 (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/91">#91</a>)</li> <li><a href="https://github.com/jpeg-js/jpeg-js/commit/9449a8bcda9340b9fd8ca475e2b699fefc2c2828"><code>9449a8b</code></a> chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/90">#90</a>)</li> <li><a href="https://github.com/jpeg-js/jpeg-js/commit/ffdc4a4d595e1e249a72b08d095363bff739aad7"><code>ffdc4a4</code></a> chore(deps): bump lodash from 4.17.15 to 4.17.21 (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/89">#89</a>)</li> <li><a href="https://github.com/jpeg-js/jpeg-js/commit/13e1ffa04670d7c7a363d54eab92e31f01243cd7"><code>13e1ffa</code></a> feat: add comment tag encoding (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/87">#87</a>)</li> <li><a href="https://github.com/jpeg-js/jpeg-js/commit/417e8e2baff2d1e546fdf68c492fba88205d3fb5"><code>417e8e2</code></a> chore(ci): migrate to github actions (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/86">#86</a>)</li> <li><a href="https://github.com/jpeg-js/jpeg-js/commit/a2d7ed93e5322a98ec1ce953896b2e10b46a5ee1"><code>a2d7ed9</code></a> fix: handle 0x00E1 / 0x00E0 segments from Pixel phones (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/84">#84</a>)</li> <li><a href="https://github.com/jpeg-js/jpeg-js/commit/5e8ec273984b2f491d399c92de42e3bf9d915fba"><code>5e8ec27</code></a> feat(decoder): add FFDC marker support (<a href="https://redirect.github.com/eugeneware/jpeg-js/issues/79">#79</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eugeneware/jpeg-js/compare/v0.3.7...v0.4.4">compare view</a></li> </ul> </details> <br /> Updates `@jimp/jpeg` from 0.12.0 to 0.12.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jimp-dev/jimp/releases"><code>@​jimp/jpeg</code>'s releases</a>.</em></p> <blockquote> <h2>v0.12.1</h2> <h4>🐛 Bug Fix</h4> <ul> <li><code>@jimp/jpeg</code> <ul> <li>update jpeg-js <a href="https://redirect.github.com/oliver-moran/jimp/pull/892">#892</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> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jimp-dev/jimp/blob/main/CHANGELOG.md"><code>@​jimp/jpeg</code>'s changelog</a>.</em></p> <blockquote> <h1>v0.12.1 (Tue May 19 2020)</h1> <h4>🐛 Bug Fix</h4> <ul> <li><code>@jimp/jpeg</code> <ul> <li>update jpeg-js <a href="https://redirect.github.com/oliver-moran/jimp/pull/892">#892</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 /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jimp-dev/jimp/commit/942e635564e36fc243767531b4f8be036afa40b5"><code>942e635</code></a> Bump version to: v0.12.1 [skip ci]</li> <li><a href="https://github.com/jimp-dev/jimp/commit/f0988f77ddac75903644fd907e46ab2f7fdb85af"><code>f0988f7</code></a> Update CHANGELOG.md [skip ci]</li> <li><a href="https://github.com/jimp-dev/jimp/commit/eacdec854bae2352a34e20fe6367f321e8b528a5"><code>eacdec8</code></a> update jpeg-js (<a href="https://redirect.github.com/jimp-dev/jimp/issues/892">#892</a>)</li> <li>See full diff in <a href="https://github.com/jimp-dev/jimp/compare/v0.12.0...v0.12.1">compare view</a></li> </ul> </details> <br /> 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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/narFnarF/lightbot-util/network/alerts). </details>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/jpeg-js-and-jimp/jpeg-0.4.4:dependabot/npm_and_yarn/jpeg-js-and-jimp/jpeg-0.4.4
git switch dependabot/npm_and_yarn/jpeg-js-and-jimp/jpeg-0.4.4

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff dependabot/npm_and_yarn/jpeg-js-and-jimp/jpeg-0.4.4
git switch dependabot/npm_and_yarn/jpeg-js-and-jimp/jpeg-0.4.4
git rebase master
git switch master
git merge --ff-only dependabot/npm_and_yarn/jpeg-js-and-jimp/jpeg-0.4.4
git switch dependabot/npm_and_yarn/jpeg-js-and-jimp/jpeg-0.4.4
git rebase master
git switch master
git merge --no-ff dependabot/npm_and_yarn/jpeg-js-and-jimp/jpeg-0.4.4
git switch master
git merge --squash dependabot/npm_and_yarn/jpeg-js-and-jimp/jpeg-0.4.4
git switch master
git merge --ff-only dependabot/npm_and_yarn/jpeg-js-and-jimp/jpeg-0.4.4
git switch master
git merge dependabot/npm_and_yarn/jpeg-js-and-jimp/jpeg-0.4.4
git push origin master
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
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
narF/lightbot-util!3
Reference in a new issue
narF/lightbot-util
No description provided.
Delete branch "dependabot/npm_and_yarn/jpeg-js-and-jimp/jpeg-0.4.4"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?