You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2022/06/01 23:47:12 UTC

[GitHub] [echarts-examples] dependabot[bot] opened a new pull request, #50: chore(deps-dev): bump sharp from 0.29.3 to 0.30.5

dependabot[bot] opened a new pull request, #50:
URL: https://github.com/apache/echarts-examples/pull/50

   Bumps [sharp](https://github.com/lovell/sharp) from 0.29.3 to 0.30.5.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/lovell/sharp/blob/main/docs/changelog.md">sharp's changelog</a>.</em></p>
   <blockquote>
   <h3>v0.30.5 - 23rd May 2022</h3>
   <ul>
   <li>
   <p>Install: pass <code>PKG_CONFIG_PATH</code> via env rather than substitution.
   <a href="https://github.com/dwisiswant0"><code>@​dwisiswant0</code></a></p>
   </li>
   <li>
   <p>Add support for <code>--libc</code> flag to improve cross-platform installation.
   <a href="https://github-redirect.dependabot.com/lovell/sharp/pull/3160">#3160</a>
   <a href="https://github.com/joonamo"><code>@​joonamo</code></a></p>
   </li>
   <li>
   <p>Allow installation of prebuilt libvips binaries from filesystem.
   <a href="https://github-redirect.dependabot.com/lovell/sharp/pull/3196">#3196</a>
   <a href="https://github.com/ankurparihar"><code>@​ankurparihar</code></a></p>
   </li>
   <li>
   <p>Fix rotate-then-extract for EXIF orientation 2.
   <a href="https://github-redirect.dependabot.com/lovell/sharp/pull/3218">#3218</a>
   <a href="https://github.com/jakob0fischl"><code>@​jakob0fischl</code></a></p>
   </li>
   </ul>
   <h3>v0.30.4 - 18th April 2022</h3>
   <ul>
   <li>
   <p>Increase control over sensitivity to invalid images via <code>failOn</code>, deprecate <code>failOnError</code> (equivalent to <code>failOn: 'warning'</code>).</p>
   </li>
   <li>
   <p>Ensure <code>create</code> input image has correct bit depth and colour space.
   <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/3139">#3139</a></p>
   </li>
   <li>
   <p>Add support for <code>TypedArray</code> input with <code>byteOffset</code> and <code>length</code>.
   <a href="https://github-redirect.dependabot.com/lovell/sharp/pull/3146">#3146</a>
   <a href="https://github.com/codepage949"><code>@​codepage949</code></a></p>
   </li>
   <li>
   <p>Improve error message when attempting to render SVG input greater than 32767x32767.
   <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/3167">#3167</a></p>
   </li>
   <li>
   <p>Add missing file name to 'Input file is missing' error message.
   <a href="https://github-redirect.dependabot.com/lovell/sharp/pull/3178">#3178</a>
   <a href="https://github.com/Brodan"><code>@​Brodan</code></a></p>
   </li>
   </ul>
   <h3>v0.30.3 - 14th March 2022</h3>
   <ul>
   <li>
   <p>Allow <code>sharpen</code> options to be provided more consistently as an Object.
   <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/2561">#2561</a></p>
   </li>
   <li>
   <p>Expose <code>x1</code>, <code>y2</code> and <code>y3</code> parameters of <code>sharpen</code> operation.
   <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/2935">#2935</a></p>
   </li>
   <li>
   <p>Prevent double unpremultiply with some composite blend modes (regression in 0.30.2).
   <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/3118">#3118</a></p>
   </li>
   </ul>
   <h3>v0.30.2 - 2nd March 2022</h3>
   <ul>
   <li>Improve performance and accuracy when compositing multiple images.
   <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/2286">#2286</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/lovell/sharp/commit/db654de385e06ee6c56a05aa11a11a2e2f781b14"><code>db654de</code></a> Release v0.30.5</li>
   <li><a href="https://github.com/lovell/sharp/commit/a6aeef612be50f5868a77481848b1de674216f0c"><code>a6aeef6</code></a> Install: pass <code>PKG_CONFIG_PATH</code> via env rather than substitution</li>
   <li><a href="https://github.com/lovell/sharp/commit/7bf6cbd66973a4feedbf670aa20ff184f30553d1"><code>7bf6cbd</code></a> Docs: correct links to libvips documentation</li>
   <li><a href="https://github.com/lovell/sharp/commit/04c31b35a7e2d88931e1cb7cde0fe1720e4685b7"><code>04c31b3</code></a> Install: warn about filesystem owner running npm v8+ as root</li>
   <li><a href="https://github.com/lovell/sharp/commit/ee9cdb65987735caca614eceb7098726ebe5fd3c"><code>ee9cdb6</code></a> Bump deps</li>
   <li><a href="https://github.com/lovell/sharp/commit/8960eb8309629c1c97f06aa45e605dad8c97f0c1"><code>8960eb8</code></a> Docs: changelog entry for <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/3218">#3218</a></li>
   <li><a href="https://github.com/lovell/sharp/commit/54d9dc46f561aa1d841db27be801e323535dafe0"><code>54d9dc4</code></a> Fix rotate-then-extract for EXIF orientation 2 (<a href="https://github-redirect.dependabot.com/lovell/sharp/issues/3218">#3218</a>)</li>
   <li><a href="https://github.com/lovell/sharp/commit/51b4a7c564f9798eb3acb3bac6e881f75156e017"><code>51b4a7c</code></a> Add support for --libc flag to improve cross-platform install (<a href="https://github-redirect.dependabot.com/lovell/sharp/issues/3160">#3160</a>)</li>
   <li><a href="https://github.com/lovell/sharp/commit/5b03579e5c29dc38e90b0c2bb685411ff89b570e"><code>5b03579</code></a> Docs: more details about concurrency, parallelism, threads</li>
   <li><a href="https://github.com/lovell/sharp/commit/58c2af3251b984e801a37d42a3f82fd80935bfb7"><code>58c2af3</code></a> Docs: improve output format info for toBuffer</li>
   <li>Additional commits viewable in <a href="https://github.com/lovell/sharp/compare/v0.29.3...v0.30.5">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sharp&package-manager=npm_and_yarn&previous-version=0.29.3&new-version=0.30.5)](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 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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/echarts-examples/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org


[GitHub] [echarts-examples] plainheart merged pull request #50: chore(deps-dev): bump sharp from 0.29.3 to 0.30.5

Posted by GitBox <gi...@apache.org>.
plainheart merged PR #50:
URL: https://github.com/apache/echarts-examples/pull/50


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org