Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Bumps es-toolkit from 1.39.3 to 1.39.10.

Release notes

Sourced from es-toolkit's releases.

v1.39.10

Released on August 17th, 2025.

  • Fixed defaultsDeep to properly handle deep merging of objects in arrays
  • Fixed several documentation issues and examples across multiple functions

We sincerely thank @​wo-o29, @​thwlckd, @​kilimandzharov, and @​dayongkr for their contributions. We appreciate your great efforts!

v1.39.9

Released on August 10th, 2025.

  • Fixed mergeWith to properly handle null values returned from customizer function.
  • Fixed cloneDeepWith to properly handle customizer returning null values.
  • Fixed some of the documentation issues.

We sincerely thank @​raon0211, @​joshkel, and @​Najeong-Kim for their contributions. We appreciate your great efforts!

v1.39.8

Released on July 25th, 2025.

  • Aligned the types of fill, pullAll, pullAllBy, pullAllWith, pullAt, remove, and reverse in our compatibility library with the latest Lodash types (@types/lodash v4.17.20).

v1.39.7

Released on July 9th, 2025.

  • Fixed a compatibility issue with Lodash's debounce and throttle functions.
  • Remove useless source map for reduce bundle size.
  • Fix some of the documentation issues.

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

v1.39.6

Released on July 2th, 2025.

  • Fixed handling of null/undefined values in values function.
  • Fixed type safety in compat/get by adding GetFieldType utility type.

We sincerely thank @​raon0211, @​dayongkr, @​yhb-flydream, @​ssi02014, @​JeongHwan-dev, and @​guesung for their contributions. We appreciate your great efforts!

v1.39.5

Released on June 24th, 2025.

  • Fixed type compatibility issues between es-toolkit/compat and @types/lodash.
  • Improved documentation.

We thank @​raon0211, @​dayongkr, @​sukvvon, and @​yhb-flydream for their contributions.

v1.39.4

Released on June 21st, 2025.

... (truncated)

Changelog

Sourced from es-toolkit's changelog.

Version v1.39.10

Released on August 17th, 2025.

  • Fixed defaultsDeep to properly handle deep merging of objects in arrays
  • Fixed several documentation issues and examples across multiple functions

We sincerely thank @​wo-o29, @​thwlckd, @​kilimandzharov, and @​dayongkr for their contributions. We appreciate your great efforts!

Version v1.39.9

Released on August 10th, 2025.

  • Fixed mergeWith to properly handle null values returned from customizer function.
  • Fixed cloneDeepWith to properly handle customizer returning null values.
  • Fixed some of the documentation issues.

We sincerely thank @​raon0211, @​joshkel, and @​Najeong-Kim for their contributions. We appreciate your great efforts!

Version v1.39.8

Released on July 25th, 2025.

  • Aligned the types of fill, pullAll, pullAllBy, pullAllWith, pullAt, remove, and reverse in our compatibility library with the latest Lodash types (@types/lodash v4.17.20).

Version v1.39.7

Released on July 9th, 2025.

  • Fixed a compatibility issue with Lodash's debounce and throttle functions.
  • Remove useless source map for reduce bundle size.
  • Fix some of the documentation issues.

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

Version v1.39.6

Released on July 2th, 2025.

  • Fixed handling of null/undefined values in values function.
  • Fixed type safety in compat/get by adding GetFieldType utility type.

We sincerely thank @​raon0211, @​dayongkr, @​yhb-flydream, @​ssi02014, @​JeongHwan-dev, and @​guesung for their contributions. We appreciate your great efforts!

Version v1.39.5

Released on June 24th, 2025.

  • Fixed type compatibility issues between es-toolkit/compat and @types/lodash.
  • Improved documentation.

... (truncated)

Commits
  • b8fdd54 v1.39.10
  • 165c8d5 refactor(defaultsDeep): simplify recursive merging logic and improve readability
  • a85ecf8 fix(defaultsDeep): defaultsDeep can now deep merge objects in from arrays (#1...
  • 1351aaa docs(invert): update interface (#1327)
  • 9bce197 fix: correct wrong output in each function example (#1316)
  • 8509f93 fix: remove trailing spaces in sortBy function example (#1317)
  • 2045d71 fix: some function example issues in Korean docs and variable name mismatches...
  • 76b19e5 fix: correct function name in extendWith examples (#1319)
  • 391f652 fix: replace find with findLast in findLast examples for English and Japanese...
  • 0b1ce4f fix: correct function title in uniqueId docs (#1323)
  • 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 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 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.39.3 to 1.39.10.
- [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.39.3...v1.39.10)

---
updated-dependencies:
- dependency-name: es-toolkit
  dependency-version: 1.39.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency (dev or runtime) javascript Pull requests that update Javascript code skip-changelog Do not include in Changelog and Release Notes labels Sep 30, 2025
@tbouffard tbouffard removed the skip-changelog Do not include in Changelog and Release Notes label Sep 30, 2025
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 (dev or runtime) javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant