namesakefyi / namesake

Web app to aid with the legal name and gender marker change process in the U.S.
Other
4 stars 2 forks source link

chore(deps): bump @pdfme/common from 4.5.2 to 5.1.0 #124

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 4 weeks ago

Bumps @pdfme/common from 4.5.2 to 5.1.0.

Release notes

Sourced from @​pdfme/common's releases.

5.0.0

Breaking change

  • The data structure of the schemas in the template has been changed

    
    // Old V4
    schemas: [
      {
        name: {
          type: 'text',
          content: 'Pet Name',
          position: { x: 25.06, y: 26.35 },
          width: 77.77,
          height: 18.7,
          fontSize: 36,
          fontColor: '#14b351',
        }
      }
    ]
    

    // New V5 schemas: [ [ { name: 'name', type: 'text', content: 'Pet Name', position: { x: 24.8, y: 26.61 }, width: 77.77, height: 18.7, fontSize: 36, fontColor: '#14b351' } ] ]

    • V4 templates will automatically be converted to the V5 structure internally, so there is no need for users to migrate the templates manually.
  • Some schemas have been removed

    • readOnlyText
    • readOnlyImage
    • readOnlySvg
    • tableBeta
  • The import method for utility functions in the schemas package has changed

    import { convertForPdfLayoutProps, rotatePoint } from '@pdfme/schemas/utils';
    

... (truncated)

Commits


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 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 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)
cloudflare-workers-and-pages[bot] commented 4 weeks ago

Deploying namesake with  Cloudflare Pages  Cloudflare Pages

Latest commit: b2edc77
Status: ✅  Deploy successful!
Preview URL: https://bd7d9299.namesake-639.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-pdfm.namesake-639.pages.dev

View logs

changeset-bot[bot] commented 4 weeks ago

⚠️ No Changeset found

Latest commit: b2edc77ab62e63ab384bddd955513c8d6e23d66a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

dependabot[bot] commented 3 weeks ago

Superseded by #133.