Skip to content

build(deps): bump the patch-and-minor group with 11 updates - #361

Merged
mindsers merged 1 commit into
mainfrom
dependabot/npm_and_yarn/patch-and-minor-1e263476d0
Aug 24, 2026
Merged

build(deps): bump the patch-and-minor group with 11 updates#361
mindsers merged 1 commit into
mainfrom
dependabot/npm_and_yarn/patch-and-minor-1e263476d0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the patch-and-minor group with 11 updates:

Package From To
@aws-sdk/client-s3 3.1108.0 3.1113.0
@conform-to/react 1.21.0 1.21.1
@conform-to/zod 1.21.0 1.21.1
@inlang/paraglide-js 2.23.2 2.24.1
@react-pdf/renderer 4.6.0 4.6.1
@zxcvbn-ts/core 4.1.2 4.2.0
lucide-react 1.31.0 1.32.0
resend 6.19.0 6.20.0
@vitest/coverage-v8 4.1.10 4.1.11
shadcn 4.17.0 4.18.0
vitest 4.1.10 4.1.11

Updates @aws-sdk/client-s3 from 3.1108.0 to 3.1113.0

Release notes

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

v3.1113.0

3.1113.0(2026-08-18)

Chores
  • scripts: prune stale lib-dynamodb files on copy during codegen (#8269) (0278e94b)
Documentation Changes
  • client-ec2: Doc release for CreateImage support for instances with local snapshots in Outpost (59ed88c0)
  • client-batch: Update AWS Batch documentation with newer Fargate Supported configurations, notes, and fix broken Docker link re-directs. (c2ba4d77)
New Features
  • client-entityresolution: Added ResourceNotFoundException to DeleteSchemaMapping, DeleteMatchingWorkflow, DeleteIdMappingWorkflow, and DeleteIdNamespace. These operations now return a 404 ResourceNotFoundException (previously a 200 Success) when the target resource does not exist. (860ccc20)
  • client-outposts: AWS Outposts now supports VPC Endpoint configuration in CreatePrivateConnectivityConfig, enabling scoped private connectivity with provisioning role creation for secure outpost installations (74c9d458)
  • client-workspaces: Amazon WorkSpaces now supports nested virtualization, allowing you to run hypervisors and virtualization-based workloads within your WorkSpaces. You can enable or disable nested virtualization when creating a WorkSpace or by modifying an existing WorkSpace's properties. (b15dc812)
  • client-marketplace-catalog: Introducing two new APIs, DescribeAssessment and ListAssessments. These APIs expose validation issues on Marketplace resources. The validation issues are exposed via a newly created resource called Assessment. (a2a6ab2f)
  • client-medialive: AWS Elemental MediaLive now supports SCTE-35 marker passthrough without IDR frame insertion for CMAF Ingest, MediaPackage V2, and transport stream outputs. (b93c2f34)
Bug Fixes
  • token-providers: update SSO refresh throttle per session (#8268) (ac44fb04)

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

v3.1112.0

3.1112.0(2026-08-17)

New Features
  • client-organizations: Add new Transfer Responsibility error codes and document related CloudTrail events for accepting and terminating a Transfer Responsibility. (7ec26973)
  • client-bedrock-agent-runtime: AgenticRetrieveStream API now supports Amazon Bedrock AgentCore Memory. Use the new memoryConfiguration parameter to continue a session from short-term memory and retrieve from long-term memory. (cd02310c)
  • client-ecr: Documentation update for the ECR PutReplicationConfiguration API to increase the replication rule limit from 10 to 25 (dc406081)
  • client-drs: AWS Elastic Disaster Recovery (AWS DRS) now offers Recovery Plans to recover multi-server applications in the right order in one action. Define the launch sequence once, with ordered steps and wait times, and DRS runs it automatically. Validate with non-disruptive drills and monitor in real time. (3c0ff266)
  • client-bedrock-agentcore-control: Adds implementations of third-party evaluators, both managed-as-a-service and as templates within custom evaluators. (f34b614a)
  • client-connect: This release adds new APIs to create, describe, update, delete, and list extraction definitions, enabling customers to manage lifecycle of extraction definition resources. Additionally, this release adds new event sources for Rules related to ACW and new action to Extract Information. (7e3a6ef7)
  • client-geo-maps: Amazon Location Service now supports POI density and category filtering on dynamic maps. The GetStyleDescriptor API adds two optional parameters. PoiDensity (Off to VeryDense) controls POI volume, and PoiCategories filters by up to nine categories. Available on HERE and Grab map styles. (629fb9e1)

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

v3.1111.0

3.1111.0(2026-08-14)

... (truncated)

Changelog

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

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)

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

Commits

Updates @conform-to/react from 1.21.0 to 1.21.1

Release notes

Sourced from @​conform-to/react's releases.

v1.21.1

What's Changed

  • Fixed onBlur validation in Radix UI modal dialogs moving focus to the dialog root instead of the next form control. (#1311)
  • Ensure the future useForm hook ignores submit events from a different form rendered through a React portal. (#1299)

Full Changelog: edmundhung/conform@v1.21.0...v1.21.1

Commits

Updates @conform-to/zod from 1.21.0 to 1.21.1

Release notes

Sourced from @​conform-to/zod's releases.

v1.21.1

What's Changed

  • Fixed onBlur validation in Radix UI modal dialogs moving focus to the dialog root instead of the next form control. (#1311)
  • Ensure the future useForm hook ignores submit events from a different form rendered through a React portal. (#1299)

Full Changelog: edmundhung/conform@v1.21.0...v1.21.1

Commits

Updates @inlang/paraglide-js from 2.23.2 to 2.24.1

Changelog

Sourced from @​inlang/paraglide-js's changelog.

2.24.1

Patch Changes

  • d2aeb93: Update the inlang SDK dependency to 3.0.1, which includes the Lix WASM fallback for musl-based Node.js environments.

2.24.0

Minor Changes

  • 7028c8a: Upgrade to @inlang/sdk v3 and remove obsolete local account migration code.

Patch Changes

  • 0ac907e: Cache compiled URL patterns to speed up repeated localized-link generation.
  • fda90d2: Skip unchanged Vite compilations across dev-server restarts by persisting and validating the compiler input cache.
  • 84e2766: Add a fast path for common locale-prefix and static-domain URL patterns while preserving the generic URLPattern fallback.
  • 5de9441: Improve compiler output writes by using Node's synchronous SHA-256 implementation and only creating directories for generated files that changed.
  • 5c17acf: Allow importing the programmatic compiler API without installing the optional Vite peer dependency.
  • c52b523: Preserve request bodies in paraglideMiddleware by cloning body-bearing requests before rewrapping them, preventing "Body has already been read" errors on POST/PUT/PATCH/DELETE.
  • 32d285b: Avoid rewriting unchanged output files during one-shot CLI compilation.
  • 9e1ee2e: Add an opt-in trailingSlash compiler option for canonicalizing localized URLs.
Commits

Updates @react-pdf/renderer from 4.6.0 to 4.6.1

Release notes

Sourced from @​react-pdf/renderer's releases.

@​react-pdf/renderer@​4.6.1

Patch Changes

Changelog

Sourced from @​react-pdf/renderer's changelog.

4.6.1

Patch Changes

Commits

Updates @zxcvbn-ts/core from 4.1.2 to 4.2.0

Commits

Updates lucide-react from 1.31.0 to 1.32.0

Release notes

Sourced from lucide-react's releases.

Version 1.32.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.31.0...1.32.0

Commits

Updates resend from 6.19.0 to 6.20.0

Release notes

Sourced from resend's releases.

v6.20.0

What's Changed

Full Changelog: resend/resend-node@v6.19.0...v6.20.0

Commits

Updates @vitest/coverage-v8 from 4.1.10 to 4.1.11

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates shadcn from 4.17.0 to 4.18.0

Release notes

Sourced from shadcn's releases.

shadcn@4.18.0

Minor Changes

Patch Changes

Changelog

Sourced from shadcn's changelog.

4.18.0

Minor Changes

Patch Changes

Commits
  • d4fc45b chore(release): version packages (#11503)
  • 9f4e3ff fix(shadcn): suppress EACCES when resolving monorepo targets (#11504)
  • 87d71b3 fix(registry): resolve package.json registries when adding components (#11502)
  • e66b99b fix(shadcn): suppress EACCES in remaining migration glob scans (#11500)
  • aef1cdc fix(registry): merge registries from package.json and components.json (#11501)
  • 03c45b8 fix(shadcn): stop throwing on unreadable files (#9248)
  • See full diff in compare view

Updates vitest from 4.1.10 to 4.1.11

Release notes

Sourced from vitest's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 9bd8d46 chore: release v4.1.11 (#10995)
  • 9851dbc fix(browser): trigger playwright/chromium gc on lower disk availability [back...
  • See full diff in compare view

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

Bumps the patch-and-minor group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.1108.0` | `3.1113.0` |
| [@conform-to/react](https://github.com/edmundhung/conform/tree/HEAD/packages/conform-react) | `1.21.0` | `1.21.1` |
| [@conform-to/zod](https://github.com/edmundhung/conform/tree/HEAD/packages/conform-zod) | `1.21.0` | `1.21.1` |
| [@inlang/paraglide-js](https://github.com/opral/paraglide-js) | `2.23.2` | `2.24.1` |
| [@react-pdf/renderer](https://github.com/diegomura/react-pdf/tree/HEAD/packages/renderer) | `4.6.0` | `4.6.1` |
| [@zxcvbn-ts/core](https://github.com/zxcvbn-ts/zxcvbn) | `4.1.2` | `4.2.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.31.0` | `1.32.0` |
| [resend](https://github.com/resend/resend-node) | `6.19.0` | `6.20.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.10` | `4.1.11` |
| [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) | `4.17.0` | `4.18.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.10` | `4.1.11` |


Updates `@aws-sdk/client-s3` from 3.1108.0 to 3.1113.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.1113.0/clients/client-s3)

Updates `@conform-to/react` from 1.21.0 to 1.21.1
- [Release notes](https://github.com/edmundhung/conform/releases)
- [Commits](https://github.com/edmundhung/conform/commits/@conform-to/react@1.21.1/packages/conform-react)

Updates `@conform-to/zod` from 1.21.0 to 1.21.1
- [Release notes](https://github.com/edmundhung/conform/releases)
- [Commits](https://github.com/edmundhung/conform/commits/@conform-to/zod@1.21.1/packages/conform-zod)

Updates `@inlang/paraglide-js` from 2.23.2 to 2.24.1
- [Changelog](https://github.com/opral/paraglide-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/opral/paraglide-js/commits)

Updates `@react-pdf/renderer` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/diegomura/react-pdf/releases)
- [Changelog](https://github.com/diegomura/react-pdf/blob/master/packages/renderer/CHANGELOG.md)
- [Commits](https://github.com/diegomura/react-pdf/commits/@react-pdf/renderer@4.6.1/packages/renderer)

Updates `@zxcvbn-ts/core` from 4.1.2 to 4.2.0
- [Changelog](https://github.com/zxcvbn-ts/zxcvbn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zxcvbn-ts/zxcvbn/compare/@zxcvbn-ts/core@4.1.2...@zxcvbn-ts/core@4.2.0)

Updates `lucide-react` from 1.31.0 to 1.32.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.32.0/packages/lucide-react)

Updates `resend` from 6.19.0 to 6.20.0
- [Release notes](https://github.com/resend/resend-node/releases)
- [Changelog](https://github.com/resend/resend-node/blob/canary/CHANGELOG.md)
- [Commits](resend/resend-node@v6.19.0...v6.20.0)

Updates `@vitest/coverage-v8` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/coverage-v8)

Updates `shadcn` from 4.17.0 to 4.18.0
- [Release notes](https://github.com/shadcn-ui/ui/releases)
- [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md)
- [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@4.18.0/packages/shadcn)

Updates `vitest` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.1113.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: "@conform-to/react"
  dependency-version: 1.21.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: "@conform-to/zod"
  dependency-version: 1.21.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: "@inlang/paraglide-js"
  dependency-version: 2.24.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: "@react-pdf/renderer"
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: "@zxcvbn-ts/core"
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: lucide-react
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: resend
  dependency-version: 6.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: shadcn
  dependency-version: 4.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the type: dependencies Dependency updates label Aug 24, 2026
@mindsers
mindsers merged commit ff8e617 into main Aug 24, 2026
7 checks passed
@mindsers
mindsers deleted the dependabot/npm_and_yarn/patch-and-minor-1e263476d0 branch August 24, 2026 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant