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

Update pdf-reader requirement from ~> 2.4.0 to >= 2.4, < 2.11 #93

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2022

Updates the requirements on pdf-reader to permit the latest version.

Changelog

Sourced from pdf-reader's changelog.

v2.10.0 (12th May 2022)

  • Various bug fixes
  • Expanded sorbet type annotations

v2.9.2 (20th February 2022)

  • Fix PDF::Reader::ObjectHash#page_references to return an Array of PDF::Reader::Reference (yob/pdf-reader#444)

v2.9.1 (4th February 2022)

  • Fix exception in Page#walk introduced in 2.9.0 (yob/pdf-reader#442)
  • Other small bug fixes

v2.9.0 (24th January 2022)

  • Support additional encryption standards (yob/pdf-reader#419)
  • Return CropBox correctly from Page#rectangles (yob/pdf-reader#420)
  • For sorbet users, additional type annotations are included in the gem

v2.8.0 (28th Decemeber 2021)

  • Add PDF::Reader::Page#runs for extracting text from a page with positioning metadata (yob/pdf-reader#411)
  • Add options to PDF::Reader::Page#text to make some behaviour configurable (yob/pdf-reader#411)
    • including extracting the text for only part of the page
  • Improve text positioning and extraction for Type3 fonts (yob/pdf-reader#412)
  • Skip extracting text that is positioned outside the page (yob/pdf-reader#413)
  • Fix occasional crash when reading some streams (yob/pdf-reader#405)

v2.7.0 (13th December 2021)

  • Include RBI type files in the gem
    • Downstream users of pdf-reader who also use sorbet should find many parts of the API will now be typed checked by sorbet
  • Fix glyph positioning in some rotation scenarios (yob/pdf-reader#403)
    • Improved text extraction on some rotated pages, and rotated text on normal pages
  • Add PDF::Reader::Page#rectangles (yob/pdf-reader#402)
    • Returns page boxes (MediaBox, etc) with rotation applied, and as PORO rather than arrays of numbers
  • Add PDF::Reader::Page#origin (yob/pdf-reader#400)
  • Add PDF::Reader::Page#{height,width} (yob/pdf-reader#399)
  • Overlap filter should only drop characters that overlap and match (yob/pdf-reader#401)

v2.6.0 (12th November 2021)

  • Text extraction improvements
  • Performance improvements
    • Reduced memory pressure when decoding TIFF images (yob/pdf-reader#360)
    • Optional dependency on ascii81_native gem for faster processing of files using the ascii85 filter (yob/pdf-reader#359)
  • Successfully parse more files
    • Gracefully handle some non-spec compliant CR/LF issues (yob/pdf-reader#364)
    • Fix parsing of some escape sequences in content streams (yob/pdf-reader#368)
    • Increase the amount of junk bytes we detect and skip at the end of a file (382)
    • Ignore "/Prev 0" in trailers (yob/pdf-reader#383)

... (truncated)

Commits
  • 81b4ee7 prepare release
  • c095959 Merge pull request #471 from yob/fix-type-sigs-for-resources
  • 8f88ade fix method sigs for ObjectHash
  • a3ab511 Fix broken type sigs for resource methods
  • cdfaa3c Merge pull request #463 from yob/page-state-nil-safety
  • a45d858 Merge pull request #470 from yob/strict-cid-widths
  • 213ef7f Extra nil safety in PageState
  • 17a80c3 Change PDF::Reader::CidWidths to strict typing
  • 4539d16 Merge pull request #469 from yob/untrusted-png-data
  • f8e1a5c Merge pull request #468 from yob/object-stream-type-safety
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Updates the requirements on [pdf-reader](https://github.com/yob/pdf-reader) to permit the latest version.
- [Release notes](https://github.com/yob/pdf-reader/releases)
- [Changelog](https://github.com/yob/pdf-reader/blob/main/CHANGELOG)
- [Commits](yob/pdf-reader@v2.4.2...v2.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2022

Superseded by #110.

@dependabot dependabot bot closed this Nov 1, 2022
@dependabot dependabot bot deleted the dependabot/bundler/pdf-reader-2.10.0 branch November 1, 2022 07:02
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants