Skip to content

chore(deps): update dependency @types/marked to v6 - #1142

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/marked-6.x
Open

chore(deps): update dependency @types/marked to v6#1142
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/marked-6.x

Conversation

@renovate

@renovate renovate Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@​types/marked 4.3.26.0.0 age confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Monday through Friday (* * * * 1-5)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 29, 2026

@doistbot doistbot left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR bumps @types/marked from v4.3.2 to v6.0.0 via Renovate.

Few things worth tightening:

  • @types/marked v6 is a deprecated stub that expects marked to ship its own type definitions, but the project pins marked at v4.3.0, which doesn't include built-in types (those were added in v5). This will break TypeScript type resolution for the marked import in src/prose/prose-example.ts and fail npm run type-check. Either upgrade marked to v5+ alongside this change, or hold @types/marked at v4.x until marked is bumped.

Share FeedbackReview Logs

Comment thread package.json
"@types/jest": "28.1.8",
"@types/jest-axe": "3.5.9",
"@types/marked": "4.3.2",
"@types/marked": "6.0.0",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P0 @types/marked v6.0.0 is a stub that re-exports types from the marked package itself (it even carries a deprecation notice: "marked provides its own type definitions, so you do not need this installed"). But the project pins marked at v4.3.0, which does not ship its own types — its package.json has no types field. The result: TypeScript will fail to resolve the marked module's types, and npm run type-check (and npm run validate) will break on src/prose/prose-example.ts (import { marked } from 'marked'). Either bump marked to v5+ (which added built-in types) along with this change, or keep @types/marked at v4.x.

@renovate
renovate Bot force-pushed the renovate/marked-6.x branch from 5d95e02 to 8bccab1 Compare July 30, 2026 20:03
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant