dependabot[bot] opened a new pull request, #2952: URL: https://github.com/apache/causeway/pull/2952
Bumps [org.webjars.npm:pdfjs-dist](https://github.com/mozilla/pdf.js) from 5.0.375 to 5.2.133. <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.2.133</h2> <p>This release contains improvements for the annotation editor, font conversion, performance, text selection and the viewer.</p> <h2>Changes since v5.1.91</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/19741">mozilla/pdf.js#19741</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/19742">mozilla/pdf.js#19742</a></li> <li>Isolate the "basic operations" freetext editor integration tests by <a href="https://github.com/timvandermeij"><code>@timvandermeij</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19743">mozilla/pdf.js#19743</a></li> <li>Simplify singularValueDecompose2dScale in order to make it using less memory by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19721">mozilla/pdf.js#19721</a></li> <li>Optimize save-transform-constructPath-restore by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19712">mozilla/pdf.js#19712</a></li> <li>Reduce some code duplication when handling globally cached images by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19746">mozilla/pdf.js#19746</a></li> <li>[api-minor] Move Type3-glyph compilation to the worker-thread by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19736">mozilla/pdf.js#19736</a></li> <li>Remove few useless beginPaths by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19732">mozilla/pdf.js#19732</a></li> <li>Change <code>Util.applyTransform</code> to use the point-argument as an in/out parameter by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19751">mozilla/pdf.js#19751</a></li> <li>Simplify updateRectMinMax in order to use slightly less memory by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19752">mozilla/pdf.js#19752</a></li> <li>Also transfer <code>ImageBitmap</code>s for image masks and inline images by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19760">mozilla/pdf.js#19760</a></li> <li>Bump library version to <code>5.2</code> by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19766">mozilla/pdf.js#19766</a></li> <li>Attempt to get bundlers to leave Emscripten Compiler generated <code>URL</code>s alone (issue 19761) by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19767">mozilla/pdf.js#19767</a></li> <li>Pass the /Info-strings as a <code>Map</code> to the <code>src/core/writer.js</code> code by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19768">mozilla/pdf.js#19768</a></li> <li>Replace UpdateRectMinMax by getAxialAlignedBoundingBox by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19763">mozilla/pdf.js#19763</a></li> <li>Use <code>ctx.filter</code> unconditionally in the <code>src/display/canvas.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/19756">mozilla/pdf.js#19756</a></li> <li>Initialize the <code>isOffscreenCanvasSupported</code> option, in the <code>OperatorList</code> class, once per document by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19758">mozilla/pdf.js#19758</a></li> <li>Change how (most) fields are initialized in the <code>CanvasExtraState</code> class by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19771">mozilla/pdf.js#19771</a></li> <li>Avoid to create an array when setting the text matrix by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19772">mozilla/pdf.js#19772</a></li> <li>Remove <code>Array.prototype.reduce</code> usage from the unit-tests by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19776">mozilla/pdf.js#19776</a></li> <li>Tweak the Node.js version listed in "engines", to ensure that <code>process.getBuiltinModule</code> is available by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19777">mozilla/pdf.js#19777</a></li> <li>Use Array-destructuring when computing MIN/MAX in <code>AFSimple_Calculate</code> by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19775">mozilla/pdf.js#19775</a></li> <li>Lint against <code>export [some declaration]</code> by <a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19786">mozilla/pdf.js#19786</a></li> <li>[chrome] Fix text selection with <code>.markedContent</code> by <a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19785">mozilla/pdf.js#19785</a></li> <li>Enable the <code>no-array-reduce</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/19788">mozilla/pdf.js#19788</a></li> <li>Move the <code>IDENTITY_MATRIX</code> constant into <code>src/core/core_utils.js</code> (PR 19772 follow-up) by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19781">mozilla/pdf.js#19781</a></li> <li>Inline <code>PDFImage.createRawMask</code> in the <code>PDFImage.createMask</code> method by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19773">mozilla/pdf.js#19773</a></li> <li>[api-minor] Replace various <code>getAll</code> methods with iterators by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19778">mozilla/pdf.js#19778</a></li> <li>Handle non-integer and out-of-range values correctly in Indexed color spaces by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19791">mozilla/pdf.js#19791</a></li> <li>[Editor] Fix the border line of the thickness slider in the signature modal while in HCM (bug 1959774) by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19799">mozilla/pdf.js#19799</a></li> <li>[Editor] Commit the current drawing before switching the current mode by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19797">mozilla/pdf.js#19797</a></li> <li>Use <code>adjustWidths</code> unconditionally for all embedded fonts (issue 19802) by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19804">mozilla/pdf.js#19804</a></li> <li>Catch circular references in /Form XObjects (issue 19800) by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19803">mozilla/pdf.js#19803</a></li> <li>Simplify the <code>getAnnotationStorage</code> integration-test helper function by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19790">mozilla/pdf.js#19790</a></li> <li>Simplify <code>Object.fromEntries</code> usage a tiny bit in the <code>web/generic_signature_storage.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/19789">mozilla/pdf.js#19789</a></li> <li>Change <code>PDFDocument.prototype._xfaStreams</code> to return a <code>Map</code> by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19805">mozilla/pdf.js#19805</a></li> <li>Add more logical assignment in the <code>src/</code> folder by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19806">mozilla/pdf.js#19806</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/19807">mozilla/pdf.js#19807</a></li> <li>Run the integration tests in a random order by <a href="https://github.com/timvandermeij"><code>@timvandermeij</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19809">mozilla/pdf.js#19809</a></li> <li>Update Webpack to version <code>5.99.5</code> (issue 19808) by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19810">mozilla/pdf.js#19810</a></li> <li>Remove debug code from the integration tests, and skip the "must check that canvas perfectly fits the page whatever the zoom level" integration test in Chrome by <a href="https://github.com/timvandermeij"><code>@timvandermeij</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19812">mozilla/pdf.js#19812</a></li> <li>Improve error handling when parsing page-structTrees by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19824">mozilla/pdf.js#19824</a></li> <li>Avoid to create any subarrays when optimizing 'save, transform, constructPath, restore' (bug 1961107) by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19825">mozilla/pdf.js#19825</a></li> <li>Check that the <code>Object.prototype</code> hasn't been incorrectly extended (PR 11582 follow-up) by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19828">mozilla/pdf.js#19828</a></li> <li>Replace the info icon in the undo bar by the right one (bug 1960523) by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19829">mozilla/pdf.js#19829</a></li> <li>Fix printing of XFA documents, by calling <code>XfaLayerBuilder.prototype.render</code> correctly (issue 19840) by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19841">mozilla/pdf.js#19841</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/4f7761353c6bacf6d32508c459122b019f873676"><code>4f77613</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/19873">#19873</a> from timvandermeij/fix-editor-undo-bar-intermittents</li> <li><a href="https://github.com/mozilla/pdf.js/commit/967e34046a5851b058948c4c8d8d2fa880209430"><code>967e340</code></a> Fix the "must work properly when selecting undo by keyboard" integration test</li> <li><a href="https://github.com/mozilla/pdf.js/commit/9e1f93e5eb53c4b3527fb546d358891f8e5e7a3d"><code>9e1f93e</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/19874">#19874</a> from Snuffleupagus/issue-19871</li> <li><a href="https://github.com/mozilla/pdf.js/commit/0852c42c15e2f5b0089b0844d822eaa973f7da20"><code>0852c42</code></a> Always render the Annotation- and XFA-layers with light <code>color-scheme</code> (issue...</li> <li><a href="https://github.com/mozilla/pdf.js/commit/48b7d9f4249b220a5b4e8ad5023bd4adadd6524b"><code>48b7d9f</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/19869">#19869</a> from timvandermeij/updates</li> <li><a href="https://github.com/mozilla/pdf.js/commit/b8dd236ae6cdaa5494b1a5b82e73e2c90755ecc7"><code>b8dd236</code></a> Update translations to the most recent versions</li> <li><a href="https://github.com/mozilla/pdf.js/commit/cbf61712f9821374ea83c601bda4943eb9cf44c7"><code>cbf6171</code></a> Update dependencies to the most recent versions</li> <li><a href="https://github.com/mozilla/pdf.js/commit/a40bf371843599e7b2d30dc672cfbe09b24965df"><code>a40bf37</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/19866">#19866</a> from Snuffleupagus/updateUrlHash</li> <li><a href="https://github.com/mozilla/pdf.js/commit/c2d88540b48bde6661c100d0b350439adb38541b"><code>c2d8854</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/19868">#19868</a> from Snuffleupagus/MathClamp-4</li> <li><a href="https://github.com/mozilla/pdf.js/commit/6891602e7ff0180908337e47d1459e49b219c53c"><code>6891602</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/19858">#19858</a> from luckymore/master</li> <li>Additional commits viewable in <a href="https://github.com/mozilla/pdf.js/compare/v5.0.375...v5.2.133">compare view</a></li> </ul> </details> <br /> [](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