Skip to content

chore(deps): bump es-toolkit from 1.43.0 to 1.45.0 in /web#5

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/web/es-toolkit-1.45.0
Open

chore(deps): bump es-toolkit from 1.43.0 to 1.45.0 in /web#5
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/web/es-toolkit-1.45.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps es-toolkit from 1.43.0 to 1.45.0.

Release notes

Sourced from es-toolkit's releases.

v1.45.0

Released on March 2nd, 2026.

  • Fixed findIndex to add missing default parameter for doesMatch. ([#1373])
  • Fixed sample to include undefined in return union type. ([#1302])
  • Fixed cloneDeep to support cloning Error objects.
  • Fixed retry to correctly match retry count with the retries option.
  • Fixed missing Map and Set in check-dist entrypoints.
  • Fixed missing packages in publishConfig. ([#1597])
  • Reverted the overload for runtime-determined key arrays in omit. ([#1595])
  • Added AI Integration page with llms.txt documentation to docs.

We sincerely thank @​D-Sketon, @​dayongkr, @​matthiasfeist, @​raon0211, and @​screendriver for their contributions. We appreciate your great efforts!

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.45.0

Released on March 2nd, 2026.

  • Fixed findIndex to add missing default parameter for doesMatch. (#1373)
  • Fixed sample to include undefined in return union type. (#1302)
  • Fixed cloneDeep to support cloning Error objects.
  • Fixed retry to correctly match retry count with the retries option.
  • Fixed missing Map and Set in check-dist entrypoints.
  • Fixed missing packages in publishConfig. (#1597)
  • Reverted the overload for runtime-determined key arrays in omit. (#1595)
  • Added AI Integration page with llms.txt documentation to docs.

We sincerely thank @​D-Sketon, @​dayongkr, @​matthiasfeist, @​raon0211, and @​screendriver for their contributions. We appreciate your great efforts!

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
  • 042fab7 v1.45.0
  • d83016d docs: add AI Integration page with llms.txt documentation
  • 1b4b39f fix(findIndex): add missing default parameter for doesMatch (#1373)
  • 066b0dd fix: add map and set to check-dist entrypoints
  • 1a31fa2 chore: replace cursor rules with CLAUDE.md
  • 036cbc2 fix: added missing packages to publishConfig (#1597)
  • fa2afcd fix(sample): include "undefined" in return union type (#1302)
  • a914891 docs: localize darkModeSwitchLabel for i18n support (#1606)
  • ddc0d8d fix(docs): resolve VitePress SSR build failure caused by Vue version mismatch...
  • 25f7f89 build(deps): bump autofix-ci/action from 1.3.2 to 1.3.3 (#1607)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [es-toolkit](https://github.com/toss/es-toolkit) from 1.43.0 to 1.45.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.45.0)

---
updated-dependencies:
- dependency-name: es-toolkit
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-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 Mar 2, 2026
@github-actions github-actions bot added the web label Mar 2, 2026
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 web

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants