Skip to content

chore(deps): Bump the dependencies group with 33 updates#239

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/dependencies-ff243c9172
Closed

chore(deps): Bump the dependencies group with 33 updates#239
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/dependencies-ff243c9172

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2026

Bumps the dependencies group with 33 updates:

Package From To
@bugsnag/browser-performance 2.10.1 3.2.0
@bugsnag/js 8.1.2 8.8.1
@bugsnag/plugin-react 8.1.1 8.8.0
@hcaptcha/react-hcaptcha 1.11.0 2.0.2
@hookform/resolvers 4.1.0 5.2.2
@reduxjs/toolkit 2.5.0 2.11.2
dotenv 16.4.7 17.3.1
framer-motion 11.15.0 12.34.0
react 18.3.1 19.2.4
@types/react 18.3.18 19.2.14
react-dom 18.3.1 19.2.4
@types/react-dom 18.3.5 19.2.3
react-hook-form 7.54.2 7.71.1
react-paginate 8.2.0 8.3.0
sass 1.83.0 1.97.3
sharp 0.33.5 0.34.5
yup 1.6.1 1.7.1
@tanstack/react-query 5.62.16 5.90.21
@testing-library/react 16.1.0 16.3.2
@types/node 20.17.10 25.2.3
@typescript-eslint/eslint-plugin 7.18.0 8.55.0
@typescript-eslint/parser 7.18.0 8.55.0
dotenv-cli 7.4.4 11.0.0
eslint 8.57.1 10.0.0
eslint-config-next 14.2.35 16.1.6
eslint-config-prettier 9.1.0 10.1.8
eslint-plugin-prettier 5.2.1 5.5.5
jest 29.7.0 30.2.0
@types/jest 29.5.14 30.0.0
jest-environment-jsdom 29.7.0 30.2.0
prettier 3.4.2 3.8.1
ts-jest 29.2.5 29.4.6
typescript 5.7.2 5.9.3

Updates @bugsnag/browser-performance from 2.10.1 to 3.2.0

Release notes

Sourced from @​bugsnag/browser-performance's releases.

v3.2.0

Added

  • (react-native): Added createReactNativeClient factory method for internal use by upstream libraries #730

Changed

  • Amend secondary endpoint to bugsnag.smartbear.com #737

v3.1.0

Added

  • (react-native) Added AppStartSpanControl and AppStartSpanQuery to allow custom categorization of app start spans #700

v3.0.1

Fixed

  • Bump peer dependencies to v3.0.0 #694

v3.0.0

Breaking change: For React Native apps integrating with the native Android/iOS Performance SDKs, the minimum required versions are now:

  • Bugsnag Android Performance v2.0.0
  • Bugsnag Cocoa Performance v1.14.0

Upgrading these versions is required for continued compatibility with the React Native integration. Please refer to the linked release notes for details on changes in the native SDKs.

Added

  • (react-native) Added BugsnagJavascriptSpansPlugin to @bugsnag/plugin-react-native-span-access to support accessing JavaScript span controls from native code #682

v2.15.0

Changed

  • Reduce batch time in development environment #673
  • Calling setAttribute with a null or undefined attribute value now clears the attribute from the span #679

Fixed

  • (react-native) Added a short debounce during app start to allow backgrounded apps to come to the foreground #665
  • (react-native) Fix a crash when refreshing the entropy pool on iOS #667
  • (ract-native) Fix span and trace ID encoding in the iOS native integration #683

v2.14.0

Added

  • Set default endpoints based on API key #643
  • (core) Added onSpanStart callbacks config option to allow spans to be inspected and modified on creation. #631
  • (svelte-kit-performance) Added new routing provider for instrumenting route change spans with SvelteKit #632
  • (core) Introduced SpanControlProvider interface and BugsnagPerformance.getSpanControls method to allow access to a registered SpanControlProvider. #634
  • (browser, react-native) Added @bugsnag/plugin-named-spans package for tracking and accessing open spans by name #644
  • (react-native) Added @bugsnag/plugin-react-native-span-access package for accessing native spans from Javascript #633 #636 #639 #645

... (truncated)

Changelog

Sourced from @​bugsnag/browser-performance's changelog.

[v3.2.0] (2025-11-13)

Added

  • (react-native) Added createReactNativeClient factory method for internal use by upstream libraries #730

Changed

  • Amend secondary endpoint to bugsnag.smartbear.com #737

[v3.1.0] (2025-09-24)

Added

  • (react-native) Added AppStartSpanControl and AppStartSpanQuery to allow custom categorization of app start spans #700

[v3.0.1] (2025-08-14)

Fixed

  • Bump peer dependencies to v3.0.0 #694

[v3.0.0] (2025-08-13)

Breaking change: For React Native apps integrating with the native Android/iOS Performance SDKs, the minimum required versions are now:

  • Bugsnag Android Performance v2.0.0
  • Bugsnag Cocoa Performance v1.14.0

Upgrading these versions is required for continued compatibility with the React Native integration. Please refer to the linked release notes for details on changes in the native SDKs.

Added

  • (react-native) Added BugsnagJavascriptSpansPlugin to @bugsnag/plugin-react-native-span-access to support accessing JavaScript span controls from native code #682

[v2.15.0] (2025-08-12)

Changed

  • Reduce batch time in development environment #673
  • Calling setAttribute with a null or undefined attribute value now clears the attribute from the span #679

Fixed

  • (react-native) Added a short debounce during app start to allow backgrounded apps to come to the foreground #665
  • (react-native) Fix a crash when refreshing the entropy pool on iOS #667
  • (ract-native) Fix span and trace ID encoding in the iOS native integration #683

[v2.14.0] (2025-06-25)

Added

... (truncated)

Commits
  • 1cacf64 v3.2.0
  • 71a816e Merge pull request #745 from bugsnag/release/v3.2.0
  • 332a8fd docs: release v3.2.0
  • 353a57e ci(expo): bump expo test matrix (#744)
  • 1706f6e Create base Attributes class for SpanAttributes and ResourceAttributes (#736)
  • 6e71875 Merge pull request #739 from bugsnag/hotfix/zscaler-release-script
  • 1d975e6 Merge pull request #741 from bugsnag/tms/macos-15
  • 3cf753f Bump build steps to macOS 15 where possible
  • 5ba10a5 Merge pull request #738 from bugsnag/dependabot/github_actions/github/codeql-...
  • 011b951 build(deps): bump github/codeql-action from 4.31.0 to 4.31.2
  • Additional commits viewable in compare view

Updates @bugsnag/js from 8.1.2 to 8.8.1

Release notes

Sourced from @​bugsnag/js's releases.

v8.8.1

Fixed

(plugin-network-breadcrumbs, plugin-network-instrumentation) Ensure XMLHttpRequest response types are handled gracefully #2660

v8.8.0

This release adds support for notitfying failed network requests using the new plugin-network-instrumentation package

Added

  • (plugin-network-instrumentation) Add new plugin to notify failed network requests #2647
  • (plugin-cloudflare-workers): Add initial support for Cloudflare Workers #2643 #2644
  • (plugin-contextualize) Return callback value from contextualize plugin #2654

Fixed

  • (plugin-server-session) Delay session tracker initialization until first use #2642

Dependencies

v8.7.0

Added

  • (electron) Add codeBundleId config option to main process #2577

Changed

v8.6.0

Added

  • Add additional grouping discriminator property to events #2544
  • (react-native) Handle additional grouping discriminator #2557
  • (electron) Handle additional grouping discriminator #2561

Changed

Fixed

  • (plugin-window-onerror) Guard against errors when trying to call previous handler #2551

v8.5.0

Added

... (truncated)

Changelog

Sourced from @​bugsnag/js's changelog.

[8.8.1] - 2026-01-26

Fixed

(plugin-network-breadcrumbs, plugin-network-instrumentation) Ensure XMLHttpRequest response types are handled gracefully #2660

[8.8.0] - 2026-01-20

This release adds support for notitfying failed network requests using the new plugin-network-instrumentation package

Added

(plugin-network-instrumentation) Add new plugin to notify failed network requests #2647 (plugin-cloudflare-workers): Add initial support for Cloudflare Workers #2643 #2644 (plugin-contextualize) Return callback value from contextualize plugin #2654

Fixed

(plugin-server-session) Delay session tracker initialization until first use #2642

Dependencies

Update bugsnag-cocoa to 6.34.1 #2606 Update bugsnag-android to v6.20.0 #2625

[8.7.0] - 2025-10-13

Added

  • (electron) Add codeBundleId config option to main process #2577

Changed

  • Update bugsnag-cocoa to v6.34.0 #2571
  • Amend secondary default notify and sessions endpoints to bugsnag.smartbear.com #2584

[8.6.0] - 2025-09-25

Added

  • Add additional grouping discriminator property to events #2544
  • (react-native) Handle additional grouping discriminator #2557
  • (electron) Handle additional grouping discriminator #2561

Changed

  • Update bugsnag-cocoa to v6.33.1 #2552
  • Update bugsnag-android to v6.18.0 #2556
  • (core): Change startsWith() to indexOf() === 0 to support older browsers #2568

Fixed

... (truncated)

Commits
  • 97c7245 v8.8.1
  • 8e9195e Merge pull request #2664 from bugsnag/release/v8.8.1
  • b2eb560 docs: 📝 update CHANGELOG
  • 04c6076 Merge pull request #2658 from bugsnag/hotfix/release-zscaler
  • 8e9ddbb ci: 🔧 update release docker file to include zscaler certs
  • 1242ebf Merge pull request #2659 from bugsnag/main
  • 60bf5b1 Merge pull request #2660 from bugsnag/hotfix/xhr-handle-reponse
  • 05a9bf7 ci: 👷 remove expo v52/next build
  • 5c7228e ci: 📌 pin maze-runner to 10.10.1
  • a621ca7 refactor: ♻️ update default request size to 0
  • Additional commits viewable in compare view

Updates @bugsnag/plugin-react from 8.1.1 to 8.8.0

Release notes

Sourced from @​bugsnag/plugin-react's releases.

v8.8.0

This release adds support for notitfying failed network requests using the new plugin-network-instrumentation package

Added

  • (plugin-network-instrumentation) Add new plugin to notify failed network requests #2647
  • (plugin-cloudflare-workers): Add initial support for Cloudflare Workers #2643 #2644
  • (plugin-contextualize) Return callback value from contextualize plugin #2654

Fixed

  • (plugin-server-session) Delay session tracker initialization until first use #2642

Dependencies

v8.7.0

Added

  • (electron) Add codeBundleId config option to main process #2577

Changed

v8.6.0

Added

  • Add additional grouping discriminator property to events #2544
  • (react-native) Handle additional grouping discriminator #2557
  • (electron) Handle additional grouping discriminator #2561

Changed

Fixed

  • (plugin-window-onerror) Guard against errors when trying to call previous handler #2551

v8.5.0

Added

  • (electron) Use registerPreloadScript API when available #2524

Fixed

... (truncated)

Changelog

Sourced from @​bugsnag/plugin-react's changelog.

[8.8.0] - 2026-01-20

This release adds support for notitfying failed network requests using the new plugin-network-instrumentation package

Added

(plugin-network-instrumentation) Add new plugin to notify failed network requests #2647 (plugin-cloudflare-workers): Add initial support for Cloudflare Workers #2643 #2644 (plugin-contextualize) Return callback value from contextualize plugin #2654

Fixed

(plugin-server-session) Delay session tracker initialization until first use #2642

Dependencies

Update bugsnag-cocoa to 6.34.1 #2606 Update bugsnag-android to v6.20.0 #2625

[8.7.0] - 2025-10-13

Added

  • (electron) Add codeBundleId config option to main process #2577

Changed

  • Update bugsnag-cocoa to v6.34.0 #2571
  • Amend secondary default notify and sessions endpoints to bugsnag.smartbear.com #2584

[8.6.0] - 2025-09-25

Added

  • Add additional grouping discriminator property to events #2544
  • (react-native) Handle additional grouping discriminator #2557
  • (electron) Handle additional grouping discriminator #2561

Changed

  • Update bugsnag-cocoa to v6.33.1 #2552
  • Update bugsnag-android to v6.18.0 #2556
  • (core): Change startsWith() to indexOf() === 0 to support older browsers #2568

Fixed

  • (plugin-window-onerror) Guard against errors when trying to call previous handler #2551

[8.5.0] - 2025-09-01

Added

... (truncated)

Commits
  • 9b687b1 v8.8.0
  • 7a13b93 Merge pull request #2657 from bugsnag/release/v8.8.0
  • 0dc1e68 docs: 📝 update CHANGELOG.md
  • 0522d07 Merge pull request #2647 from bugsnag/integration/http-errors
  • e379e7b feat: ✨ return callback value from contextualize plugin (#2654)
  • e521d74 feat: ✨ return callback value from contextualize plugin
  • cd8fcba test(react-native): fix react-navigation tests and dependencies (#2650)
  • 1ed92a9 test(plugin-cloudflare-workers): add cloudflare e2e tests (#2646)
  • db3484d fix(plugin-cloudflare-workers): use request scoped client and run within asyn...
  • d58e520 feat(plugin-cloudflare-workers): add basic cloudflare workers plugin (#2643)
  • Additional commits viewable in compare view

Updates @hcaptcha/react-hcaptcha from 1.11.0 to 2.0.2

Release notes

Sourced from @​hcaptcha/react-hcaptcha's releases.

2.0.2

What's Changed

Full Changelog: hCaptcha/react-hcaptcha@v2.0.1...2.0.2

2.0.1

What's Changed

Full Changelog: hCaptcha/react-hcaptcha@v2.0.0...v2.0.1

2.0.0

What's Changed

Full Changelog: hCaptcha/react-hcaptcha@1.17.4...v2.0.0

1.17.4

What's Changed

  • chore(deps): bump qs and express
  • fix: Fix imports/exports for Hooks

Full Changelog: hCaptcha/react-hcaptcha@1.17.3...1.17.4

1.17.3

What's Changed

Full Changelog: hCaptcha/react-hcaptcha@1.17.2...1.17.3

1.17.2

What's Changed

New Contributors

Full Changelog: hCaptcha/react-hcaptcha@1.17.1...1.17.2

1.17.1

What's Changed

... (truncated)

Commits
  • fce8748 fix: Fix NextJS cacheComponents issue (#367)
  • 0da667c fix(package): Remove use of life cycle script (#363)
  • d1b3dd1 fix(publish): Update Github Action to use pnpm correctly (#361)
  • 5c6a8fe feat(esbuild): Switch to using esbuild and clean up repo (#346)
  • aedb4a4 fix: Fix imports/exports (#341)
  • 6df384e chore(deps): bump qs and express (#339)
  • edfa7fb fix: Add type module to ESM build output (#338)
  • 74d96ff fix: Add missing fields in HCaptchaProps (#335)
  • 3170803 fix: Add TypeScript types to package.json exports for ESM compatibility (#326)
  • a470bdf feat(hooks): Add Provider/Hook pattern (#323)
  • Additional commits viewable in compare view

Updates @hookform/resolvers from 4.1.0 to 5.2.2

Release notes

Sourced from @​hookform/resolvers's releases.

v5.2.2

5.2.2 (2025-09-14)

Bug Fixes

  • zod: fix output type for Zod 4 resolver (#803) (e95721d)

v5.2.1

5.2.1 (2025-07-29)

Bug Fixes

v5.2.0

5.2.0 (2025-07-25)

Features

  • ajv: add ajv-formats for ajvResolver (#797) (f040039)

v5.1.1

5.1.1 (2025-06-09)

Bug Fixes

v5.1.0

5.1.0 (2025-06-07)

Features

  • support Zod 4, Zod v4 mini, and retains compatibility with Zod v3. (#777) (8d083bd)

v5.0.1

5.0.1 (2025-04-02)

Bug Fixes

... (truncated)

Commits

Updates @reduxjs/toolkit from 2.5.0 to 2.11.2

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.11.2

This bugfix release updates the AbortSignal handling to fall back if DOMException isn't available (such as RN environments), and updates the TypedUseInfiniteQueryHookResult type to correctly include fetchNextPage/fetchPreviousPage fields.

Changelog

Bugfixes

The AbortSignal changes in 2.11.1 used DOMException in a couple places to match the expected behavior of AbortSignal, but turns out that's not available in environments like React Native. We've updated the logic to fall back to a plain Error if DOMException isn't available.

The TypedUseInfiniteQueryHookResult type wasn't correctly including the fetchNextPage/fetchPreviousPage fields, and now it does.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.11.1...v2.11.2

v2.11.1

This bugfix release fixes an issue with our internal AbortSignal handling that was reported as causing an error in a rare reset situation. We've also restructured our publishing process to use NPM Trusted Publishing, and updated our TS support matrix to only support TS 5.4+.

Changelog

Publishing Changes

We've previously done most of our releases semi-manually locally, with various release process CLI tools. With the changes to NPM publishing security and the recent wave of NPM attacks, we've updated our publishing process to solely use NPM Trusted Publishing via workflows. We've also done a hardening pass on our own CI setup.

We had done a couple releases via CI workflows previously, and later semi-manual releases caused PNPM to warn that RTK was no longer trusted. This release should be trusted and will resolve that issue.

Thanks to the e18e folks and their excellent guide at https://e18e.dev/docs/publishing for making this process easier!

TS Support Matrix Updates

We've previously mentioned rolling changes to our TS support matrix in release notes, but didn't officially document our support policy. We've added a description of the support policy (last 2 years of TS releases, matching DefinitelyTyped) and the current oldest TS version we support in the docs:

As of today, we've updated the support matrix to be TS 5.4+ . As always, it's possible RTK will work if you're using an earlier version of TS, but we don't test against earlier versions and don't support any issues with those versions.

We have run an initial test with the upcoming TS 7.0 native tsgo release. We found a couple minor issues with our own TS build and test setup, but no obvious issues with using RTK with TS 7.0.

Bug Fixes

A user reported a rare edge case where the combination of resetApiState and retry() could lead to an error calling an AbortController. We've restructured our AbortController handling logic to avoid that (and simplified a bit of our internals in the process).

What's Changed

... (truncated)

Commits
Maintainer changes

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


Updates dotenv from 16.4.7 to 17.3.1

Changelog

Sourced from dotenv's changelog.

17.3.1 (2026-02-12)

Changed

  • Fix as2 example command in README and update spanish README

17.3.0 (2026-02-12)

Added

  • Add a new README section on dotenv’s approach to the agentic future.

Changed

  • Rewrite README to get humans started more quickly with less noise while simultaneously making more accessible for llms and agents to go deeper into details.

17.2.4 (2026-02-05)

Changed

  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.

17.2.3 (2025-09-29)

Changed

  • Fixed typescript error definition (#912)

17.2.2 (2025-09-02)

Added

  • 🙏 A big thank you to new sponsor Tuple.app - the premier screen sharing app for developers on macOS and Windows. Go check them out. It's wonderful and generous of them to give back to open source by sponsoring dotenv. Give them some love back.

17.2.1 (2025-07-24)

Changed

  • Fix clickable tip links by removing parentheses (#897)

17.2.0 (2025-07-09)

Added

  • Optionally specify DOTENV_CONFIG_QUIET=true in your environment or .env file to quiet the runtime log (#889)
  • Just like dotenv any DOTENV_CONFIG_ environment variables take precedence over any code set options like ({quiet: false})
# .env
</tr></table> 

... (truncated)

Commits

Updates framer-motion from 11.15.0 to 12.34.0

Changelog

Sourced from framer-motion's changelog.

[12.34.0] 2026-02-09

Fixed

  • useScroll: Hardware accelerated animations.

[12.33.2] 2026-02-06

Fixed

  • Improve detection of detached elements with vanilla layout animations.

[12.33.1] 2026-02-06

Fixed

  • AnimatePresence: Ensure exiting nodes are correctly removed when rapidly switching children.

[12.33.0] 2026-02-05

Added

  • <motion />: New propagate.tap prop prevents tap gestures from propagating to parents.

[12.32.0] 2026-02-05

Added

  • transition.inherit: When true, inherit transition values from less-specific transitions.

[12.31.3] 2026-02-05

Fixed

  • <motion />: Ensure animation state is reset after being re-suspended.
  • Prevent stale values when mixing transitionEnd and transition.type: false.
  • Drag: Fix "sticky" throw velocity on initial interaciton.
  • Drag: Ensure catching a thrown element kills its velocity.

[12.31.2] 2026-02-05

Fixed

  • onHoverStart and onHoverEnd first argument now correctly typed as PointerEvent.
  • whileHover: No longer persists after drag end.
  • AnimatePresence: Allow changing mode prop.

[12.31.1] 2026-02-04

Added

... (truncated)

Commits

Updates react from 18.3.1 to 19.2.4

Release notes

Sourced from react's releases.

19.2.4 (January 26th, 2026)

React Server Components

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

19.2.1 (December 3rd, 2025)

React Server Components

19.2.0 (Oct 1, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when anim...

    Description has been truncated

Bumps the dependencies group with 33 updates:

| Package | From | To |
| --- | --- | --- |
| [@bugsnag/browser-performance](https://github.com/bugsnag/bugsnag-js-performance) | `2.10.1` | `3.2.0` |
| [@bugsnag/js](https://github.com/bugsnag/bugsnag-js) | `8.1.2` | `8.8.1` |
| [@bugsnag/plugin-react](https://github.com/bugsnag/bugsnag-js) | `8.1.1` | `8.8.0` |
| [@hcaptcha/react-hcaptcha](https://github.com/hCaptcha/react-hcaptcha) | `1.11.0` | `2.0.2` |
| [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `4.1.0` | `5.2.2` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.5.0` | `2.11.2` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.7` | `17.3.1` |
| [framer-motion](https://github.com/motiondivision/motion) | `11.15.0` | `12.34.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.2.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.18` | `19.2.14` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.2.4` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.5` | `19.2.3` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.54.2` | `7.71.1` |
| [react-paginate](https://github.com/AdeleD/react-paginate) | `8.2.0` | `8.3.0` |
| [sass](https://github.com/sass/dart-sass) | `1.83.0` | `1.97.3` |
| [sharp](https://github.com/lovell/sharp) | `0.33.5` | `0.34.5` |
| [yup](https://github.com/jquense/yup) | `1.6.1` | `1.7.1` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.62.16` | `5.90.21` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.1.0` | `16.3.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.17.10` | `25.2.3` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.18.0` | `8.55.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.18.0` | `8.55.0` |
| [dotenv-cli](https://github.com/entropitor/dotenv-cli) | `7.4.4` | `11.0.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.1` | `10.0.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.35` | `16.1.6` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.0` | `10.1.8` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.1` | `5.5.5` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.2.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.14` | `30.0.0` |
| [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `29.7.0` | `30.2.0` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.8.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.5` | `29.4.6` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` |


Updates `@bugsnag/browser-performance` from 2.10.1 to 3.2.0
- [Release notes](https://github.com/bugsnag/bugsnag-js-performance/releases)
- [Changelog](https://github.com/bugsnag/bugsnag-js-performance/blob/next/CHANGELOG.md)
- [Commits](bugsnag/bugsnag-js-performance@v2.10.1...v3.2.0)

Updates `@bugsnag/js` from 8.1.2 to 8.8.1
- [Release notes](https://github.com/bugsnag/bugsnag-js/releases)
- [Changelog](https://github.com/bugsnag/bugsnag-js/blob/next/CHANGELOG.md)
- [Commits](bugsnag/bugsnag-js@v8.1.2...v8.8.1)

Updates `@bugsnag/plugin-react` from 8.1.1 to 8.8.0
- [Release notes](https://github.com/bugsnag/bugsnag-js/releases)
- [Changelog](https://github.com/bugsnag/bugsnag-js/blob/next/CHANGELOG.md)
- [Commits](bugsnag/bugsnag-js@v8.1.1...v8.8.0)

Updates `@hcaptcha/react-hcaptcha` from 1.11.0 to 2.0.2
- [Release notes](https://github.com/hCaptcha/react-hcaptcha/releases)
- [Commits](hCaptcha/react-hcaptcha@1.11.0...2.0.2)

Updates `@hookform/resolvers` from 4.1.0 to 5.2.2
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v4.1.0...v5.2.2)

Updates `@reduxjs/toolkit` from 2.5.0 to 2.11.2
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.5.0...v2.11.2)

Updates `dotenv` from 16.4.7 to 17.3.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.7...v17.3.1)

Updates `framer-motion` from 11.15.0 to 12.34.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v11.15.0...v12.34.0)

Updates `react` from 18.3.1 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

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

Updates `react-dom` from 18.3.1 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom)

Updates `@types/react-dom` from 18.3.5 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `react-hook-form` from 7.54.2 to 7.71.1
- [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.54.2...v7.71.1)

Updates `react-paginate` from 8.2.0 to 8.3.0
- [Release notes](https://github.com/AdeleD/react-paginate/releases)
- [Changelog](https://github.com/AdeleD/react-paginate/blob/master/CHANGELOG.md)
- [Commits](AdeleD/react-paginate@v8.2.0...v8.3.0)

Updates `sass` from 1.83.0 to 1.97.3
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.83.0...1.97.3)

Updates `sharp` from 0.33.5 to 0.34.5
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.33.5...v0.34.5)

Updates `yup` from 1.6.1 to 1.7.1
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jquense/yup/commits)

Updates `@tanstack/react-query` from 5.62.16 to 5.90.21
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.90.21/packages/react-query)

Updates `@testing-library/react` from 16.1.0 to 16.3.2
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.1.0...v16.3.2)

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

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

Updates `@types/react-dom` from 18.3.5 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@typescript-eslint/eslint-plugin` from 7.18.0 to 8.55.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.55.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.18.0 to 8.55.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.55.0/packages/parser)

Updates `dotenv-cli` from 7.4.4 to 11.0.0
- [Release notes](https://github.com/entropitor/dotenv-cli/releases)
- [Commits](entropitor/dotenv-cli@v7.4.4...v11.0.0)

Updates `eslint` from 8.57.1 to 10.0.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.1...v10.0.0)

Updates `eslint-config-next` from 14.2.35 to 16.1.6
- [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/v16.1.6/packages/eslint-config-next)

Updates `eslint-config-prettier` from 9.1.0 to 10.1.8
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.1.0...v10.1.8)

Updates `eslint-plugin-prettier` from 5.2.1 to 5.5.5
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.2.1...v5.5.5)

Updates `jest` from 29.7.0 to 30.2.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.2.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 `jest-environment-jsdom` from 29.7.0 to 30.2.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.2.0/packages/jest-environment-jsdom)

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

Updates `ts-jest` from 29.2.5 to 29.4.6
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.2.5...v29.4.6)

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

---
updated-dependencies:
- dependency-name: "@bugsnag/browser-performance"
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@bugsnag/js"
  dependency-version: 8.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@bugsnag/plugin-react"
  dependency-version: 8.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@hcaptcha/react-hcaptcha"
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@hookform/resolvers"
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@reduxjs/toolkit"
  dependency-version: 2.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: dotenv
  dependency-version: 17.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: framer-motion
  dependency-version: 12.34.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-hook-form
  dependency-version: 7.71.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-paginate
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sass
  dependency-version: 1.97.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sharp
  dependency-version: 0.34.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: yup
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.21
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.55.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.55.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: dotenv-cli
  dependency-version: 11.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint-config-next
  dependency-version: 16.1.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jest
  dependency-version: 30.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/jest"
  dependency-version: 30.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: jest-environment-jsdom
  dependency-version: 30.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ts-jest
  dependency-version: 29.4.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 5, 2026

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

@dependabot dependabot bot closed this Mar 5, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-ff243c9172 branch March 5, 2026 10:59
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