Skip to content

chore(deps): bump the embedpdf group across 1 directory with 23 updates - #41

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/embedpdf-3b83c48879
Open

chore(deps): bump the embedpdf group across 1 directory with 23 updates#41
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/embedpdf-3b83c48879

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the embedpdf group with 21 updates in the /frontend directory:

Package From To
@embedpdf/core 2.14.1 2.15.0
@embedpdf/models 2.14.1 2.15.0
@embedpdf/plugin-annotation 2.14.1 2.15.0
@embedpdf/plugin-attachment 2.14.1 2.15.0
@embedpdf/plugin-bookmark 2.14.1 2.15.0
@embedpdf/plugin-document-manager 2.14.1 2.15.0
@embedpdf/plugin-export 2.14.1 2.15.0
@embedpdf/plugin-history 2.14.1 2.15.0
@embedpdf/plugin-interaction-manager 2.14.1 2.15.0
@embedpdf/plugin-pan 2.14.1 2.15.0
@embedpdf/plugin-print 2.14.1 2.15.0
@embedpdf/plugin-redaction 2.14.1 2.15.0
@embedpdf/plugin-render 2.14.1 2.15.0
@embedpdf/plugin-rotate 2.14.1 2.15.0
@embedpdf/plugin-scroll 2.14.1 2.15.0
@embedpdf/plugin-search 2.14.1 2.15.0
@embedpdf/plugin-spread 2.14.1 2.15.0
@embedpdf/plugin-thumbnail 2.14.1 2.15.0
@embedpdf/plugin-tiling 2.14.1 2.15.0
@embedpdf/plugin-viewport 2.14.1 2.15.0
@embedpdf/plugin-zoom 2.14.1 2.15.0

Updates @embedpdf/core from 2.14.1 to 2.15.0

Release notes

Sourced from @​embedpdf/core's releases.

Release v2.15.0

@​embedpdf/plugin-selection@​2.15.0

Minor Changes

  • #685 by @​simonmysun – Add setSelection(range, documentId?) to the selection capability and document scope for programmatically applying or restoring a text selection.

    It accepts the same SelectionRangeX ({ start, end } glyph pointers) shape emitted by onSelectionChange, so a saved selection can be passed straight back in to restore it; passing null clears the selection. Page geometry is loaded on demand, so the returned task resolves only once the highlight rects are computed. The range is normalized (start/end may be given in any order), invalid input (malformed range, non-integer/negative indices, out-of-bounds pages) is rejected, glyph indices are clamped to the available page geometry, and previously highlighted pages are repainted so switching to a disjoint selection no longer leaves stale highlights behind.

@​embedpdf/core@​2.15.0

Patch Changes

  • #703 by @​berkayozdin – Make the precompiled Svelte output work on every Svelte 5 runtime

    Svelte 5.56 changed the exclude argument of the private rest_props runtime helper from an array (exclude.includes(key)) to a Set (exclude.has(key)). The */svelte entry points ship precompiled component code, so output built against one side of that change throws on the other: the currently published packages fail with TypeError: exclude.has is not a function on Svelte >= 5.56, which aborts the render of every EmbedPDF Svelte component.

    The Svelte build now routes those calls through a wrapper that hands the runtime an exclude value satisfying both contracts, so one published build stays valid across the whole svelte: ">=5 <6" peer range.

@​embedpdf/engines@​2.15.0

@​embedpdf/models@​2.15.0

@​embedpdf/pdfium@​2.15.0

@​embedpdf/plugin-annotation@​2.15.0

@​embedpdf/plugin-attachment@​2.15.0

@​embedpdf/plugin-bookmark@​2.15.0

@​embedpdf/plugin-capture@​2.15.0

@​embedpdf/plugin-commands@​2.15.0

@​embedpdf/plugin-document-manager@​2.15.0

@​embedpdf/plugin-export@​2.15.0

@​embedpdf/plugin-form@​2.15.0

... (truncated)

Commits

Updates @embedpdf/engines from 2.14.1 to 2.15.0

Release notes

Sourced from @​embedpdf/engines's releases.

Release v2.15.0

@​embedpdf/plugin-selection@​2.15.0

Minor Changes

  • #685 by @​simonmysun – Add setSelection(range, documentId?) to the selection capability and document scope for programmatically applying or restoring a text selection.

    It accepts the same SelectionRangeX ({ start, end } glyph pointers) shape emitted by onSelectionChange, so a saved selection can be passed straight back in to restore it; passing null clears the selection. Page geometry is loaded on demand, so the returned task resolves only once the highlight rects are computed. The range is normalized (start/end may be given in any order), invalid input (malformed range, non-integer/negative indices, out-of-bounds pages) is rejected, glyph indices are clamped to the available page geometry, and previously highlighted pages are repainted so switching to a disjoint selection no longer leaves stale highlights behind.

@​embedpdf/core@​2.15.0

Patch Changes

  • #703 by @​berkayozdin – Make the precompiled Svelte output work on every Svelte 5 runtime

    Svelte 5.56 changed the exclude argument of the private rest_props runtime helper from an array (exclude.includes(key)) to a Set (exclude.has(key)). The */svelte entry points ship precompiled component code, so output built against one side of that change throws on the other: the currently published packages fail with TypeError: exclude.has is not a function on Svelte >= 5.56, which aborts the render of every EmbedPDF Svelte component.

    The Svelte build now routes those calls through a wrapper that hands the runtime an exclude value satisfying both contracts, so one published build stays valid across the whole svelte: ">=5 <6" peer range.

@​embedpdf/engines@​2.15.0

@​embedpdf/models@​2.15.0

@​embedpdf/pdfium@​2.15.0

@​embedpdf/plugin-annotation@​2.15.0

@​embedpdf/plugin-attachment@​2.15.0

@​embedpdf/plugin-bookmark@​2.15.0

@​embedpdf/plugin-capture@​2.15.0

@​embedpdf/plugin-commands@​2.15.0

@​embedpdf/plugin-document-manager@​2.15.0

@​embedpdf/plugin-export@​2.15.0

@​embedpdf/plugin-form@​2.15.0

... (truncated)

Changelog

Sourced from @​embedpdf/engines's changelog.

2.15.0

2.14.4

Patch Changes

  • #658 by @​bobsingor – Fix incorrect annotation positions for PDFs with a non-zero MediaBox/CropBox origin (e.g. CAD/technical drawing exports). The engine now reads each page's box origin at open time and applies it in both the PDF-to-CSS and CSS-to-PDF coordinate conversions, so annotations render and round-trip at the position shown by native PDF viewers.

  • #662 by @​bobsingor – Fix fontFallback: null not disabling the default jsDelivr CDN font fallback. The snippet previously stripped null with a truthy filter before it reached the worker, so the worker fell back to the CDN config. The value is now forwarded correctly (preserving null while still omitting an unset option), and the fontFallback type is widened to FontFallbackConfig | null across the engine hooks/options so the documented airgapped opt-out is type-correct end to end.

2.14.3

Patch Changes

  • #638 by @​bobsingor – Fix two bugs that caused polygon (and square/circle) annotations created via the createAnnotation API with strokeStyle: PdfAnnotationBorderStyle.CLOUDY to be saved as a half-built stub missing /C, /IC, /CA, /F, /BE, /RD, and /AP:

    • Normalise PdfAnnotationBorderStyle.CLOUDY to SOLID inside setBorderStyle before calling PDFium's EPDFAnnot_SetBorderStyle. Cloudy is not a /BS/S value — it is conveyed via the separate /BE (border effect) dict, which setBorderEffect already writes. PDFium previously rejected the call and aborted the rest of addPolyContent / addShapeContent, so the cloudy effect, colors, opacity, flags, and appearance stream were never written.
    • Fix the rollback path in createPageAnnotation so failed content-add calls actually remove the partially-built annotation. The previous code called FPDFPage_RemoveAnnot(pagePtr, annotationPtr), but PDFium's C signature is FPDFPage_RemoveAnnot(FPDF_PAGE, int index) — the annotation pointer was interpreted as an out-of-range index and silently no-op'd, leaving the stub annotation in the page. It now uses removeAnnotationByName (via EPDFPage_RemoveAnnotByName) and closes the annotation handle.

    The PdfAnnotationBorderStyle.CLOUDY enum value is now treated as a deprecated alias for SOLID + cloudyBorderIntensity and is slated for removal in the next major release.

  • #641 by @​bobsingor – Populate PdfPageObject.objectNumber from PDFium's EPDFDoc_GetPageObjectNumberByIndex in openDocumentBuffer and importPages, so pages now expose their PDF indirect-object number alongside their index, size, and rotation.

  • #642 by @​bobsingor – Preserve custom annotation /NM values instead of rewriting them to a UUID v4.

    The engine previously overwrote any /NM (annotation name) that wasn't a UUID v4 — both when creating new annotations (rewriting the caller's annotation.id) and when reading existing ones (mutating the on-disk value as a side effect of opening a PDF). This broke any consumer using a custom identity scheme (e.g. ULIDs, firm-2024-001, etc.).

    The engine now only generates a UUID v4 when /NM is empty or missing; any non-empty value is kept as-is. PDFium's EPDFPage_GetAnnotByName lookup only needs a unique string, so no functional behaviour changes for callers that don't supply a custom id.

2.14.2

Commits
  • a8faf04 chore: version packages
  • f4dc27d chore: version packages
  • b60ba30 Allow null to disable font fallback
  • 5f96cf2 Read page boxes to fix annotation positions
  • 7799a2b chore: version packages
  • 03e009f Preserve custom annotation /NM values
  • 3a2df17 Add PdfPageObject.objectNumber
  • 7813f52 Normalise PdfAnnotationBorderStyle.CLOUDY to SOLID
  • bf09727 chore: version packages
  • See full diff in compare view

Updates @embedpdf/models from 2.14.1 to 2.15.0

Release notes

Sourced from @​embedpdf/models's releases.

Release v2.15.0

@​embedpdf/plugin-selection@​2.15.0

Minor Changes

  • #685 by @​simonmysun – Add setSelection(range, documentId?) to the selection capability and document scope for programmatically applying or restoring a text selection.

    It accepts the same SelectionRangeX ({ start, end } glyph pointers) shape emitted by onSelectionChange, so a saved selection can be passed straight back in to restore it; passing null clears the selection. Page geometry is loaded on demand, so the returned task resolves only once the highlight rects are computed. The range is normalized (start/end may be given in any order), invalid input (malformed range, non-integer/negative indices, out-of-bounds pages) is rejected, glyph indices are clamped to the available page geometry, and previously highlighted pages are repainted so switching to a disjoint selection no longer leaves stale highlights behind.

@​embedpdf/core@​2.15.0

Patch Changes

  • #703 by @​berkayozdin – Make the precompiled Svelte output work on every Svelte 5 runtime

    Svelte 5.56 changed the exclude argument of the private rest_props runtime helper from an array (exclude.includes(key)) to a Set (exclude.has(key)). The */svelte entry points ship precompiled component code, so output built against one side of that change throws on the other: the currently published packages fail with TypeError: exclude.has is not a function on Svelte >= 5.56, which aborts the render of every EmbedPDF Svelte component.

    The Svelte build now routes those calls through a wrapper that hands the runtime an exclude value satisfying both contracts, so one published build stays valid across the whole svelte: ">=5 <6" peer range.

@​embedpdf/engines@​2.15.0

@​embedpdf/models@​2.15.0

@​embedpdf/pdfium@​2.15.0

@​embedpdf/plugin-annotation@​2.15.0

@​embedpdf/plugin-attachment@​2.15.0

@​embedpdf/plugin-bookmark@​2.15.0

@​embedpdf/plugin-capture@​2.15.0

@​embedpdf/plugin-commands@​2.15.0

@​embedpdf/plugin-document-manager@​2.15.0

@​embedpdf/plugin-export@​2.15.0

@​embedpdf/plugin-form@​2.15.0

... (truncated)

Changelog

Sourced from @​embedpdf/models's changelog.

2.15.0

2.14.4

Patch Changes

  • #658 by @​bobsingor – Add the PdfPageBoxes interface and an optional boxes field on PdfPageObject, exposing each page's Media/Crop (always present) and optional Bleed/Trim/Art boxes in unrotated PDF user space.

2.14.3

Patch Changes

  • #641 by @​bobsingor – Add objectNumber: number to PdfPageObject, populated by the engine from EPDFDoc_GetPageObjectNumberByIndex. Lets consumers correlate pages with their PDF indirect-object numbers (e.g. for linking, debugging, or round-tripping raw object references). PdfPageObject is engine-owned — only the engine constructs it — so this is additive for all practical consumers.

2.14.2

Commits

Updates @embedpdf/plugin-annotation from 2.14.1 to 2.15.0

Release notes

Sourced from @​embedpdf/plugin-annotation's releases.

Release v2.15.0

@​embedpdf/plugin-selection@​2.15.0

Minor Changes

  • #685 by @​simonmysun – Add setSelection(range, documentId?) to the selection capability and document scope for programmatically applying or restoring a text selection.

    It accepts the same SelectionRangeX ({ start, end } glyph pointers) shape emitted by onSelectionChange, so a saved selection can be passed straight back in to restore it; passing null clears the selection. Page geometry is loaded on demand, so the returned task resolves only once the highlight rects are computed. The range is normalized (start/end may be given in any order), invalid input (malformed range, non-integer/negative indices, out-of-bounds pages) is rejected, glyph indices are clamped to the available page geometry, and previously highlighted pages are repainted so switching to a disjoint selection no longer leaves stale highlights behind.

@​embedpdf/core@​2.15.0

Patch Changes

  • #703 by @​berkayozdin – Make the precompiled Svelte output work on every Svelte 5 runtime

    Svelte 5.56 changed the exclude argument of the private rest_props runtime helper from an array (exclude.includes(key)) to a Set (exclude.has(key)). The */svelte entry points ship precompiled component code, so output built against one side of that change throws on the other: the currently published packages fail with TypeError: exclude.has is not a function on Svelte >= 5.56, which aborts the render of every EmbedPDF Svelte component.

    The Svelte build now routes those calls through a wrapper that hands the runtime an exclude value satisfying both contracts, so one published build stays valid across the whole svelte: ">=5 <6" peer range.

@​embedpdf/engines@​2.15.0

@​embedpdf/models@​2.15.0

@​embedpdf/pdfium@​2.15.0

@​embedpdf/plugin-annotation@​2.15.0

@​embedpdf/plugin-attachment@​2.15.0

@​embedpdf/plugin-bookmark@​2.15.0

@​embedpdf/plugin-capture@​2.15.0

@​embedpdf/plugin-commands@​2.15.0

@​embedpdf/plugin-document-manager@​2.15.0

@​embedpdf/plugin-export@​2.15.0

@​embedpdf/plugin-form@​2.15.0

... (truncated)

Changelog

Sourced from @​embedpdf/plugin-annotation's changelog.

2.15.0

2.14.4

2.14.3

2.14.2

Commits

Updates @embedpdf/plugin-attachment from 2.14.1 to 2.15.0

Release notes

Sourced from @​embedpdf/plugin-attachment's releases.

Release v2.15.0

@​embedpdf/plugin-selection@​2.15.0

Minor Changes

  • #685 by @​simonmysun – Add setSelection(range, documentId?) to the selection capability and document scope for programmatically applying or restoring a text selection.

    It accepts the same SelectionRangeX ({ start, end } glyph pointers) shape emitted by onSelectionChange, so a saved selection can be passed straight back in to restore it; passing null clears the selection. Page geometry is loaded on demand, so the returned task resolves only once the highlight rects are computed. The range is normalized (start/end may be given in any order), invalid input (malformed range, non-integer/negative indices, out-of-bounds pages) is rejected, glyph indices are clamped to the available page geometry, and previously highlighted pages are repainted so switching to a disjoint selection no longer leaves stale highlights behind.

@​embedpdf/core@​2.15.0

Patch Changes

  • #703 by @​berkayozdin – Make the precompiled Svelte output work on every Svelte 5 runtime

    Svelte 5.56 changed the exclude argument of the private rest_props runtime helper from an array (exclude.includes(key)) to a Set (exclude.has(key)). The */svelte entry points ship precompiled component code, so output built against one side of that change throws on the other: the currently published packages fail with TypeError: exclude.has is not a function on Svelte >= 5.56, which aborts the render of every EmbedPDF Svelte component.

    The Svelte build now routes those calls through a wrapper that hands the runtime an exclude value satisfying both contracts, so one published build stays valid across the whole svelte: ">=5 <6" peer range.

@​embedpdf/engines@​2.15.0

@​embedpdf/models@​2.15.0

@​embedpdf/pdfium@​2.15.0

@​embedpdf/plugin-annotation@​2.15.0

@​embedpdf/plugin-attachment@​2.15.0

@​embedpdf/plugin-bookmark@​2.15.0

@​embedpdf/plugin-capture@​2.15.0

@​embedpdf/plugin-commands@​2.15.0

@​embedpdf/plugin-document-manager@​2.15.0

@​embedpdf/plugin-export@​2.15.0

@​embedpdf/plugin-form@​2.15.0

... (truncated)

Changelog

Sourced from @​embedpdf/plugin-attachment's changelog.

2.15.0

2.14.4

2.14.3

2.14.2

Commits

Updates @embedpdf/plugin-bookmark from 2.14.1 to 2.15.0

Release notes

Sourced from @​embedpdf/plugin-bookmark's releases.

Release v2.15.0

@​embedpdf/plugin-selection@​2.15.0

Minor Changes

  • #685 by @​simonmysun – Add setSelection(range, documentId?) to the selection capability and document scope for programmatically applying or restoring a text selection.

    It accepts the same SelectionRangeX ({ start, end } glyph pointers) shape emitted by onSelectionChange, so a saved selection can be passed straight back in to restore it; passing null clears the selection. Page geometry is loaded on demand, so the returned task resolves only once the highlight rects are computed. The range is normalized (start/end may be given in any order), invalid input (malformed range, non-integer/negative indices, out-of-bounds pages) is rejected, glyph indices are clamped to the available page geometry, and previously highlighted pages are repainted so switching to a disjoint selection no longer leaves stale highlights behind.

@​embedpdf/core@​2.15.0

Patch Changes

  • #703 by @​berkayozdin – Make the precompiled Svelte output work on every Svelte 5 runtime

    Svelte 5.56 changed the exclude argument of the private rest_props runtime helper from an array (exclude.includes(key)) to a Set (exclude.has(key)). The */svelte entry points ship precompiled component code, so output built against one side of that change throws on the other: the currently published packages fail with TypeError: exclude.has is not a function on Svelte >= 5.56, which aborts the render of every EmbedPDF Svelte component.

    The Svelte build now routes those calls through a wrapper that hands the runtime an exclude value satisfying both contracts, so one published build stays valid across the whole svelte: ">=5 <6" peer range.

@​embedpdf/engines@​2.15.0

@​embedpdf/models@​2.15.0

@​embedpdf/pdfium@​2.15.0

@​embedpdf/plugin-annotation@​2.15.0

@​embedpdf/plugin-attachment@​2.15.0

@​embedpdf/plugin-bookmark@​2.15.0

@​embedpdf/plugin-capture@​2.15.0

@​embedpdf/plugin-commands@​2.15.0

@​embedpdf/plugin-document-manager@​2.15.0

@​embedpdf/plugin-export@​2.15.0

@​embedpdf/plugin-form@​2.15.0

... (truncated)

Changelog

Sourced from @​embedpdf/plugin-bookmark's changelog.

2.15.0

2.14.4

2.14.3

2.14.2

Commits

Updates @embedpdf/plugin-document-manager from 2.14.1 to 2.15.0

Release notes

Sourced from @​embedpdf/plugin-document-manager's releases.

Release v2.15.0

@​embedpdf/plugin-selection@​2.15.0

Minor Changes

  • #685 by @​simonmysun – Add setSelection(range, documentId?) to the selection capability and document scope for programmatically applying or restoring a text selection.

    It accepts the same SelectionRangeX ({ start, end } glyph pointers) shape emitted by onSelectionChange, so a saved selection can be passed straight back in to restore it; passing null clears the selection. Page geometry is loaded on demand, so the returned task resolves only once the highlight rects are computed. The range is normalized (start/end may be given in any order), invalid input (malformed range, non-integer/negative indices, out-of-bounds pages) is rejected, glyph indices are clamped to the available page geometry, and previously highlighted pages are repainted so switching to a disjoint selection no longer leaves stale highlights behind.

@​embedpdf/core@​2.15.0

Patch Changes

  • #703 by @​berkayozdin – Make the precompiled Svelte output work on every Svelte 5 runtime

    Svelte 5.56 changed the exclude argument of the private rest_props runtime helper from an array (exclude.includes(key)) to a Set (exclude.has(key)). The */svelte entry points ship precompiled component code, so output built against one side of that change throws on the other: the currently published packages fail with TypeError: exclude.has is not a function on Svelte >= 5.56, which aborts the render of every EmbedPDF Svelte component.

    The Svelte build now routes those calls through a wrapper that hands the runtime an exclude value satisfying both contracts, so one published build stays valid across the whole svelte: ">=5 <6" peer range.

@​embedpdf/engines@​2.15.0

@​embedpdf/models@​2.15.0

@​embedpdf/pdfium@​2.15.0

@​embedpdf/plugin-annotation@​2.15.0

@​embedpdf/plugin-attachment@​2.15.0

@​embedpdf/plugin-bookmark@​2.15.0

@​embedpdf/plugin-capture@​2.15.0

@​embedpdf/plugin-commands@​2.15.0

@​embedpdf/plugin-document-manager@​2.15.0

@​embedpdf/plugin-export@​2.15.0

@​embedpdf/plugin-form@​2.15.0

... (truncated)

Changelog

Sourced from @​embedpdf/plugin-document-manager's changelog.

2.15.0

2.14.4

2.14.3

2.14.2

Commits

Updates @embedpdf/plugin-export from 2.14.1 to 2.15.0

Release notes

Sourced from @​embedpdf/plugin-export's releases.

Release v2.15.0

@​embedpdf/plugin-selection@​2.15.0

Minor Changes

  • #685 by @​simonmysun – Add setSelection(range, documentId?) to the selection capability and document scope for programmatically applying or restoring a text selection.

    It accepts the same SelectionRangeX ({ start, end } glyph pointers) shape emitted by onSelectionChange, so a saved selection can be passed straight back in to restore it; passing null clears the selection. Page geometry is loaded on demand, so the returned task resolves only once the highlight rects are computed. The range is normalized (start/end may be given in any order), invalid input (malformed range, non-integer/negative indices, out-of-bounds pages) is rejected, glyph indices are clamped to the available page geometry, and previously highlighted pages are repainted so switching to a disjoint selection no longer leaves stale highlights behind.

@​embedpdf/core@​2.15.0

Patch Changes

  • #703 by @​berkayozdin – Make the precompiled Svelte output work on every Svelte 5 runtime

    Svelte 5.56 changed the exclude argument of the private rest_props runtime helper from an array (exclude.includes(key)) to a Set (exclude.has(key)). The */svelte entry points ship precompiled component code, so output built against one side of that change throws on the other: the currently published packages fail with TypeError: exclude.has is not a function on Svelte >= 5.56, which aborts the render of every EmbedPDF Svelte component.

    The Svelte build now routes those calls through a wrapper that hands the runtime an exclude value satisfying both contracts, so one published build stays valid across the whole svelte: ">=5 <6" peer range.

@​embedpdf/engines@​2.15.0

@​embedpdf/models@​2.15.0

@​embedpdf/pdfium@​2.15.0

@​embedpdf/plugin-annotation@​2.15.0

@​embedpdf/plugin-attachment@​2.15.0

@​embedpdf/plugin-bookmark@​2.15.0

@​embedpdf/plugin-capture@​2.15.0

@​embedpdf/plugin-commands@​2.15.0

@​embedpdf/plugin-document-manager@​2.15.0

@​embedpdf/plugin-export@​2.15.0

@​embedpdf/plugin-form@​2.15.0

... (truncated)

Commits

Updates @embedpdf/plugin-history from 2.14.1 to 2.15.0

Release notes

Sourced from @​embedpdf/plugin-history's releases.

Release v2.15.0

@​embedpdf/plugin-selection@​2.15.0

Minor Changes

  • #685 by @​simonmysun – Add setSelection(range, documentId?) to the selection capability and document scope for programmatically applying or restoring a text selection.

    It accepts the same SelectionRangeX ({ start, end } glyph pointers) shape emitted by onSelectionChange, so a saved selection can be passed straight back in to restore it; passing null clears the selection. Page geometry is loaded on demand, so the returned task resolves only once the highlight rects are computed. The range is normalized (start/end may be given in any order), invalid input (malformed range, non-integer/negative indices, out-of-bounds pages) is rejected, glyph indices are clamped to the available page geometry, and previously highlighted pages are repainted so switching to a disjoint selection no longer leaves stale highlights behind.

@​embedpdf/core@​2.15.0

Patch Changes

  • #703 by @​berkayozdin – Make the precompiled Svelte output work on every Svelte 5 runtime

    Svelte 5.56 changed the exclude argument of the private rest_props runtime helper from an array (exclude.includes(key)) to a Set (exclude.has(key)). The */svelte entry points ship precompiled component code, so output built against one side of that change throws on the other: the currently published packages fail with TypeError: exclude.has is not a function on Svelte >= 5.56, which aborts the render of every EmbedPDF Svelte component.

    The Svelte build now routes those calls through a wrapper that hands the runtime an exclude value satisfying both contracts, so one published build stays valid across the whole svelte: ">=5 <6" peer range.

@​embedpdf/engines@​2.15.0

@​embedpdf/models@​2.15.0

@​embedpdf/pdfium@​2.15.0

@​embedpdf/plugin-annotation@​2.15.0

@​embedpdf/plugin-attachment@​2.15.0

@​embedpdf/plugin-bookmark@​2.15.0

@​embedpdf/plugin-capture@​2.15.0

@​embedpdf/plugin-commands@​2.15.0

@​embedpdf/plugin-document-manager@​2.15.0

@​embedpdf/plugin-export@​2.15.0

@​embedpdf/plugin-form@​2.15.0

... (truncated)

Changelog

Sourced from @​embedpdf/plugin-history's changelog.

2.15.0

2.14.4

2.14.3

2.14.2

Commits

Updates @embedpdf/plugin-interaction-manager from 2.14.1 to 2.15.0

Release notes

Sourced from @​embedpdf/plugin-interaction-manager's releases.

Release v2.15.0

@​embedpdf/plugin-selection@​2.15.0

Minor Changes

  • #685 by @​simonmysun – Add setSelection(range, documentId?) to the selection capability and document scope for programmatically applying or restoring a text selection.

    It accepts the same SelectionRangeX ({ start, end } glyph pointers) shape emitted by onSelectionChange, so a saved selection can be passed straight back in to restore it; passing null clears the selection. Page geometry is loaded on demand, so the returned task resolves only once the highlight rects are computed. The range is normalized (start/end may be given in any order), invalid input (malformed range, non-integer/negative indices, out-of-bounds pages) is rejected, glyph indices are clamped to the available page geometry, and previously highlighted pages are repainted so switching to a disjoint selection no longer leaves stale highlights behind.

@​embedpdf/core@​2.15.0

Patch Changes

  • #703 by @​berkayozdin – Make the precompiled Svelte output work on every Svelte 5 runtime

    Svelte 5.56 changed the exclude argument of the private rest_props runtime helper from an array (exclude.includes(key)) to a Set (exclude.has(key)). The */svelte entry points ship precompiled component code, so output built against one side of that change throws on the other: the currently published packages fail with TypeError: exclude.has is not a function on Svelte >= 5.56, which aborts the render of every EmbedPDF Svelte component.

    The Svelte build now routes those calls through a wrapper that hands the runtime an exclude value satisfying both contracts, so one published build stays valid across the whole svelte: ">=5 <6" peer range.

@​embedpdf/engines@​2.15.0

@​embedpdf/models@​2.15.0

@​embedpdf/pdfium@​2.15.0

@​embedpdf/plugin-annotation@​2.15.0

@​embedpdf/plugin-attachment@​2.15.0

@​embedpdf/plugin-bookmark@​2.15.0

@​embedpdf/plugin-capture@​2.15.0

@​embedpdf/plugin-commands@​2.15.0

@​embedpdf/plugin-document-manager@​2.15.0

@​embedpdf/plugin-export@​2.15.0

@​embedpdf/plugin-form@​2.15.0

... (truncated)

Changelog

Sourced from @​embedpdf/plugin-interaction-manager's changelog.

2.15.0

2.14.4

2.14.3

2.14.2

Commits

Updates @embedpdf/plugin-pan from 2.14.1 to 2.15.0

Release notes

Sourced from @​embedpdf/plugin-pan's releases.

Release v2.15.0

@​embedpdf/plugin-selection@​2.15.0

Minor Changes

  • #685 by @​simonmysun – Add setSelection(range, documentId?) to the selection capability and document scope for programmatically applying or restoring a text selection.

    It accepts the same SelectionRangeX ({ start, end } glyph pointers) shape emitted by onSelectionChange, so a saved selection can be passed straight back in to restore it; passing null clears the selection. Page geometry is loaded on demand, so the returned task resolves only once the highlight rects are computed. The range is normalized (start/end may be given in any order), invalid input (malformed range, non-integer/negative indices, out-of-bounds pages) is rejected, glyph indices are clamped to the available page geometry, and previously highlighted pages are repainted so switching to a disjoint selection no longer leaves stale highlights behind.

@​embedpdf/core@​2.15.0

Patch Changes

  • #703 by @​berkayozdin – Make the precompiled Svelte output work on every Svelte 5 runtime

    Svelte 5.56 changed the exclude argument of the private rest_props runtime helper from an array (exclude.includes(key)) to a Set (exclude.has(key)). The */svelte entry points ship precompiled component code, so output built against one side of that change throws on the other: the currently published packages fail with TypeError: exclude.has is not a function on Svelte >= 5.56, which aborts the render of every EmbedPDF Svelte component.

    The Svelte build now routes those calls through a wrapper that hands the runtime an exclude value satisfying both contracts, so one published build stays valid across the whole svelte: ">=5 <6" peer range.

@​embedpdf/engines@​2.15.0

@​embedpdf/models@​2.15.0

@​embedpdf/pdfium@​2.15.0

@​embedpdf/plugin-annotation@​2.15.0

@​embedpdf/plugin-attachment@​2.15.0

@​embedpdf/plugin-bookmark@​2.15.0

@​embedpdf/plugin-capture@​2.15.0

@​embedpdf/plugin-commands@​2.15.0

@​embedpdf/plugin-document-manager@​2.15.0

@​embedpdf/plugin-export@​2.15.0

@​embedpdf/plugin-form@​2.15.0

... (truncated)

Changelog

Sourced from @​embedpdf/plugin-pan's changelog.

2.15.0

2.14.4

2.14.3

2.14.2

Commits

Updates @embedpdf/plugin-print from 2.14.1 to 2.15.0

Release notes

Sourced from @​embedpdf/plugin-print's releases.

Release v2.15.0

@​embedpdf/plugin-selection@​2.15.0

Minor Changes

  • #685 by @​simonmysun – Add setSelection(range, documentId?) to the selection capability and document scope for programmatically applying or restoring a text selection.

    It accepts the same SelectionRangeX ({ start, end } glyph pointers) shape emitted by onSelectionChange, so a saved selection can be passed straight back in to restore it; passing null clears the selection. Page geometry is loaded on demand, so the returned task resolves only once the highlight rects are computed. The range is normalized (start/end may be given in any order), invalid input (malformed range, non-integer/negative indices, out-of-bounds pages) is rejected, glyph indices are clamped to the available page geometry, and previously highlighted pages are repainted so switching to a disjoint selection no longer leaves stale highlights behind.

@​embedpdf/core@​2.15.0

Patch Changes

  • #703 by @​berkayozdin – Make the precompiled Svelte output work on every Svelte 5 runtime

    Svelte 5.56 changed the exclude argument of the private rest_props runtime helper from an array (exclude.includes(key)) to a Set (exclude.has(key)). The */svelte entry points ship precompiled component code, so output built against one side of that change throws on the other: the currently published packages fail with TypeError: exclude.has is not a function on Svelte >= 5.56, which aborts the render of every EmbedPDF Svelte component.

    The Svelte build now routes those calls through a wrapper that hands the runtime an exclude value satisfying both contracts, so one published build stays valid across the whole svelte: ">=5 <6" peer range.

    <...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 21, 2026
@vercel

vercel Bot commented May 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lumina-pdf Ready Ready Preview, Comment May 28, 2026 5:36am

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 21, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Frontend Check Failed

There are issues with your frontend code that will need to be fixed before they can be merged in.

Run task frontend:fix to auto-fix what can be fixed automatically, then run task frontend:check:all to see what still needs fixing manually.

@github-actions

Copy link
Copy Markdown
Contributor

Java Formatting Check Failed

Your code has formatting issues. Run the following command to fix them:

task backend:format

Then commit and push the changes.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/embedpdf-3b83c48879 branch from 0d43e00 to b2e7375 Compare May 28, 2026 05:35
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/embedpdf-3b83c48879 branch from b2e7375 to 7237a2e Compare June 18, 2026 05:19
@dependabot dependabot Bot changed the title build(deps): bump the embedpdf group across 1 directory with 23 updates chore(deps): bump the embedpdf group across 1 directory with 23 updates Jun 25, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/embedpdf-3b83c48879 branch 2 times, most recently from a5e1de4 to 43f76f3 Compare July 2, 2026 05:17
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/embedpdf-3b83c48879 branch 2 times, most recently from a112242 to 415fca6 Compare July 16, 2026 05:17
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/embedpdf-3b83c48879 branch from 415fca6 to 30eada7 Compare July 23, 2026 05:17
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/embedpdf-3b83c48879 branch 2 times, most recently from c0990b9 to 783fae3 Compare August 6, 2026 05:17
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/embedpdf-3b83c48879 branch from 783fae3 to 08a1e51 Compare August 13, 2026 05:17
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/embedpdf-3b83c48879 branch 2 times, most recently from 213c35d to 0bfc421 Compare August 27, 2026 05:16
Bumps the embedpdf group with 21 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@embedpdf/core](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/core/main) | `2.14.1` | `2.15.0` |
| [@embedpdf/models](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/models) | `2.14.1` | `2.15.0` |
| [@embedpdf/plugin-annotation](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/plugin-annotation) | `2.14.1` | `2.15.0` |
| [@embedpdf/plugin-attachment](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/plugin-attachment) | `2.14.1` | `2.15.0` |
| [@embedpdf/plugin-bookmark](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/plugin-bookmark) | `2.14.1` | `2.15.0` |
| [@embedpdf/plugin-document-manager](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/plugin-document-manager) | `2.14.1` | `2.15.0` |
| [@embedpdf/plugin-export](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/plugin-download) | `2.14.1` | `2.15.0` |
| [@embedpdf/plugin-history](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/plugin-history) | `2.14.1` | `2.15.0` |
| [@embedpdf/plugin-interaction-manager](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/plugin-interaction-manager) | `2.14.1` | `2.15.0` |
| [@embedpdf/plugin-pan](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/plugin-pan) | `2.14.1` | `2.15.0` |
| [@embedpdf/plugin-print](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/plugin-print) | `2.14.1` | `2.15.0` |
| [@embedpdf/plugin-redaction](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/plugin-redaction) | `2.14.1` | `2.15.0` |
| [@embedpdf/plugin-render](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/plugin-render) | `2.14.1` | `2.15.0` |
| [@embedpdf/plugin-rotate](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/plugin-rotate) | `2.14.1` | `2.15.0` |
| [@embedpdf/plugin-scroll](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/plugin-scroll) | `2.14.1` | `2.15.0` |
| [@embedpdf/plugin-search](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/plugin-search) | `2.14.1` | `2.15.0` |
| [@embedpdf/plugin-spread](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/plugin-spread) | `2.14.1` | `2.15.0` |
| [@embedpdf/plugin-thumbnail](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/plugin-thumbnail) | `2.14.1` | `2.15.0` |
| [@embedpdf/plugin-tiling](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/plugin-tiling) | `2.14.1` | `2.15.0` |
| [@embedpdf/plugin-viewport](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/plugin-viewport) | `2.14.1` | `2.15.0` |
| [@embedpdf/plugin-zoom](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/plugin-zoom) | `2.14.1` | `2.15.0` |



Updates `@embedpdf/core` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/main/packages/core/main/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/core/main)

Updates `@embedpdf/engines` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/engines/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/engines)

Updates `@embedpdf/models` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/models/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/models)

Updates `@embedpdf/plugin-annotation` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/plugin-annotation/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/plugin-annotation)

Updates `@embedpdf/plugin-attachment` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/plugin-attachment/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/plugin-attachment)

Updates `@embedpdf/plugin-bookmark` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/plugin-bookmark/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/plugin-bookmark)

Updates `@embedpdf/plugin-document-manager` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/plugin-document-manager/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/plugin-document-manager)

Updates `@embedpdf/plugin-export` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/plugin-download)

Updates `@embedpdf/plugin-history` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/plugin-history/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/plugin-history)

Updates `@embedpdf/plugin-interaction-manager` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/plugin-interaction-manager/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/plugin-interaction-manager)

Updates `@embedpdf/plugin-pan` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/plugin-pan/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/plugin-pan)

Updates `@embedpdf/plugin-print` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/plugin-print/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/plugin-print)

Updates `@embedpdf/plugin-redaction` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/plugin-redaction/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/plugin-redaction)

Updates `@embedpdf/plugin-render` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/plugin-render/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/plugin-render)

Updates `@embedpdf/plugin-rotate` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/plugin-rotate/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/plugin-rotate)

Updates `@embedpdf/plugin-scroll` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/plugin-scroll/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/plugin-scroll)

Updates `@embedpdf/plugin-search` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/plugin-search/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/plugin-search)

Updates `@embedpdf/plugin-selection` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/plugin-selection/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/plugin-selection)

Updates `@embedpdf/plugin-spread` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/plugin-spread/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/plugin-spread)

Updates `@embedpdf/plugin-thumbnail` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/plugin-thumbnail/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/plugin-thumbnail)

Updates `@embedpdf/plugin-tiling` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/plugin-tiling/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/plugin-tiling)

Updates `@embedpdf/plugin-viewport` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/plugin-viewport/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/plugin-viewport)

Updates `@embedpdf/plugin-zoom` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/v2.15.0/packages/plugin-zoom/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.15.0/packages/plugin-zoom)

---
updated-dependencies:
- dependency-name: "@embedpdf/core"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/engines"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/models"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/plugin-annotation"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/plugin-attachment"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/plugin-bookmark"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/plugin-document-manager"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/plugin-export"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/plugin-history"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/plugin-interaction-manager"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/plugin-pan"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/plugin-print"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/plugin-redaction"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/plugin-render"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/plugin-rotate"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/plugin-scroll"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/plugin-search"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/plugin-selection"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/plugin-spread"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/plugin-thumbnail"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/plugin-tiling"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/plugin-viewport"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
- dependency-name: "@embedpdf/plugin-zoom"
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: embedpdf
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/embedpdf-3b83c48879 branch from 0bfc421 to 492c93b Compare September 3, 2026 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants