Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the minor group with 12 updates:

Package From To
mint 4.2.284 4.2.296
prettier 3.8.0 3.8.1
@mintlify/cli 4.0.888 4.0.900
@mintlify/link-rot 3.0.827 3.0.839
@mintlify/prebuild 1.0.805 1.0.817
@mintlify/previewing 4.0.861 4.0.873
@types/node 25.0.9 25.0.10
@types/react 19.2.8 19.2.9
bare-fs 4.5.2 4.5.3
cors 2.8.5 2.8.6
decode-named-character-reference 1.2.0 1.3.0
katex 0.16.27 0.16.28

Updates mint from 4.2.284 to 4.2.296

Commits

Updates prettier from 3.8.0 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

Commits

Updates @mintlify/cli from 4.0.888 to 4.0.900

Commits

Updates @mintlify/link-rot from 3.0.827 to 3.0.839

Commits

Updates @mintlify/prebuild from 1.0.805 to 1.0.817

Commits

Updates @mintlify/previewing from 4.0.861 to 4.0.873

Commits

Updates @types/node from 25.0.9 to 25.0.10

Commits

Updates @types/react from 19.2.8 to 19.2.9

Commits

Updates bare-fs from 4.5.2 to 4.5.3

Commits

Updates cors from 2.8.5 to 2.8.6

Release notes

Sourced from cors's releases.

v2.8.6

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from cors's changelog.

2.8.6 / 2026-01-22

  • Improve documentation (API, context, examples...)
  • Remove additional markdown files from tarball
Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for cors since your current version.


Updates decode-named-character-reference from 1.2.0 to 1.3.0

Release notes

Sourced from decode-named-character-reference's releases.

1.3.0

Full Changelog: wooorm/decode-named-character-reference@1.2.0...1.3.0

Commits

Updates katex from 0.16.27 to 0.16.28

Release notes

Sourced from katex's releases.

v0.16.28

0.16.28 (2026-01-25)

Bug Fixes

  • type: add missing types definition path to package.json (#4125) (0ef8921)
Changelog

Sourced from katex's changelog.

0.16.28 (2026-01-25)

Bug Fixes

  • type: add missing types definition path to package.json (#4125) (0ef8921)
Commits
  • dd50cde chore(release): 0.16.28 [ci skip]
  • 0ef8921 fix(type): add missing types definition path to package.json (#4125)
  • a2fcfe3 docs: add MintApps to list of users (#4066)
  • d37328c docs: fix typo in comment about infix precedence (#4095)
  • dd2e2fb docs(supported.md): fix typo in \textquoteleft example
  • b73f941 docs: add Educase as user, fix user icon links (#4104)
  • See full diff in compare view

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [mint](https://github.com/orgs/mintlify) | `4.2.284` | `4.2.296` |
| [prettier](https://github.com/prettier/prettier) | `3.8.0` | `3.8.1` |
| [@mintlify/cli](https://github.com/mintlify/docs) | `4.0.888` | `4.0.900` |
| [@mintlify/link-rot](https://github.com/mintlify/docs) | `3.0.827` | `3.0.839` |
| [@mintlify/prebuild](https://github.com/mintlify/mint/tree/HEAD/packages/prebuild) | `1.0.805` | `1.0.817` |
| [@mintlify/previewing](https://github.com/mintlify/docs) | `4.0.861` | `4.0.873` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.9` | `25.0.10` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.8` | `19.2.9` |
| [bare-fs](https://github.com/holepunchto/bare-fs) | `4.5.2` | `4.5.3` |
| [cors](https://github.com/expressjs/cors) | `2.8.5` | `2.8.6` |
| [decode-named-character-reference](https://github.com/wooorm/decode-named-character-reference) | `1.2.0` | `1.3.0` |
| [katex](https://github.com/KaTeX/KaTeX) | `0.16.27` | `0.16.28` |


Updates `mint` from 4.2.284 to 4.2.296
- [Commits](https://github.com/orgs/mintlify/commits)

Updates `prettier` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.0...3.8.1)

Updates `@mintlify/cli` from 4.0.888 to 4.0.900
- [Changelog](https://github.com/mintlify/docs/blob/main/changelog.mdx)
- [Commits](https://github.com/mintlify/docs/commits)

Updates `@mintlify/link-rot` from 3.0.827 to 3.0.839
- [Changelog](https://github.com/mintlify/docs/blob/main/changelog.mdx)
- [Commits](https://github.com/mintlify/docs/commits)

Updates `@mintlify/prebuild` from 1.0.805 to 1.0.817
- [Commits](https://github.com/mintlify/mint/commits/HEAD/packages/prebuild)

Updates `@mintlify/previewing` from 4.0.861 to 4.0.873
- [Changelog](https://github.com/mintlify/docs/blob/main/changelog.mdx)
- [Commits](https://github.com/mintlify/docs/commits)

Updates `@types/node` from 25.0.9 to 25.0.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 19.2.8 to 19.2.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `bare-fs` from 4.5.2 to 4.5.3
- [Commits](holepunchto/bare-fs@v4.5.2...v4.5.3)

Updates `cors` from 2.8.5 to 2.8.6
- [Release notes](https://github.com/expressjs/cors/releases)
- [Changelog](https://github.com/expressjs/cors/blob/master/HISTORY.md)
- [Commits](expressjs/cors@v2.8.5...v2.8.6)

Updates `decode-named-character-reference` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/wooorm/decode-named-character-reference/releases)
- [Commits](wooorm/decode-named-character-reference@1.2.0...1.3.0)

Updates `katex` from 0.16.27 to 0.16.28
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.16.27...v0.16.28)

---
updated-dependencies:
- dependency-name: mint
  dependency-version: 4.2.296
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/cli"
  dependency-version: 4.0.900
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/link-rot"
  dependency-version: 3.0.839
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/prebuild"
  dependency-version: 1.0.817
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/previewing"
  dependency-version: 4.0.873
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-version: 25.0.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/react"
  dependency-version: 19.2.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: bare-fs
  dependency-version: 4.5.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: cors
  dependency-version: 2.8.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: decode-named-character-reference
  dependency-version: 1.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: katex
  dependency-version: 0.16.28
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 26, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 26, 2026 15:41
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 26, 2026
@benbrandt benbrandt merged commit 5b6c1f8 into main Jan 26, 2026
3 checks passed
@benbrandt benbrandt deleted the dependabot/npm_and_yarn/minor-481ad559c9 branch January 26, 2026 16:45
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants