Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps es-toolkit from 1.32.0 to 1.38.0.

Release notes

Sourced from es-toolkit's releases.

v1.38.0

Released on May 18th, 2025.

  • Added compatibility functions for bindAll, setWith, memoize, isNative, invokeMap, clone, cloneWith, and sortedLastIndexOf.
  • Enhanced invariant function to accept Error instances and added assert alias.
  • Fixed type definitions and empty array handling in maxBy and minBy.
  • Fixed typo 'Partail' to 'Partial' in findKey type annotation.
  • Enhanced max and min functions to skip NaN, symbol, and null values, and return undefined when all values are skipped.
  • Fixed sparse array handling in compat functions to match Lodash's behavior.
  • Improved test coverage and documentation for various functions.
  • Fixed various documentation issues and typos.

We sincerely thank @​myungjuice, @​scato3, @​uniqueeest, @​YEONDG, @​shren207, @​hyesungoh, @​kms0219kms, @​minjongbaek, @​kristian240, @​D-Sketon, @​Seung-wan, @​jiji-hoon96, @​raon0211, and @​dayongkr for their contributions. We appreciate your great efforts!

v1.37.2

Released on May 4th, 2025.

  • Fixed an issue in es-toolkit/compat's throttle function to match Lodash's behavior by immediately invoking the throttled function when wait time is zero.

v1.37.1

Released on May 3rd, 2025.

  • Fixed a bug in JSR's @es-toolkit/es-toolkit package that prevented importing the camelCase function in Deno.

v1.37.0

Released on May 3rd, 2025.

We sincerely thank @​chldmsqls34, @​umsungjun, @​raon0211, @​dayongkr, @​shren207, @​oror-sine, @​L2HYUNN, @​D-Sketon, @​ariandel-dev, @​Jeong-Rae, and @​beomxtone for their contributions. We appreciate your great efforts!

v1.36.0

Released on April 24th, 2025.

We sincerely thank @​D-Sketon, @​raon0211, @​dayongkr, @​minjongbaek, @​seungrodotlee, @​mass2527, @​uniqueeest, @​leehj322, @​cruelladevil, @​shren207, and @​ssi02014 for their contributions. We appreciate your great efforts!

... (truncated)

Changelog

Sourced from es-toolkit's changelog.

Version v1.38.0

Released on May 18th, 2025.

  • Added compatibility functions for bindAll, setWith, memoize, isNative, invokeMap, clone, cloneWith, and sortedLastIndexOf.
  • Enhanced invariant function to accept Error instances and added assert alias.
  • Fixed type definitions and empty array handling in maxBy and minBy.
  • Fixed typo 'Partail' to 'Partial' in findKey type annotation.
  • Enhanced max and min functions to skip NaN, symbol, and null values, and return undefined when all values are skipped.
  • Fixed sparse array handling in compat functions to match Lodash's behavior.
  • Improved test coverage and documentation for various functions.
  • Fixed various documentation issues and typos.

We sincerely thank @​myungjuice, @​scato3, @​uniqueeest, @​YEONDG, @​shren207, @​hyesungoh, @​kms0219kms, @​minjongbaek, @​kristian240, @​D-Sketon, @​Seung-wan, @​jiji-hoon96, @​raon0211, and @​dayongkr for their contributions. We appreciate your great efforts!

Version v1.37.2

Released on May 4th, 2025.

  • Fixed an issue in es-toolkit/compat's throttle function to match Lodash's behavior by immediately invoking the throttled function when wait time is zero.

Version v1.37.1

Released on May 3rd, 2025.

  • Fixed a bug in JSR's @es-toolkit/es-toolkit package that prevented importing the camelCase function in Deno.

Version v1.37.0

Released on May 3rd, 2025.

We sincerely thank @​chldmsqls34, @​umsungjun, @​raon0211, @​dayongkr, @​shren207, @​oror-sine, @​L2HYUNN, @​D-Sketon, @​ariandel-dev, @​Jeong-Rae, and @​beomxtone for their contributions. We appreciate your great efforts!

Version v1.36.0

Released on April 24th, 2025.

... (truncated)

Commits
  • 5bd3604 v1.38.0
  • bcd4bf7 docs(isNative): move to compat documentation
  • 3066576 chore(rules): add a contributing guideline cursor rule for commit messages
  • 41c7987 feat(invariant): enhance invariant function to accept Error instances and add...
  • 6a22f4d fix[maxBy, minBy]: improve type definitions and empty array handling (#1176)
  • b97684b fix(findKey): correct typo 'Partail' to 'Partial' in type annotation (#1185)
  • 3abf28f fix(bindAll): Fix type of bindAll
  • 50dd318 docs(bindAll): Update bindAll
  • 3de4a30 feat(bindAll): Add bindAll function (#1104)
  • adcc560 setWith
  • 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 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.32.0 to 1.38.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.32.0...v1.38.0)

---
updated-dependencies:
- dependency-name: es-toolkit
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 19, 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 file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant