Update dependency pdfjs-dist to v4.10.38 #5298
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.8.69
->4.10.38
Release Notes
mozilla/pdf.js (pdfjs-dist)
v4.10.38
Compare Source
This release contains improvements for accessibility, the annotation editor, font conversion, performance, SMasks and the viewer.
Changes since v4.9.155
pdfjs.config
by @timvandermeij in https://github.com/mozilla/pdf.js/pull/19178PDFNetworkStream
(issue 19075) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19114PDFFindBar
options with theEnter
key (issue 19175) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19185issue14307.pdf
integration tests by @timvandermeij in https://github.com/mozilla/pdf.js/pull/19192userUnit
into account in thePageViewport
class (issue 19176) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19196Path2D
glyph-objects by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19200getDocument
options (PR 18776 follow-up) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/192244.10
by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19225AbortSignal.any
is unsupported (PR 19216 follow-up) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/192261938087
) by @calixteman in https://github.com/mozilla/pdf.js/pull/19238handle reading ranges with missing/invalid "Content-Range" header
unit-test in Google Chrome (PR 19114 follow-up) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19237startWorkerTask
calls in the "SaveDocument" handler by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19246if
-statements in thesrc/core/
folder by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19260glyphNameMap
parameter fromType2Compiled
by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19263fontMatrix
is always valid incompileGlyph
by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19262requestRange
/requestFull
methods from theNetworkManager
class by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19273v4.9.155
Compare Source
This release primarily contains a bugfix for a Node.js-specific regression in the previous release; see #19145 and #19149 for context. Moreover, improvements for the annotation editor are included.
Changes since v4.9.124
pdfjs.config
by @timvandermeij in https://github.com/mozilla/pdf.js/pull/191391899731
) by @ryzokuken in https://github.com/mozilla/pdf.js/pull/189001929311
) by @calixteman in https://github.com/mozilla/pdf.js/pull/19155Promise.try()
usage in the code-base by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19161.toggleButton
, as used in the findbar, always have visible hover/focus state (issue 19165) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19172import.meta.url
statements during building (issue 19145) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19149v4.9.124
Compare Source
This release contains improvements for the annotation editor, form rendering, image conversion, text selection and the viewer.
Changes since v4.8.69
pdfjs.config
by @timvandermeij in https://github.com/mozilla/pdf.js/pull/18994toBase64Util
helper function in the unit-tests by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/18999XRef.indexObjects
(issue 18986) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19007src/core/core_utils.js
by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19005test/unit/api_spec.js
by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/190034.9
by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19002Page.prototype.userUnit
getter slightly by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19019canvas
package with@napi-rs/canvas
by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19015PartialEvaluator
helper for fetching CMap and Standard Font data by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19021getDocument
option to disableImageDecoder
usage by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19031extensions/chromium/.eslintrc
file (PR 19029 follow-up) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19052no-var
rule in thesrc/core/evaluator.js
file by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19050no-console
rule in parts of the code-base by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19042extendCMap
(PR 5101 follow-up) by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19057Dict
-implementation to use aMap
internally by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19051#_hcmCache
-data inDOMFilterFactory.prototype.destroy
by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19059ImageDecoder
usage by default in Chromium browsers by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19045unicorn/no-single-promise-in-promise-methods
ESLint plugin rule by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19071getUuid
helper function by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19084getPdfManager
function to be asynchronous by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19091stopEvent
helper function everywhere possible by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/191211934157
) by @calixteman in https://github.com/mozilla/pdf.js/pull/19131src/display/api.js
file by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19135WorkerMessageHandler
class a little bit by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19136getPage
call inPDFDocumentProperties
class by @Snuffleupagus in https://github.com/mozilla/pdf.js/pull/19137Configuration
📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.