ember-try icon indicating copy to clipboard operation
ember-try copied to clipboard

Bump es-toolkit from 1.30.1 to 1.34.1

Open dependabot[bot] opened this issue 11 months ago • 0 comments

Bumps es-toolkit from 1.30.1 to 1.34.1.

Release notes

Sourced from es-toolkit's releases.

v1.34.1

Released on March 27th, 2025.

  • Fixed a bug in isBrowser and isNode that caused them to not work properly in Deno environments.

v1.34.0

Released on March 27th, 2025.

We sincerely thank @​dayongkr, @​D-Sketon, @​seongminn, @​Kyujenius for their contributions. We appreciate your great efforts!

v1.33.0

Released on March 9th, 2025.

v1.32.0

Released on January 30th, 2024.

v1.31.0

Released on December 27th, 2024.

  • Added support for the windowed, remove and asyncNoop functions.
  • Introduced compatibility functions for pullAll, subtract, isBuffer, and methodOf.
  • Enhanced the performance of pull when working with large arrays.
  • Resolved an issue where reverse was not being exported in our compatibility library.
  • Updated groupBy to properly handle keys like toString or valueOf.
  • Fixed merge to correctly merge values when target or any of its values are null or undefined.

We sincerely thank @​T3sT3ro, @​D-Sketon, @​tuhm1, @​willmanduffy, @​apeltop, @​aken-you, @​SaeWooKKang, and @​ssi02014 for their contributions. We appreciate your great efforts!

Changelog

Sourced from es-toolkit's changelog.

Version v1.34.1

Released on March 27th, 2025.

  • Fixed a bug in isBrowser and isNode that caused them to not work properly in Deno environments.

Version v1.34.0

Released on March 27th, 2025.

We sincerely thank @​dayongkr, @​D-Sketon, @​seongminn, @​Kyujenius for their contributions. We appreciate your great efforts!

Version v1.33.0

Released on March 9th, 2025.

Version v1.32.0

Released on January 30th, 2025.

Version v1.31.0

Released on December 27th, 2024.

  • Added support for the windowed, remove and asyncNoop functions.
  • Introduced compatibility functions for pullAll, subtract, isBuffer, and methodOf.
  • Enhanced the performance of pull when working with large arrays.
  • Resolved an issue where reverse was not being exported in our compatibility library.
  • Updated groupBy to properly handle keys like toString or valueOf.
  • Fixed merge to correctly merge values when target or any of its values are null or undefined.

We sincerely thank @​T3sT3ro, @​D-Sketon, @​tuhm1, @​willmanduffy, @​apeltop, @​aken-you, @​SaeWooKKang, and @​ssi02014 for their contributions. We appreciate your great efforts!

Commits
  • 4b5b9d1 v1.34.1
  • 2cd49ea fix(isBrowser, isNode): Fix problem in node
  • cbf270e v1.34.0
  • 89551e3 chore(eslint): Restrict console usage in source code (#1086)
  • faafc4c feat(predicate): Add isBrowser and isNode (#1085)
  • 1cad9ef docs(functionsIn): Update docs of functionsIn & add tests
  • 0e3e979 docs: Update CONTRIBUTING.md to include our coding conventions (#1090)
  • a1015bd Update docs of sortedIndexOf (#1089)
  • fd026ec feat(functionsIn): Add functionsIn to compat/object (#1077)
  • 17c236b style(meanBy): Fix ESLint
  • 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)

dependabot[bot] avatar Apr 02 '25 03:04 dependabot[bot]