fix(deps): update dependency es-toolkit to v1.50.0#2358
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/es-toolkit-1.x
branch
from
June 11, 2026 16:10
e129f9b to
b64fa6e
Compare
renovate
Bot
force-pushed
the
renovate/es-toolkit-1.x
branch
from
June 12, 2026 08:36
b64fa6e to
7e0d032
Compare
renovate
Bot
force-pushed
the
renovate/es-toolkit-1.x
branch
2 times, most recently
from
June 26, 2026 02:13
95f3896 to
5d7c6db
Compare
renovate
Bot
force-pushed
the
renovate/es-toolkit-1.x
branch
2 times, most recently
from
July 16, 2026 16:50
e7a5127 to
c887716
Compare
renovate
Bot
force-pushed
the
renovate/es-toolkit-1.x
branch
from
July 21, 2026 01:07
c887716 to
d694a35
Compare
renovate
Bot
force-pushed
the
renovate/es-toolkit-1.x
branch
from
July 24, 2026 11:35
d694a35 to
5405ffb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.46.1→1.50.0Release Notes
toss/es-toolkit (es-toolkit)
v1.50.0Compare Source
Released on July 24th, 2026.
es-toolkit/typesentrypoint: a declaration-only module of compile-timetype utilities TypeScript lacks natively —
ValueOf,Simplify,Writable,NonEmptyArray,DeepPartial, andDeepReadonly. ([#1818])flowtoes-toolkit/fp, a reusable data-last composition built onpipe. ([#1812])The following bring
es-toolkit/compatcloser to Lodash. Behavior for the affectededge cases now matches Lodash, so results may differ if you relied on the previous output.
Fixed
compat/intersectionByto dedupe a single array (including by the iteratee)and to keep results consistent with Lodash. ([#1935])
Fixed
compat/findIndexandcompat/findLastIndexto coerce aNaNfromIndexto
0and to convertfromIndexto an integer. ([#1828], [#1834], [#1938])Fixed
compat/lastIndexOfto coercefromIndexlike Lodash. ([#1832])Fixed
compat/everyto treat a falsy, non-nullishdoesMatchas a_.propertyshorthand instead of identity. ([#1940])
Fixed
compat/nthto support string inputs. ([#1833])Fixed
compat/inRangeto not throw on a lone negative bound. ([#1835])Fixed
compat/toArrayto convertSets to arrays like Lodash. ([#1840])Fixed
compat/valuesto treat sparse array holes asundefined. ([#1894])Fixed
compat/maxByandcompat/minByto restore Lodash-compatible comparison. ([#1893])Fixed
compat/includesto exclude thelengthproperty when matching array-like values. ([#1886])Fixed the case functions to split ordinal numbers like Lodash, and to count string
size and padding by code points for multi-byte characters. ([#1836], [#1852], [#1853])
Fixed
compat/unsetto not treat an own literal dotted key as a deep path. ([#1808])Moved
compat/flattenDepth's flattening logic out offlatten. ([#1847])Restored the standalone
eqandtemplateSettingsentry points. ([#1895])Fixed
deburrto remove all combining diacritical marks, matching Lodash. ([#1807])Fixed
partitionto accept any predicate return value, likeArray.prototype.filter. ([#1937])Fixed
hasandhasInto prioritize nullish literal keys over paths. ([#1810])Fixed
invokeMapto normalize a string path viatoPathforthisbinding. ([#1814])Fixed
isDeepKeyto detect deep keys with stricter patterns. ([#1621])Fixed
unzipWithto return an empty array instead of throwing on empty input. ([#1816])Improved documentation, JSDoc accuracy, and internal refactoring across
compatand
fp. ([#1817], [#1820], [#1822], [#1823], [#1825], [#1829], [#1830], [#1842],[#1845], [#1851], [#1858], [#1867], [#1879])
We sincerely thank @Antoliny0919, @raon0211, @dayongkr, @spokodev, @sarathfrancis90,
@mayur-shenoy, @mahirhir, @kojesung, @Hprogram, @BangDori, and everyone else who
contributed. We appreciate your great efforts!
v1.49.0Compare Source
Released on June 26th, 2026.
es-toolkit/fpentrypoint with data-last, pipeable utilities,documentation, benchmarks, and bundle-size checks. ([#1781])
es-toolkit/fp, covering slicing,grouping, set operations, ordering, zipping, and collection helpers. ([#1801])
trimStartto validate multi-character trim strings correctly beforeit stops trimming. ([#1615])
compat/pickto prefer a literal key over a dot-notation path when thepicked value is
undefined. ([#1775])compat/randomto better match Lodash behavior for coerced bounds andfloating-point options. ([#1767])
compat/chunkto handleNaNandInfinitysize values consistentlywith Lodash. ([#1797])
references. ([#1785], [#1786], [#1788], [#1790], [#1791], [#1792], [#1793],
[#1795], [#1800])
We sincerely thank @Antoliny0919, @D-Sketon, @eunwoo-levi, and @raon0211 for
their contributions. We appreciate your great efforts!
v1.48.1Compare Source
Released on June 21st, 2026.
jsdelivrandunpkgCDN<script>entry that regressed in v1.48.0. The fields are now declared at the package root soyarn packpreserves them, sincepublishConfigonly carries standard fields and dropped them. Both CDNs now serve the UMD bundle again.v1.48.0Compare Source
Released on June 21st, 2026.
AbortSignalsupport totimeoutandwithTimeout. ([#1617])<script>resolution by pointingjsdelivr/unpkgto the UMD bundle and dropping the misusedbrowserfield. ([#1395])toMergedto deep clone the target so untouched nested values stay independent. ([#1780])compat/toPathto keep empty segments for consecutive and trailing dots. ([#1778])compat/differenceto treat sparse array holes asundefined. ([#1773])compat/parseIntto coerce input to a string before parsing. ([#1771])compat/isNaNto improve checks for boxed values and non-numbers. ([#1646])compat/isMatchWithto align nested primitive matching with lodash. ([#1647])We sincerely thank @aidant, @Antoliny0919, @D-Sketon, @miinhho, @MyraxByte, @raon0211, @sarathfrancis90, and @ssi02014 for their contributions. We appreciate your great efforts!
v1.47.1Compare Source
Released on June 12th, 2026.
maxByandminByto propagateNaN, matchingMath.max/Math.minbehavior. ([#1749])orderByandsortByto placenullandundefinedvalues last when sorting. ([#1681])isNumberto no longer treat boxedNumberobjects as numbers. ([#1726])reduceandreduceRightto respect explicitly passed nullish accumulators. ([#1742])isEmptyto handle functions with own enumerable properties. ([#1645])globalThispolyfill to avoidFunction(...), supporting CSP environments withoutunsafe-eval../compat/*subpaths in package exports. ([#1757])compat/sizeto count array-like objects by theirlength. ([#1766])compat/round,compat/ceil, andcompat/floorto returnInfinityfor infinite values with precision. ([#1764])compat/randomto coerce the upper bound for non-numbermax. ([#1751])compat/toLengthto coerce non-numeric values to 0. ([#1758])pull. ([#1746])We sincerely thank @Amund211, @Antoliny0919, @chatman-media, @D-Sketon, @dayongkr, @JetProc, @parkhojeong, @pbk95120, @raon0211, @sarathfrancis90, @shaked-shlomo, and @sukvvon for their contributions. We appreciate your great efforts!
v1.47.0Compare Source
Released on May 25th, 2026.
es-toolkit/serverentrypoint withcolorsnamespace for ANSI terminal color utilities. ([#1683])execfunction. ([#1689])sortKeysto theobjectentrypoint. ([#1674])cartesianProductandcombinationsto thearrayentrypoint. ([#1713])allKeyedto thepromiseentrypoint. ([#1672])percentileto themathentrypoint. ([#1710])compatunder/compat/. ([#1699])uniqWithincompatto match lodash's comparator argument order. ([#1729])compat/omitByto not treat plain objects with numericlengthas array-like. ([#1709])We sincerely thank @Antoliny0919, @ATOM00blue, @dayongkr, @guesung, @myeong-jae-hwi, @raon0211, @seungrodotlee, and @Xiaohang0316 for their contributions. We appreciate your great efforts!
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.