Skip to content

build(deps): bump tecnickcom/tcpdf from 6.11.3 to 7.0.1#162

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps tecnickcom/tcpdf from 6.11.3 to 7.0.1.

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
  • 89e6780 deps: set tc-lib-pdf to all 8 versions
  • 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.1.
- [Changelog](https://github.com/tecnickcom/TCPDF/blob/main/CHANGELOG.TXT)
- [Commits](tecnickcom/TCPDF@6.11.3...7.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file major Bug grave. php Pull requests that update php code labels Jun 23, 2026
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 major Bug grave. php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants