chore(deps): bump tecnickcom/tcpdf from 6.11.2 to 7.0.4 - #7041
chore(deps): bump tecnickcom/tcpdf from 6.11.2 to 7.0.4#7041dependabot[bot] wants to merge 1 commit into
Conversation
|
TCPDF 7.0.0 は「TCPDF 本体を deprecated とし 決め手は、 $pdf = new TCPDF();
$pdf->AddPage();
$pdf->SetFont('helvetica', '', 12);
$pdf->Text(20, 20, 'TTT');
$pdf->Cell(0, 10, 'AAA', 0, 2, 'C');
// 出力されるテキスト描画 6.11.2 -> TTT, AAA / 7.0.4 -> TTT のみ移行自体は可能でした。FPDI は tc-lib-pdf の import API で代替でき、日本語フォントも既存の記述子を変換すれば 6.11.2 と同一のフォント辞書が出ます。ただ 7.0.0 のリリースは 2026-06-18 で、上のように内容が無音で欠ける状態です。6.11.2 に未修正のセキュリティ勧告もなく、急ぐ理由はありません。 提案: このPRは close し、 気になっているのは、4.x はメジャー更新なので 検証の詳細そのままマージできない理由
折り返し後の なお フォント資産の梱包について 取り込む場合、EC-CUBE 側でフォント資産を生成・同梱する必要があります。
|
Bumps [tecnickcom/tcpdf](https://github.com/tecnickcom/TCPDF) from 6.11.2 to 7.0.4. - [Changelog](https://github.com/tecnickcom/TCPDF/blob/main/CHANGELOG.TXT) - [Commits](tecnickcom/TCPDF@6.11.2...7.0.4) --- updated-dependencies: - dependency-name: tecnickcom/tcpdf dependency-version: 7.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2c9f6f9 to
4084bc8
Compare
Bumps tecnickcom/tcpdf from 6.11.2 to 7.0.4.
Changelog
Sourced from tecnickcom/tcpdf's changelog.
Commits
7b8de35fix: handle paths containing spaces in Makefilesf4940b9chore: update mage and action versions8d19d26chore: release 7.0.289e6780deps: set tc-lib-pdf to all 8 versions4fc5a31fix: add missing CI dependencies966b32dBREAKING: v7.0.0 - See README.md and CHANGELOG.mdb18f611bump version026673bimproved composer fileb89a4beadded deprecation notice31b80cdimprove automation