Skip to content

chore(deps): bump es-toolkit from 1.43.0 to 1.45.1#88

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/es-toolkit-1.45.1
Closed

chore(deps): bump es-toolkit from 1.43.0 to 1.45.1#88
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/es-toolkit-1.45.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 9, 2026

Copy link
Copy Markdown
Contributor

Bumps es-toolkit from 1.43.0 to 1.45.1.

Release notes

Sourced from es-toolkit's releases.

v1.45.1

Released on March 4th, 2026.

  • Reverted the return type of sample to not include undefined.
  • Fixed Deno install command to include jsr: prefix. ([#1627])

We sincerely thank @​mwln for their contributions. We appreciate your great efforts!

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

Released on March 4th, 2026.

  • Reverted the return type of sample to not include undefined.
  • Fixed Deno install command to include jsr: prefix. (#1627)

We sincerely thank @​mwln for their contributions. We appreciate your great efforts!

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
  • dc74cad v1.45.1
  • e549de2 revert(sample): remove undefined from return type
  • fb66f02 Update CONTRIBUTING-ko_kr.md
  • 8bd7567 Update CONTRIBUTING.md
  • b51caf7 docs(usage): fix Deno install command to include jsr: prefix (#1627)
  • 46a54cd chore(skill): turn off disable-model-invocation option
  • ee1d2ce chore: add Claude Code skills for OSS review automation
  • 042fab7 v1.45.0
  • d83016d docs: add AI Integration page with llms.txt documentation
  • 1b4b39f fix(findIndex): add missing default parameter for doesMatch (#1373)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

---
updated-dependencies:
- dependency-name: es-toolkit
  dependency-version: 1.45.1
  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 npm labels Mar 9, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #113.

@dependabot dependabot Bot closed this Jun 1, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/es-toolkit-1.45.1 branch June 1, 2026 23:17
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 npm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants