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.17.0 to 1.22.0 in the dependencies group #64

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 29, 2024

Bumps the dependencies group with 1 update: es-toolkit.

Updates es-toolkit from 1.17.0 to 1.22.0

Release notes

Sourced from es-toolkit's releases.

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.

v1.19.0

Released on September 14th, 2024.

v1.18.0

Released on September 12th, 2024.

Changelog

Sourced from es-toolkit's changelog.

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

Released on September 20th, 2024.

Version v1.19.0

Released on September 14th, 2024.

Version v1.18.0

Released on September 12th, 2024.

... (truncated)

Commits
  • 66baac2 v1.22.0
  • 5c39817 chore: Move includes to array
  • dd30980 docs(includes): Add docs for includes
  • 4068e43 feat(includes): add includes in es-toolkit/compat (#606)
  • 6e3226e feat(filter): add filter function (#610)
  • 5553908 docs(flowRight): Add docs for flowRight
  • 75ed97a feat(flowRight): implement flowRight (#603)
  • 7eed956 docs(flip): Update docs for flip
  • 4e92675 feat(flip): implement flip (#582)
  • efe7932 feat(every): Ensure compatibility with lodash
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 1 update: [es-toolkit](https://github.com/toss/es-toolkit).


Updates `es-toolkit` from 1.17.0 to 1.22.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.17.0...v1.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from koralle as a code owner September 29, 2024 03:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 29, 2024
@koralle koralle closed this Sep 29, 2024
Copy link
Author

dependabot bot commented on behalf of github Sep 29, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-a0fa310156 branch September 29, 2024 03:54
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