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

fix(deps): bump es-toolkit from 1.27.0 to 1.29.0 #563

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps es-toolkit from 1.27.0 to 1.29.0.

Release notes

Sourced from es-toolkit's releases.

v1.29.0

Released on December 1st, 2024.

We sincerely thank @​nnnnoel and @​evan-moon for their contributions. We appreciate your great efforts!

v1.28.0

Released on November 30th, 2024.

  • Added compatibility functions for gt, gte, toArray, toUpper, add, assignIn (extend), and isElement.
  • Introduced new compatibility types for DebouncedFunc.
  • Enhanced our function types to accept PropertyKey instead of just string for property keys.
  • Corrected flatMap to accurately infer return types when the depth parameter is omitted.
  • Resolved issues with incorrect types for partial and partialRight.
  • Fixed intersectionBy, differenceBy, and differenceWith to properly calculate differences between various element types.
  • Ensured that words is now correctly exported in our compatibility library.

We sincerely thank @​D-Sketon, @​mass2527, @​1eeminhyeong, @​chhw130, @​DONG-8, @​filipsobol, @​kim-dongho, @​nnnnoel, @​pbstar, and @​jsparkdev for their contributions. We appreciate your great efforts!

Changelog

Sourced from es-toolkit's changelog.

Version v1.29.0

Released on December 1st, 2024.

We sincerely thank @​nnnnoel and @​evan-moon for their contributions. We appreciate your great efforts!

Version v1.28.0

Released on November 30th, 2024.

  • Added compatibility functions for gt, gte, toArray, toUpper, add, assignIn (extend), and isElement.
  • Introduced new compatibility types for DebouncedFunc.
  • Enhanced our function types to accept PropertyKey instead of just string for property keys.
  • Corrected flatMap to accurately infer return types when the depth parameter is omitted.
  • Resolved issues with incorrect types for partial and partialRight.
  • Fixed intersectionBy, differenceBy, and differenceWith to properly calculate differences between various element types.
  • Ensured that words is now correctly exported in our compatibility library.

We sincerely thank @​D-Sketon, @​mass2527, @​1eeminhyeong, @​chhw130, @​DONG-8, @​filipsobol, @​kim-dongho, @​nnnnoel, @​pbstar, and @​jsparkdev for their contributions. We appreciate your great efforts!

Commits
  • 6def147 v1.29.0
  • ffec17d docs(lastIndexOf): Fix incorrect docs position
  • 7d9b11d fix(flattenObject): flatten for nested objects (#817)
  • 9a6a7db feat(compat): Add lastIndexOf function to es-toolkit/compat (#856)
  • 3393707 docs: Update docs for cloneDeepWith
  • d42fc96 chore: Fix lint & typecheck
  • d4567c6 style: Fix lint
  • 6653936 docs: Add docs for toArray & isElement
  • 5a96091 feat(cloneDeepWith): Add cloneDeepWith
  • e1c05f2 v1.28.0
  • 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.27.0 to 1.29.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.27.0...v1.29.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 2, 2024
@github-actions github-actions bot merged commit 2e8ebd3 into master Dec 2, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/es-toolkit-1.29.0 branch December 2, 2024 01:38
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants