Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hexapdf from 0.24.1 to 0.31.0 in /api #544

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps hexapdf from 0.24.1 to 0.31.0.

Changelog

Sourced from hexapdf's changelog.

0.31.0 - 2023-02-22

Added

  • [HexaPDF::Layout::PageStyle] for collecting all styling information for pages
  • [HexaPDF::Composer#page_style] for configuring different page styles

Changed

  • Breaking change: [HexaPDF::Composer] uses page styles underneath
  • Breaking change: Configuration options filter.flate_compression and filter.flate_memory are changed to filter.flate.compression and filter.flate.memory
  • Breaking change: [HexaPDF::Document#wrap] handles cross-reference and object stream specially to avoid problems with invalid PDFs
  • [HexaPDF::Composer::new] to allow skipping the initial page creation
  • CLI command hexapdf info --check to process streams to reveal stream errors
  • CLI commands to output the name of created PDF files in verbose mode

Fixed

  • Validation of document outline items in case the first or last item got deleted
  • HexaPDF::Type::Page#perform_validation to set a /MediaBox for invalid pages that don't have one

0.30.0 - 2023-02-13

Added

  • [HexaPDF::Document::Pages#create] for creating a page object without adding it to the page tree

Changed

  • HexaPDF::Type::FontSimple#perform_validation to correct /Widths fields in case it has an invalid number of entries

Fixed

  • [HexaPDF::DictionaryFields::DateConverter] to handle invalid months, day, hour, minute and second values

0.29.0 - 2023-01-30

Added

  • [HexaPDF::DigitalSignature::Signing::SignedDataCreator] for creating custom

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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 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)

Bumps [hexapdf](https://github.com/gettalong/hexapdf) from 0.24.1 to 0.31.0.
- [Release notes](https://github.com/gettalong/hexapdf/releases)
- [Changelog](https://github.com/gettalong/hexapdf/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gettalong/hexapdf/commits)

---
updated-dependencies:
- dependency-name: hexapdf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 1, 2023
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants