dependabot[bot] opened a new pull request, #2804: URL: https://github.com/apache/causeway/pull/2804
Bumps [org.webjars.npm:pdfjs-dist](https://github.com/mozilla/pdf.js) from 4.6.82 to 4.9.155. <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.9.155</h2> <p>This release primarily contains a bugfix for a Node.js-specific regression in the previous release; see <a href="https://redirect.github.com/mozilla/pdf.js/issues/19145">#19145</a> and <a href="https://redirect.github.com/mozilla/pdf.js/issues/19149">#19149</a> for context. Moreover, improvements for the annotation editor are included.</p> <h2>Changes since v4.9.124</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/19139">mozilla/pdf.js#19139</a></li> <li>Fix the clickable area for rotated ink annotations by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19142">mozilla/pdf.js#19142</a></li> <li>[Editor] Don't focus a newly added drawing if it isn't visible on screen by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19144">mozilla/pdf.js#19144</a></li> <li>[Editor] Make ink annotation editable by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19151">mozilla/pdf.js#19151</a></li> <li>Add test cases for redirected responses by <a href="https://github.com/Rob"><code>@Rob</code></a>--W in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19074">mozilla/pdf.js#19074</a></li> <li>Annotation deletion popup (bug 1899731) by <a href="https://github.com/ryzokuken"><code>@ryzokuken</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18900">mozilla/pdf.js#18900</a></li> <li>[Editor] Corrrectly get the words from the alt-text when reporting the telemetry (bug 1929311) by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19155">mozilla/pdf.js#19155</a></li> <li>Fix unused css variables (follow-up of <a href="https://redirect.github.com/mozilla/pdf.js/issues/18900">#18900</a>) by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19160">mozilla/pdf.js#19160</a></li> <li>Introduce <code>Promise.try()</code> usage 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/19161">mozilla/pdf.js#19161</a></li> <li>Correctly wait for the editor mode when double clicking on an annotation 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/19163">mozilla/pdf.js#19163</a></li> <li>Ensure that the <code>.toggleButton</code>, as used in the findbar, always have visible hover/focus state (issue 19165) by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19172">mozilla/pdf.js#19172</a></li> <li>[Editor] Correctly update the current drawing when zooming by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19174">mozilla/pdf.js#19174</a></li> <li>Avoid to display an alert or a confirm dialog if the message is empty by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19177">mozilla/pdf.js#19177</a></li> <li>Prevent Webpack from resolving <code>import.meta.url</code> statements during building (issue 19145) by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19149">mozilla/pdf.js#19149</a></li> </ul> <h2>v4.9.124</h2> <p>This release contains improvements for the annotation editor, form rendering, image conversion, text selection and the viewer.</p> <h2>Changes since v4.8.69</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/18994">mozilla/pdf.js#18994</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/18995">mozilla/pdf.js#18995</a></li> <li>Enable the "should have an alt attribute from toolTip" unit-test in Node.js by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18998">mozilla/pdf.js#18998</a></li> <li>Enable the 'gets PDF filename from query string appended to "blob:" URL' unit-test in Node.js by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18997">mozilla/pdf.js#18997</a></li> <li>Use the <code>toBase64Util</code> helper function in 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/18999">mozilla/pdf.js#18999</a></li> <li>Install and use the most recent Node types for the types tests by <a href="https://github.com/timvandermeij"><code>@timvandermeij</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19000">mozilla/pdf.js#19000</a></li> <li>Fix the "must convert input to uppercase" scripting integration test by <a href="https://github.com/timvandermeij"><code>@timvandermeij</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19001">mozilla/pdf.js#19001</a></li> <li>[api-minor] Update the minimum supported Node.js version to 20, and only support the Fetch API for "remote" PDF documents in Node.js by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/18959">mozilla/pdf.js#18959</a></li> <li>Fix error on empty response headers by <a href="https://github.com/CyberAndrii"><code>@CyberAndrii</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19010">mozilla/pdf.js#19010</a></li> <li>Try to improve handling of missing trailer dictionaries in <code>XRef.indexObjects</code> (issue 18986) by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19007">mozilla/pdf.js#19007</a></li> <li>Shorten a few helper functions in <code>src/core/core_utils.js</code> by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19005">mozilla/pdf.js#19005</a></li> <li>Add helper functions to load image blob/bitmap data in <code>test/unit/api_spec.js</code> by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19003">mozilla/pdf.js#19003</a></li> <li>Bump library version to <code>4.9</code> by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19002">mozilla/pdf.js#19002</a></li> <li>Simplify toRomanNumerals function by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19011">mozilla/pdf.js#19011</a></li> <li>Fix Typo:XFATemplate class Para Styling paddingight => paddingRight by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19012">mozilla/pdf.js#19012</a></li> <li>Set the padding of the buttons in the toolbars to zero by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19018">mozilla/pdf.js#19018</a></li> <li>Shorten the <code>Page.prototype.userUnit</code> getter slightly by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19019">mozilla/pdf.js#19019</a></li> <li>[api-minor] Replace the <code>canvas</code> package with <code>@napi-rs/canvas</code> by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19015">mozilla/pdf.js#19015</a></li> <li>Apply gradient when stroking text by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19023">mozilla/pdf.js#19023</a></li> <li>Disable ref test 'issue18896' for Chrome because it takes too much time by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19024">mozilla/pdf.js#19024</a></li> <li>Simplify saving added/modified annotations. by <a href="https://github.com/calixteman"><code>@calixteman</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19026">mozilla/pdf.js#19026</a></li> <li>Migrate to ESLint flat config by <a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19029">mozilla/pdf.js#19029</a></li> <li>Add a <code>PartialEvaluator</code> helper for fetching CMap and Standard Font data by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19021">mozilla/pdf.js#19021</a></li> <li>Use Python 3.13 in the GitHub workflows by <a href="https://github.com/timvandermeij"><code>@timvandermeij</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19035">mozilla/pdf.js#19035</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/19033">mozilla/pdf.js#19033</a></li> <li>[api-minor] Add a <code>getDocument</code> option to disable <code>ImageDecoder</code> usage by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19031">mozilla/pdf.js#19031</a></li> <li>Remove the <code>extensions/chromium/.eslintrc</code> file (PR 19029 follow-up) by <a href="https://github.com/Snuffleupagus"><code>@Snuffleupagus</code></a> in <a href="https://redirect.github.com/mozilla/pdf.js/pull/19052">mozilla/pdf.js#19052</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/a4eb8407c1b3695be0d1f91791f393655b476dd9"><code>a4eb840</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/19149">#19149</a> from Snuffleupagus/issue-19145</li> <li><a href="https://github.com/mozilla/pdf.js/commit/f0a8a799a769ffddec4dc9f1c8b750a64dbe02b9"><code>f0a8a79</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/19177">#19177</a> from calixteman/issue19171</li> <li><a href="https://github.com/mozilla/pdf.js/commit/d1db8d6294fa1be07543ffa60795e02b4fa86b1a"><code>d1db8d6</code></a> Avoid to display an alert or a confirm dialog if the message is empty</li> <li><a href="https://github.com/mozilla/pdf.js/commit/f180de41f3d6f2ad776d4818079db7d2412e5c33"><code>f180de4</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/19174">#19174</a> from calixteman/ink_update_width</li> <li><a href="https://github.com/mozilla/pdf.js/commit/28d801e0811a6455ef0a206ecffb86044a96d454"><code>28d801e</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/19172">#19172</a> from Snuffleupagus/toggleButton-hover</li> <li><a href="https://github.com/mozilla/pdf.js/commit/dfa0e79553110a0b0d7b92edeaa18b404f14bd7b"><code>dfa0e79</code></a> [Editor] Correctly update the current drawing when zooming</li> <li><a href="https://github.com/mozilla/pdf.js/commit/9cbc5baafdbe3fec3811ebce35631eb05a09c354"><code>9cbc5ba</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/19163">#19163</a> from calixteman/fix_new_ink_itest</li> <li><a href="https://github.com/mozilla/pdf.js/commit/61e2eceff610cbef562ee0b3696541a3921d6515"><code>61e2ece</code></a> Ensure that the <code>.toggleButton</code>, as used in the findbar, always have visible ...</li> <li><a href="https://github.com/mozilla/pdf.js/commit/2ad8f6155ce7b55e82ac46d0d2b35ce59d72d52f"><code>2ad8f61</code></a> Merge pull request <a href="https://redirect.github.com/mozilla/pdf.js/issues/19161">#19161</a> from Snuffleupagus/Promise-try</li> <li><a href="https://github.com/mozilla/pdf.js/commit/3ac55501e9d02db90736cb87549de3ca480e522a"><code>3ac5550</code></a> Correctly wait for the editor mode when double clicking on an annotation in i...</li> <li>Additional commits viewable in <a href="https://github.com/mozilla/pdf.js/compare/v4.6.82...v4.9.155">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.6.82&new-version=4.9.155)](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