chore(deps): update dependency es-toolkit to v1.49.0#126
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
f8b8c39 to
47a4b2b
Compare
47a4b2b to
9c14c32
Compare
9c14c32 to
1bc100c
Compare
1bc100c to
afeb207
Compare
93f3409 to
fe9a104
Compare
fe9a104 to
0338f02
Compare
0338f02 to
db49dab
Compare
db49dab to
2ce8dd3
Compare
2ce8dd3 to
4d0001a
Compare
4d0001a to
ec62ea5
Compare
ec62ea5 to
d66933b
Compare
d66933b to
5958bca
Compare
5958bca to
c2325d7
Compare
auto-merge was automatically disabled
July 9, 2026 19:08
Pull request was closed
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.39.10→1.49.0Release Notes
toss/es-toolkit (es-toolkit)
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!
v1.46.1Compare Source
Released on April 29th, 2026.
AbortErrorandTimeoutErrorto fall back toErrorwhenDOMExceptionis undefined. ([#1694])forEachandcountByexports formapandset. ([#1695])We sincerely thank @SrAnthony and @umsungjun for their contributions. We appreciate your great efforts!
v1.46.0Compare Source
Released on April 22th, 2026.
AbortErrorandTimeoutErrorto extendDOMException. ([#1660])keyByto themapentrypoint exports. ([#1650])isBufferto add a browser export condition to avoid a 44KB Buffer polyfill. ([#1671])toCamelCaseKeysandtoSnakeCaseKeysto be exported fromcompatfor the browser bundle. ([#1685])partialby adding missing full-application overloads for 2/3/4 arguments. ([#1684])We sincerely thank @raon0211, @jantimon, @jaydeep-pipaliya, @ethanresnick, @zaewc, @minsoo-web, @wondonghwi, @xxxxxxjun, @jiji-hoon96, @james-rae, @Gamez0, and @dayongkr for their contributions. We appreciate your great efforts!
v1.45.1Compare Source
Released on March 4th, 2026.
sampleto not includeundefined.jsr:prefix. ([#1627])We sincerely thank @mwln for their contributions. We appreciate your great efforts!
v1.45.0Compare Source
Released on March 2nd, 2026.
findIndexto add missing default parameter fordoesMatch. ([#1373])sampleto includeundefinedin return union type. ([#1302])cloneDeepto support cloningErrorobjects.retryto correctly match retry count with theretriesoption.MapandSetin check-dist entrypoints.publishConfig. ([#1597])omit. ([#1595])llms.txtdocumentation to docs.We sincerely thank @D-Sketon, @dayongkr, @matthiasfeist, @raon0211, and @screendriver for their contributions. We appreciate your great efforts!
v1.44.0Compare Source
Released on January 16th, 2026.
shouldRetryoption toretryfunction. ([#1585])isEmptyObjectpredicate function. ([#1584])isNumberpredicate function.AggregateError. ([#1563])flattenObjectto retain empty objects and arrays.clonefunction.cloneerror when cloning object with null prototype. ([#1570])compat/cloneDeepandcloneDeepWithto clone null-prototype objects as regular objects. ([#1562])compat/clampto ensure consistency with lodash. ([#1555])intersectionfilter callback for consistency. ([#1582])cloneDeepJSDoc examples. ([#1583])We sincerely thank @raon0211, @dayongkr, @eunwoo-levi, @matt-oakes, @T3sT3ro, and @D-Sketon for their contributions. We appreciate your great efforts!
v1.43.0Compare Source
Released on December 12th, 2025.
mergeto handle arrays and objects consistently, and to match lodash's behavior with date values and array-like objects. ([#1553], [#1542], [#1548])isMatchandisMatchWithto match lodash's behavior.intersectionByimplementation and removed duplicates when the mapper produces the same values. ([#1528])throttleworking like debounce.toSnakeCaseKeys,toCamelCaseKeysfor edge cases and improved type inference for uppercase keys. ([#1538])camelCase,kebabCase,lowerCase,snakeCase,startCase,upperCase) to match lodash's behavior. ([#1525])compat/templateto disable ES interpolation when custominterpolateis provided. ([#1527])differenceBydocumentation. ([#1543])deburrto use arrays to construct the deburrMap. ([#1526])We sincerely thank @dayongkr, @raon0211, @wo-o29, @Yeom-JinHo, @Copilot, @oshosh, @vbfox, @sukvvon, @sankeyangshu, @D-Sketon, @seo-rii for their contributions. We appreciate your great efforts!
v1.42.0Compare Source
Released on November 17th, 2025.
filterAsync,flatMapAsync,forEachAsync,mapAsync,reduceAsync, andlimitAsyncfor handling asynchronous operations.ThrottleOptionsandDebounceOptionsinterfaces for better type support.isFiniteto implement type predicate to narrow type to number.isSafeIntegerto implement type predicate to narrow type to number.omitto prevent adding index properties to array-like objects.mergeWithto remove unnecessary nullish coalescing for 100% branch coverage.compat/updateWithto remove unreachable code and add prototype pollution test.compat/mergeWith,compat/unset,get,toMerged,mergeWith, andcompat/intersectionBywith additional edge cases and security tests.We sincerely thank @Debbl, @wo-o29, @raon0211, @Yeom-JinHo, @sukvvon, and @D-Sketon for their contributions. We appreciate your great efforts!
v1.41.0Compare Source
Released on October 24th, 2025.
throttleto preservethiscontext when called as a method.partitionfunction.omitto support runtime-determined key arrays with proper overloads.defaultsin compatibility layer to properly handle undefined and null sources.toSnakeCaseKeysandtoCamelCaseKeysto correctly return types for non-plain objects.toMergedandmergeWithto properly handle shared objects in merge logic.compat/unionto support array-like objects.compat/updateWithto usegetfor value retrieval in updater function.isMatchandisMatchWith.findandfindLastby simplifying logic and removing unnecessary checks.takeRightby improving test coverage and removing redundant checks.curryandcurryRightby removing unnecessary type assertions.isEqualWithandmapKeysby removing unnecessary type assertions.meanByby removing intermediate array creation.We sincerely thank @the5thbeatle, @wo-o29, @hwibaski, @manudeli, @raon0211, @dayongkr, @D-Sketon, @yoouungyoung, @Dohun-choi, @sukvvon, @zoulou00, and @sen2y for their contributions. We appreciate your great efforts!
v1.40.0Compare Source
Released on October 8th, 2025.
sumByto pass the element index to thegetValuecallback function.uniqfunction.cloneDeepWithto handle runtime errors in environments without Blob support and correctly clone Boolean, Number, and String objects.omitto avoid unnecessary deep cloning, improving performance.toCamelCaseKeysto properly handle PascalCase type conversion.toPathto correctly handle arrays and non-string inputs.repeatto validate and handle invalid repeat counts.sortedIndexByto properly handle default iteratee.somepredicate check to correctly handle null and undefined cases.compat/unsetwith nonexistent paths.We sincerely thank @wo-o29, @D-Sketon, @HidenLee, @yoouung, @manudeli, @dayongkr, @Li13, @nicklemmon, @sen2y, @miinhho, @raon0211, @joshkel, @jgjgill, @mlnwns, @Dohun-choi, @PinkChampagne17, @sukvvon, @YOUNGHO8762, @caseBread, @Jeongeun-Choi, @artechventure and hoyyChoi for their contributions. We appreciate your great efforts!
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.