Bump mint from 4.2.674 to 4.2.753 - #499
Conversation
Bumps [mint](https://github.com/mintlify/mint/tree/HEAD/packages/mint) from 4.2.674 to 4.2.753. - [Commits](https://github.com/mintlify/mint/commits/HEAD/packages/mint) --- updated-dependencies: - dependency-name: mint dependency-version: 4.2.753 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
Greptile SummaryThe PR updates the Mint documentation CLI from 4.2.674 to 4.2.753.
Confidence Score: 5/5The PR appears safe to merge, with no concrete blocking or non-blocking defect identified in the dependency update. The manifest and frozen lockfile agree on Mint 4.2.753, and the updated dependency graph resolves consistently for the repository’s Bun-based Linux CI path. Reviews (1): Last reviewed commit: "Bump mint from 4.2.674 to 4.2.753" | Re-trigger Greptile |
Bumps mint from 4.2.674 to 4.2.753.
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Dev-only docs CLI and lockfile-only changes; main risk is CI/docs validation or Mintlify CDN cache misses, not production runtime.
Overview
Bumps the Mintlify dev dependency
mintfrom 4.2.674 to 4.2.753 inpackage.json, with a matching refresh ofbun.lock.The lockfile pulls in newer @mintlify/ packages (CLI, common, prebuild, scraping, validation, etc.). Notable transitive shifts include Puppeteer 22 → 24 (and related chromium-bidi / devtools-protocol), plus added or updated markdown/remark tooling (prosemirror-model, graphql, fast-xml-parser). Some Mintlify-internal deps were trimmed or swapped (e.g. scraping drops @mintlify/openapi-parser in favor of graphql / fast-xml-parser).
CI caches Mintlify’s framework under
~/.mintlifykeyed onbun.lock, so this bump will invalidate that cache on the next run and may changemint validatebehavior slightly.Reviewed by Cursor Bugbot for commit 0fd0e1a. Bugbot is set up for automated code reviews on this repo. Configure here.