Skip to content

Bump the npm_and_yarn group across 1 directory with 49 updates#79

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/npm_and_yarn-85145a1dda
Open

Bump the npm_and_yarn group across 1 directory with 49 updates#79
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/npm_and_yarn-85145a1dda

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm_and_yarn group with 44 updates in the / directory:

Package From To
@prismicio/client 5.2.0 7.21.8
@sentry/nextjs 6.19.7 10.59.0
algoliasearch 4.24.0 5.55.0
express 4.22.2 5.2.1
firebase 9.23.0 12.15.0
firebase-admin 10.3.0 14.0.0
js-base64 3.7.7 3.7.8
next 12.3.4 16.2.9
next-i18next 9.2.0 16.0.7
react 17.0.2 19.2.7
@types/react 17.0.83 19.2.17
react-content-loader 6.2.1 7.1.2
react-copy-to-clipboard 5.1.0 5.1.1
react-dom 17.0.2 19.2.7
react-is 17.0.2 19.2.7
react-loading-skeleton 2.2.0 3.5.0
react-share 4.4.1 5.3.0
react-show-more-text 1.7.1 1.7.2
sass 1.84.0 1.101.0
styled-components 5.3.11 6.4.2
swr 1.3.0 2.4.1
xml2js 0.4.23 0.6.2
@babel/core 7.29.6 8.0.1
@babel/eslint-parser 7.26.8 8.0.1
@storybook/addon-essentials 7.6.17 8.6.14
@storybook/addon-interactions 7.6.17 8.6.14
@storybook/addon-links 7.6.17 10.4.6
@storybook/nextjs 7.6.17 10.4.6
acorn 8.16.0 8.17.0
eslint 7.32.0 10.5.0
eslint-config-next 12.3.4 16.2.9
eslint-config-prettier 8.10.0 10.1.8
eslint-plugin-prettier 4.2.1 5.5.6
eslint-plugin-react-hooks 4.6.2 7.1.1
jest 29.7.0 30.4.2
@types/jest 29.5.14 30.0.0
jest-environment-jsdom 30.0.0-beta.3 30.4.1
patch-package 6.5.1 8.0.1
prettier 2.8.8 3.8.4
react-test-renderer 17.0.2 19.2.7
storybook 7.6.17 10.4.6
typescript 4.9.5 6.0.3
webpack 5.105.4 5.107.2
webpack-cli 4.10.0 7.0.3

Updates @prismicio/client from 5.2.0 to 7.21.8

Release notes

Sourced from @​prismicio/client's releases.

v7.21.8

7.21.8 (2026-04-04)

Bug Fixes


This PR was generated with Release Please. See documentation.

v7.21.7

7.21.7 (2026-04-02)

Bug Fixes

  • use arrayBuffer instead of blob when memoizing (#442) (bda71f4)

This PR was generated with Release Please. See documentation.

v7.21.6

7.21.6 (2026-02-10)

Bug Fixes

  • resolve request hang with large API responses (#437) (e5828e2)

This PR was generated with Release Please. See documentation.

v7.21.5

7.21.5 (2026-02-02)

Bug Fixes


This PR was generated with Release Please. See documentation.

... (truncated)

Changelog

Sourced from @​prismicio/client's changelog.

7.21.8 (2026-04-04)

Bug Fixes

7.21.7 (2026-04-02)

Bug Fixes

  • use arrayBuffer instead of blob when memoizing (#442) (bda71f4)

7.21.6 (2026-02-10)

Bug Fixes

  • resolve request hang with large API responses (#437) (e5828e2)

7.21.5 (2026-02-02)

Bug Fixes

7.21.4 (2026-01-30)

Bug Fixes

  • replace regex negative lookbehind for Safari compatibility (#436) (582b31f), closes #424

7.21.3 (2026-01-06)

Bug Fixes

  • restore @prismicio/client/richtext type exports (#428) (ae02ad7)

7.21.2 (2025-12-31)

Bug Fixes

  • move NODE_ENV checks first to fix treeshaking artifacts (#425) (2241765)

7.21.1 (2025-12-22)

... (truncated)

Commits
  • 403fbf4 chore(master): release 7.21.8 (#445)
  • bdf131b fix: update dependencies (#444)
  • 673a207 chore(master): release 7.21.7 (#443)
  • bda71f4 fix: use arrayBuffer instead of blob when memoizing (#442)
  • 529a352 chore(deps): maintain dependencies
  • b5006be chore(master): release 7.21.6 (#441)
  • e5828e2 fix: resolve request hang with large API responses (#437)
  • 826b079 Merge pull request #440 from prismicio/release-please--branches--master--comp...
  • 48cbb38 chore(master): release 7.21.5
  • 3d6ca1f Merge pull request #433 from prismicio/jp/fix-squad-env
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​prismicio/client since your current version.

Install script changes

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


Updates @sentry/nextjs from 6.19.7 to 10.59.0

Release notes

Sourced from @​sentry/nextjs's releases.

10.59.0

Important Changes

  • feat(react-router): Add support for React Router v8 (#21633)

    The SDK now supports React Router v8, in both the framework and SPA (@sentry/react) modes.

  • feat(react): Add version-agnostic React Router SPA exports (#21633)

    @sentry/react now exports version-agnostic wrappers for React Router v6+ SPA instrumentation. The new exports replace the version-specific V6/V7 variants, which are now deprecated:

    Deprecated New
    reactRouterV6BrowserTracingIntegration / V7 reactRouterBrowserTracingIntegration
    withSentryReactRouterV6Routing / V7 wrapReactRouterRouting
    wrapCreateBrowserRouterV6 / V7 wrapCreateBrowserRouter
    wrapCreateMemoryRouterV6 / V7 wrapCreateMemoryRouter
    wrapUseRoutesV6 / V7 wrapUseRoutes

    The deprecated exports continue to work and will be removed in the next major version.

Other Changes

  • feat(aws-serverless): Instrument aws-sdk clients >= 3.1046.0 (#21548)
  • feat(bun): Add orchestrion bun build plugin (#21410)
  • feat(cloudflare): Instrument sync KV (#21316)
  • feat(core): Disable gen_ai message truncation by default when streamGenAiSpans is enabled (#21603)
  • feat(deno): Add orchestrion deno runtime hook (#21451)
  • feat(hono): Extend peer dependency range (#21550)
  • feat(node): Collapse orchestrion opt-in to a single option (#20900)
  • fix: Diagnostics channel Node v18 (#21631)
  • fix(browser): Clean up pageload readystatechange listener (#21632)
  • fix(core): Capture scopes on span before emitting spanStart event (#21644)
  • fix(core): Defer TwP sampling by reading trace state from the scope (#21549)
  • fix(core): Prevent outgoing HTTP instrumentation from crashing on // request paths (#21645)
  • fix(core): Set production as default sentry.environment attribute value on streamed spans (#21637)
  • fix(nextjs): Register safe random ID context at module load (#21573)
  • chore: Change deprecation/deprecation to oxlint equivalent (#21604)
  • chore: Switch license headers to SPDX format (#21357)
  • chore(deps-dev): Bump esbuild from 0.20.0 to 0.28.1 (#21511)
  • chore(deps): Bump esbuild from 0.25.0 to 0.28.1 in /dev-packages/e2e-tests/test-applications/node-profiling-esm (#21514)
  • chore(deps): Bump react-router-6 to 6.30.4 (#21566)
  • ci: Assign server team as codeowner for server-utils package (#21601)
  • ci: Dedup flaky test issues across esm/cjs variants (#21595)
  • ci: Do not apply Bug label to flaky test issues (#21593)

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

10.59.0

Important Changes

  • feat(react-router): Add support for React Router v8 (#21633)

    The SDK now supports React Router v8, in both the framework and SPA (@sentry/react) modes.

  • feat(react): Add version-agnostic React Router SPA exports (#21633)

    @sentry/react now exports version-agnostic wrappers for React Router v6+ SPA instrumentation. The new exports replace the version-specific V6/V7 variants, which are now deprecated:

    Deprecated New
    reactRouterV6BrowserTracingIntegration / V7 reactRouterBrowserTracingIntegration
    withSentryReactRouterV6Routing / V7 wrapReactRouterRouting
    wrapCreateBrowserRouterV6 / V7 wrapCreateBrowserRouter
    wrapCreateMemoryRouterV6 / V7 wrapCreateMemoryRouter
    wrapUseRoutesV6 / V7 wrapUseRoutes

    The deprecated exports continue to work and will be removed in the next major version.

Other Changes

  • feat(aws-serverless): Instrument aws-sdk clients >= 3.1046.0 (#21548)
  • feat(bun): Add orchestrion bun build plugin (#21410)
  • feat(cloudflare): Instrument sync KV (#21316)
  • feat(core): Disable gen_ai message truncation by default when streamGenAiSpans is enabled (#21603)
  • feat(deno): Add orchestrion deno runtime hook (#21451)
  • feat(hono): Extend peer dependency range (#21550)
  • feat(node): Collapse orchestrion opt-in to a single option (#20900)
  • fix: Diagnostics channel Node v18 (#21631)
  • fix(browser): Clean up pageload readystatechange listener (#21632)
  • fix(core): Capture scopes on span before emitting spanStart event (#21644)
  • fix(core): Defer TwP sampling by reading trace state from the scope (#21549)
  • fix(core): Prevent outgoing HTTP instrumentation from crashing on // request paths (#21645)
  • fix(core): Set production as default sentry.environment attribute value on streamed spans (#21637)
  • fix(nextjs): Register safe random ID context at module load (#21573)
  • chore: Change deprecation/deprecation to oxlint equivalent (#21604)
  • chore: Switch license headers to SPDX format (#21357)
  • chore(deps-dev): Bump esbuild from 0.20.0 to 0.28.1 (#21511)
  • chore(deps): Bump esbuild from 0.25.0 to 0.28.1 in /dev-packages/e2e-tests/test-applications/node-profiling-esm (#21514)
  • chore(deps): Bump react-router-6 to 6.30.4 (#21566)
  • ci: Assign server team as codeowner for server-utils package (#21601)
  • ci: Dedup flaky test issues across esm/cjs variants (#21595)

... (truncated)

Commits
  • 2cb0ef6 release: 10.59.0
  • f77b265 Merge pull request #21655 from getsentry/prepare-release/10.59.0
  • 8e32a8d meta(changelog): Update changelog for 10.59.0
  • 50fe5d9 fix: Diagnostics channel Node v18 (#21631)
  • 9c765e0 feat(react-router): support react router v8 (#21633)
  • 815c1cf feat(deps): Bump @​babel/core from 7.29.0 to 7.29.6 (#21574)
  • a520447 ref(tanstackstart-react): Use @sentry/conventions (#21498)
  • 38a0485 test(cloudflare): Remove mock in DO tests (#21634)
  • cb69761 feat(deno): Add orchestrion deno runtime hook (#21451)
  • 1e057ba chore(deps): Bump esbuild from 0.25.0 to 0.28.1 in /dev-packages/e2e-tests/te...
  • Additional commits viewable in compare view

Updates algoliasearch from 4.24.0 to 5.55.0

Release notes

Sourced from algoliasearch's releases.

5.55.0

New version released!

What's Changed

Full Changelog: algolia/algoliasearch-client-javascript@5.54.1...5.55.0

Browse the Algolia documentation

5.54.1

New version released!

What's Changed

Full Changelog: algolia/algoliasearch-client-javascript@5.54.0...5.54.1

Browse the Algolia documentation

5.54.0

New version released!

What's Changed

Full Changelog: algolia/algoliasearch-client-javascript@5.53.0...5.54.0

Browse the Algolia documentation

5.53.0

New version released!

What's Changed

BREAKING CHANGES: this minor version includes breaking changes. See below for more details.

  • c95cbc1d2e fix(javascript): handle response stream error in createHttpRequester (#6347) by @​zigzagdev
  • c55851671e feat(javascript): BREAKING CHANGE – expose maximum number of retries (#6353) by @​eric-zaharia
    • We updated the default number of retries to account for customers with huge indices, and made it configurable if you prefer to fail early. The impact is that the retry time will be longer in case of issue, but it shouldn't impact most customers: those who don't have issues.
  • 84ebc480a8 chore(deps): dependencies 2026-05-15 (#6400) by @​Fluf22
  • fc36d63e9f fix(javascript): improve caching performance (#6431) by @​eric-zaharia
  • 90da6bf0ae chore(deps): dependencies 2026-05-18 (#6429) by @​Fluf22
  • eddd51e349 fix(specs): document abTest field on listIndices response (#6443) by @​eric-zaharia
  • 1d3f2c149b fix(specs): clean up abTest schema on listIndices response (#6448) by @​Fluf22
  • 35bf16c848 fix(specs): BREAKING CHANGE – add searchResponsePartial fallback to searchResult oneOf (#6350) by @​Fluf22
    • For those of you who want really clean responses without hits nor facets, we added a third fallback type to the search response. It should not impact the rest of the users.
  • d7aeef2482 chore(deps): batch dependency updates (#6465) by @​Fluf22

Full Changelog: algolia/algoliasearch-client-javascript@5.52.1...5.53.0

... (truncated)

Changelog

Sourced from algoliasearch's changelog.

5.55.0

5.54.1

5.54.0

5.53.0

BREAKING CHANGES: this minor version includes breaking changes. See below for more details.

  • c95cbc1d2e fix(javascript): handle response stream error in createHttpRequester (#6347) by @​zigzagdev
  • c55851671e feat(javascript): BREAKING CHANGE – expose maximum number of retries (#6353) by @​eric-zaharia
    • We updated the default number of retries to account for customers with huge indices, and made it configurable if you prefer to fail early. The impact is that the retry time will be longer in case of issue, but it shouldn't impact most customers: those who don't have issues.
  • 84ebc480a8 chore(deps): dependencies 2026-05-15 (#6400) by @​Fluf22
  • fc36d63e9f fix(javascript): improve caching performance (#6431) by @​eric-zaharia
  • 90da6bf0ae chore(deps): dependencies 2026-05-18 (#6429) by @​Fluf22
  • eddd51e349 fix(specs): document abTest field on listIndices response (#6443) by @​eric-zaharia
  • 1d3f2c149b fix(specs): clean up abTest schema on listIndices response (#6448) by @​Fluf22
  • 35bf16c848 fix(specs): BREAKING CHANGE – add searchResponsePartial fallback to searchResult oneOf (#6350) by @​Fluf22
    • For those of you who want really clean responses without hits nor facets, we added a third fallback type to the search response. It should not impact the rest of the users.
  • d7aeef2482 chore(deps): batch dependency updates (#6465) by @​Fluf22

5.52.1

5.52.0

5.51.0

BREAKING CHANGES: this minor version includes breaking changes in the Composition API. See below for more details.

... (truncated)

Commits
  • 1fee525 chore: release 5.55.0
  • a97f727 feat(clients): release Agent Studio package updates (generated)
  • aa1012a chore: release 5.54.1
  • cd41fa3 fix(javascript): use proper null check instead of truthiness for required par...
  • b2006b2 chore: release 5.54.0
  • 8ddcdb3 feat(kotlin): expose maximum number of retries (generated)
  • 2658999 chore: release 5.53.0
  • b9d89e9 chore(deps): batch dependency updates (generated)
  • 33290f8 fix(specs): add searchResponsePartial fallback to searchResult oneOf (generated)
  • aac345e fix(specs): clean up abTest schema on listIndices response (generated)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates express from 4.22.2 to 5.2.1

Release notes

Sourced from express's releases.

v5.2.1

What's Changed

[!IMPORTANT]
The prior release (5.2.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.

Full Changelog: expressjs/express@v5.2.0...v5.2.1

v5.2.0

Important: Security

What's Changed

... (truncated)

Changelog

Sourced from express's changelog.

5.2.1 / 2025-12-01

  • Revert security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
    • The prior release (5.2.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.

5.2.0 / 2025-12-01

  • Security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
  • deps: body-parser@^2.2.1
  • A deprecation warning was added when using res.redirect with undefined arguments, Express now emits a warning to help detect calls that pass undefined as the status or URL and make them easier to fix.

5.1.0 / 2025-03-31

  • Add support for Uint8Array in res.send()
  • Add support for ETag option in res.sendFile()
  • Add support for multiple links with the same rel in res.links()
  • Add funding field to package.json
  • perf: use loop for acceptParams
  • refactor: prefix built-in node module imports
  • deps: remove setprototypeof
  • deps: remove safe-buffer
  • deps: remove utils-merge
  • deps: remove methods
  • deps: remove depd
  • deps: debug@^4.4.0
  • deps: body-parser@^2.2.0
  • deps: router@^2.2.0
  • deps: content-type@^1.0.5
  • deps: finalhandler@^2.1.0
  • deps: qs@^6.14.0
  • deps: server-static@2.2.0
  • deps: type-is@2.0.1

5.0.1 / 2024-10-08

5.0.0 / 2024-09-10

  • remove:
    • path-is-absolute dependency - use path.isAbsolute instead
  • breaking:
    • res.status() accepts only integers, and input must be greater than 99 and less than 1000
      • will throw a RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000. for inputs outside this range
      • will throw a TypeError: Invalid status code: ${code}. Status code must be an integer. for non integer inputs
    • deps: send@1.0.0

... (truncated)

Commits

Updates firebase from 9.23.0 to 12.15.0

Release notes

Sourced from firebase's releases.

firebase@12.15.0

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/app@​0.15.0

Minor Changes

  • 420156e #10023 - Add ability to call initializeAppCheck without a provider. If no provider is passed to initializeAppCheck, App Check will attempt to initialize with a ReCaptchaEnterpriseProvider using the site key found in the recaptchaSiteKey field of the Firebase project config.

@​firebase/app-check@​0.12.0

Minor Changes

  • 420156e #10023 - Add ability to call initializeAppCheck without a provider. If no provider is passed to initializeAppCheck, App Check will attempt to initialize with a ReCaptchaEnterpriseProvider using the site key found in the recaptchaSiteKey field of the Firebase project config.

Patch Changes

  • e389f70 #9991 (fixes #9405) - Fix error causing Auth and AppCheck conflict when both are using ReCAPTCHA Enterprise.

firebase@12.15.0

Minor Changes

  • 043c0ab #9929 - Merge offline pipeline implementation with one minor API change

  • 420156e #10023 - Add ability to call initializeAppCheck without a provider. If no provider is passed to initializeAppCheck, App Check will attempt to initialize with a ReCaptchaEnterpriseProvider using the site key found in the recaptchaSiteKey field of the Firebase project config.

Patch Changes

@​firebase/firestore@​4.16.0

Minor Changes

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 15, 2026
Bumps the npm_and_yarn group with 44 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@prismicio/client](https://github.com/prismicio/prismic-client) | `5.2.0` | `7.21.8` |
| [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `6.19.7` | `10.59.0` |
| [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) | `4.24.0` | `5.55.0` |
| [express](https://github.com/expressjs/express) | `4.22.2` | `5.2.1` |
| [firebase](https://github.com/firebase/firebase-js-sdk) | `9.23.0` | `12.15.0` |
| [firebase-admin](https://github.com/firebase/firebase-admin-node) | `10.3.0` | `14.0.0` |
| [js-base64](https://github.com/dankogai/js-base64) | `3.7.7` | `3.7.8` |
| [next](https://github.com/vercel/next.js) | `12.3.4` | `16.2.9` |
| [next-i18next](https://github.com/i18next/next-i18next) | `9.2.0` | `16.0.7` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `17.0.2` | `19.2.7` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `17.0.83` | `19.2.17` |
| [react-content-loader](https://github.com/danilowoz/react-content-loader) | `6.2.1` | `7.1.2` |
| [react-copy-to-clipboard](https://github.com/nkbt/react-copy-to-clipboard) | `5.1.0` | `5.1.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `17.0.2` | `19.2.7` |
| [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) | `17.0.2` | `19.2.7` |
| [react-loading-skeleton](https://github.com/dvtng/react-loading-skeleton) | `2.2.0` | `3.5.0` |
| [react-share](https://github.com/nygardk/react-share) | `4.4.1` | `5.3.0` |
| [react-show-more-text](https://github.com/devzonetech/react-show-more-text) | `1.7.1` | `1.7.2` |
| [sass](https://github.com/sass/dart-sass) | `1.84.0` | `1.101.0` |
| [styled-components](https://github.com/styled-components/styled-components) | `5.3.11` | `6.4.2` |
| [swr](https://github.com/vercel/swr) | `1.3.0` | `2.4.1` |
| [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) | `0.4.23` | `0.6.2` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.29.6` | `8.0.1` |
| [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.26.8` | `8.0.1` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.6.17` | `8.6.14` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `7.6.17` | `8.6.14` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.6.17` | `10.4.6` |
| [@storybook/nextjs](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/nextjs) | `7.6.17` | `10.4.6` |
| [acorn](https://github.com/acornjs/acorn) | `8.16.0` | `8.17.0` |
| [eslint](https://github.com/eslint/eslint) | `7.32.0` | `10.5.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `12.3.4` | `16.2.9` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `8.10.0` | `10.1.8` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `4.2.1` | `5.5.6` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.2` | `7.1.1` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.4.2` |
| [@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) | `30.0.0-beta.3` | `30.4.1` |
| [patch-package](https://github.com/ds300/patch-package) | `6.5.1` | `8.0.1` |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.8.4` |
| [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) | `17.0.2` | `19.2.7` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `7.6.17` | `10.4.6` |
| [typescript](https://github.com/microsoft/TypeScript) | `4.9.5` | `6.0.3` |
| [webpack](https://github.com/webpack/webpack) | `5.105.4` | `5.107.2` |
| [webpack-cli](https://github.com/webpack/webpack-cli) | `4.10.0` | `7.0.3` |



Updates `@prismicio/client` from 5.2.0 to 7.21.8
- [Release notes](https://github.com/prismicio/prismic-client/releases)
- [Changelog](https://github.com/prismicio/prismic-client/blob/master/CHANGELOG.md)
- [Commits](prismicio/prismic-client@v5.2.0...v7.21.8)

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

Updates `algoliasearch` from 4.24.0 to 5.55.0
- [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@4.24.0...5.55.0)

Updates `express` from 4.22.2 to 5.2.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@v4.22.2...v5.2.1)

Updates `firebase` from 9.23.0 to 12.15.0
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@9.23.0...firebase@12.15.0)

Updates `firebase-admin` from 10.3.0 to 14.0.0
- [Release notes](https://github.com/firebase/firebase-admin-node/releases)
- [Changelog](https://github.com/firebase/firebase-admin-node/blob/main/CHANGELOG.md)
- [Commits](firebase/firebase-admin-node@v10.3.0...v14.0.0)

Updates `js-base64` from 3.7.7 to 3.7.8
- [Commits](dankogai/js-base64@3.7.7...3.7.8)

Updates `next` from 12.3.4 to 16.2.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v12.3.4...v16.2.9)

Updates `next-i18next` from 9.2.0 to 16.0.7
- [Release notes](https://github.com/i18next/next-i18next/releases)
- [Changelog](https://github.com/i18next/next-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/next-i18next@v9.2.0...v16.0.7)

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

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

Updates `react-content-loader` from 6.2.1 to 7.1.2
- [Release notes](https://github.com/danilowoz/react-content-loader/releases)
- [Commits](danilowoz/react-content-loader@v6.2.1...v7.1.2)

Updates `react-copy-to-clipboard` from 5.1.0 to 5.1.1
- [Release notes](https://github.com/nkbt/react-copy-to-clipboard/releases)
- [Commits](nkbt/react-copy-to-clipboard@v5.1.0...v5.1.1)

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

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

Updates `react-loading-skeleton` from 2.2.0 to 3.5.0
- [Release notes](https://github.com/dvtng/react-loading-skeleton/releases)
- [Changelog](https://github.com/dvtng/react-loading-skeleton/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dvtng/react-loading-skeleton/commits/v3.5.0)

Updates `react-share` from 4.4.1 to 5.3.0
- [Release notes](https://github.com/nygardk/react-share/releases)
- [Changelog](https://github.com/nygardk/react-share/blob/master/CHANGELOG.md)
- [Commits](nygardk/react-share@v4.4.1...v5.3.0)

Updates `react-show-more-text` from 1.7.1 to 1.7.2
- [Changelog](https://github.com/devzonetech/react-show-more-text/blob/master/CHANGELOG.md)
- [Commits](devzonetech/react-show-more-text@1.7.1...1.7.2)

Updates `sass` from 1.84.0 to 1.101.0
- [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.84.0...1.101.0)

Updates `styled-components` from 5.3.11 to 6.4.2
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](https://github.com/styled-components/styled-components/compare/v5.3.11...styled-components@6.4.2)

Updates `swr` from 1.3.0 to 2.4.1
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](vercel/swr@1.3.0...v2.4.1)

Updates `xml2js` from 0.4.23 to 0.6.2
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.6.2)

Updates `@babel/core` from 7.29.6 to 8.0.1
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v8.0.1/packages/babel-core)

Updates `@babel/eslint-parser` from 7.26.8 to 8.0.1
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v8.0.1/eslint/babel-eslint-parser)

Updates `@storybook/addon-essentials` from 7.6.17 to 8.6.14
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.14/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.14/code/addons/essentials)

Updates `@storybook/addon-interactions` from 7.6.17 to 8.6.14
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.14/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.14/code/addons/interactions)

Updates `@storybook/addon-links` from 7.6.17 to 10.4.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.4.6/code/addons/links)

Updates `@storybook/blocks` from 7.6.17 to 7.6.24
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.24/code/lib/blocks)

Updates `@storybook/nextjs` from 7.6.17 to 10.4.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.4.6/code/frameworks/nextjs)

Updates `@storybook/react` from 7.6.17 to 7.6.24
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.6.24/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.24/code/renderers/react)

Updates `acorn` from 8.16.0 to 8.17.0
- [Commits](acornjs/acorn@8.16.0...8.17.0)

Updates `babel-plugin-styled-components` from 2.1.4 to 2.3.0
- [Release notes](https://github.com/styled-components/babel-plugin-styled-components/releases)
- [Changelog](https://github.com/styled-components/babel-plugin-styled-components/blob/main/CHANGELOG.md)
- [Commits](styled-components/babel-plugin-styled-components@v2.1.4...v2.3.0)

Updates `eslint` from 7.32.0 to 10.5.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v7.32.0...v10.5.0)

Updates `eslint-config-next` from 12.3.4 to 16.2.9
- [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.2.9/packages/eslint-config-next)

Updates `eslint-config-prettier` from 8.10.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@v8.10.0...v10.1.8)

Updates `eslint-plugin-import` from 2.31.0 to 2.32.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.31.0...v2.32.0)

Updates `eslint-plugin-prettier` from 4.2.1 to 5.5.6
- [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@v4.2.1...v5.5.6)

Updates `eslint-plugin-react` from 7.37.4 to 7.37.5
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.37.4...v7.37.5)

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

Updates `jest` from 29.7.0 to 30.4.2
- [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.4.2/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 30.0.0-beta.3 to 30.4.1
- [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.4.1/packages/jest-environment-jsdom)

Updates `patch-package` from 6.5.1 to 8.0.1
- [Release notes](https://github.com/ds300/patch-package/releases)
- [Changelog](https://github.com/ds300/patch-package/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ds300/patch-package/commits)

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

Updates `react-test-renderer` from 17.0.2 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-test-renderer)

Updates `storybook` from 7.6.17 to 10.4.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.4.6/code/core)

Updates `typescript` from 4.9.5 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.9.5...v6.0.3)

Updates `webpack` from 5.105.4 to 5.107.2
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.105.4...v5.107.2)

Updates `webpack-cli` from 4.10.0 to 7.0.3
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@7.0.3)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-version: 7.29.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm_and_yarn
- dependency-name: "@babel/eslint-parser"
  dependency-version: 7.29.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm_and_yarn
- dependency-name: "@prismicio/client"
  dependency-version: 7.21.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: "@sentry/nextjs"
  dependency-version: 10.58.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: "@storybook/addon-essentials"
  dependency-version: 8.6.14
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: "@storybook/addon-interactions"
  dependency-version: 8.6.14
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: "@storybook/addon-links"
  dependency-version: 10.4.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: "@storybook/blocks"
  dependency-version: 7.6.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm_and_yarn
- dependency-name: "@storybook/nextjs"
  dependency-version: 10.4.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: "@storybook/react"
  dependency-version: 7.6.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm_and_yarn
- dependency-name: "@types/jest"
  dependency-version: 30.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: "@types/react"
  dependency-version: 19.2.17
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: acorn
  dependency-version: 8.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm_and_yarn
- dependency-name: algoliasearch
  dependency-version: 5.54.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: babel-plugin-styled-components
  dependency-version: 2.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm_and_yarn
- dependency-name: eslint
  dependency-version: 10.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: eslint-config-next
  dependency-version: 16.2.9
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: eslint-plugin-import
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm_and_yarn
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: eslint-plugin-react
  dependency-version: 7.37.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm_and_yarn
- dependency-name: eslint-plugin-react-hooks
  dependency-version: 7.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: firebase
  dependency-version: 12.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: firebase-admin
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: jest
  dependency-version: 30.4.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: jest-environment-jsdom
  dependency-version: 30.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm_and_yarn
- dependency-name: js-base64
  dependency-version: 3.7.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm_and_yarn
- dependency-name: next
  dependency-version: 16.2.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: next-i18next
  dependency-version: 16.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: patch-package
  dependency-version: 8.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: prettier
  dependency-version: 3.8.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: react
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: react-content-loader
  dependency-version: 7.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: react-copy-to-clipboard
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm_and_yarn
- dependency-name: react-dom
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: react-is
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: react-loading-skeleton
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: react-share
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: react-show-more-text
  dependency-version: 1.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm_and_yarn
- dependency-name: react-test-renderer
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: sass
  dependency-version: 1.101.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm_and_yarn
- dependency-name: storybook
  dependency-version: 10.4.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: styled-components
  dependency-version: 6.4.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: swr
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-version: 5.107.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm_and_yarn
- dependency-name: webpack-cli
  dependency-version: 7.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm_and_yarn
- dependency-name: xml2js
  dependency-version: 0.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-85145a1dda branch from b797fdf to a9d884d Compare June 21, 2026 01:13
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant