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

   Bumps [org.webjars.npm:pdfjs-dist](https://github.com/mozilla/pdf.js) from 
5.4.624 to 5.5.207.
   <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.5.207</h2>
   <p>This release contains improvements for accessibility, font conversion, 
image conversion, performance, text selection and the viewer.</p>
   <h2>Changes since v5.4.624</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/20617";>mozilla/pdf.js#20617</a></li>
   <li>Replace the various interfaces in <code>web/interfaces.js</code> with 
proper classes by <a 
href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20607";>mozilla/pdf.js#20607</a></li>
   <li>Add support for Brotli decompression by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20610";>mozilla/pdf.js#20610</a></li>
   <li>Change all relevant <code>BasePDFStream</code> implementations to take 
an actual <code>URL</code> instance by <a 
href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20614";>mozilla/pdf.js#20614</a></li>
   <li>Report loading progress &quot;automatically&quot; when using the 
<code>PDFDataTransportStream</code> class, and remove the 
<code>PDFDataRangeTransport.prototype.onDataProgress</code> method by <a 
href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20615";>mozilla/pdf.js#20615</a></li>
   <li>Use the ccittfax decoder from pdfium by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20613";>mozilla/pdf.js#20613</a></li>
   <li>Avoid to have to download the model when toggling the button in the 
alt-text image settings dialog (bug 2013899) by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20621";>mozilla/pdf.js#20621</a></li>
   <li>Let the toggle button in the alt-text dialog downloading (resp. delete) 
the model and enabling (resp. disabling) alt-text guessing (bug 2014167) by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20622";>mozilla/pdf.js#20622</a></li>
   <li>Flush the text content chunk only on real font changes (bug 2013793) by 
<a href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20624";>mozilla/pdf.js#20624</a></li>
   <li>Improve progress reporting in <code>ChunkedStreamManager</code>, and 
prevent unnecessary data copy in 
<code>ChunkedStream.prototype.onReceiveData</code> by <a 
href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20627";>mozilla/pdf.js#20627</a></li>
   <li>Cap the max canvas dimensions in order to avoid to downscale large 
images in the worker (bug 2014399) by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20628";>mozilla/pdf.js#20628</a></li>
   <li>Fix <code>Worker was terminated</code> error when loading is cancelled 
by <a href="https://github.com/andriivitiv";><code>@​andriivitiv</code></a> in 
<a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20503";>mozilla/pdf.js#20503</a></li>
   <li>In tagged pdfs, TH can be either a column header or a row header (bug 
2014080) by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20623";>mozilla/pdf.js#20623</a></li>
   <li>[api-minor] Update the supported Node.js &quot;patch&quot; versions by 
<a href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in 
<a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20635";>mozilla/pdf.js#20635</a></li>
   <li>Ensure that pending requests are resolved when calling 
<code>PDFDataTransportStreamReader.prototype.progressiveDone</code> by <a 
href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20634";>mozilla/pdf.js#20634</a></li>
   <li>Normalize the font name in <code>getBaseFontMetrics</code> (issue 20246) 
by <a href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> 
in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20637";>mozilla/pdf.js#20637</a></li>
   <li>Avoid branching in convertBlackAndWhiteToRGBA by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20638";>mozilla/pdf.js#20638</a></li>
   <li>Set a pages mapper per loaded document by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20640";>mozilla/pdf.js#20640</a></li>
   <li>Bump library version to <code>5.5</code> by <a 
href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20642";>mozilla/pdf.js#20642</a></li>
   <li>[api-minor] Update the minimum supported Google Chrome version to 118 by 
<a href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in 
<a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20645";>mozilla/pdf.js#20645</a></li>
   <li>Update dependencies and translations 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/20639";>mozilla/pdf.js#20639</a></li>
   <li>Fix a 'FreeText accessibility' integration test by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20643";>mozilla/pdf.js#20643</a></li>
   <li>Add firefox-devtools-mcp to let AI agents test and debug in Firefox by 
<a href="https://github.com/marco-c";><code>@​marco-c</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20644";>mozilla/pdf.js#20644</a></li>
   <li>Convert <code>PDFPageProxy.prototype.getTextContent</code> to an 
asynchronous method by <a 
href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20648";>mozilla/pdf.js#20648</a></li>
   <li>Ends the current drawing session when closing the tab (bug 2015385) by 
<a href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20649";>mozilla/pdf.js#20649</a></li>
   <li>Start using <code>Response.prototype.bytes()</code> in the code-base by 
<a href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in 
<a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20651";>mozilla/pdf.js#20651</a></li>
   <li>Move and re-use the <code>stripPath</code> helper function more by <a 
href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20656";>mozilla/pdf.js#20656</a></li>
   <li>Update jbig2 decoder (pdfium@0455e822ded1a5537d826703988e986a33d2d4a1) 
by <a href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20655";>mozilla/pdf.js#20655</a></li>
   <li>Enable a couple of additional <code>eslint-plugin-unicorn</code> rules 
by <a href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> 
in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20654";>mozilla/pdf.js#20654</a></li>
   <li>Fix types to make &quot;gulp typestest&quot; succeeding by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20641";>mozilla/pdf.js#20641</a></li>
   <li>Avoid parsing skipped range requests in 
<code>ChunkedStreamManager</code> (PR 10694 follow-up) by <a 
href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20652";>mozilla/pdf.js#20652</a></li>
   <li>Enable the <code>unicorn/prefer-class-fields</code> ESLint plugin rule 
by <a href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> 
in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20657";>mozilla/pdf.js#20657</a></li>
   <li>Add code coverage for unit tests running in node by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20658";>mozilla/pdf.js#20658</a></li>
   <li>Add a Codecov badge by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20659";>mozilla/pdf.js#20659</a></li>
   <li>Remove <code>Object.hasOwn</code> usage from the 
<code>src/core/xref.js</code> file by <a 
href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20663";>mozilla/pdf.js#20663</a></li>
   <li>Truncate too long /Decode map entries (issue 20668) by <a 
href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20669";>mozilla/pdf.js#20669</a></li>
   <li>Convert the <code>PDFObjects</code> class to use a <code>Map</code> 
internally by <a 
href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20673";>mozilla/pdf.js#20673</a></li>
   <li>Fix the keyboard accessibility of the manage button in the thumbnails 
view (bug 2015916) by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20675";>mozilla/pdf.js#20675</a></li>
   <li>fix: support text selection under search highlights by <a 
href="https://github.com/matt-atticus";><code>@​matt-atticus</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20463";>mozilla/pdf.js#20463</a></li>
   <li>Fix code coverage line mapping by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20665";>mozilla/pdf.js#20665</a></li>
   <li>Remove unused <code>CanvasGraphics</code> properties (PR 700 follow-up) 
by <a href="https://github.com/Snuffleupagus";><code>@​Snuffleupagus</code></a> 
in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20682";>mozilla/pdf.js#20682</a></li>
   <li>Add an aria-label to the checkboxes in the thumbnails view (bug 2016136) 
by <a href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20678";>mozilla/pdf.js#20678</a></li>
   <li>Correctly handle tab/page down when on a menu (bug 2016212) by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20681";>mozilla/pdf.js#20681</a></li>
   <li>Add an aria-label to the sidebar resizer (bug 2016142) by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20679";>mozilla/pdf.js#20679</a></li>
   <li>Add support for deleting, cutting, copying and pasting pages (bug 
2010830, 2010831) by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20670";>mozilla/pdf.js#20670</a></li>
   <li>Add the possibility to navigate with the keyboard to go from a checkbox 
to an other in the thumbnail view (bug 2016007) by <a 
href="https://github.com/calixteman";><code>@​calixteman</code></a> in <a 
href="https://redirect.github.com/mozilla/pdf.js/pull/20677";>mozilla/pdf.js#20677</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/5279646985f4744386a9fe3cf61b28bf1ff88d6e";><code>5279646</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mozilla/pdf.js/issues/20751";>#20751</a> from 
calixteman/bug2016693</li>
   <li><a 
href="https://github.com/mozilla/pdf.js/commit/98d0332a9f99f6d4f0185738025baf23eca6faab";><code>98d0332</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mozilla/pdf.js/issues/20767";>#20767</a> from 
calixteman/followup_20742</li>
   <li><a 
href="https://github.com/mozilla/pdf.js/commit/c1fe547a05a01790e724b6ea542cc031d78d2e97";><code>c1fe547</code></a>
 Add an integration test for the issue fixed in <a 
href="https://redirect.github.com/mozilla/pdf.js/issues/20742";>#20742</a></li>
   <li><a 
href="https://github.com/mozilla/pdf.js/commit/62ceac6e97d2b82ef91f33ced3f6c9782bf47ef1";><code>62ceac6</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mozilla/pdf.js/issues/20769";>#20769</a> from 
timvandermeij/updates</li>
   <li><a 
href="https://github.com/mozilla/pdf.js/commit/3d2d145329e69134ef9dc4cfaa7ef9b9211262ab";><code>3d2d145</code></a>
 Fix vulnerabilities in dependency versions</li>
   <li><a 
href="https://github.com/mozilla/pdf.js/commit/ced9b4717fe260705da7cc7bb76aea8be89b802b";><code>ced9b47</code></a>
 Upgrade <code>c8</code> to version 11.0.0</li>
   <li><a 
href="https://github.com/mozilla/pdf.js/commit/4cb0d504b0bf61c94e3f5c7373f3c78debed098e";><code>4cb0d50</code></a>
 Update dependencies to the most recent versions</li>
   <li><a 
href="https://github.com/mozilla/pdf.js/commit/5cbb8413cbcee2afcc8336decb88e9603391bc15";><code>5cbb841</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mozilla/pdf.js/issues/20768";>#20768</a> from 
calixteman/rm_yargs</li>
   <li><a 
href="https://github.com/mozilla/pdf.js/commit/1861a4c4adc3567afc649a4a897c93be832951b4";><code>1861a4c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mozilla/pdf.js/issues/20756";>#20756</a> from 
Snuffleupagus/PDFDataRangeTransport-tests</li>
   <li><a 
href="https://github.com/mozilla/pdf.js/commit/f32b9d26778a068213300b6f4f69242b78879d81";><code>f32b9d2</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mozilla/pdf.js/issues/20738";>#20738</a> from 
Snuffleupagus/function-shorten</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mozilla/pdf.js/compare/v5.4.624...v5.5.207";>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=5.4.624&new-version=5.5.207)](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 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to