Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the minor group with 7 updates:

Package From To
mint 4.2.278 4.2.284
@mintlify/cli 4.0.882 4.0.888
@mintlify/link-rot 3.0.821 3.0.827
@mintlify/prebuild 1.0.799 1.0.805
@mintlify/previewing 4.0.855 4.0.861
@types/node 25.0.8 25.0.9
es-toolkit 1.43.0 1.44.0

Updates mint from 4.2.278 to 4.2.284

Commits

Updates @mintlify/cli from 4.0.882 to 4.0.888

Commits

Updates @mintlify/link-rot from 3.0.821 to 3.0.827

Commits

Updates @mintlify/prebuild from 1.0.799 to 1.0.805

Commits

Updates @mintlify/previewing from 4.0.855 to 4.0.861

Commits

Updates @types/node from 25.0.8 to 25.0.9

Commits

Updates es-toolkit from 1.43.0 to 1.44.0

Release notes

Sourced from es-toolkit's releases.

v1.44.0

Released on January 16th, 2026.

  • Added shouldRetry option to retry function. ([#1585])
  • Added isEmptyObject predicate function. ([#1584])
  • Added isNumber predicate function.
  • Enhanced error cloning to support AggregateError. ([#1563])
  • Implemented collection methods for Maps and Sets.
  • Added bundle size analysis and visualization components to docs. ([#1564])
  • Fixed flattenObject to retain empty objects and arrays.
  • Enhanced type safety for clone function.
  • Fixed clone error when cloning object with null prototype. ([#1570])
  • Fixed array function callbacks to include index and array parameters. ([#1561])
  • Fixed compat/cloneDeep and cloneDeepWith to clone null-prototype objects as regular objects. ([#1562])
  • Fixed compat/clamp to ensure consistency with lodash. ([#1555])
  • Simplified intersection filter callback for consistency. ([#1582])
  • Fixed incorrect function names and output in cloneDeep JSDoc examples. ([#1583])

We sincerely thank @​raon0211, @​dayongkr, @​eunwoo-levi, @​matt-oakes, @​T3sT3ro, and @​D-Sketon for their contributions. We appreciate your great efforts!

Changelog

Sourced from es-toolkit's changelog.

Version v1.44.0

Released on January 16th, 2026.

  • Added shouldRetry option to retry function. (#1585)
  • Added isEmptyObject predicate function. (#1584)
  • Added isNumber predicate function.
  • Enhanced error cloning to support AggregateError. (#1563)
  • Implemented collection methods for Maps and Sets.
  • Added bundle size analysis and visualization components to docs. (#1564)
  • Fixed flattenObject to retain empty objects and arrays.
  • Enhanced type safety for clone function.
  • Fixed clone error when cloning object with null prototype. (#1570)
  • Fixed array function callbacks to include index and array parameters. (#1561)
  • Fixed compat/cloneDeep and cloneDeepWith to clone null-prototype objects as regular objects. (#1562)
  • Fixed compat/clamp to ensure consistency with lodash. (#1555)
  • Simplified intersection filter callback for consistency. (#1582)
  • Fixed incorrect function names and output in cloneDeep JSDoc examples. (#1583)

We sincerely thank @​raon0211, @​dayongkr, @​eunwoo-levi, @​matt-oakes, @​T3sT3ro, and @​D-Sketon for their contributions. We appreciate your great efforts!

Commits
  • bb5068e v1.44.0
  • bc2b3b7 feat(retry): add shouldRetry option (#1585)
  • 5fa7974 fix(flattenObject): flattenObject should retain empty objects and arrays
  • 50339c3 feat(predicate): add isEmptyObject function (#1584)
  • af81d8c chore[intersection]: simplify filter callback for consistency (#1582)
  • 5e23d82 docs[cloneDeep]: Fix incorrect function names and output in JSDoc examples (#...
  • 9a9b24e chore: fix lint error
  • 9686e51 chore: fix lint error
  • ca86015 feat(predicate): add isNumber function
  • 20796ec fix(clone): Enhance type safety for clone
  • Additional commits viewable 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 7 updates:

| Package | From | To |
| --- | --- | --- |
| [mint](https://github.com/orgs/mintlify) | `4.2.278` | `4.2.284` |
| [@mintlify/cli](https://github.com/mintlify/docs) | `4.0.882` | `4.0.888` |
| [@mintlify/link-rot](https://github.com/mintlify/docs) | `3.0.821` | `3.0.827` |
| [@mintlify/prebuild](https://github.com/mintlify/mint/tree/HEAD/packages/prebuild) | `1.0.799` | `1.0.805` |
| [@mintlify/previewing](https://github.com/mintlify/docs) | `4.0.855` | `4.0.861` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.8` | `25.0.9` |
| [es-toolkit](https://github.com/toss/es-toolkit) | `1.43.0` | `1.44.0` |


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

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

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

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

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

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

Updates `es-toolkit` from 1.43.0 to 1.44.0
- [Release notes](https://github.com/toss/es-toolkit/releases)
- [Changelog](https://github.com/toss/es-toolkit/blob/main/CHANGELOG.md)
- [Commits](toss/es-toolkit@v1.43.0...v1.44.0)

---
updated-dependencies:
- dependency-name: mint
  dependency-version: 4.2.284
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/cli"
  dependency-version: 4.0.888
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/link-rot"
  dependency-version: 3.0.827
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/prebuild"
  dependency-version: 1.0.805
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/previewing"
  dependency-version: 4.0.861
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-version: 25.0.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: es-toolkit
  dependency-version: 1.44.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  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 19, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 19, 2026 16:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 19, 2026
@benbrandt benbrandt merged commit 49ebfc1 into main Jan 19, 2026
3 checks passed
@benbrandt benbrandt deleted the dependabot/npm_and_yarn/minor-df61d9aedd branch January 19, 2026 16:53
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