Skip to content

chore(deps): bump the minor group with 13 updates - #2028

Merged
benbrandt merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-d253680461
Aug 24, 2026
Merged

chore(deps): bump the minor group with 13 updates#2028
benbrandt merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-d253680461

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor group with 13 updates:

Package From To
mint 4.2.802 4.2.816
@mintlify/cli 4.0.1405 4.0.1419
@mintlify/common 1.0.1091 1.0.1102
@mintlify/link-rot 3.0.1291 3.0.1303
@mintlify/models 0.0.348 0.0.350
@mintlify/prebuild 1.0.1244 1.0.1255
@mintlify/previewing 4.0.1315 4.0.1327
@mintlify/scraping 4.0.959 4.0.970
@mintlify/validation 0.1.828 0.1.836
es-toolkit 1.50.0 1.51.0
jose 6.2.8 6.2.9
read-cache 1.0.0 1.0.2
remark-mdx-remove-esm 1.3.2 1.3.3

Updates mint from 4.2.802 to 4.2.816

Commits

Updates @mintlify/cli from 4.0.1405 to 4.0.1419

Commits

Updates @mintlify/common from 1.0.1091 to 1.0.1102

Commits

Updates @mintlify/link-rot from 3.0.1291 to 3.0.1303

Commits

Updates @mintlify/models from 0.0.348 to 0.0.350

Commits

Updates @mintlify/prebuild from 1.0.1244 to 1.0.1255

Commits

Updates @mintlify/previewing from 4.0.1315 to 4.0.1327

Commits

Updates @mintlify/scraping from 4.0.959 to 4.0.970

Commits

Updates @mintlify/validation from 0.1.828 to 0.1.836

Commits

Updates es-toolkit from 1.50.0 to 1.51.0

Release notes

Sourced from es-toolkit's releases.

v1.51.0

Released on August 17th, 2026.

The following bring es-toolkit/compat closer to Lodash. Behavior for the affected edge cases now matches Lodash, so results may differ if you relied on the previous output.

... (truncated)

Changelog

Sourced from es-toolkit's changelog.

Version v1.51.0

Released on August 17th, 2026.

  • Added the es-toolkit/bigint entrypoint: bigint counterparts of the math functions (sum, sumBy, max, min, maxBy, minBy, clamp, inRange, median, medianBy, percentile, range, rangeRight), kept separate so the number implementations stay unchanged. (#1966)

  • Added dedent, which removes common leading whitespace from template strings. (#1679)

  • Added deepFreeze for recursively freezing objects. (#1680)

  • Added mapValuesAsync and mapKeysAsync. (#1544)

  • Added toPascalCaseKeys, toKebabCaseKeys, and toConstantCaseKeys, completing the object key casing family. (#1984)

  • Exported the ToCamelCaseKeys, ToPascalCaseKeys, ToSnakeCaseKeys, ToKebabCaseKeys, and ToConstantCaseKeys types. (#1651)

  • Added a preserveArrays option to flattenObject. (#974)

  • Fixed retry to pass the last error to the delay callback (#1759) and to throw the last attempt's error without applying a final delay (#1901).

  • Fixed mergeWith and toMerged to handle mixed array/object types consistently with merge. (#2026)

  • Fixed pullAt to remove the correct elements with negative indices. (#1613)

  • Fixed at, pullAt, orderBy, and sortBy to accept readonly arrays. (#2016)

  • Moved limitAsync from the array to the promise category. (#2022)

  • Included the NOTICE file in the published npm and JSR packages. (#2020)

The following bring es-toolkit/compat closer to Lodash. Behavior for the affected edge cases now matches Lodash, so results may differ if you relied on the previous output.

  • Added entries and entriesIn. (#1874)
  • Fixed compat/isMatch and compat/isMatchWith to handle object source patterns against primitive and non-plain-object targets like Lodash. (#1432)
  • Fixed compat/set to block constructor.prototype paths, preventing prototype pollution. (#1904)
  • Fixed compat/find to respect array-like length (#1958) and to convert fromIndex to an integer (#1961), and compat/indexOf to convert fromIndex to an integer when searching for NaN (#1951).
  • Fixed compat/orderBy to resolve unresolved deep paths and nullish elements to undefined (#2010), to exclude the length property from array-like values (#2002), and to read the criterion property from primitive values (#1903).
  • Fixed compat/toPath to split unquoted dotted keys inside brackets. (#1899)
  • Fixed compat/omit to treat a key array as a single deep path. (#1902)
  • Fixed compat/map to make the iteratee optional with an identity default. (#1928)
  • Fixed compat/size to count combined Unicode symbols as single characters. (#1900)
  • Fixed compat/intersectionBy to support number, object, and nullish iteratee shorthands (#1993), and compat/intersectionWith to apply the comparator when deduplicating the first array (#1953).
  • Fixed compat/difference, compat/differenceBy, compat/uniqBy, and compat/unionBy to normalize -0 to 0. (#2007)
  • Fixed compat/maxBy and compat/minBy to skip nullish iteratee values (#1927),

... (truncated)

Commits
  • 5dc4477 v1.51.0
  • 39a2661 feat(string/dedent): add dedent function for removing common leading whitespa...
  • 5e0f057 fix/compat array find array like length (#1958)
  • 4c94c3d fix(isMatch): handle primitive targets with object source patterns correctly ...
  • b7cdf14 feat: implement {mapValues,mapKeys}Async functions (#1544)
  • 2a37b36 fix(retry): pass error to delay callback (#1759)
  • 87fc74f test: Add browser compatibility test suite (#2012)
  • 3fdea04 feat(flattenObject): add preserveArrays option (#974)
  • 21c76cf feat(object/deepFreeze): add deepFreeze function for recursively freezing obj...
  • 6d18625 fix(pullAt): fix incorrect element removal with negative indices (#1613)
  • Additional commits viewable in compare view

Updates jose from 6.2.8 to 6.2.9

Release notes

Sourced from jose's releases.

v6.2.9

Fixes

  • reject a JWE whose generated Key Management Parameters collide (6ed19a6)
  • types: undeprecate PBES2 p2c parameter (33bf832)
Changelog

Sourced from jose's changelog.

6.2.9 (2026-08-15)

Fixes

  • reject a JWE whose generated Key Management Parameters collide (6ed19a6)
  • types: undeprecate PBES2 p2c parameter (33bf832)
Commits
  • f3a3c78 chore(release): 6.2.9
  • 33bf832 fix(types): undeprecate PBES2 p2c parameter
  • 6ed19a6 fix: reject a JWE whose generated Key Management Parameters collide
  • 944840d ci: use shared release workflows
  • 05bccf2 chore: bump packages
  • f7392d1 test: account for workerd nodejs_compat flag default changes
  • 4e944be ci: drop the wait-for-npm machinery
  • 4285b6f chore(deps-dev): bump undici
  • cb114ec chore: cleanup after release
  • See full diff in compare view

Updates read-cache from 1.0.0 to 1.0.2

Release notes

Sourced from read-cache's releases.

v1.0.2

This patch release removes the pify dependency and uses the Promise support already available in supported Node.js versions.

The public API and behavior remain unchanged, while installs now include one fewer dependency.

Full changelog: TrySound/read-cache@v1.0.1...v1.0.2

v1.0.1

What's Changed

Full Changelog: TrySound/read-cache@v1.0.0...v1.0.1

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for read-cache since your current version.


Updates remark-mdx-remove-esm from 1.3.2 to 1.3.3

Release notes

Sourced from remark-mdx-remove-esm's releases.

v1.3.3

The changes made by @​talatkuyuk:

  • Add a new sponsorship
  • Update devDependencies
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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @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 13 updates:

| Package | From | To |
| --- | --- | --- |
| [mint](https://github.com/mintlify/mint/tree/HEAD/packages/mint) | `4.2.802` | `4.2.816` |
| [@mintlify/cli](https://github.com/mintlify/mint/tree/HEAD/packages/cli) | `4.0.1405` | `4.0.1419` |
| [@mintlify/common](https://github.com/mintlify/mint/tree/HEAD/packages/common) | `1.0.1091` | `1.0.1102` |
| [@mintlify/link-rot](https://github.com/mintlify/mint/tree/HEAD/packages/link-rot) | `3.0.1291` | `3.0.1303` |
| [@mintlify/models](https://github.com/mintlify/mint/tree/HEAD/packages/models) | `0.0.348` | `0.0.350` |
| [@mintlify/prebuild](https://github.com/mintlify/mint/tree/HEAD/packages/prebuild) | `1.0.1244` | `1.0.1255` |
| [@mintlify/previewing](https://github.com/mintlify/mint/tree/HEAD/packages/previewing) | `4.0.1315` | `4.0.1327` |
| [@mintlify/scraping](https://github.com/mintlify/mint/tree/HEAD/packages/scraping) | `4.0.959` | `4.0.970` |
| [@mintlify/validation](https://github.com/mintlify/mint/tree/HEAD/packages/validation) | `0.1.828` | `0.1.836` |
| [es-toolkit](https://github.com/toss/es-toolkit) | `1.50.0` | `1.51.0` |
| [jose](https://github.com/panva/jose) | `6.2.8` | `6.2.9` |
| [read-cache](https://github.com/TrySound/read-cache) | `1.0.0` | `1.0.2` |
| [remark-mdx-remove-esm](https://github.com/ipikuka/remark-mdx-remove-esm) | `1.3.2` | `1.3.3` |


Updates `mint` from 4.2.802 to 4.2.816
- [Commits](https://github.com/mintlify/mint/commits/HEAD/packages/mint)

Updates `@mintlify/cli` from 4.0.1405 to 4.0.1419
- [Commits](https://github.com/mintlify/mint/commits/HEAD/packages/cli)

Updates `@mintlify/common` from 1.0.1091 to 1.0.1102
- [Commits](https://github.com/mintlify/mint/commits/HEAD/packages/common)

Updates `@mintlify/link-rot` from 3.0.1291 to 3.0.1303
- [Commits](https://github.com/mintlify/mint/commits/HEAD/packages/link-rot)

Updates `@mintlify/models` from 0.0.348 to 0.0.350
- [Commits](https://github.com/mintlify/mint/commits/HEAD/packages/models)

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

Updates `@mintlify/previewing` from 4.0.1315 to 4.0.1327
- [Commits](https://github.com/mintlify/mint/commits/HEAD/packages/previewing)

Updates `@mintlify/scraping` from 4.0.959 to 4.0.970
- [Commits](https://github.com/mintlify/mint/commits/HEAD/packages/scraping)

Updates `@mintlify/validation` from 0.1.828 to 0.1.836
- [Commits](https://github.com/mintlify/mint/commits/HEAD/packages/validation)

Updates `es-toolkit` from 1.50.0 to 1.51.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.50.0...v1.51.0)

Updates `jose` from 6.2.8 to 6.2.9
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v6.2.8...v6.2.9)

Updates `read-cache` from 1.0.0 to 1.0.2
- [Release notes](https://github.com/TrySound/read-cache/releases)
- [Commits](TrySound/read-cache@v1.0.0...v1.0.2)

Updates `remark-mdx-remove-esm` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/ipikuka/remark-mdx-remove-esm/releases)
- [Commits](ipikuka/remark-mdx-remove-esm@v1.3.2...v1.3.3)

---
updated-dependencies:
- dependency-name: mint
  dependency-version: 4.2.816
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/cli"
  dependency-version: 4.0.1419
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/common"
  dependency-version: 1.0.1102
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/link-rot"
  dependency-version: 3.0.1303
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/models"
  dependency-version: 0.0.350
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/prebuild"
  dependency-version: 1.0.1255
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/previewing"
  dependency-version: 4.0.1327
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/scraping"
  dependency-version: 4.0.970
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@mintlify/validation"
  dependency-version: 0.1.836
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: es-toolkit
  dependency-version: 1.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: jose
  dependency-version: 6.2.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: read-cache
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: remark-mdx-remove-esm
  dependency-version: 1.3.3
  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 Aug 24, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 24, 2026 14:12
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 24, 2026
@benbrandt
benbrandt merged commit 0a9690d into main Aug 24, 2026
6 checks passed
@benbrandt
benbrandt deleted the dependabot/npm_and_yarn/minor-d253680461 branch August 24, 2026 14:43
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.

1 participant