dependabot[bot] opened a new pull request, #2560: URL: https://github.com/apache/causeway/pull/2560
Bumps [org.webjars.npm:pdfjs-dist](https://github.com/mozilla/pdf.js) from 4.3.136 to 4.4.168. <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>v4.4.168</h2> <p>This release contains improvements for annotations, annotation editing, font conversion, image decoding, performance, scripting, text selection, test/release infrastructure and the viewer.</p> <h2>Changes since v4.3.136</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/18182">mozilla/pdf.js#18182</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/18183">mozilla/pdf.js#18183</a></li> <li>[api-minor] Simplify how the list of points are structured by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18163">mozilla/pdf.js#18163</a></li> <li>Bump library version to 4.4 by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18192">mozilla/pdf.js#18192</a></li> <li>Disconnect the resize observer and remove scroll listener when unbinding window events by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18193">mozilla/pdf.js#18193</a></li> <li>Switch to page-scrolling mode when the pdf has more than 10000 pages (bug 1895050) by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18189">mozilla/pdf.js#18189</a></li> <li>Upgrade <code>gulp</code> to version 5.0.0 by <a href="https://github.com/timvandermeij"><code>@timvandermeij</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18197">mozilla/pdf.js#18197</a></li> <li>Decompress when it's possible images in using DecompressionStream by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18167">mozilla/pdf.js#18167</a></li> <li>Fix decoding of JPX images having an alpha channel by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18204">mozilla/pdf.js#18204</a></li> <li>Change openjpeg.js license from Apache 2 to BSD 2-clause by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18205">mozilla/pdf.js#18205</a></li> <li>Change <code>DownloadManager.download</code> to use Uint8Array-data by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18216">mozilla/pdf.js#18216</a></li> <li>Inline the <code>#finishRendering</code> helper in <code>TextLayerBuilder.prototype.render</code> by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18217">mozilla/pdf.js#18217</a></li> <li>[Editor] Support dragging & dropping images on a pdf (bug 1900907) by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18214">mozilla/pdf.js#18214</a></li> <li>Update our OpenJPEG decoder in order to fix a malloc failure due to big image (bug 1901253) by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18219">mozilla/pdf.js#18219</a></li> <li>Don't display annotations with a PMD (barcode stuff) entry (bug 1899804) by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18228">mozilla/pdf.js#18228</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/18231">mozilla/pdf.js#18231</a></li> <li>Add an option to enable/disable hardware acceleration (bug 1902012) by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18238">mozilla/pdf.js#18238</a></li> <li>Remove the <code>DownloadManager.downloadUrl</code> method by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18236">mozilla/pdf.js#18236</a></li> <li>Display a wait cursor when saving by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18243">mozilla/pdf.js#18243</a></li> <li>Fix an query with an empty selector in integration tests by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18246">mozilla/pdf.js#18246</a></li> <li>Improve how the wait-cursor is toggled when copying all text by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18244">mozilla/pdf.js#18244</a></li> <li>Improve date parsing in the js sandbox by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18234">mozilla/pdf.js#18234</a></li> <li>Don't recommend installing <code>gulp-cli</code> globally in the README and on the website by <a href="https://github.com/timvandermeij"><code>@timvandermeij</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18247">mozilla/pdf.js#18247</a></li> <li>Replace Wintersmith with Metalsmith by <a href="https://github.com/timvandermeij"><code>@timvandermeij</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18248">mozilla/pdf.js#18248</a></li> <li>Include the generated API documentation directly on the API page by <a href="https://github.com/timvandermeij"><code>@timvandermeij</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18251">mozilla/pdf.js#18251</a></li> <li>Improve some old code in the <code>src/display/api.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/18250">mozilla/pdf.js#18250</a></li> <li>Compute correctly the unitsPerEm value from the fontMatrix when converting a font (bug 1539074) by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18253">mozilla/pdf.js#18253</a></li> <li>Implement reproducibility for the JSDoc builds by <a href="https://github.com/timvandermeij"><code>@timvandermeij</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18256">mozilla/pdf.js#18256</a></li> <li>Ensure that saving, in the viewer, works for partially loaded documents by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18254">mozilla/pdf.js#18254</a></li> <li>Implement reproducibility for the release builds by <a href="https://github.com/timvandermeij"><code>@timvandermeij</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18258">mozilla/pdf.js#18258</a></li> <li>Update jpx decoder by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18257">mozilla/pdf.js#18257</a></li> <li>Only disable HWA in m-c build and for local dev by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18255">mozilla/pdf.js#18255</a></li> <li>Only use the l10n fallback bundle when normal ftl-file fetching failed (issue 18264) by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18270">mozilla/pdf.js#18270</a></li> <li>Ensure that dependencies are added to the operatorList for locally cached images (issue 18259) by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18269">mozilla/pdf.js#18269</a></li> <li>Clean up before closing the tab in integration tests by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18271">mozilla/pdf.js#18271</a></li> <li>Add a helper function for handling locally cached image data (PR 18269 follow-up) by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18273">mozilla/pdf.js#18273</a></li> <li>[Editor] Set the canvas in the stamp editor at the right position in odd spread mode by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18275">mozilla/pdf.js#18275</a></li> <li>[Editor] Fix intermittent failure in integration test when highlighting with the keyboard by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18277">mozilla/pdf.js#18277</a></li> <li>Enable dumpio when running the tests in order to have some useful debug data by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18260">mozilla/pdf.js#18260</a></li> <li>Don't save modified documents, when running tests, upon closing the viewer (issue 18274) by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18282">mozilla/pdf.js#18282</a></li> <li>Pause l10n (i.e. disconnect the mutation observer in fluent) when closing the viewer by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18280">mozilla/pdf.js#18280</a></li> <li>Avoid to call a function in the js sandbox when it has been destroyed by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18286">mozilla/pdf.js#18286</a></li> <li>[Editor] Remove the various listeners when destroying the editor manager by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18284">mozilla/pdf.js#18284</a></li> <li>Update dependencies to the most recent versions and upgrade <code>eslint-plugin-unicorn</code> to version 54.0.0 by <a href="https://github.com/timvandermeij"><code>@timvandermeij</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18278">mozilla/pdf.js#18278</a></li> <li>Update the regular expression in <code>tweakWebpackOutput</code> to support minified-legacy builds (issue 18290) by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18292">mozilla/pdf.js#18292</a></li> <li>Add a new helper, in the viewer, to close everything during testing by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18289">mozilla/pdf.js#18289</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/19fbc89985f8287b806bfe4e846e3762e610b672"><code>19fbc89</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/18358">#18358</a> from timvandermeij/npm-url</li> <li><a href="https://github.com/mozilla/pdf.js/commit/bf5dd7ea10dcbb263fa252ae4a26919738668b40"><code>bf5dd7e</code></a> Fix the repository URL in the <code>package.json</code> file for <code>pdfjs-dist</code></li> <li><a href="https://github.com/mozilla/pdf.js/commit/7114796430ddd545c8d1dbb33bd3b97763a76d0f"><code>7114796</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/18352">#18352</a> from wojtekmaj/provenance</li> <li><a href="https://github.com/mozilla/pdf.js/commit/067ec20092586a9cbf31b63b7acdf34ccd1bb748"><code>067ec20</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/18356">#18356</a> from calixteman/no_newtabpage</li> <li><a href="https://github.com/mozilla/pdf.js/commit/efb45a705e816dda3255cd0183ecd6d1262c2dcd"><code>efb45a7</code></a> Disable new tab page stuff in Firefox when running tests</li> <li><a href="https://github.com/mozilla/pdf.js/commit/aaa65bf3fccc1621e93bfb06d0deec921e9bda80"><code>aaa65bf</code></a> Generate provenance statements on npm publish</li> <li><a href="https://github.com/mozilla/pdf.js/commit/8556a26390451052148648bf18d98c0fc4f812af"><code>8556a26</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/18353">#18353</a> from wojtekmaj/npm-ci</li> <li><a href="https://github.com/mozilla/pdf.js/commit/6b449d88841937c79113ecbfe8c8ca0d6a5b6ca4"><code>6b449d8</code></a> Use <code>npm ci</code>, not <code>npm install</code>, on CI</li> <li><a href="https://github.com/mozilla/pdf.js/commit/b5d554e1b4475045862a947a9ced0af46c884327"><code>b5d554e</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/18350">#18350</a> from timvandermeij/github-actions-release</li> <li><a href="https://github.com/mozilla/pdf.js/commit/dddb74d5e4d422b2be80ee93c26396830be2cfb3"><code>dddb74d</code></a> Fix <code>npm publish</code> warnings about the <code>package.json</code> format</li> <li>Additional commits viewable in <a href="https://github.com/mozilla/pdf.js/compare/v4.3.136...v4.4.168">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