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.15 #127

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

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

Changelog

Sourced from pdf-reader's changelog.

v2.14.0 (29th January 2025)

v2.13.0 (2nd November 2024)

v2.12.0 (26th December 2023)

v2.11.0 (26th October 2022)

  • Various bug fixes
  • Expanded sorbet type annotations

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)

... (truncated)

Commits
  • 48e9039 Update CHANGELOG for v2.14.0
  • 29b9c2e Merge pull request #544 from yob/release-gem
  • b3eedea Add release steps to the buildkite pipeline
  • 5127781 Merge pull request #548 from yob/restore-some-strict-typing
  • c29f20c re-enable strict typing in two files
  • 3013c31 Merge pull request #547 from jbockler/only-pdf-integrity
  • 31933e4 Only keep track of PDF file integrity
  • f470197 Merge pull request #545 from jbockler/advanced-filter
  • f3896db add integration tests
  • d8fb4c2 Add advanced text run filter for text extraction
  • 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 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)

Updates the requirements on [pdf-reader](https://github.com/yob/pdf-reader) to permit the latest version.
- [Changelog](https://github.com/yob/pdf-reader/blob/main/CHANGELOG)
- [Commits](yob/pdf-reader@v2.4.2...v2.14.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 Feb 1, 2025
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