Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-minor-and-patch-b791d2ee2a
Closed

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
es-toolkit 1.50.0 1.51.0
react-error-boundary 6.1.2 6.1.3
sonner 2.0.7 2.0.8
@aws-sdk/client-s3 3.1100.0 3.1115.0
@aws-sdk/s3-request-presigner 3.1100.0 3.1115.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 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.1115.0

Release notes

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

v3.1115.0

3.1115.0(2026-08-20)

Documentation Changes
  • client-pricing-plan-manager: Documentation update for the CreateSubscription API to correct the default value of the approval mode parameter. The default value for paid subscriptions is MANUAL, not IMMEDIATE as previously documented. The default value remains IMMEDIATE for FREE tier subscriptions. (50d16ae3)
New Features
  • client-sesv2: Amazon SES now supports per-message tracking overrides. You can use the new ConfigurationOverrides parameter in SendEmail and SendBulkEmail to enable or disable open and click tracking for individual messages without changing your account-level or configuration set settings. (da56caa5)
  • client-arc-region-switch: Adds support for Rds switchover read replica for Oracle databases in Region switch plans (85ffb20a)
  • client-ec2: EC2 marks UEFI instance metadata field as sensitive. (c232746a)
  • client-direct-connect: This release adds custom route prefix pool allocations for Direct Connect. You can set IPv4 and IPv6 route prefix counts on private and transit virtual interfaces, and view pool size and unallocated counts on connections and LAGs, plus direct connect gateway attachment prefix allocation totals. (a94fb978)
  • client-amplify: Increased the maximum allowed length from 255 to 4,096 characters to support longer access tokens. (f7f8ecd1)
  • client-batch: AWS Batch now supports a new compute environment type that provides fully managed EC2 capacity with broader compute flexibility than Fargate, including GPU instances, bare metal, and specific instance type selection, without infrastructure management overhead. (9c559a73)
  • client-sagemaker: Added IAM Identity Center (IdC) support to CreatePartnerApp and UpdatePartnerApp APIs. Added Customer Managed Key (CMK) support to CreateMlflowApp and DescribeMlflowApp. (55485887)
  • client-lambda: Adds support for full JSON resource-based policies, enabling customers to create, retrieve, update, and delete function resource policies as complete JSON documents. (72573a2a)
  • client-cloudfront: Added SigV4a as a supported signing protocol for Origin Access Control (OAC), enabling CloudFront to sign requests to Amazon S3 Multi-Region Access Point (S3-MRAP) origins. (95476293)

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

v3.1114.0

3.1114.0(2026-08-19)

New Features
  • client-eks: Adds support for EKS cluster certificate authorities (CA) (a1316eae)
  • client-bedrock-agentcore-control: AgentCore Memory now supports Flexible Namespaces (65c89d6d)
  • client-batch: AWS Batch now supports managing CloudWatch Container Insights on compute environments via CreateComputeEnvironment and UpdateComputeEnvironment. (f77fc37f)
  • client-redshift: Amazon Redshift enhanced System Table retention that allows customers to store their system table data directly in S3 Tables in customer's account instead of Redshift Managed Storage (a46d1f96)
  • client-bedrock-agentcore: AgentCore Memory now supports Flexible Namespaces and Non-Conversational Payloads in CreateEvent API (a0d8fb6d)
  • client-medialive: AWS Elemental MediaLive now supports video cropping and output positioning. Use cropRectangle and outputPositionRectangle to position the encoded video within the output frame, with the surrounding area filled with black. (2bf1331a)
  • client-account-access: Adds throttling exceptions to operation outputs that were previously inconsistent with other operations. (1e39b385)
  • client-vpc-lattice: Amazon VPC Lattice now supports modification of private DNS options on Service Network VPC Associations (92c89b27)
  • client-redshift-serverless: Amazon Redshift Enhanced System Table Retention that allows customers to store their system table data directly in S3 Tables in customer's account instead of Redshift Managed Storage (73ad53c3)
  • lib-transfer-manager: add file based download api and worker thread based download. (#8259) (b2d60357)

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

v3.1113.0

3.1113.0(2026-08-18)

Chores

... (truncated)

Changelog

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

3.1115.0 (2026-08-20)

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

3.1114.0 (2026-08-19)

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

3.1113.0 (2026-08-18)

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

3.1112.0 (2026-08-17)

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

3.1111.0 (2026-08-14)

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

3.1110.0 (2026-08-13)

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

3.1109.0 (2026-08-12)

... (truncated)

Commits

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

Release notes

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

v3.1115.0

3.1115.0(2026-08-20)

Documentation Changes
  • client-pricing-plan-manager: Documentation update for the CreateSubscription API to correct the default value of the approval mode parameter. The default value for paid subscriptions is MANUAL, not IMMEDIATE as previously documented. The default value remains IMMEDIATE for FREE tier subscriptions. (50d16ae3)
New Features
  • client-sesv2: Amazon SES now supports per-message tracking overrides. You can use the new ConfigurationOverrides parameter in SendEmail and SendBulkEmail to enable or disable open and click tracking for individual messages without changing your account-level or configuration set settings. (da56caa5)
  • client-arc-region-switch: Adds support for Rds switchover read replica for Oracle databases in Region switch plans (85ffb20a)
  • client-ec2: EC2 marks UEFI instance metadata field as sensitive. (c232746a)
  • client-direct-connect: This release adds custom route prefix pool allocations for Direct Connect. You can set IPv4 and IPv6 route prefix counts on private and transit virtual interfaces, and view pool size and unallocated counts on connections and LAGs, plus direct connect gateway attachment prefix allocation totals. (a94fb978)
  • client-amplify: Increased the maximum allowed length from 255 to 4,096 characters to support longer access tokens. (f7f8ecd1)
  • client-batch: AWS Batch now supports a new compute environment type that provides fully managed EC2 capacity with broader compute flexibility than Fargate, including GPU instances, bare metal, and specific instance type selection, without infrastructure management overhead. (9c559a73)
  • client-sagemaker: Added IAM Identity Center (IdC) support to CreatePartnerApp and UpdatePartnerApp APIs. Added Customer Managed Key (CMK) support to CreateMlflowApp and DescribeMlflowApp. (55485887)
  • client-lambda: Adds support for full JSON resource-based policies, enabling customers to create, retrieve, update, and delete function resource policies as complete JSON documents. (72573a2a)
  • client-cloudfront: Added SigV4a as a supported signing protocol for Origin Access Control (OAC), enabling CloudFront to sign requests to Amazon S3 Multi-Region Access Point (S3-MRAP) origins. (95476293)

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

v3.1114.0

3.1114.0(2026-08-19)

New Features
  • client-eks: Adds support for EKS cluster certificate authorities (CA) (a1316eae)
  • client-bedrock-agentcore-control: AgentCore Memory now supports Flexible Namespaces (65c89d6d)
  • client-batch: AWS Batch now supports managing CloudWatch Container Insights on compute environments via CreateComputeEnvironment and UpdateComputeEnvironment. (f77fc37f)
  • client-redshift: Amazon Redshift enhanced System Table retention that allows customers to store their system table data directly in S3 Tables in customer's account instead of Redshift Managed Storage (a46d1f96)
  • client-bedrock-agentcore: AgentCore Memory now supports Flexible Namespaces and Non-Conversational Payloads in CreateEvent API (a0d8fb6d)
  • client-medialive: AWS Elemental MediaLive now supports video cropping and output positioning. Use cropRectangle and outputPositionRectangle to position the encoded video within the output frame, with the surrounding area filled with black. (2bf1331a)
  • client-account-access: Adds throttling exceptions to operation outputs that were previously inconsistent with other operations. (1e39b385)
  • client-vpc-lattice: Amazon VPC Lattice now supports modification of private DNS options on Service Network VPC Associations (92c89b27)
  • client-redshift-serverless: Amazon Redshift Enhanced System Table Retention that allows customers to store their system table data directly in S3 Tables in customer's account instead of Redshift Managed Storage (73ad53c3)
  • lib-transfer-manager: add file based download api and worker thread based download. (#8259) (b2d60357)

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

v3.1113.0

3.1113.0(2026-08-18)

Chores

... (truncated)

Changelog

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

3.1115.0 (2026-08-20)

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

3.1114.0 (2026-08-19)

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

3.1113.0 (2026-08-18)

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

3.1112.0 (2026-08-17)

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

3.1111.0 (2026-08-14)

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

3.1110.0 (2026-08-13)

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

3.1109.0 (2026-08-12)

... (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 8 updates

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

| Package | From | To |
| --- | --- | --- |
| [es-toolkit](https://github.com/toss/es-toolkit) | `1.50.0` | `1.51.0` |
| [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.1115.0` |
| [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner) | `3.1100.0` | `3.1115.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 `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.1115.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.1115.0/clients/client-s3)

Updates `@aws-sdk/s3-request-presigner` from 3.1100.0 to 3.1115.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.1115.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: 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.1115.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.1115.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 23, 2026
@vercel

vercel Bot commented Aug 23, 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 23, 2026 9:32pm

@dependabot @github

dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 30, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/production-minor-and-patch-b791d2ee2a branch August 30, 2026 21:28
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