Skip to content

fix(deps): update dependency es-toolkit to v1.46.1#1124

Open
renovate[bot] wants to merge 2 commits intomainfrom
renovate/es-toolkit-1.x
Open

fix(deps): update dependency es-toolkit to v1.46.1#1124
renovate[bot] wants to merge 2 commits intomainfrom
renovate/es-toolkit-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 5, 2026

This PR contains the following updates:

Package Change Age Confidence
es-toolkit (source) 1.46.01.46.1 age confidence

Release Notes

toss/es-toolkit (es-toolkit)

v1.46.1

Compare Source

Released on April 29th, 2026.

  • Fixed AbortError and TimeoutError to fall back to Error when DOMException is undefined. ([#​1694])
  • Fixed missing forEach and countBy exports for map and set. ([#​1695])

We sincerely thank @​SrAnthony and @​umsungjun for their contributions. We appreciate your great efforts!


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • Between 09:00 AM and 06:59 PM, Monday through Friday (* 9-18 * * 1-5)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested review from remiposo and toiroakr as code owners May 5, 2026 01:00
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 5, 2026

🦋 Changeset detected

Latest commit: 82152a9

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@tailor-platform/sdk Patch
@tailor-platform/create-sdk Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

⚡ pkg.pr.new

@tailor-platform/sdk

pnpm add https://pkg.pr.new/@tailor-platform/sdk@f7519ed
pnpm dlx https://pkg.pr.new/@tailor-platform/sdk@f7519ed --help

@tailor-platform/create-sdk

pnpm add https://pkg.pr.new/@tailor-platform/create-sdk@f7519ed
pnpm dlx https://pkg.pr.new/@tailor-platform/create-sdk@f7519ed my-app

commit: f7519ed

@claude
Copy link
Copy Markdown

claude Bot commented May 5, 2026

🤖 Claude Dependency Review

📦 Update Summary

  • Library: es-toolkit
  • Version: 1.46.0 → 1.46.1
  • Change Type: Patch

📝 Release Notes

🚨 Breaking Changes

None

✨ Main Changes

🐛 Bug Fixes

  1. Error Handling Compatibility (#1694)

    • Fixed AbortError and TimeoutError to fall back to Error when DOMException is undefined
    • Why this matters: Ensures compatibility in non-browser environments (Node.js, serverless functions) where DOM APIs are not available
  2. Missing Exports (#1695)

    • Fixed missing forEach and countBy exports for map and set data structures
    • Why this matters: These utility functions for working with Map and Set objects were defined but not properly exported in the previous version

🔍 Impact Analysis

📁 Usage Locations

es-toolkit is used in the following 1 file:

  1. packages/sdk/src/configure/services/tailordb/schema.ts
    import { cloneDeep } from "es-toolkit";
    • Feature used: cloneDeep - Deep cloning utility for objects
    • Impact: ✅ No impact - The fixes in v1.46.1 do not affect cloneDeep functionality

🎯 Impact Assessment

No breaking changes or functional changes affecting current usage:

  • The codebase only uses the cloneDeep function from es-toolkit
  • The bug fixes in v1.46.1 are for:
    • AbortError and TimeoutError error classes (not used in codebase)
    • forEach and countBy exports for Map/Set (not used in codebase)
  • All fixes are backwards-compatible improvements

✅ Recommended Actions

None - This is a safe patch update with no required code changes.

The update improves error handling compatibility and fixes missing exports, but does not affect the current usage of cloneDeep in the codebase.


@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

Code Metrics Report (packages/sdk)

main (f29e473) #1124 (c6debc1) +/-
Coverage 60.7% 60.7% 0.0%
Code to Test Ratio 1:0.4 1:0.4 0.0
Details
  |                    | main (f29e473) | #1124 (c6debc1) | +/-  |
  |--------------------|----------------|-----------------|------|
  | Coverage           |          60.7% |           60.7% | 0.0% |
  |   Files            |            357 |             357 |    0 |
  |   Lines            |          12120 |           12120 |    0 |
  |   Covered          |           7359 |            7359 |    0 |
  | Code to Test Ratio |          1:0.4 |           1:0.4 |  0.0 |
  |   Code             |          79761 |           79761 |    0 |
  |   Test             |          32753 |           32753 |    0 |

SDK Configure Bundle Size

main (f29e473) #1124 (c6debc1) +/-
configure-index-size 17.78KB 17.78KB 0KB
dependency-chunks-size 33.56KB 33.56KB 0KB
total-bundle-size 51.34KB 51.34KB 0KB

Runtime Performance

main (f29e473) #1124 (c6debc1) +/-
Generate Median 2,613ms 2,555ms -58ms
Generate Max 2,782ms 2,566ms -216ms
Apply Build Median 2,663ms 2,630ms -33ms
Apply Build Max 2,696ms 2,681ms -15ms

Type Performance (instantiations)

main (f29e473) #1124 (c6debc1) +/-
tailordb-basic 35,130 35,130 0
tailordb-optional 3,841 3,841 0
tailordb-relation 7,428 7,428 0
tailordb-validate 2,566 2,566 0
tailordb-hooks 5,767 5,767 0
tailordb-object 12,136 12,136 0
tailordb-enum 2,462 2,462 0
resolver-basic 9,424 9,424 0
resolver-nested 26,111 26,111 0
resolver-array 18,187 18,187 0
executor-schedule 4,234 4,234 0
executor-webhook 873 873 0
executor-record 8,166 8,166 0
executor-resolver 4,369 4,369 0
executor-operation-function 869 869 0
executor-operation-gql 869 869 0
executor-operation-webhook 888 888 0
executor-operation-workflow 1,714 1,714 0

Reported by octocov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants