Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 30 updates#656

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/develop/production-dependencies-f27f1e5383
Open

chore(deps): bump the production-dependencies group across 1 directory with 30 updates#656
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/develop/production-dependencies-f27f1e5383

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps the production-dependencies group with 30 updates in the / directory:

Package From To
prettier 3.8.1 3.8.3
@mdx-js/react 3.1.0 3.1.1
@aws-sdk/client-secrets-manager 3.1005.0 3.1048.0
@editorjs/editorjs 2.31.5 2.31.6
@editorjs/header 2.8.8 2.8.9
@graphql-tools/schema 10.0.31 10.0.33
@react-email/components 1.0.8 1.0.12
@react-email/render 2.0.4 2.0.8
graphql 16.13.1 16.14.0
graphql-yoga 5.18.1 5.21.0
jose 6.2.1 6.2.3
next 16.1.6 16.2.6
next-intl 4.8.3 4.12.0
nodemailer 8.0.2 8.0.7
pg 8.20.0 8.21.0
react-hook-form 7.71.2 7.76.0
zod 4.3.6 4.4.3
eslint-config-next 15.5.12 15.5.18
@formatjs/intl-localematcher 0.8.1 0.8.8
@opentelemetry/api 1.9.0 1.9.1
@sentry/nextjs 10.43.0 10.53.1
@sentry/types 10.43.0 10.53.1
@vercel/otel 2.1.1 2.1.2
lodash 4.17.23 4.18.1
motion 12.35.2 12.39.0
eslint-config-turbo 2.8.15 2.9.14
eslint-import-resolver-node 0.3.9 0.4.0
@stripe/stripe-js 8.9.0 8.11.0
libphonenumber-js 1.12.39 1.13.2
algoliasearch 5.49.2 5.52.1

Updates prettier from 3.8.1 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

</tr></table> 

... (truncated)

Commits

Updates @mdx-js/react from 3.1.0 to 3.1.1

Release notes

Sourced from @​mdx-js/react's releases.

3.1.1

Fix

Types

  • 933ab444 @mdx-js/mdx: add attributes to export/import declarations

Docs

Full Changelog: mdx-js/mdx@3.1.0...3.1.1

Commits

Updates @aws-sdk/client-secrets-manager from 3.1005.0 to 3.1048.0

Release notes

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

v3.1048.0

3.1048.0(2026-05-15)

Chores
New Features
  • clients: update client endpoints as of 2026-05-15 (4aa76bd0)
  • client-mediapackagev2: This release adds support for AvailabilityStartTimeConfiguration in MediaPackageV2 DASH manifests (6c8a84d4)
  • client-partnercentral-selling: Enable TCV intake on Opportunity to improve Opportunities Hygiene and downstream revenue attribution. (d68a75c4)
  • client-cloudwatch-logs: Updating the max limit for start query api parameter. (931876e1)

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

v3.1047.0

3.1047.0(2026-05-14)

Chores
New Features
  • clients: update client endpoints as of 2026-05-14 (3505575d)
  • client-glue: Release --has-databases parameter for AWS Glue get-catalogs API, which filters catalog responses to include only those capable of containing databases, excluding parent catalogs that hold only other catalogs. Remove model-level validation on partition index list size for AWS Glue tables. (e2b076ee)
  • client-database-migration-service: Add 9 SDK waiters for DMS Schema Conversion async operations. Eliminates manual polling for import, assessment, conversion, export, and creation jobs. (32d372e7)
  • client-mgn: Introducing new option for security groups mapping - with MAP-DHCP the service translates security rules from your source environment with DHCP compatibility. (27c07049)
  • client-bedrock: Advanced Prompt Optimization (AdvPO) allows you to optimize and migrate your prompts for any model on Bedrock by automatically evaluating responses and rewriting prompts to improve performance. This release provides a programmatic way to create, get, list, stop, and delete AdvPO jobs. (7e479fde)
  • client-cloudfront: Adding a new boolean for OCSP Revocations in Viewer mTLS Create and Update APIs, and adding a new 'Passthrough' option for TrustStore modes (ee96afaa)
  • client-datazone: Adds support for SageMaker Unified Studio notebook operations, including notebook import and export (383f4ea2)
  • client-qconnect: ListModels is an API that returns the available AI models for a Connect Assistant based on its region and AI prompt type. (0d6d7ec3)
  • client-grafana: Adds support for dual-stack (IPv4 and IPv6) connectivity to Amazon Managed Grafana workspaces. Customers can configure the ipAddressType parameter when creating or updating a workspace to choose between IPv4-only or dual-stack (IPv4 and IPv6) access. (1184c5e5)

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

v3.1046.0

3.1046.0(2026-05-14)

... (truncated)

Changelog

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

3.1048.0 (2026-05-15)

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

3.1047.0 (2026-05-14)

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

3.1046.0 (2026-05-14)

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

3.1045.0 (2026-05-07)

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

3.1044.0 (2026-05-06)

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

3.1043.0 (2026-05-05)

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

3.1042.0 (2026-05-04)

... (truncated)

Commits

Updates @editorjs/editorjs from 2.31.5 to 2.31.6

Release notes

Sourced from @​editorjs/editorjs's releases.

v2.31.6

Fix sanitize type to accept per-field SanitizerConfig #2997

What's Changed

New Contributors

Full Changelog: codex-team/editor.js@v2.31.5...v2.31.6

Changelog

Sourced from @​editorjs/editorjs's changelog.

2.31.6

  • Fix - Widen sanitize type on BlockTool and BaseToolConstructable to accept per-field SanitizerConfig
Commits

Updates @editorjs/header from 2.8.8 to 2.8.9

Commits

Updates @graphql-tools/schema from 10.0.31 to 10.0.33

Changelog

Sourced from @​graphql-tools/schema's changelog.

10.0.33

Patch Changes

  • Updated dependencies [a4b7dce]:
    • @​graphql-tools/utils@​11.1.0
    • @​graphql-tools/merge@​9.1.9

10.0.32

Patch Changes

  • Updated dependencies [ae36a0e]:
    • @​graphql-tools/utils@​11.0.1
    • @​graphql-tools/merge@​9.1.8
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​graphql-tools/schema since your current version.


Updates @react-email/components from 1.0.8 to 1.0.12

Release notes

Sourced from @​react-email/components's releases.

@​react-email/components@​1.0.12

Patch Changes

  • Updated dependencies [f6cfef0]
    • @​react-email/render@​2.0.6
    • @​react-email/body@​0.3.0
    • @​react-email/button@​0.2.1
    • @​react-email/code-block@​0.2.1
    • @​react-email/code-inline@​0.0.6
    • @​react-email/column@​0.0.14
    • @​react-email/container@​0.0.16
    • @​react-email/font@​0.0.10
    • @​react-email/head@​0.0.13
    • @​react-email/heading@​0.0.16
    • @​react-email/hr@​0.0.12
    • @​react-email/html@​0.0.12
    • @​react-email/img@​0.0.12
    • @​react-email/link@​0.0.13
    • @​react-email/markdown@​0.0.18
    • @​react-email/preview@​0.0.14
    • @​react-email/row@​0.0.13
    • @​react-email/section@​0.0.17
    • @​react-email/tailwind@​2.0.7
    • @​react-email/text@​0.1.6

@​react-email/components@​1.0.11

Patch Changes

  • Updated dependencies [5a23505]
  • Updated dependencies [ecfc141]
    • @​react-email/tailwind@​2.0.7
    • @​react-email/render@​2.0.5
    • @​react-email/body@​0.3.0
    • @​react-email/button@​0.2.1
    • @​react-email/code-block@​0.2.1
    • @​react-email/code-inline@​0.0.6
    • @​react-email/column@​0.0.14
    • @​react-email/container@​0.0.16
    • @​react-email/font@​0.0.10
    • @​react-email/head@​0.0.13
    • @​react-email/heading@​0.0.16
    • @​react-email/hr@​0.0.12
    • @​react-email/html@​0.0.12
    • @​react-email/img@​0.0.12
    • @​react-email/link@​0.0.13
    • @​react-email/markdown@​0.0.18
    • @​react-email/preview@​0.0.14
    • @​react-email/row@​0.0.13
    • @​react-email/section@​0.0.17
    • @​react-email/text@​0.1.6

... (truncated)

Changelog

Sourced from @​react-email/components's changelog.

1.0.12

Patch Changes

  • Updated dependencies [f6cfef0]
    • @​react-email/render@​2.0.6
    • @​react-email/body@​0.3.0
    • @​react-email/button@​0.2.1
    • @​react-email/code-block@​0.2.1
    • @​react-email/code-inline@​0.0.6
    • @​react-email/column@​0.0.14
    • @​react-email/container@​0.0.16
    • @​react-email/font@​0.0.10
    • @​react-email/head@​0.0.13
    • @​react-email/heading@​0.0.16
    • @​react-email/hr@​0.0.12
    • @​react-email/html@​0.0.12
    • @​react-email/img@​0.0.12
    • @​react-email/link@​0.0.13
    • @​react-email/markdown@​0.0.18
    • @​react-email/preview@​0.0.14
    • @​react-email/row@​0.0.13
    • @​react-email/section@​0.0.17
    • @​react-email/tailwind@​2.0.7
    • @​react-email/text@​0.1.6

1.0.11

Patch Changes

  • Updated dependencies [5a23505]
  • Updated dependencies [ecfc141]
    • @​react-email/tailwind@​2.0.7
    • @​react-email/render@​2.0.5
    • @​react-email/body@​0.3.0
    • @​react-email/button@​0.2.1
    • @​react-email/code-block@​0.2.1
    • @​react-email/code-inline@​0.0.6
    • @​react-email/column@​0.0.14
    • @​react-email/container@​0.0.16
    • @​react-email/font@​0.0.10
    • @​react-email/head@​0.0.13
    • @​react-email/heading@​0.0.16
    • @​react-email/hr@​0.0.12
    • @​react-email/html@​0.0.12
    • @​react-email/img@​0.0.12
    • @​react-email/link@​0.0.13
    • @​react-email/markdown@​0.0.18
    • @​react-email/preview@​0.0.14
    • @​react-email/row@​0.0.13

... (truncated)

Commits

Updates @react-email/render from 2.0.4 to 2.0.8

Release notes

Sourced from @​react-email/render's releases.

@​react-email/render@​2.0.8

Patch Changes

  • e0e896f: Strip nul bytes from React 18 renderToPipeableStream output to prevent emails with multi-byte characters from being truncated.

@​react-email/render@​2.0.7

Patch Changes

  • 7fc539d: fix export map ordering between convex and node

@​react-email/render@​2.0.7-canary.0

Patch Changes

  • 7fc539d: fix export map ordering between convex and node

@​react-email/render@​2.0.6

Patch Changes

  • f6cfef0: fix: await stream.allReady before reading renderToReadableStream output

@​react-email/render@​2.0.5

Patch Changes

  • ecfc141: fix process crashes in client errors
Changelog

Sourced from @​react-email/render's changelog.

2.0.8

Patch Changes

  • e0e896f: Strip nul bytes from React 18 renderToPipeableStream output to prevent emails with multi-byte characters from being truncated.

2.0.7

Patch Changes

  • 7fc539d: fix export map ordering between convex and node

2.0.7-canary.0

Patch Changes

  • 7fc539d: fix export map ordering between convex and node

2.0.6

Patch Changes

  • f6cfef0: fix: await stream.allReady before reading renderToReadableStream output

2.0.5

Patch Changes

  • ecfc141: fix process crashes in client errors
Commits
  • 961d1d2 chore(root): version packages (#3445)
  • e0e896f fix(render): remove nul bytes when using React 18 (#3406)
  • 12f4620 chore(root): version packages (#3322)
  • 48daf18 chore(root): version packages (canary) (#3271)
  • 7fc539d fix(render): reorder node above convex in exports map (#3276)
  • 291aea4 chore(root): version packages (#3117)
  • f6cfef0 fix(render): await stream.allReady before reading renderToReadableStream outp...
  • 1191b35 chore(root): version packages (#3084)
  • ecfc141 fix: prevent process crash by rejecting error instead of throwing in renderTo...
  • 1f27dcd feat: pnpm catalogs (#3014)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​react-email/render since your current version.


Updates graphql from 16.13.1 to 16.14.0

Release notes

Sourced from graphql's releases.

v16.14.0 (2026-05-03)

New Feature 🚀

  • #4317 Allow configuration of the ofType introspection depth (@​Nols1000)
  • #4521 Add experimental support for directives on directive definitions (@​BoD)

Bug Fix 🐞

Docs 📝

Committers: 4

v16.13.2 (2026-03-24)

Docs 📝

Polish 💅

  • #4631 Use Object.create(null) over {} to avoid prototype issues - v16 (@​benjie)

Internal 🏠

Committers: 2

Commits

Updates graphql-yoga from 5.18.1 to 5.21.0

Changelog

Sourced from graphql-yoga's changelog.

5.21.0

Minor Changes

  • #4430 e263f7e Thanks @​ardatan! - Short-circuit response in onRequestParse hook

    In the onRequestParse hook, if a response is sent using endResponse, we should short-circuit the request parsing and return that response immediately. This allows users to handle certain requests entirely within the onRequestParse hook without needing to go through the rest of the request processing pipeline.

    const plugin = {
      onRequestParse({ endResponse }) {
        if (/* some condition */) {
          endResponse(new Response('Short-circuited response'));
        }
      },
    };

    Or you can also short-circuit the response inside the request parser:

    const plugin = {
      onRequestParse({ setRequestParser }) {
        setRequestParser(req => {
          if (req.url === '/short-circuit') {
            return new Response('Short-circuited response')
          }
          // Otherwise, return the parsed parameters as usual
          return parseRequestNormally(req)
        })
      }
    }

5.20.0

Minor Changes

  • #4428 93f1dc0 Thanks @​ardatan! - Support changing graphqlEndpoint after initialization;

    const yoga = createYoga({

... (truncated)

Commits

Updates jose from 6.2.1 to 6.2.3

Release notes

Sourced from jose's releases.

v6.2.3

Refactor

  • cleanly reject invalid PBES2 p2c (0cdb851)

v6.2.2

Fixes

  • reject failed decompression with JWEInvalid error (043b181)
Changelog

Sourced from jose's changelog.

6.2.3 (2026-04-27)

Refactor

  • cleanly reject invalid PBES2 p2c (0cdb851)

6.2.2 (2026-03-18)

Fixes

  • reject failed decompression with JWEInvalid error (043b181)
Commits
  • 41ad7e9 chore(release): 6.2.3
  • 988e90f chore: account for commit-and-tag-version instead of standard-version
  • 4b24656 chore: update CHANGELOG.md header
  • 0cdb851 refactor: cleanly reject invalid PBES2 p2c
  • a0b261e test: update Bun expectations
  • b39dc1a chore: use fs.globSync
  • 0675be1 build: replace rollup umd build with a custom esbuild iife wrap
  • 9b03323 chore: bump packages
  • 914b73d chore(deps-dev): bump lodash
  • 9dce817 chore: bump packages
  • Additional commits viewable in compare view

Updates next from 16.1.6 to 16.2.6

Release notes

Sourced from next's releases.

v16.2.6

[!NOTE] This release contains security fixes and backported bug fixes. It does not include all pending features/changes on canary.

Security Fixes

The following advisories have been addressed:

High:

Moderate:

Low:

Core Changes

  • fix: preserve HTTP access fallbacks during prerender recovery (#92231)
  • Fix fallback route params case in app-page handler (#91737)
  • Fix invalid HTML response for route-level RSC requests in deployment adapter (#91541)
  • Patch setHeader for direct route handlers (#93101)
  • Include deployment id in cacheHandlers keys (#93453)
  • Fix double-encoding of URL pathname parts in client param parsing (#93491)

v16.2.5

[!NOTE] This release contains security fixes and backported bug fixes. It does not include all pending features/changes on canary.

Security Fixes

The following advisories have been addressed:

High:

... (truncated)

Commits
  • ee6e79b v16.2.6
  • afa053d Turbopack: Match proxy matchers with webpack implementation (#93594)
  • 97a154e Turbopack: Fix middleware matcher suffix (#93590)
  • 83899bc [backport] Disable build caches for production/staging/force-preview deploys ...
  • 7b222b9 [backport][test] Pin package manager to patch versions (#93595)
  • a8dc24f [backport] Turbopack: more strict vergen setup (#93587)
  • 766148f v16.2.5
  • 0dd9483 fix: add explicit checks for RSC header (#83) (#98)
  • d166096 fix proxy matching for segment prefetch URLs (#89) (#96)
  • 9d50c0b Strip next-resume header from incoming requests (#92)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for next since your current version.


Updates next-intl from 4.8.3 to 4.12.0

Release notes

Sourced from next-intl's releases.

v4.12.0

4.12.0 (2026-05-13)

Features

⚠️ A small config change is required for useExtracted users to upgrade, please see amannn/next-intl#2316 for details.

v4.11.2

4.11.2 (2026-05-11)

Bug Fixes

v4.11.1

4.11.1 (2026-05-08)

Bug Fixes

v4.11.0

4.11.0 (2026-04-28)

Features

v4.10.1

This was reverted in https://github.com/amannn/next-intl/releases/tag/v4.11.2


4.10.1 (2026-04-28)

Bug Fixes

⚠️ If you're using a setup behind a reverse proxy and your proxy sets x-forwarded-port, make sure the value is correct (typically 443).

v4.10.0

4.10.0 (2026-04-28)

Features

... (truncated)

Changelog

Sourced from next-intl's changelog.

4.12.0 (2026-05-13)

FeaturesDescription has been truncated

…y with 30 updates

Bumps the production-dependencies group with 30 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` |
| [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) | `3.1.0` | `3.1.1` |
| [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) | `3.1005.0` | `3.1048.0` |
| [@editorjs/editorjs](https://github.com/codex-team/editor.js) | `2.31.5` | `2.31.6` |
| [@editorjs/header](https://github.com/editor-js/header) | `2.8.8` | `2.8.9` |
| [@graphql-tools/schema](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/schema) | `10.0.31` | `10.0.33` |
| [@react-email/components](https://github.com/resend/react-email/tree/HEAD/packages/components) | `1.0.8` | `1.0.12` |
| [@react-email/render](https://github.com/resend/react-email/tree/HEAD/packages/render) | `2.0.4` | `2.0.8` |
| [graphql](https://github.com/graphql/graphql-js) | `16.13.1` | `16.14.0` |
| [graphql-yoga](https://github.com/graphql-hive/graphql-yoga/tree/HEAD/packages/graphql-yoga) | `5.18.1` | `5.21.0` |
| [jose](https://github.com/panva/jose) | `6.2.1` | `6.2.3` |
| [next](https://github.com/vercel/next.js) | `16.1.6` | `16.2.6` |
| [next-intl](https://github.com/amannn/next-intl) | `4.8.3` | `4.12.0` |
| [nodemailer](https://github.com/nodemailer/nodemailer) | `8.0.2` | `8.0.7` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.20.0` | `8.21.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.71.2` | `7.76.0` |
| [zod](https://github.com/colinhacks/zod) | `4.3.6` | `4.4.3` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.5.12` | `15.5.18` |
| [@formatjs/intl-localematcher](https://github.com/formatjs/formatjs) | `0.8.1` | `0.8.8` |
| [@opentelemetry/api](https://github.com/open-telemetry/opentelemetry-js) | `1.9.0` | `1.9.1` |
| [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `10.43.0` | `10.53.1` |
| [@sentry/types](https://github.com/getsentry/sentry-javascript) | `10.43.0` | `10.53.1` |
| [@vercel/otel](https://github.com/vercel/otel) | `2.1.1` | `2.1.2` |
| [lodash](https://github.com/lodash/lodash) | `4.17.23` | `4.18.1` |
| [motion](https://github.com/motiondivision/motion) | `12.35.2` | `12.39.0` |
| [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo) | `2.8.15` | `2.9.14` |
| [eslint-import-resolver-node](https://github.com/import-js/eslint-plugin-import/tree/HEAD/resolvers/node) | `0.3.9` | `0.4.0` |
| [@stripe/stripe-js](https://github.com/stripe/stripe-js) | `8.9.0` | `8.11.0` |
| [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) | `1.12.39` | `1.13.2` |
| [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) | `5.49.2` | `5.52.1` |



Updates `prettier` from 3.8.1 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.1...3.8.3)

Updates `@mdx-js/react` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/mdx-js/mdx/releases)
- [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md)
- [Commits](https://github.com/mdx-js/mdx/commits/3.1.1/packages/react)

Updates `@aws-sdk/client-secrets-manager` from 3.1005.0 to 3.1048.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-secrets-manager/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1048.0/clients/client-secrets-manager)

Updates `@editorjs/editorjs` from 2.31.5 to 2.31.6
- [Release notes](https://github.com/codex-team/editor.js/releases)
- [Changelog](https://github.com/codex-team/editor.js/blob/next/docs/CHANGELOG.md)
- [Commits](codex-team/editor.js@v2.31.5...v2.31.6)

Updates `@editorjs/header` from 2.8.8 to 2.8.9
- [Commits](https://github.com/editor-js/header/commits)

Updates `@graphql-tools/schema` from 10.0.31 to 10.0.33
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/schema/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/schema@10.0.33/packages/schema)

Updates `@react-email/components` from 1.0.8 to 1.0.12
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/@react-email/components@1.0.12/packages/components/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/@react-email/components@1.0.12/packages/components)

Updates `@react-email/render` from 2.0.4 to 2.0.8
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/canary/packages/render/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/@react-email/render@2.0.8/packages/render)

Updates `graphql` from 16.13.1 to 16.14.0
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.13.1...v16.14.0)

Updates `graphql-yoga` from 5.18.1 to 5.21.0
- [Release notes](https://github.com/graphql-hive/graphql-yoga/releases)
- [Changelog](https://github.com/graphql-hive/graphql-yoga/blob/main/packages/graphql-yoga/CHANGELOG.md)
- [Commits](https://github.com/graphql-hive/graphql-yoga/commits/graphql-yoga@5.21.0/packages/graphql-yoga)

Updates `jose` from 6.2.1 to 6.2.3
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v6.2.1...v6.2.3)

Updates `next` from 16.1.6 to 16.2.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.1.6...v16.2.6)

Updates `next-intl` from 4.8.3 to 4.12.0
- [Release notes](https://github.com/amannn/next-intl/releases)
- [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md)
- [Commits](amannn/next-intl@v4.8.3...v4.12.0)

Updates `nodemailer` from 8.0.2 to 8.0.7
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v8.0.2...v8.0.7)

Updates `pg` from 8.20.0 to 8.21.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.21.0/packages/pg)

Updates `react-hook-form` from 7.71.2 to 7.76.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.71.2...v7.76.0)

Updates `zod` from 4.3.6 to 4.4.3
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.3.6...v4.4.3)

Updates `eslint-config-next` from 15.5.12 to 15.5.18
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.5.18/packages/eslint-config-next)

Updates `@formatjs/intl-localematcher` from 0.8.1 to 0.8.8
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/@formatjs/intl-localematcher@0.8.1...@formatjs/intl-localematcher@0.8.8)

Updates `@opentelemetry/api` from 1.9.0 to 1.9.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v1.9.0...v1.9.1)

Updates `@sentry/nextjs` from 10.43.0 to 10.53.1
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@10.43.0...10.53.1)

Updates `@sentry/types` from 10.43.0 to 10.53.1
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@10.43.0...10.53.1)

Updates `@vercel/otel` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/vercel/otel/releases)
- [Commits](https://github.com/vercel/otel/compare/@vercel/otel@2.1.1...@vercel/otel@2.1.2)

Updates `lodash` from 4.17.23 to 4.18.1
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.23...4.18.1)

Updates `motion` from 12.35.2 to 12.39.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.35.2...v12.39.0)

Updates `eslint-config-turbo` from 2.8.15 to 2.9.14
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](https://github.com/vercel/turborepo/commits/v2.9.14/packages/eslint-config-turbo)

Updates `eslint-import-resolver-node` from 0.3.9 to 0.4.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/resolvers/node/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/commits/v0.4.0/resolvers/node)

Updates `@stripe/stripe-js` from 8.9.0 to 8.11.0
- [Release notes](https://github.com/stripe/stripe-js/releases)
- [Commits](stripe/stripe-js@v8.9.0...v8.11.0)

Updates `libphonenumber-js` from 1.12.39 to 1.13.2
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.12.39...v1.13.2)

Updates `algoliasearch` from 5.49.2 to 5.52.1
- [Release notes](https://github.com/algolia/algoliasearch-client-javascript/releases)
- [Changelog](https://github.com/algolia/algoliasearch-client-javascript/blob/main/CHANGELOG.md)
- [Commits](algolia/algoliasearch-client-javascript@5.49.2...5.52.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@mdx-js/react"
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-secrets-manager"
  dependency-version: 3.1048.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@editorjs/editorjs"
  dependency-version: 2.31.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@editorjs/header"
  dependency-version: 2.8.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@graphql-tools/schema"
  dependency-version: 10.0.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@react-email/components"
  dependency-version: 1.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@react-email/render"
  dependency-version: 2.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: graphql
  dependency-version: 16.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: graphql-yoga
  dependency-version: 5.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: jose
  dependency-version: 6.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: next
  dependency-version: 16.2.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: next-intl
  dependency-version: 4.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: nodemailer
  dependency-version: 8.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pg
  dependency-version: 8.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-hook-form
  dependency-version: 7.76.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: zod
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: eslint-config-next
  dependency-version: 15.5.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@formatjs/intl-localematcher"
  dependency-version: 0.8.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@opentelemetry/api"
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@sentry/nextjs"
  dependency-version: 10.53.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@sentry/types"
  dependency-version: 10.53.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@vercel/otel"
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: motion
  dependency-version: 12.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: eslint-config-turbo
  dependency-version: 2.9.14
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: eslint-import-resolver-node
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@stripe/stripe-js"
  dependency-version: 8.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: libphonenumber-js
  dependency-version: 1.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: algoliasearch
  dependency-version: 5.52.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

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 May 18, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 18, 2026

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

Project Deployment Actions Updated (UTC)
nimara-docs Ready Ready Preview, Comment May 18, 2026 7:16pm
nimara-ecommerce Ready Ready Preview May 18, 2026 7:16pm
nimara-ecommerce-stripe Ready Ready Preview, Comment May 18, 2026 7:16pm
nimara-marketplace Ready Ready Preview May 18, 2026 7:16pm

Request Review

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