Skip to content

chore(deps): bump the production-minor-and-patch group across 1 directory with 11 updates - #71

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-minor-and-patch-740ae89209
Open

chore(deps): bump the production-minor-and-patch group across 1 directory with 11 updates#71
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-minor-and-patch-740ae89209

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-minor-and-patch group with 11 updates in the / directory:

Package From To
es-toolkit 1.50.0 1.51.0
sharp 0.35.3 0.35.4
foxact 0.3.8 0.3.10
jotai 2.20.2 2.20.3
react-error-boundary 6.1.2 6.1.3
sonner 2.0.7 2.0.8
@aws-sdk/client-s3 3.1100.0 3.1120.0
@aws-sdk/s3-request-presigner 3.1100.0 3.1120.0
@smithy/node-http-handler 4.9.13 4.11.3
@iconify-json/mingcute 1.2.7 1.2.8
tailwind-variants 3.3.0 3.3.1

Updates es-toolkit from 1.50.0 to 1.51.0

Release notes

Sourced from es-toolkit's releases.

v1.51.0

Released on August 17th, 2026.

  • Added the es-toolkit/bigint entrypoint: bigint counterparts of the math functions (sum, sumBy, max, min, maxBy, minBy, clamp, inRange, median, medianBy, percentile, range, rangeRight), kept separate so the number implementations stay unchanged. ([#1966])

  • Added dedent, which removes common leading whitespace from template strings. ([#1679])

  • Added deepFreeze for recursively freezing objects. ([#1680])

  • Added mapValuesAsync and mapKeysAsync. ([#1544])

  • Added toPascalCaseKeys, toKebabCaseKeys, and toConstantCaseKeys, completing the object key casing family. ([#1984])

  • Exported the ToCamelCaseKeys, ToPascalCaseKeys, ToSnakeCaseKeys, ToKebabCaseKeys, and ToConstantCaseKeys types. ([#1651])

  • Added a preserveArrays option to flattenObject. ([#974])

  • Fixed retry to pass the last error to the delay callback ([#1759]) and to throw the last attempt's error without applying a final delay ([#1901]).

  • Fixed mergeWith and toMerged to handle mixed array/object types consistently with merge. ([#2026])

  • Fixed pullAt to remove the correct elements with negative indices. ([#1613])

  • Fixed at, pullAt, orderBy, and sortBy to accept readonly arrays. ([#2016])

  • Moved limitAsync from the array to the promise category. ([#2022])

  • Included the NOTICE file in the published npm and JSR packages. ([#2020])

The following bring es-toolkit/compat closer to Lodash. Behavior for the affected edge cases now matches Lodash, so results may differ if you relied on the previous output.

  • Added entries and entriesIn. ([#1874])

  • Fixed compat/isMatch and compat/isMatchWith to handle object source patterns against primitive and non-plain-object targets like Lodash. ([#1432])

  • Fixed compat/set to block constructor.prototype paths, preventing prototype pollution. ([#1904])

  • Fixed compat/find to respect array-like length ([#1958]) and to convert fromIndex to an integer ([#1961]), and compat/indexOf to convert fromIndex to an integer when searching for NaN ([#1951]).

  • Fixed compat/orderBy to resolve unresolved deep paths and nullish elements to undefined ([#2010]), to exclude the length property from array-like values ([#2002]), and to read the criterion property from primitive values ([#1903]).

  • Fixed compat/toPath to split unquoted dotted keys inside brackets. ([#1899])

  • Fixed compat/omit to treat a key array as a single deep path. ([#1902])

  • Fixed compat/map to make the iteratee optional with an identity default. ([#1928])

  • Fixed compat/size to count combined Unicode symbols as single characters. ([#1900])

  • Fixed compat/intersectionBy to support number, object, and nullish iteratee shorthands ([#1993]), and compat/intersectionWith to apply the comparator when deduplicating the first array ([#1953]).

... (truncated)

Changelog

Sourced from es-toolkit's changelog.

Version v1.51.0

Released on August 17th, 2026.

  • Added the es-toolkit/bigint entrypoint: bigint counterparts of the math functions (sum, sumBy, max, min, maxBy, minBy, clamp, inRange, median, medianBy, percentile, range, rangeRight), kept separate so the number implementations stay unchanged. (#1966)

  • Added dedent, which removes common leading whitespace from template strings. (#1679)

  • Added deepFreeze for recursively freezing objects. (#1680)

  • Added mapValuesAsync and mapKeysAsync. (#1544)

  • Added toPascalCaseKeys, toKebabCaseKeys, and toConstantCaseKeys, completing the object key casing family. (#1984)

  • Exported the ToCamelCaseKeys, ToPascalCaseKeys, ToSnakeCaseKeys, ToKebabCaseKeys, and ToConstantCaseKeys types. (#1651)

  • Added a preserveArrays option to flattenObject. (#974)

  • Fixed retry to pass the last error to the delay callback (#1759) and to throw the last attempt's error without applying a final delay (#1901).

  • Fixed mergeWith and toMerged to handle mixed array/object types consistently with merge. (#2026)

  • Fixed pullAt to remove the correct elements with negative indices. (#1613)

  • Fixed at, pullAt, orderBy, and sortBy to accept readonly arrays. (#2016)

  • Moved limitAsync from the array to the promise category. (#2022)

  • Included the NOTICE file in the published npm and JSR packages. (#2020)

The following bring es-toolkit/compat closer to Lodash. Behavior for the affected edge cases now matches Lodash, so results may differ if you relied on the previous output.

  • Added entries and entriesIn. (#1874)
  • Fixed compat/isMatch and compat/isMatchWith to handle object source patterns against primitive and non-plain-object targets like Lodash. (#1432)
  • Fixed compat/set to block constructor.prototype paths, preventing prototype pollution. (#1904)
  • Fixed compat/find to respect array-like length (#1958) and to convert fromIndex to an integer (#1961), and compat/indexOf to convert fromIndex to an integer when searching for NaN (#1951).
  • Fixed compat/orderBy to resolve unresolved deep paths and nullish elements to undefined (#2010), to exclude the length property from array-like values (#2002), and to read the criterion property from primitive values (#1903).
  • Fixed compat/toPath to split unquoted dotted keys inside brackets. (#1899)
  • Fixed compat/omit to treat a key array as a single deep path. (#1902)
  • Fixed compat/map to make the iteratee optional with an identity default. (#1928)
  • Fixed compat/size to count combined Unicode symbols as single characters. (#1900)
  • Fixed compat/intersectionBy to support number, object, and nullish iteratee shorthands (#1993), and compat/intersectionWith to apply the comparator when deduplicating the first array (#1953).
  • Fixed compat/difference, compat/differenceBy, compat/uniqBy, and compat/unionBy to normalize -0 to 0. (#2007)
  • Fixed compat/maxBy and compat/minBy to skip nullish iteratee values (#1927),

... (truncated)

Commits
  • 5dc4477 v1.51.0
  • 39a2661 feat(string/dedent): add dedent function for removing common leading whitespa...
  • 5e0f057 fix/compat array find array like length (#1958)
  • 4c94c3d fix(isMatch): handle primitive targets with object source patterns correctly ...
  • b7cdf14 feat: implement {mapValues,mapKeys}Async functions (#1544)
  • 2a37b36 fix(retry): pass error to delay callback (#1759)
  • 87fc74f test: Add browser compatibility test suite (#2012)
  • 3fdea04 feat(flattenObject): add preserveArrays option (#974)
  • 21c76cf feat(object/deepFreeze): add deepFreeze function for recursively freezing obj...
  • 6d18625 fix(pullAt): fix incorrect element removal with negative indices (#1613)
  • Additional commits viewable in compare view

Updates sharp from 0.35.3 to 0.35.4

Release notes

Sourced from sharp's releases.

v0.35.4

https://github.com/lovell/sharp-libvips/releases/tag/v1.3.3

v0.35.4-rc.0

Commits
  • 7f1a0a2 Release v0.35.4
  • f927818 Upgrade to sharp-libvips v1.3.3
  • e802092 Prerelease v0.35.4-rc.0
  • e13eb2f CI: Fix wasm32 build (#4589)
  • a82a0b3 Upgrade to libvips v8.18.6
  • 8044fe4 Bound resize dimensions to coordinate limit
  • 147f859 Docs: changelog entries for #4578 #4584
  • ee5bfb8 Tests: use yauzl directly rather than via extract-zip wrapper
  • 7a77889 Bump uraimo/run-on-arch-action from 3.1.0 to 3.2.0 (#4588)
  • ea5bef2 Improve support for input Streams finishing before output is requested (#4584)
  • Additional commits viewable in compare view

Updates foxact from 0.3.8 to 0.3.10

Release notes

Sourced from foxact's releases.

0.3.10

Core Changes

  • Introduce getReactChildren and getSingleReactChildren as workarounds for [React issue #32392](react/react#32392).

0.3.9

Core Changes

  • Introduce new browser, serves as a drop-in replacement for react-dom's browser API for React DOM versions that don't ship it yet. It provides a re-export and automatically falls back to a polyfill so that you can adopt it today.
Commits

Updates jotai from 2.20.2 to 2.20.3

Release notes

Sourced from jotai's releases.

v2.20.3

A fix in a util.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.20.2...v2.20.3

Commits

Updates react-error-boundary from 6.1.2 to 6.1.3

Release notes

Sourced from react-error-boundary's releases.

6.1.3

245- Add @types/react as an optional peer dependency

Commits

Updates sonner from 2.0.7 to 2.0.8

Release notes

Sourced from sonner's releases.

v2.0.8

What's Changed

New Contributors

Full Changelog: emilkowalski/sonner@v2.0.7...v2.0.8

Commits

Updates @aws-sdk/client-s3 from 3.1100.0 to 3.1120.0

Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.1120.0

3.1120.0(2026-08-27)

Documentation Changes
  • client-opensearch: Updating SDK and CLI documentation for AttachDataSource API. (d696fe76)
New Features
  • client-lambda-microvms: Added InsufficientCapacityException to RunMicrovm for capacity-related failures. Added lifecycle status field (AVAILABLE, DEPRECATED) to ListManagedMicrovmImageVersions. Added ConflictException to CreateMicrovmAuthToken and CreateMicrovmShellAuthToken for unregistered MicroVMs. (72a8ff80)
  • client-codedeploy: Added a deploymentMode parameter to CreateDeployment. Set it to RESTART to restart an EC2 and on-premises fleet, using the last successful revision, honoring Deployment Configuration. (78d4f964)
  • client-cloudwatch-logs: Added resultCount to QueryStatistics in GetQueryResults. This field returns the total number of output rows in the final result set, helping customers programmatically determine whether a query produced results after all operations including post-aggregation filters. (0e4d242b)
  • client-datazone: Add cascadeDelete to DeleteDomain. When specified, DataZone recursively deletes all projects, environments, subscriptions, and their underlying AWS resources before removing the domain. Deletion progress is reported via deleteProgress and resource failures via failureReasons on GetDomain. (3a74dc4b)
  • client-rds: Adding support for the full snapshot size, in bytes, of DB instance snapshots. (ab2f66f5)
  • client-ec2: EC2 allows AMI owners to define compatible instance types on their AMIs, blocking RunInstances calls automatically for launches on non-permitted instance types. (311b3b26)
  • client-cognito-identity-provider: Adds the AdminDeleteSoftwareToken API operation, enabling administrators to remove a user's registered TOTP (software token) MFA configuration from a user pool. (f661bebc)

For list of updated packages, view updated-packages.md in assets-3.1120.0.zip

v3.1119.0

3.1119.0(2026-08-26)

Chores
  • codegen: smithy-aws-typescript-codegen 0.53.0 (#8276) (dffb383b)
New Features
  • client-sagemaker: Amazon SageMaker AI now supports ml.g7 instances for model optimization. You can now run model optimization jobs on ml.g7 instances, in supported AWS Regions. (6d5e1066)
  • client-devops-agent: AWS DevOps Agent now supports trigger filter groups for Release Readiness Review, letting you control when the capability auto-triggers based on webhook events and target branches. (bc3d53d5)
  • client-license-manager-user-subscriptions: Released support for License Expiry field in ListProductSubscriptions API (454d7f7f)
  • client-ec2: Adds deleting state to possible VPC States. (43091d55)
  • client-network-firewall: Adding new status enum for Firewalls. (4cb21cb3)

For list of updated packages, view updated-packages.md in assets-3.1119.0.zip

v3.1118.0

3.1118.0(2026-08-25)

Documentation Changes
  • client-marketplace-metering: Updated documentation to clarify duplicate-billing prevention and BatchMeterUsage retry guidance (32231025)
New Features

... (truncated)

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.1120.0 (2026-08-27)

Note: Version bump only for package @​aws-sdk/client-s3

3.1119.0 (2026-08-26)

Note: Version bump only for package @​aws-sdk/client-s3

3.1118.0 (2026-08-25)

Note: Version bump only for package @​aws-sdk/client-s3

3.1117.0 (2026-08-24)

Note: Version bump only for package @​aws-sdk/client-s3

3.1116.0 (2026-08-21)

Note: Version bump only for package @​aws-sdk/client-s3

3.1115.0 (2026-08-20)

Note: Version bump only for package @​aws-sdk/client-s3

3.1114.0 (2026-08-19)

... (truncated)

Commits

Updates @aws-sdk/s3-request-presigner from 3.1100.0 to 3.1120.0

Release notes

Sourced from @​aws-sdk/s3-request-presigner's releases.

v3.1120.0

3.1120.0(2026-08-27)

Documentation Changes
  • client-opensearch: Updating SDK and CLI documentation for AttachDataSource API. (d696fe76)
New Features
  • client-lambda-microvms: Added InsufficientCapacityException to RunMicrovm for capacity-related failures. Added lifecycle status field (AVAILABLE, DEPRECATED) to ListManagedMicrovmImageVersions. Added ConflictException to CreateMicrovmAuthToken and CreateMicrovmShellAuthToken for unregistered MicroVMs. (72a8ff80)
  • client-codedeploy: Added a deploymentMode parameter to CreateDeployment. Set it to RESTART to restart an EC2 and on-premises fleet, using the last successful revision, honoring Deployment Configuration. (78d4f964)
  • client-cloudwatch-logs: Added resultCount to QueryStatistics in GetQueryResults. This field returns the total number of output rows in the final result set, helping customers programmatically determine whether a query produced results after all operations including post-aggregation filters. (0e4d242b)
  • client-datazone: Add cascadeDelete to DeleteDomain. When specified, DataZone recursively deletes all projects, environments, subscriptions, and their underlying AWS resources before removing the domain. Deletion progress is reported via deleteProgress and resource failures via failureReasons on GetDomain. (3a74dc4b)
  • client-rds: Adding support for the full snapshot size, in bytes, of DB instance snapshots. (ab2f66f5)
  • client-ec2: EC2 allows AMI owners to define compatible instance types on their AMIs, blocking RunInstances calls automatically for launches on non-permitted instance types. (311b3b26)
  • client-cognito-identity-provider: Adds the AdminDeleteSoftwareToken API operation, enabling administrators to remove a user's registered TOTP (software token) MFA configuration from a user pool. (f661bebc)

For list of updated packages, view updated-packages.md in assets-3.1120.0.zip

v3.1119.0

3.1119.0(2026-08-26)

Chores
  • codegen: smithy-aws-typescript-codegen 0.53.0 (#8276) (dffb383b)
New Features
  • client-sagemaker: Amazon SageMaker AI now supports ml.g7 instances for model optimization. You can now run model optimization jobs on ml.g7 instances, in supported AWS Regions. (6d5e1066)
  • client-devops-agent: AWS DevOps Agent now supports trigger filter groups for Release Readiness Review, letting you control when the capability auto-triggers based on webhook events and target branches. (bc3d53d5)
  • client-license-manager-user-subscriptions: Released support for License Expiry field in ListProductSubscriptions API (454d7f7f)
  • client-ec2: Adds deleting state to possible VPC States. (43091d55)
  • client-network-firewall: Adding new status enum for Firewalls. (4cb21cb3)

For list of updated packages, view updated-packages.md in assets-3.1119.0.zip

v3.1118.0

3.1118.0(2026-08-25)

Documentation Changes
  • client-marketplace-metering: Updated documentation to clarify duplicate-billing prevention and BatchMeterUsage retry guidance (32231025)
New Features

... (truncated)

Changelog

Sourced from @​aws-sdk/s3-request-presigner's changelog.

3.1120.0 (2026-08-27)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.1119.0 (2026-08-26)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.1118.0 (2026-08-25)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.1117.0 (2026-08-24)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.1116.0 (2026-08-21)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.1115.0 (2026-08-20)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.1114.0 (2026-08-19)

... (truncated)

Commits

Updates @smithy/node-http-handler from 4.9.13 to 4.11.3

Release notes

Sourced from @​smithy/node-http-handler's releases.

@​smithy/node-http-handler@​4.11.3

Patch Changes

  • a825452: switch for-in loops to guarded
  • Updated dependencies [e82a22b]
  • Updated dependencies [a825452]
    • @​smithy/core@​3.33.3

@​smithy/node-http-handler@​4.11.2

Patch Changes

  • 99c3f91: Restore npm provenance attestations. No functional changes.
  • Updated dependencies [99c3f91]
    • @​smithy/core@​3.33.2
    • @​smithy/types@​4.17.2

@​smithy/node-http-handler@​4.11.1

Patch Changes

  • d774f8d: chore: build packages with typescript 7. Packages continue to be compatible with TypeScript 3.4 through 7.0 in consumer applications.
  • Updated dependencies [b3958ad]
  • Updated dependencies [d774f8d]
    • @​smithy/core@​3.33.1
    • @​smithy/types@​4.17.1
Changelog

Sourced from @​smithy/node-http-handler's changelog.

4.11.3

Patch Changes

  • a825452: switch for-in loops to guarded
  • Updated dependencies [e82a22b]
  • Updated dependencies [a825452]
    • @​smithy/core@​3.33.3

4.11.2

Patch Changes

  • 99c3f91: Restore npm provenance attestations. No functional changes.
  • Updated dependencies [99c3f91]
    • @​smithy/core@​3.33.2
    • @​smithy/types@​4.17.2

4.11.1

Patch Changes

  • d774f8d: chore: build packages with typescript 7. Packages continue to be compatible with TypeScript 3.4 through 7.0 in consumer applications.
  • Updated dependencies [b3958ad]
  • Updated dependencies [d774f8d]
    • @​smithy/core@​3.33.1
    • @​smithy/types@​4.17.1

4.11.0

Minor Changes

  • cf69285: use the client logger as a fallback when the request handler has no logger configured, while preserving an explicitly configured handler logger.

Patch Changes

  • Updated dependencies [cf69285]
    • @​smithy/core@​3.33.0

4.10.0

Minor Changes

  • ec9b4b2: chore: update builds to use typescript 6. This should not affect consumers, who may continue to use TypeScript 3.4 through 7.0 as of this version.

Patch Changes

  • Updated dependencies [ec9b4b2]
    • @​smithy/types@​4.17.0
    • @​smithy/core@​3.32.0
Commits

Updates @iconify-json/mingcute from 1.2.7 to 1.2.8

Commits

Updates tailwind-variants from 3.3.0 to 3.3.1

Release notes

Sourced from tailwind-variants's releases.

v3.3.1

   🐞 Bug Fixes

    View changes on GitHub
Changelog

Sourced from tailwind-variants's changelog.

3.3.1 (2026-08-03)

Bug Fixes

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…tory with 11 updates

Bumps the production-minor-and-patch group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [es-toolkit](https://github.com/toss/es-toolkit) | `1.50.0` | `1.51.0` |
| [sharp](https://github.com/lovell/sharp) | `0.35.3` | `0.35.4` |
| [foxact](https://github.com/SukkaW/foxact) | `0.3.8` | `0.3.10` |
| [jotai](https://github.com/pmndrs/jotai) | `2.20.2` | `2.20.3` |
| [react-error-boundary](https://github.com/bvaughn/react-error-boundary) | `6.1.2` | `6.1.3` |
| [sonner](https://github.com/emilkowalski/sonner) | `2.0.7` | `2.0.8` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.1100.0` | `3.1120.0` |
| [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner) | `3.1100.0` | `3.1120.0` |
| [@smithy/node-http-handler](https://github.com/smithy-lang/smithy-typescript/tree/HEAD/packages/node-http-handler) | `4.9.13` | `4.11.3` |
| [@iconify-json/mingcute](https://github.com/iconify/icon-sets) | `1.2.7` | `1.2.8` |
| [tailwind-variants](https://github.com/heroui-inc/tailwind-variants) | `3.3.0` | `3.3.1` |



Updates `es-toolkit` from 1.50.0 to 1.51.0
- [Release notes](https://github.com/toss/es-toolkit/releases)
- [Changelog](https://github.com/toss/es-toolkit/blob/main/CHANGELOG.md)
- [Commits](toss/es-toolkit@v1.50.0...v1.51.0)

Updates `sharp` from 0.35.3 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.35.3...v0.35.4)

Updates `foxact` from 0.3.8 to 0.3.10
- [Release notes](https://github.com/SukkaW/foxact/releases)
- [Commits](SukkaW/foxact@0.3.8...0.3.10)

Updates `jotai` from 2.20.2 to 2.20.3
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](pmndrs/jotai@v2.20.2...v2.20.3)

Updates `react-error-boundary` from 6.1.2 to 6.1.3
- [Release notes](https://github.com/bvaughn/react-error-boundary/releases)
- [Commits](bvaughn/react-error-boundary@6.1.2...6.1.3)

Updates `sonner` from 2.0.7 to 2.0.8
- [Release notes](https://github.com/emilkowalski/sonner/releases)
- [Commits](emilkowalski/sonner@v2.0.7...v2.0.8)

Updates `@aws-sdk/client-s3` from 3.1100.0 to 3.1120.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1120.0/clients/client-s3)

Updates `@aws-sdk/s3-request-presigner` from 3.1100.0 to 3.1120.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1120.0/packages/s3-request-presigner)

Updates `@smithy/node-http-handler` from 4.9.13 to 4.11.3
- [Release notes](https://github.com/smithy-lang/smithy-typescript/releases)
- [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/node-http-handler/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-typescript/commits/@smithy/node-http-handler@4.11.3/packages/node-http-handler)

Updates `@iconify-json/mingcute` from 1.2.7 to 1.2.8
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `tailwind-variants` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/heroui-inc/tailwind-variants/releases)
- [Changelog](https://github.com/heroui-inc/tailwind-variants/blob/main/CHANGELOG.md)
- [Commits](heroui-inc/tailwind-variants@v3.3.0...v3.3.1)

---
updated-dependencies:
- dependency-name: es-toolkit
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-and-patch
- dependency-name: sharp
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-and-patch
- dependency-name: foxact
  dependency-version: 0.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-and-patch
- dependency-name: jotai
  dependency-version: 2.20.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-and-patch
- dependency-name: react-error-boundary
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-and-patch
- dependency-name: sonner
  dependency-version: 2.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-and-patch
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.1120.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-and-patch
- dependency-name: "@aws-sdk/s3-request-presigner"
  dependency-version: 3.1120.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-and-patch
- dependency-name: "@smithy/node-http-handler"
  dependency-version: 4.11.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-and-patch
- dependency-name: "@iconify-json/mingcute"
  dependency-version: 1.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-and-patch
- dependency-name: tailwind-variants
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 30, 2026
@vercel

vercel Bot commented Aug 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
afilmory Ready Ready Preview Aug 30, 2026 9:33pm

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants