mirror of
https://github.com/pdfme/pdfme.git
synced 2026-04-17 20:49:43 -04:00
Prevent Dependabot from creating PRs for major version bumps that cannot be applied without significant migration work: - React 16→19 (ReactDOM.render removal) - antd 5→6 (form-render incompatibility) - pdfjs-dist 3→5 (API restructuring) - canvas 2→3 (pdfjs-dist incompatibility) - eslint 9→10 (eslint-plugin-react incompatibility) - @testing-library/react 12→16 (requires React 18+) Minor and patch updates are still enabled for all packages. See #1375 for the tracking issue to address these upgrades. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>