dependabot[bot] opened a new pull request, #2908:
URL: https://github.com/apache/causeway/pull/2908

   Bumps [org.webjars.npm:pdfjs-dist](https://github.com/mozilla/pdf.js) from 
4.10.38 to 5.0.375.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mozilla/pdf.js/releases";>org.webjars.npm:pdfjs-dist's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.0.375</h2>
   <p>PDF.js 5.0 is a major release that contains a number of API changes, 
features and bugfixes.</p>
   <p>The following significant new features are highlighted:</p>
   <ul>
   <li>Improved JPEG 2000 decoding support
   <ul>
   <li>The OpenJPEG decoder was moved into a separate <code>.wasm</code> file, 
which requires setting a new <code>wasmUrl</code> API option in order to use 
it; see PR <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19329";>mozilla/pdf.js#19329</a>.</li>
   <li>A (much slower) JavaScript OpenJPEG fallback decoder was added (also 
uses the <code>wasmUrl</code> API option) for environments without WebAssembly 
support; see PR <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19525";>mozilla/pdf.js#19525</a>.</li>
   </ul>
   </li>
   <li>Support for ICC profiles
   <ul>
   <li>This requires WebAssembly support, and that the <code>wasmUrl</code> API 
option is set; see PR <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19564";>mozilla/pdf.js#19564</a>.</li>
   <li>Use an ICC profile to improve CMYK to RGB color conversion, which 
requires setting a new <code>iccUrl</code> API option in order to use it; see 
PR <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19620";>mozilla/pdf.js#19620</a>.</li>
   <li>Currently Lab profiles are not supported, which is tracked in <a 
href="https://bugzilla.mozilla.org/show_bug.cgi?id=1717767";>bug 
1717767</a>.</li>
   </ul>
   </li>
   <li>Improved rendering of large pages in the viewer
   <ul>
   <li>Render the currently visible portion of pages at full resolution, once 
we've reached the size limits and are falling back to CSS-zooming; see PR <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19128";>mozilla/pdf.js#19128</a>.</li>
   <li>Limit the maximum canvas dimensions, to avoid rendering breaking and 
canvases being empty; see PR <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19604";>mozilla/pdf.js#19604</a>.</li>
   </ul>
   </li>
   <li>Enable creation of hyperlinks, in the viewer, from text that look like 
URLs
   <ul>
   <li>This is disabled by default because of some remaining issues, but can be 
enabled in the viewer with the <code>enableAutoLinking</code> 
option/preference; see PR <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19110";>mozilla/pdf.js#19110</a>.</li>
   </ul>
   </li>
   </ul>
   <p>The following significant changes are highlighted (which may require 
changes in third-party PDF.js implementations):</p>
   <ul>
   <li>Addition of a couple of new CSS variables, that e.g. the text and 
annotation layers now depend upon; see PR  <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19469";>mozilla/pdf.js#19469</a>.</li>
   <li>Removal of a couple of old exceptions; see PR <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19264";>mozilla/pdf.js#19264</a>.</li>
   </ul>
   <p>The complete list of changes in this release is shown below. If you're 
upgrading to PDF.js 5.0 we recommend checking the changes prefixed with 
<code>[api-minor]</code> and <code>[api-major]</code> since those might require 
updates to your code.</p>
   <h2>Changes since v4.10.38</h2>
   <ul>
   <li>Bump the stable version in <code>pdfjs.config</code> by <a 
href="https://github.com/timvandermeij";><code>@​timvandermeij</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19276";>mozilla/pdf.js#19276</a></li>
   <li>Remove the <code>getSelectedEditors</code> integration test helper 
function by <a 
href="https://github.com/timvandermeij";><code>@​timvandermeij</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19277";>mozilla/pdf.js#19277</a></li>
   <li>Use <code>Dict</code> iteration more (PR 19051 follow-up) by <a 
href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19278";>mozilla/pdf.js#19278</a></li>
   <li>Skip LinkAnnotations when collecting field objects (issue 19281) by <a 
href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19289";>mozilla/pdf.js#19289</a></li>
   <li>Use the <code>waitForUnselectedEditor</code> integration test helper 
function more by <a 
href="https://github.com/timvandermeij";><code>@​timvandermeij</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19290";>mozilla/pdf.js#19290</a></li>
   <li>Implement a commit helper function for the freetext integration tests by 
<a href="https://github.com/timvandermeij";><code>@​timvandermeij</code></a> in 
<a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19291";>mozilla/pdf.js#19291</a></li>
   <li>Let be more tolerant with predefined phone number format by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19280";>mozilla/pdf.js#19280</a></li>
   <li>Update the toggle-button css after the changes in m-c (bug 1940085) by 
<a href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19295";>mozilla/pdf.js#19295</a></li>
   <li>Remove unused CSS variables by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19300";>mozilla/pdf.js#19300</a></li>
   <li>Remove the fuzz tests (issue 19297) by <a 
href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19307";>mozilla/pdf.js#19307</a></li>
   <li>Access the bbox/background data correctly in the 
<code>MeshShadingPattern</code> class (issue 18816) by <a 
href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19305";>mozilla/pdf.js#19305</a></li>
   <li>[Editor] Set a unique id for each element in the draw layer by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19309";>mozilla/pdf.js#19309</a></li>
   <li>[Editor] Don't try to use an non-existing canvas when rendering an in 
visible existing stamp editor by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19311";>mozilla/pdf.js#19311</a></li>
   <li>[Editor] Improve zooming with a pinch gesture while drawing by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19312";>mozilla/pdf.js#19312</a></li>
   <li>Update dependencies to the most recent versions by <a 
href="https://github.com/timvandermeij";><code>@​timvandermeij</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19313";>mozilla/pdf.js#19313</a></li>
   <li>Re-use existing helper functions in <code>FontRendererFactory</code> by 
<a href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in 
<a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19317";>mozilla/pdf.js#19317</a></li>
   <li>Upgrade Puppeteer to version 24.0.0 by <a 
href="https://github.com/timvandermeij";><code>@​timvandermeij</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19318";>mozilla/pdf.js#19318</a></li>
   <li>Improve performance when reading very large TrueType &quot;cmap&quot; 
tables (issue 19319) by <a 
href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19321";>mozilla/pdf.js#19321</a></li>
   <li>Enable editor when double-clicking on stamp annotation by <a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a> in 
<a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19320";>mozilla/pdf.js#19320</a></li>
   <li>Access the number of components correctly in JPEG 2000 images with color 
space entries (issue 19326) by <a 
href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19327";>mozilla/pdf.js#19327</a></li>
   <li>Allow searching for number-number on two lines by <a 
href="https://github.com/nicolo-ribaudo";><code>@​nicolo-ribaudo</code></a> in 
<a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19324";>mozilla/pdf.js#19324</a></li>
   <li>[api-major] Add openjpeg.wasm to pdf.js (bug 1935076) by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19329";>mozilla/pdf.js#19329</a></li>
   <li>[api-major] Replace <code>MissingPDFException</code> and 
<code>UnexpectedResponseException</code> with one exception by <a 
href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19264";>mozilla/pdf.js#19264</a></li>
   <li>Bump library version to <code>5.0</code> by <a 
href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/19332";>mozilla/pdf.js#19332</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mozilla/pdf.js/commit/23972e1946f69a1ae6bfad9e2f79dfa237432228";><code>23972e1</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mozilla/pdf.js/issues/19661";>#19661</a> from 
Snuffleupagus/thumbnails-inline-finishRenderTask</li>
   <li><a 
href="https://github.com/mozilla/pdf.js/commit/6548c9f1f61dd4f85e9081409de2db279dd7ce68";><code>6548c9f</code></a>
 Inline the <code>PDFThumbnailView.prototype.#finishRenderTask</code> helper 
method</li>
   <li><a 
href="https://github.com/mozilla/pdf.js/commit/7ee061bcf117aae8730b59d72cd5d99af920bea9";><code>7ee061b</code></a>
 Add a helper function, in <code>web/pdf_thumbnail_view.js</code>, for 
&quot;zeroing&quot; a canvas</li>
   <li><a 
href="https://github.com/mozilla/pdf.js/commit/b7eef925acd69bd8b60cd04b9ba6aca5f581bc39";><code>b7eef92</code></a>
 Shorten the <code>PDFThumbnailView.prototype.#getReducedImageDims</code> 
method (PR 1963...</li>
   <li><a 
href="https://github.com/mozilla/pdf.js/commit/4b2683ecb6bf0bc1c5e5482ac41eb22cc1cdd38c";><code>4b2683e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mozilla/pdf.js/issues/19656";>#19656</a> from 
Snuffleupagus/shorten-MeshStreamReader</li>
   <li><a 
href="https://github.com/mozilla/pdf.js/commit/9967ab4aa821fb18fcdd8fd6e47794a957c3aa3a";><code>9967ab4</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mozilla/pdf.js/issues/19657";>#19657</a> from 
Snuffleupagus/GenericL10n-rm-regex</li>
   <li><a 
href="https://github.com/mozilla/pdf.js/commit/9180e27f153f5d17baf64fdb97185b9e89c25e68";><code>9180e27</code></a>
 Replace the regular expression in <code>GenericL10n.#getPaths</code> with 
simple string ...</li>
   <li><a 
href="https://github.com/mozilla/pdf.js/commit/ec30f0788b3e4ef97a1371a7f86750ff29e2a640";><code>ec30f07</code></a>
 Slightly shorten a couple of <code>MeshStreamReader</code> methods</li>
   <li><a 
href="https://github.com/mozilla/pdf.js/commit/2294a510b05a382b96e5a70fcb6edd127aa6608a";><code>2294a51</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mozilla/pdf.js/issues/19653";>#19653</a> from 
calixteman/rm_strings_html</li>
   <li><a 
href="https://github.com/mozilla/pdf.js/commit/88c3ed9a80feab194c5b4f28ab97bcbf677d86f4";><code>88c3ed9</code></a>
 Remove all the translatable strings from the html</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mozilla/pdf.js/compare/v4.10.38...v5.0.375";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.webjars.npm:pdfjs-dist&package-manager=maven&previous-version=4.10.38&new-version=5.0.375)](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>


-- 
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-unsubscr...@causeway.apache.org

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

Reply via email to