Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump es-toolkit from 1.16.0 to 1.24.0 #3183

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2024

Bumps es-toolkit from 1.16.0 to 1.24.0.

Release notes

Sourced from es-toolkit's releases.

v1.24.0

Released on October 7th, 2024.

v1.23.0

Released on October 1st, 2024.

  • Added support for isEqualWith, isArrayBuffer, curryRight, isJSONValue, isJSONObject, isJSONArray.
  • Fixed a bug in merge that copied the reference from the source object to the target object.
  • Fixed a bug in includes that returned true for inherited properties.
  • Fixed a bug in startCase and other string methods that did not correctly split the words when using accented letters.
  • Fixed a bug in filter that did not provide correct arguments to the predicate function.
  • Fixed a bug in isMatch that did not strictly compare primitive falsy values.

This version includes contributions from @​D-Sketon, @​wojtekmaj, @​mass2527, @​chhw130, and @​knott11. Thank you for your valuable contributions!

v1.22.0

Released on September 28th, 2024.

  • Added support for flow, flowRight, isMap, and isSet.

  • Added compatibility functions for filter, includes, every, flip, and dropWhile.

  • Fixed a bug in throttle that prevented it from throttling after the initial throttleMs.

  • Fixed a bug in cloneDeep that caused it to not clone the offset and length of DataView.

  • Fixed a bug in clone that threw an error if SharedArrayBuffer is unavailable.

This version includes contributions from @​dayongkr, @​k-jeonghee, @​D-Sketon, @​iDevGon, @​mass2527, @​wojtekmaj, @​jonganebski, @​hyesungoh, and @​chhw130. Thank you for your valuable contributions!

v1.21.0

Released on September 25th, 2024.

This version includes contributions from @​hyesungoh, @​D-Sketon, @​mass2527, @​gweesin, @​VVSOGI, @​coding-honey, @​seonghun0828, and @​jsparkdev. Thank you for your valuable contributions!

v1.20.0

Released on September 20th, 2024.

... (truncated)

Changelog

Sourced from es-toolkit's changelog.

Version v1.24.0

Released on October 7th, 2024.

Version v1.23.0

Released on October 1st, 2024.

  • Added support for isEqualWith, isArrayBuffer, curryRight, isJSONValue, isJSONObject, isJSONArray.
  • Fixed a bug in merge that copied the reference from the source object to the target object.
  • Fixed a bug in includes that returned true for inherited properties.
  • Fixed a bug in startCase and other string methods that did not correctly split the words when using accented letters.
  • Fixed a bug in filter that did not provide correct arguments to the predicate function.
  • Fixed a bug in isMatch that did not strictly compare primitive falsy values.

This version includes contributions from @​D-Sketon, @​wojtekmaj, @​mass2527, @​chhw130, and @​knott11. Thank you for your valuable contributions!

Version v1.22.0

Released on September 28th, 2024.

  • Added support for flow, flowRight, isMap, and isSet.

  • Added compatibility functions for filter, includes, every, flip, and dropWhile.

  • Fixed a bug in throttle that prevented it from throttling after the initial throttleMs.

  • Fixed a bug in cloneDeep that caused it to not clone the offset and length of DataView.

  • Fixed a bug in clone that threw an error if SharedArrayBuffer is unavailable.

This version includes contributions from @​dayongkr, @​k-jeonghee, @​D-Sketon, @​iDevGon, @​mass2527, @​wojtekmaj, @​jonganebski, @​hyesungoh, and @​chhw130. Thank you for your valuable contributions!

Version v1.21.0

Released on September 25th, 2024.

This version includes contributions from @​hyesungoh, @​D-Sketon, @​mass2527, @​gweesin, @​VVSOGI, @​coding-honey, @​seonghun0828, and @​jsparkdev. Thank you for your valuable contributions!

Version v1.20.0

... (truncated)

Commits

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.16.0 to 1.24.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.16.0...v1.24.0)

---
updated-dependencies:
- dependency-name: es-toolkit
  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 (dev or runtime) javascript Pull requests that update Javascript code skip-changelog Do not include in Changelog and Release Notes labels Oct 8, 2024
@dependabot dependabot bot requested review from a team, csouchet and tbouffard and removed request for a team October 8, 2024 09:19
@csouchet csouchet enabled auto-merge (squash) October 8, 2024 09:29
@tbouffard tbouffard removed the skip-changelog Do not include in Changelog and Release Notes label Oct 8, 2024
@csouchet csouchet merged commit 67691c5 into master Oct 8, 2024
22 checks passed
@csouchet csouchet deleted the dependabot/npm_and_yarn/es-toolkit-1.24.0 branch October 8, 2024 09:49
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.

2 participants