Skip to content

chore(deps): bump the major group across 1 directory with 22 updates#516

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/major-59b9612568
Open

chore(deps): bump the major group across 1 directory with 22 updates#516
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/major-59b9612568

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2026

Bumps the major group with 22 updates in the / directory:

Package From To
@fortawesome/fontawesome-svg-core 6.7.2 7.2.0
@fortawesome/free-brands-svg-icons 6.7.2 7.2.0
@fortawesome/free-solid-svg-icons 6.7.2 7.2.0
@fortawesome/react-fontawesome 0.2.2 3.3.0
@react-email/components 0.5.7 1.0.10
@react-email/render 1.4.0 2.0.4
bcrypt 5.1.1 6.0.0
@types/bcrypt 5.0.2 6.0.0
eslint-plugin-react-hooks 6.1.1 7.0.1
nodemailer 7.0.13 8.0.4
react-intersection-observer 9.16.0 10.0.3
react-pdf 9.1.1 10.4.1
uuid 10.0.0 13.0.0
zod 3.24.1 4.3.6
zod-form-data 2.0.4 3.0.1
@jest/globals 29.7.0 30.3.0
@types/node 24.10.7 25.5.0
@types/uuid 10.0.0 11.0.0
eslint 9.39.2 10.1.0
jest 29.7.0 30.3.0
@types/jest 29.5.14 30.0.0
typescript 5.9.3 6.0.2

Updates @fortawesome/fontawesome-svg-core from 6.7.2 to 7.2.0

Release notes

Sourced from @​fortawesome/fontawesome-svg-core's releases.

Release 7.2.0

Change log available at https://fontawesome.com/changelog

Release 7.1.0

Change log available at https://fontawesome.com/docs/changelog/

Release 7.0.1

Change log available at https://fontawesome.com/docs/changelog/

Release 7.0.0

Change log available at https://fontawesome.com/docs/changelog/

Commits
  • 337dd20 Release 7.2.0 (#21465)
  • 16ac6af Simplifying icon request titles (#21360)
  • ce49420 Simplifying icon request template name (to avoid redundancy)
  • 3dba69f Modify bug report template for versioning and labels (#21264)
  • f40da32 Update web bug report template
  • 89f17b4 Modify bug report template for version and labels
  • 14b8429 Adding feature requests to discussions
  • eceb155 Updating links to the new icon request templates
  • b544f79 Update contribution guidelines for icon requests
  • f811bcf Revise icon wizard request template
  • Additional commits viewable in compare view

Updates @fortawesome/free-brands-svg-icons from 6.7.2 to 7.2.0

Release notes

Sourced from @​fortawesome/free-brands-svg-icons's releases.

Release 7.2.0

Change log available at https://fontawesome.com/changelog

Release 7.1.0

Change log available at https://fontawesome.com/docs/changelog/

Release 7.0.1

Change log available at https://fontawesome.com/docs/changelog/

Release 7.0.0

Change log available at https://fontawesome.com/docs/changelog/

Commits
  • 337dd20 Release 7.2.0 (#21465)
  • 16ac6af Simplifying icon request titles (#21360)
  • ce49420 Simplifying icon request template name (to avoid redundancy)
  • 3dba69f Modify bug report template for versioning and labels (#21264)
  • f40da32 Update web bug report template
  • 89f17b4 Modify bug report template for version and labels
  • 14b8429 Adding feature requests to discussions
  • eceb155 Updating links to the new icon request templates
  • b544f79 Update contribution guidelines for icon requests
  • f811bcf Revise icon wizard request template
  • Additional commits viewable in compare view

Updates @fortawesome/free-solid-svg-icons from 6.7.2 to 7.2.0

Release notes

Sourced from @​fortawesome/free-solid-svg-icons's releases.

Release 7.2.0

Change log available at https://fontawesome.com/changelog

Release 7.1.0

Change log available at https://fontawesome.com/docs/changelog/

Release 7.0.1

Change log available at https://fontawesome.com/docs/changelog/

Release 7.0.0

Change log available at https://fontawesome.com/docs/changelog/

Commits
  • 337dd20 Release 7.2.0 (#21465)
  • 16ac6af Simplifying icon request titles (#21360)
  • ce49420 Simplifying icon request template name (to avoid redundancy)
  • 3dba69f Modify bug report template for versioning and labels (#21264)
  • f40da32 Update web bug report template
  • 89f17b4 Modify bug report template for version and labels
  • 14b8429 Adding feature requests to discussions
  • eceb155 Updating links to the new icon request templates
  • b544f79 Update contribution guidelines for icon requests
  • f811bcf Revise icon wizard request template
  • Additional commits viewable in compare view

Updates @fortawesome/react-fontawesome from 0.2.2 to 3.3.0

Release notes

Sourced from @​fortawesome/react-fontawesome's releases.

v3.3.0

3.3.0 (2026-03-20)

Highlights:

Features

Chores

CI/CD

Full Changelog: FortAwesome/react-fontawesome@v3.2.0...v3.3.0

v3.2.0

3.2.0 (2026-02-06)

Features

Bug Fixes

Chores

New Contributors

Full Changelog: FortAwesome/react-fontawesome@v3.1.1...v3.2.0

v3.1.1

3.1.1 (2025-11-28)

... (truncated)

Changelog

Sourced from @​fortawesome/react-fontawesome's changelog.

3.3.0 (2026-03-20)

Features

  • style: add support for custom gradient fills (d14cdc5)
  • style: use single prop for gradient fills, add unit tests (2282d16)

Chores

  • docs: add typedoc-generated API reference docs (5894156)
  • docs: clean up API docs output structure, rewrite html links (a7782b8)
  • docs: update README with FontAwesome documentation links (c540f90)

CI/CD

  • actions: fix publish action env setting (eb4b40a)
  • actions: only run full test matrix on PRs and main (3434d60)
  • actions: update deprecated actions (6382b20)
  • publish: enable publishing releases from CI (5d46150)
  • publish: ensure private publish uses hard main ref (f54a9c2)

3.2.0 (2026-02-06)

Features

  • types: export CSSVariables type for user consumption (0e68290)

Bug Fixes

  • env: support for defined process but undefined process.env (243a273)
  • remove some stray spaces (77f64d8)
  • switch order of spread to allow given props to override (1f0690a)
  • undo local package-lock change (7242428)

Chores

  • add a deprecation notice to the title and titleId props (1953e29)
  • deps: upgrade all dev deps (018fa1f)
  • format: fix format issue in changelog (64b449d)
  • format: ignore changelog from prettier as it is autogen'd (ec1c118)

3.1.1 (2025-11-28)

Bug Fixes

  • WCAG: allow custom role attribute on svgs like previous versions (ef4986b)

Documentation

  • remove irrelevant upgrade guide from 0.1-0.2x (7d41077)

... (truncated)

Commits
  • cf9b12c chore(release): 3.3.0 [skip ci]
  • 2358c55 Merge pull request #634 from FortAwesome/chore/fix-publish-action
  • eb4b40a ci(actions): fix publish action env setting
  • e726c04 Merge pull request #633 from FortAwesome/chore/update-deprecated-actions
  • 6382b20 ci(actions): update deprecated actions
  • 2573702 Merge pull request #632 from FortAwesome/chore/docs-cleanup
  • a7782b8 chore(docs): clean up API docs output structure, rewrite html links
  • c540f90 chore(docs): update README with FontAwesome documentation links
  • 42f1d51 Merge pull request #631 from FortAwesome/feat/add-api-reference
  • 5894156 chore(docs): add typedoc-generated API reference docs
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by lordofbacon, a new releaser for @​fortawesome/react-fontawesome since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates @react-email/components from 0.5.7 to 1.0.10

Release notes

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

@​react-email/components@​1.0.10

Patch Changes

  • Updated dependencies [444d9df]
    • @​react-email/tailwind@​2.0.6

@​react-email/components@​1.0.9

Patch Changes

  • Updated dependencies [493f367]
    • @​react-email/body@​0.3.0

@​react-email/components@​1.0.8

Patch Changes

  • Updated dependencies [698f962]
  • Updated dependencies [6ff41b7]
    • @​react-email/tailwind@​2.0.5

@​react-email/components@​1.0.7

Patch Changes

  • Updated dependencies [a8764ee]
    • @​react-email/tailwind@​2.0.4

@​react-email/components@​1.0.6

What's Changed

Full Changelog: https://github.com/resend/react-email/compare/@​react-email/components@​1.0.5...@​react-email/components@​1.0.6

@​react-email/components@​1.0.5

What's Changed

Full Changelog: https://github.com/resend/react-email/compare/@​react-email/components@​1.0.4...@​react-email/components@​1.0.5

@​react-email/components@​1.0.4

Patch Changes

  • Updated dependencies [159f6e4]
  • Updated dependencies [12ff166]
    • @​react-email/render@​2.0.2
    • @​react-email/body@​0.2.1
    • @​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

... (truncated)

Changelog

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

1.0.10

Patch Changes

  • Updated dependencies [444d9df]
    • @​react-email/tailwind@​2.0.6

1.0.9

Patch Changes

  • Updated dependencies [493f367]
    • @​react-email/body@​0.3.0

1.0.8

Patch Changes

  • Updated dependencies [698f962]
  • Updated dependencies [6ff41b7]
    • @​react-email/tailwind@​2.0.5

1.0.7

Patch Changes

  • Updated dependencies [a8764ee]
    • @​react-email/tailwind@​2.0.4

1.0.7-canary.0

Patch Changes

  • Updated dependencies [a8764ee]
    • @​react-email/tailwind@​2.0.4-canary.0

1.0.6

Patch Changes

  • Updated dependencies [635dc8f]
    • @​react-email/render@​2.0.4
    • @​react-email/body@​0.2.1
    • @​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

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​react-email/components since your current version.


Updates @react-email/render from 1.4.0 to 2.0.4

Release notes

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

@​react-email/render@​2.0.4

What's Changed

Full Changelog: https://github.com/resend/react-email/compare/@​react-email/render@​2.0.3...@​react-email/render@​2.0.4

@​react-email/render@​2.0.3

What's Changed

Full Changelog: https://github.com/resend/react-email/compare/@​react-email/render@​2.0.2...@​react-email/render@​2.0.3

@​react-email/render@​2.0.2

Patch Changes

  • 159f6e4: fix custom selectors overwriting the ones we defined
  • 12ff166: fix pipeable stream errors not being handled

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

Patch Changes

  • 159f6e4: fix custom selectors overwriting the ones we defined

@​react-email/render@​2.0.1

Patch Changes

  • 42aca9f: add fallback for m.default when importing react-dom
  • 8b7a660: remove use of devEngines which npm detects

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

Patch Changes

  • 42aca9f: add fallback for m.default when importing react-dom

@​react-email/render@​2.0.0

Major Changes

  • 84e4e9e: Removes deprecated renderAsync.

    Migration

    Replace renderAsync with render. It should be a drop-in replacement, without any issues.

Patch Changes

  • dfe1477: Remove unused react-promise-suspense
Changelog

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

2.0.4

Patch Changes

  • 635dc8f: fix ErrorBoundary breaking server rendering

2.0.3

Patch Changes

  • 366ae71: fix render going into client side rendering and breaking emails silently

2.0.2

Patch Changes

  • 159f6e4: fix custom selectors overwriting the ones we defined
  • 12ff166: fix pipeable stream errors not being handled

2.0.2-canary.0

Patch Changes

  • 159f6e4: fix custom selectors overwriting the ones we defined

2.0.1

Patch Changes

  • 42aca9f: add fallback for m.default when importing react-dom
  • 8b7a660: remove use of devEngines which npm detects

2.0.1-canary.0

Patch Changes

  • 42aca9f: add fallback for m.default when importing react-dom

2.0.0

Major Changes

  • 84e4e9e: Removes deprecated renderAsync.

    Migration

    Replace renderAsync with render. It should be a drop-in replacement, without any issues.

Patch Changes

... (truncated)

Commits

Updates bcrypt from 5.1.1 to 6.0.0

Release notes

Sourced from bcrypt's releases.

v6.0.0

What's Changed

New Contributors

Full Changelog: kelektiv/node.bcrypt.js@v5.1.1...v6.0.0

Changelog

Sourced from bcrypt's changelog.

6.0.0 (2025-02-28)

  • Drop support for NodeJS <= 16
  • Remove node-pre-gyp in favor of prebuildify, prebuilt binaries are now shipped with the package
  • Update node-addon-api to 8.3.0
  • Update JS code to newer ES syntax
Commits
Install script changes

This version modifies install script that runs during installation. Review the package contents before updating.


Updates @types/bcrypt from 5.0.2 to 6.0.0

Commits

Updates eslint-plugin-react-hooks from 6.1.1 to 7.0.1

Changelog

Sourced from eslint-plugin-react-hooks's changelog.

7.0.1

  • Disallowed passing inline useEffectEvent values as JSX props to guard against accidental propagation. (#34820 by @​jf-eirinha)
  • Switch to export = so eslint-plugin-react-hooks emits correct types for consumers in Node16 ESM projects. (#34949 by @​karlhorky)
  • Tightened the typing of configs.flat so the configs export is always defined. (#34950 by @​poteto)
  • Fix named import runtime errors. (#34951, #34953 by @​karlhorky)

7.0.0

This release slims down presets to just 2 configurations (recommended and recommended-latest), and all compiler rules are enabled by default.

  • Breaking: Removed recommended-latest-legacy and flat/recommended configs. The plugin now provides recommended (legacy and flat configs with all recommended rules), and recommended-latest (legacy and flat configs with all recommended rules plus new bleeding edge experimental compiler rules). (@​poteto in #34757)
Commits

Updates nodemailer from 7.0.13 to 8.0.4

Release notes

Sourced from nodemailer's releases.

v8.0.4

8.0.4 (2026-03-25)

Bug Fixes

  • sanitize envelope size to prevent SMTP command injection (2d7b971)

v8.0.3

8.0.3 (2026-03-18)

Bug Fixes

  • clean up addressparser and fix group name fallback producing undefined (9d55877)
  • fix cookie bugs, remove dead code, and improve hot-path efficiency (e8c8b92)
  • refactor smtp-connection for clarity and add Node.js 6 syntax compat test (c5b48ea)
  • remove familySupportCache that broke DNS resolution tests (c803d90)

v8.0.2

8.0.2 (2026-03-09)

Bug Fixes

  • merge fragmented display names with unquoted commas in addressparser (fe27f7f)

v8.0.1

8.0.1 (2026-02-07)

Bug Fixes

  • absorb TLS errors during socket teardown (7f8dde4)
  • absorb TLS errors during socket teardown (381f628)
  • Add Gmail Workspace service configuration (#1787) (dc97ede)

v8.0.0

8.0.0 (2026-02-04)

⚠ BREAKING CHANGES

  • Error code 'NoAuth' renamed to 'ENOAUTH'

Bug Fixes

  • add connection fallback to alternative DNS addresses (e726d6f)
  • centralize and standardize error codes (45062ce)
  • harden DNS fallback against race conditions and cleanup issues (4fa3c63)

... (truncated)

Changelog

Sourced from nodemailer's changelog.

8.0.4 (2026-03-25)

Bug Fixes

  • sanitize envelope size to prevent SMTP command injection (2d7b971)

8.0.3 (2026-03-18)

Bug Fixes

  • clean up addressparser and fix group name fallback producing undefined (9d55877)
  • fix cookie bugs, remove dead code, and improve hot-path efficiency (e8c8b92)
  • refactor smtp-connection for clarity and add Node.js 6 syntax compat test (c5b48ea)
  • remove familySupportCache that broke DNS resolution tests (c803d90)

8.0.2 (2026-03-09)

Bug Fixes

  • merge fragmented display names with unquoted commas in addressparser (fe27f7f)

8.0.1 (2026-02-07)

Bug Fixes

  • absorb TLS errors during socket teardown (7f8dde4)
  • absorb TLS errors during socket teardown (381f628)
  • Add Gmail Workspace service configuration (#1787) (dc97ede)

8.0.0 (2026-02-04)

⚠ BREAKING CHANGES

  • Error code 'NoAuth' renamed to 'ENOAUTH'

Bug Fixes

  • add connection fallback to alternative DNS addresses (e726d6f)
  • centralize and standardize error codes (45062ce)
  • harden DNS fallback against race conditions and cleanup issues (4fa3c63)
  • improve socket cleanup to prevent potential memory leaks (6069fdc)
Commits
  • 2d31975 chore(master): release 8.0.4 (#1806)
  • 2d7b971 fix: sanitize envelope size to prevent SMTP command injection
  • 4e702e9 chore(master): release 8.0.3 (#1804)
  • c803d90 fix: remove familySupportCache that broke DNS resolution tests
  • e8c8b92 fix: fix cookie bugs, remove dead code, and improve hot-path efficiency
  • 0e78ee1 chore: update dependencies
  • af73b4c chore: upgrade GitHub Actions to latest versions
  • 604b570 chore: simplify remaining lib modules for clarity and consistency
  • 4ced83d chore: simplify shared, errors, mailer, mime-node, and mime-funcs modules
  • 0cba16e chore: simplify smtp-pool with const, Object.assign, and cleaner control flow
  • Additional commits viewable in compare view

Updates react-intersection-observer from 9.16.0 to 10.0.3

Release notes

Sourced from react-intersection-observer's releases.

v10.0.3

What's Changed

New Contributors

Full Changelog: thebuilder/react-intersection-observer@v10.0.2...v10.0.3

v10.0.2

What's Changed

New Contributors

Full Changelog: thebuilder/react-intersection-observer@v10.0.0...v10.0.2

v10.0.0

Based on the great work in #718 by @​jantimon - This release adds the new useOnInView hook.

✨ New

  • useOnInView hook — a no-re-render alternative to useInView that delivers (inView, entry) to your callback while returning a ref you can attach to any element. Designed for tracking, analytics, and other side effect heavy workloads where state updates are unnecessary.
  • IntersectionChangeEffect / IntersectionEffectOptions types — exported helper types that describe the new hook’s callback and options surface.
  • Storybook playground + documentation — new story, README section, and JSDoc example demonstrating how to use useOnInView.

⚠️ Breaking Changes

  • useInView, useOnInView, and <InView> now ignore the browser’s initial inView === false emission for onChange events, so handlers only fire once a real visibility change occurs, while still reporting all subsequent enter/leave transitions.

🧪 Testing

  • Added a dedicated Vitest suite for useOnInView, covering thresholds, triggerOnce, skip toggling, merged refs, and multiple observers on the same node.

What's Changed

New Contributors

Bumps the major group with 22 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) | `6.7.2` | `7.2.0` |
| [@fortawesome/free-brands-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.7.2` | `7.2.0` |
| [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.7.2` | `7.2.0` |
| [@fortawesome/react-fontawesome](https://github.com/FortAwesome/react-fontawesome) | `0.2.2` | `3.3.0` |
| [@react-email/components](https://github.com/resend/react-email/tree/HEAD/packages/components) | `0.5.7` | `1.0.10` |
| [@react-email/render](https://github.com/resend/react-email/tree/HEAD/packages/render) | `1.4.0` | `2.0.4` |
| [bcrypt](https://github.com/kelektiv/node.bcrypt.js) | `5.1.1` | `6.0.0` |
| [@types/bcrypt](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bcrypt) | `5.0.2` | `6.0.0` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `6.1.1` | `7.0.1` |
| [nodemailer](https://github.com/nodemailer/nodemailer) | `7.0.13` | `8.0.4` |
| [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) | `9.16.0` | `10.0.3` |
| [react-pdf](https://github.com/wojtekmaj/react-pdf/tree/HEAD/packages/react-pdf) | `9.1.1` | `10.4.1` |
| [uuid](https://github.com/uuidjs/uuid) | `10.0.0` | `13.0.0` |
| [zod](https://github.com/colinhacks/zod) | `3.24.1` | `4.3.6` |
| [zod-form-data](https://github.com/airjp73/rvf/tree/HEAD/packages/zod-form-data) | `2.0.4` | `3.0.1` |
| [@jest/globals](https://github.com/jestjs/jest/tree/HEAD/packages/jest-globals) | `29.7.0` | `30.3.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.7` | `25.5.0` |
| [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) | `10.0.0` | `11.0.0` |
| [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.1.0` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.3.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.14` | `30.0.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` |



Updates `@fortawesome/fontawesome-svg-core` from 6.7.2 to 7.2.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.7.2...7.2.0)

Updates `@fortawesome/free-brands-svg-icons` from 6.7.2 to 7.2.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.7.2...7.2.0)

Updates `@fortawesome/free-solid-svg-icons` from 6.7.2 to 7.2.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.7.2...7.2.0)

Updates `@fortawesome/react-fontawesome` from 0.2.2 to 3.3.0
- [Release notes](https://github.com/FortAwesome/react-fontawesome/releases)
- [Changelog](https://github.com/FortAwesome/react-fontawesome/blob/main/CHANGELOG.md)
- [Commits](FortAwesome/react-fontawesome@0.2.2...v3.3.0)

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

Updates `@react-email/render` from 1.4.0 to 2.0.4
- [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.4/packages/render)

Updates `bcrypt` from 5.1.1 to 6.0.0
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](kelektiv/node.bcrypt.js@v5.1.1...v6.0.0)

Updates `@types/bcrypt` from 5.0.2 to 6.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bcrypt)

Updates `eslint-plugin-react-hooks` from 6.1.1 to 7.0.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `nodemailer` from 7.0.13 to 8.0.4
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v7.0.13...v8.0.4)

Updates `react-intersection-observer` from 9.16.0 to 10.0.3
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](thebuilder/react-intersection-observer@v9.16.0...v10.0.3)

Updates `react-pdf` from 9.1.1 to 10.4.1
- [Release notes](https://github.com/wojtekmaj/react-pdf/releases)
- [Commits](https://github.com/wojtekmaj/react-pdf/commits/v10.4.1/packages/react-pdf)

Updates `uuid` from 10.0.0 to 13.0.0
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v10.0.0...v13.0.0)

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

Updates `zod-form-data` from 2.0.4 to 3.0.1
- [Release notes](https://github.com/airjp73/rvf/releases)
- [Commits](https://github.com/airjp73/rvf/commits/HEAD/packages/zod-form-data)

Updates `@jest/globals` from 29.7.0 to 30.3.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.3.0/packages/jest-globals)

Updates `@types/bcrypt` from 5.0.2 to 6.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bcrypt)

Updates `@types/node` from 24.10.7 to 25.5.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/uuid` from 10.0.0 to 11.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

Updates `eslint` from 9.39.2 to 10.1.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.2...v10.1.0)

Updates `jest` from 29.7.0 to 30.3.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.3.0/packages/jest)

Updates `@types/jest` from 29.5.14 to 30.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `typescript` from 5.9.3 to 6.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-svg-core"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@fortawesome/free-brands-svg-icons"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@fortawesome/free-solid-svg-icons"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@fortawesome/react-fontawesome"
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@react-email/components"
  dependency-version: 1.0.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@react-email/render"
  dependency-version: 2.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: bcrypt
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@types/bcrypt"
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: eslint-plugin-react-hooks
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: nodemailer
  dependency-version: 8.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: react-intersection-observer
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: react-pdf
  dependency-version: 10.4.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: uuid
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: zod
  dependency-version: 4.3.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: zod-form-data
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@jest/globals"
  dependency-version: 30.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@types/bcrypt"
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@types/node"
  dependency-version: 25.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@types/uuid"
  dependency-version: 11.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: eslint
  dependency-version: 10.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: jest
  dependency-version: 30.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@types/jest"
  dependency-version: 30.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
...

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 Mar 26, 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