Skip to content

build(deps): bump tecnickcom/tcpdf from 6.11.3 to 7.0.0#4418

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/tecnickcom/tcpdf-7.0.0
Closed

build(deps): bump tecnickcom/tcpdf from 6.11.3 to 7.0.0#4418
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/tecnickcom/tcpdf-7.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

Bumps tecnickcom/tcpdf from 6.11.3 to 7.0.0.

Changelog

Sourced from tecnickcom/tcpdf's changelog.

7.0.0 (2026-06-18) [BREAKING CHANGE]

  • TCPDF IS DEPRECATED AND IN MAINTENANCE-ONLY MODE
  • TCPDF is now a compatibility facade over the modern tecnickcom/tc-lib-pdf engine. It does not reproduce legacy output exactly, and some methods are adapters, shims, or no-ops (see MAPPING.md); both new and existing projects are encouraged to migrate to tecnickcom/tc-lib-pdf.
    • The TCPDF class no longer contains its own PDF engine; every public method delegates rendering to \Com\Tecnick\Pdf\Tcpdf, while a small internal state layer reproduces the legacy cursor/page model (X/Y, margins, fonts, colors, automatic page breaks, headers/footers).
    • The public API is unchanged: all 291 public method signatures (names, parameters, defaults) match legacy TCPDF, so existing integrations keep working.
    • Output is structurally equivalent, not byte-identical: page sizes and content match, but the modern engine's line-breaking and font metrics can differ slightly (long flowing documents may paginate one page earlier or later).
    • Per-method delegation status is documented in MAPPING.md (delegated, adapter, shim, intentional-noop, blocked), machine-verified against the class.
  • tecnickcom/tc-lib-pdf is now a required Composer dependency; the engine and font assets are resolved from vendor/.
  • Minimum PHP version raised to 8.2 (was 7.1).
  • Bundled engine sources removed (include/, tcpdf_fonts.php, tcpdf_font_data.php, tcpdf_images.php, tcpdf_static.php, tcpdf_barcodes_1d.php, tcpdf_barcodes_2d.php); these capabilities are now provided by the tc-lib-* libraries.
  • Font loading migrated to tecnickcom/tc-lib-pdf-font assets resolved via Composer.
    • Install dependencies with Composer so vendor/tecnickcom/tc-lib-pdf-font/target/fonts/ exists.
    • Repository bundled fonts/ assets are removed; use tc-lib font assets or explicit custom font paths.
    • Legacy PHP font descriptors (fontname.php + fontname.z) are no longer supported; convert the original TTF/OTF with the tc-lib-pdf-font importer.
    • Validate all custom font registrations against tc-lib font assets.
  • Tooling: replaced the legacy test harness with a PHPUnit suite under test/, added Mago lint/format configuration, and refreshed CI and Makefile targets (make deps, make fonts, make fonts-rebuild).
  • See README.md for the full migration guide and MAPPING.md for per-method delegation status.

Commits
  • 4fc5a31 fix: add missing CI dependencies
  • 966b32d BREAKING: v7.0.0 - See README.md and CHANGELOG.md
  • See full diff in compare view

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

Bumps [tecnickcom/tcpdf](https://github.com/tecnickcom/TCPDF) from 6.11.3 to 7.0.0.
- [Changelog](https://github.com/tecnickcom/TCPDF/blob/main/CHANGELOG.TXT)
- [Commits](tecnickcom/TCPDF@6.11.3...7.0.0)

---
updated-dependencies:
- dependency-name: tecnickcom/tcpdf
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file PHP Pull requests that update Php code labels Jun 26, 2026
@thorsten thorsten closed this Jun 26, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/composer/tecnickcom/tcpdf-7.0.0 branch June 26, 2026 15:25
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 PHP Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant