generated from innei-template/smart-webapp-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update dependency es-toolkit to v1.44.0 #83
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/es-toolkit-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+25
−42
Conversation
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
524c440 to
9531bd0
Compare
9531bd0 to
4c6c5c7
Compare
4c6c5c7 to
b834115
Compare
b834115 to
b707f0d
Compare
b707f0d to
3d3e165
Compare
3d3e165 to
46a7554
Compare
46a7554 to
1ca931f
Compare
1ca931f to
ecd49f3
Compare
SafeDep Report SummaryPackage Details
This report is generated by SafeDep Github App |
ecd49f3 to
7f74e9b
Compare
7f74e9b to
57d95d3
Compare
57d95d3 to
2752981
Compare
2752981 to
3aa53a6
Compare
3aa53a6 to
77f52e8
Compare
77f52e8 to
7947b81
Compare
7947b81 to
7669702
Compare
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.3→1.44.0Release Notes
toss/es-toolkit (es-toolkit)
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!
v1.39.10Compare Source
Released on August 17th, 2025.
defaultsDeepto properly handle deep merging of objects in arraysWe sincerely thank @wo-o29, @thwlckd, @kilimandzharov, and @dayongkr for their contributions. We appreciate your great efforts!
v1.39.9Compare Source
Released on August 10th, 2025.
mergeWithto properly handle null values returned from customizer function.cloneDeepWithto properly handle customizer returning null values.We sincerely thank @raon0211, @joshkel, and @Najeong-Kim for their contributions. We appreciate your great efforts!
v1.39.8Compare Source
Released on July 25th, 2025.
fill,pullAll,pullAllBy,pullAllWith,pullAt,remove, andreversein our compatibility library with the latest Lodash types (@types/lodashv4.17.20).v1.39.7Compare Source
Released on July 9th, 2025.
debounceandthrottlefunctions.We sincerely thank @dayongkr, @cobocho, @raon0211, and @D-Sketon for their contributions. We appreciate your great efforts!
v1.39.6Compare Source
Released on July 2th, 2025.
valuesfunction.compat/getby adding GetFieldType utility type.We sincerely thank @raon0211, @dayongkr, @yhb-flydream, @ssi02014, @JeongHwan-dev, and @guesung for their contributions. We appreciate your great efforts!
v1.39.5Compare Source
Released on June 24th, 2025.
es-toolkit/compatand@types/lodash.We thank @raon0211, @dayongkr, @sukvvon, and @yhb-flydream for their contributions.
v1.39.4Compare Source
Released on June 21st, 2025.
We thank @raon0211, and @dayongkr for their contributions.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.