Skip to content

⬆️ Bump the minor-and-patch group across 1 directory with 25 updates - #3954

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/minor-and-patch-12cca9312f
Open

⬆️ Bump the minor-and-patch group across 1 directory with 25 updates#3954
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/minor-and-patch-12cca9312f

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 25 updates in the / directory:

Package From To
@biomejs/biome 2.3.6 2.5.9
@equinor/eds-core-react 2.4.0 2.6.1
@next/third-parties 16.3.0 16.3.1
instantsearch.js 4.111.1 4.112.0
next-intl 4.9.2 4.13.7
next-sanity 13.1.1 13.3.3
radix-ui 1.4.3 1.6.7
react 19.2.4 19.2.8
@types/react 19.2.14 19.2.18
react-dom 19.2.4 19.2.8
@types/react-dom 19.2.3 19.2.4
react-hook-form 7.72.1 7.85.0
react-icons 5.5.0 5.7.0
react-instantsearch 7.44.1 7.45.0
react-instantsearch-nextjs 1.0.5 1.4.4
uuid 14.0.1 14.0.2
@tailwindcss/postcss 4.2.2 4.3.3
dotenv 17.2.3 17.4.2
postcss 8.5.23 8.5.26
tailwindcss 4.2.2 4.3.3
hls.js 1.7.0 1.7.1
sanity-plugin-iframe-pane 5.0.33 5.0.35
@azure/storage-blob 12.29.0 12.33.0
@azure/app-configuration-provider 2.2.0 2.6.0
@azure/identity 4.13.0 4.13.2

Updates @biomejs/biome from 2.3.6 to 2.5.9

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.5.9

2.5.9

Patch Changes

  • #11321 41386f3 Thanks @​dyc3! - Fixed #11315: The CSS parser now recovers at declaration boundaries after bogus declarations, allowing subsequent valid declarations to be parsed.

  • #11248 57b197e Thanks @​yanthomasdev! - Expanded the environment variable metadata used by biome rage to include BIOME_BINARY, BIOME_LOG_FILE, and RUST_BACKTRACE as well as reworded explanations for better readability.

  • #11377 a8798ea Thanks @​Netail! - Added a new nursery rule useNamedLayer which disallows anonymous cascade layers.

    @layer {
      a {
        color: red;
      }
    }
  • #11327 6771cf5 Thanks @​dyc3! - The HTML formatter now preserves meaningful blank lines in HTML, including spacing after elements with trailing spaces and blank lines between comment groups.

     <div>
       <!-- first group -->
    +
       <!-- second group -->
     </div>
  • #10312 ba8aa18 Thanks @​dyc3! - Added the nursery rule useTailwindShorthandClasses, which suggests shorter Tailwind utility classes. For example, the rule suggests replacing w-4 h-4 with size-4.

  • #11333 715e0cd Thanks @​kkkhs! - Fixed #11328: lint/nursery/useExpect now recognizes Vitest Browser Mode expect.element() calls as assertions.

  • #11343 9b98211 Thanks @​johncarmack1984! - Fixed #11311: the CSS parser now accepts Tailwind container-query variant names in @variant, such as @xl and @max-xl. These previously produced a parse error and a noUnknownAtRules diagnostic.

    @variant @xl {
      div {
        background: red;
      }
    }
  • #11220 3e8c488 Thanks @​santichausis! - Fixed #9541: noUndeclaredVariables, noUnusedImports, and noUnusedVariables now correctly recognise exported variables and functions declared in one embedded <script> block as usable from a sibling <script> block, in Svelte's <script module>/<script> pair and Vue's non-setup <script> blocks.

    For example, Biome no longer reports greet as undeclared in the following Svelte component:

    <script module>

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.5.9

Patch Changes

  • #11321 41386f3 Thanks @​dyc3! - Fixed #11315: The CSS parser now recovers at declaration boundaries after bogus declarations, allowing subsequent valid declarations to be parsed.

  • #11248 57b197e Thanks @​yanthomasdev! - Expanded the environment variable metadata used by biome rage to include BIOME_BINARY, BIOME_LOG_FILE, and RUST_BACKTRACE as well as reworded explanations for better readability.

  • #11377 a8798ea Thanks @​Netail! - Added a new nursery rule useNamedLayer which disallows anonymous cascade layers.

    @layer {
      a {
        color: red;
      }
    }
  • #11327 6771cf5 Thanks @​dyc3! - The HTML formatter now preserves meaningful blank lines in HTML, including spacing after elements with trailing spaces and blank lines between comment groups.

     <div>
       <!-- first group -->
    +
       <!-- second group -->
     </div>
  • #10312 ba8aa18 Thanks @​dyc3! - Added the nursery rule useTailwindShorthandClasses, which suggests shorter Tailwind utility classes. For example, the rule suggests replacing w-4 h-4 with size-4.

  • #11333 715e0cd Thanks @​kkkhs! - Fixed #11328: lint/nursery/useExpect now recognizes Vitest Browser Mode expect.element() calls as assertions.

  • #11343 9b98211 Thanks @​johncarmack1984! - Fixed #11311: the CSS parser now accepts Tailwind container-query variant names in @variant, such as @xl and @max-xl. These previously produced a parse error and a noUnknownAtRules diagnostic.

    @variant @xl {
      div {
        background: red;
      }
    }
  • #11220 3e8c488 Thanks @​santichausis! - Fixed #9541: noUndeclaredVariables, noUnusedImports, and noUnusedVariables now correctly recognise exported variables and functions declared in one embedded <script> block as usable from a sibling <script> block, in Svelte's <script module>/<script> pair and Vue's non-setup <script> blocks.

    For example, Biome no longer reports greet as undeclared in the following Svelte component:

    <script module>
      export function greet() {
        console.log("Hello!");

... (truncated)

Commits

Updates @equinor/eds-core-react from 2.4.0 to 2.6.1

Release notes

Sourced from @​equinor/eds-core-react's releases.

eds-core-react: v2.6.1

🐛 Fixed

  • publish with correct workspace dependencies — 2.6.0 had unresolved workspace:^ references to @equinor/eds-icons, @equinor/eds-tokens, and @equinor/eds-utils that prevented installation via npm (CI workflow issue, no code changes)

eds-core-react: v2.6.0

🐛 Fixed

  • forward child refs in Tooltip and TabList on React 18 (#4904) (d095239)

eds-core-react-next: v2.6.0-beta.1

🐛 Fixed

  • publish with correct workspace dependencies — 2.6.0-beta.0 had unresolved workspace:^ references that prevented installation via npm (CI workflow issue, no code changes in /next)

eds-core-react-next: v2.6.0-beta.0

✨ Added

🐛 Fixed

  • correct Chip height to match Figma design spec (#4871) (3364526)

♻️ Refactoring

eds-core-react: v2.5.0

2.5.0 (2026-04-14)

✨ Added

  • Add chipCount prop to limit the amount of chips shown (#4805) (e0c44ed)

eds-core-react-next: v2.5.0-beta.0

2.5.0-beta.0 (2026-04-23)

... (truncated)

Changelog

Sourced from @​equinor/eds-core-react's changelog.

2.6.1 (2026-05-20)

🐛 Fixed

  • publish with correct workspace dependencies — 2.6.0 had unresolved workspace:^ references to @equinor/eds-icons, @equinor/eds-tokens, and @equinor/eds-utils that prevented installation via npm (CI workflow issue, no code changes)

2.6.0 (2026-05-20)

🐛 Fixed

  • forward child refs in Tooltip and TabList on React 18 (#4904) (d095239)

2.5.0 (2026-04-14)

✨ Added

  • Add chipCount prop to limit the amount of chips shown (#4805) (e0c44ed)

2.4.1 (2026-04-08)

🐛 Fixed

  • eds-core-react: use legacy token for Autocomplete chip outline (#4776) (aa01f2c)
  • preserve user-provided id on Autocomplete input (#4682) (85a4301)
Commits
  • 49fc5b7 fix: release eds-core-react@2.6.1 and eds-utils@2.2.1 with fixed workspace deps
  • 6e20f86 chore: publish 2.6.0-beta.1 with fixed workspace deps
  • dddc7c1 chore: release main (#4856)
  • 03bdd0c feat(eds-icons): add dark_mode icon (#4926)
  • d095239 fix: forward child refs in Tooltip and TabList on React 18 (#4904)
  • 4f6d872 chore(deps): bump rollup in the rollup group across 1 directory (#4908)
  • 42318c6 chore(deps): bump the storybook group across 1 directory with 6 updates (#4907)
  • dbc4270 chore(deps): bump the all-dependencies group with 16 updates (#4910)
  • 3364526 fix: correct Chip height to match Figma design spec (#4871)
  • 2b132a2 chore(deps): bump postcss from 8.5.12 to 8.5.13 (#4899)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @next/third-parties from 16.3.0 to 16.3.1

Release notes

Sourced from @​next/third-parties's releases.

v16.3.1

What's Changed

Full Changelog: vercel/next.js@v16.3.0...v16.3.1

v16.3.1-canary.26

Misc Changes

  • docs: document deploymentId build ID override and Pages Router skew in 16.2: #97645
  • Upgrade React from eb8feb71-20260814 to eafeac09-20260819: #97636
  • Turbopack: rename to use turbopack: no side effects: #94427
  • refactor: move useDynamic{Route,Search}Params to reduce snapshot churn: #97360
  • [PPF] unstable_navigation(): #96908
  • [PPF] Scaffold unstable_navigation(): #97236
  • docs: Explicit cache output description: #97548
  • Improve Cache Components sync IO migration guidance: #97572
  • [test] Use a non-native stub for the server externals list test: #97614
  • Avoid GitHub API rate limits for create-next-app examples: #97612
  • [test] Cover the prerender worker-thread backend with an addon we control: #97543
  • [test] Convert the prerender-native-module suite to local fixture packages: #97542
  • [test] Replace the turbopack-reports sqlite3 dependency with a local addon fixture: #97541
  • [test] Drop the dead sqlite3 build approval from the sharp-basic suite: #97540
  • [ci] Authenticate Turborepo remote caching with OIDC instead of a static PAT: #97590
  • Remove HmrTarget: #97253
  • Keep HMR instructions typed until serialization: #96569
  • Serialize frozen collections by value only: #96686

Credits

... (truncated)

Commits

Updates instantsearch.js from 4.111.1 to 4.112.0

Release notes

Sourced from instantsearch.js's releases.

instantsearch.js@4.112.0

4.112.0 (2026-08-19)

Bug Fixes

Features

  • chat: allow client side tool calls to cancel automatically if output not given before a new message (#7162) (bdc5a5c)
  • chat: consolidate overridable-component props into a single context object (#7123) (33eae92)
  • chat: let the chat trigger open the chat with a message (#7166) (39bc620)
  • chat: save search results from search tool into a chat wide map (#7152) (236e582)
Commits
  • 8a3a80c chore: release (#7179)
  • 33eae92 feat(chat): consolidate overridable-component props into a single context o...
  • 10966a5 fix(chat): keep the maximized overlay panel inside the viewport (#7177)
  • 4a4c84a fix(chat): stop resending server-executed tool turns (#7173)
  • 39bc620 feat(chat): let the chat trigger open the chat with a message (#7166)
  • 0581e3d fix(chat): skip provider-executed tool calls when auto-continuing (#7174)
  • 236e582 feat(chat): save search results from search tool into a chat wide map (#7152)
  • dff4e8a test(chat): cover custom image attributes in display results (#7170)
  • 739161b fix(chat): warn on unmatched tool results (#7168)
  • bdc5a5c feat(chat): allow client side tool calls to cancel automatically if output no...
  • See full diff in compare view

Updates next-intl from 4.9.2 to 4.13.7

Release notes

Sourced from next-intl's releases.

v4.13.7

4.13.7 (2026-08-17)

Bug Fixes

v4.13.6

4.13.6 (2026-08-10)

Bug Fixes

See the blog post on next/root-params.

v4.13.5

4.13.5 (2026-08-04)

Bug Fixes

v4.13.4

4.13.4 (2026-07-23)

Bug Fixes

  • Avoid usePathname() reads for non-locale-switching links, avoiding unnecessary <Suspense> wrappers with partial prefetching (#2362) (82de47f) – by @​ceolinwill

v4.13.3

4.13.3 (2026-07-21)

Bug Fixes

  • Next.js 16.3 compatibility preparation (only update locale cookie for document requests and not prefetches) (#2355) (0555ace) – by @​amannn

v4.13.2

4.13.2 (2026-07-10)

Bug Fixes

v4.13.1

4.13.1 (2026-06-30)

Bug Fixes

... (truncated)

Changelog

Sourced from next-intl's changelog.

4.13.7 (2026-08-17)

Bug Fixes

4.13.6 (2026-08-10)

Bug Fixes

4.13.5 (2026-08-04)

Bug Fixes

4.13.4 (2026-07-23)

Bug Fixes

  • Avoid usePathname() reads for non-locale-switching links, avoiding unnecessary <Suspense> wrappers with partial prefetching (#2362) (82de47f) – by @​ceolinwill

4.13.3 (2026-07-21)

Bug Fixes

  • Next.js 16.3 compatibility preparation (only update locale cookie for document requests and not prefetches) (#2355) (0555ace) – by @​amannn

4.13.2 (2026-07-10)

Bug Fixes

4.13.1 (2026-06-30)

Bug Fixes

4.13.0 (2026-05-28)

Features

4.12.0 (2026-05-13)

... (truncated)

Commits
  • 4e5d46b v4.13.7
  • a37d8aa fix: Pin @swc/core to a range that is compatible with the extractor plugin ...
  • 41e027b v4.13.6
  • ae770af fix: Deprecate requestLocale param of getRequestConfig (#2380)
  • 729233f docs: Use "CLI" as label for eloqnt links (#2378)
  • caab5da docs: Mention planned Route Handler and Server Action support for root params...
  • 4a98b12 docs: Hide precompilation blog post from sidebar navigation (#2374)
  • 0b25236 docs: Link to Next.js bind docs in root params blog post (#2375)
  • 44f29f5 docs: Upgrade examples and e2e apps to Next.js 16.3 (#2354)
  • 904d5e2 docs: Fix typo in blog post
  • Additional commits viewable in compare view

Updates next-sanity from 13.1.1 to 13.3.3

Release notes

Sourced from next-sanity's releases.

next-sanity@13.3.3

Patch Changes

next-sanity@13.3.2

Patch Changes

next-sanity@13.3.1

Patch Changes

  • #3881 20af889 Thanks @​stipsan! - fix(deps): update dependency @​sanity/client to ^7.26.1

    @sanity/client@7.26.1 stops StegaBranded from branding symbol-keyed properties like the internalGroqTypeReferenceTo marker Sanity TypeGen puts on dereferenced references. Stega-branded sanityFetch data is now assignable to clean-typed props (like TypeGen query result types) whenever the real string fields are plain string, without stegaClean.

  • #3881 20af889 Thanks @​stipsan! - fix: accept stega branded sanityFetch data in <PortableText> Infer* types

    The InferValue, InferComponents and InferStrictComponents types re-exported from the main next-sanity entry are now stega-aware. They shadow the @portabletext/react versions and widen the inferred types to cover both the clean TypeGen shape (sanityFetch with stega: false) and the stega-branded shape that sanityFetch returns when stega may be enabled (introduced in next-sanity@13.3.0).

    Re-usable components typed with InferValue no longer fail to type-check when given stega-branded data:

    import {
      PortableText,
      type InferStrictComponents,
      type InferValue,
      type SanityQueries,
    } from "next-sanity";
    export function CustomPortableText(props: {
    value: InferValue<SanityQueries[keyof SanityQueries]>;
    }) {
    const components = {
    // …
    } satisfies InferStrictComponents<typeof props.value>;
    return <PortableText components={components} value={props.value} />;
    }

    Previously the branded data had to be cleaned wholesale (value={stegaClean(props.value)}), which strips the hidden characters @sanity/visual-editing uses to make each paragraph clickable in Visual Editing. Strings inside component handler props stay branded, keep rendering them as-is and use stegaClean on the individual values you compare against string literals.

next-sanity@13.3.0

... (truncated)

Changelog

Sourced from next-sanity's changelog.

13.3.3

Patch Changes

13.3.2

Patch Changes

13.3.1

Patch Changes

  • #3881 20af889 Thanks @​stipsan! - fix(deps): update dependency @​sanity/client to ^7.26.1

    @sanity/client@7.26.1 stops StegaBranded from branding symbol-keyed properties like the internalGroqTypeReferenceTo marker Sanity TypeGen puts on dereferenced references. Stega-branded sanityFetch data is now assignable to clean-typed props (like TypeGen query result types) whenever the real string fields are plain string, without stegaClean.

  • #3881 20af889 Thanks @​stipsan! - fix: accept stega branded sanityFetch data in <PortableText> Infer* types

    The InferValue, InferComponents and InferStrictComponents types re-exported from the main next-sanity entry are now stega-aware. They shadow the @portabletext/react versions and widen the inferred types to cover both the clean TypeGen shape (sanityFetch with stega: false) and the stega-branded shape that sanityFetch returns when stega may be enabled (introduced in next-sanity@13.3.0).

    Re-usable components typed with InferValue no longer fail to type-check when given stega-branded data:

    import {
      PortableText,
      type InferStrictComponents,
      type InferValue,
      type SanityQueries,
    } from "next-sanity";
    export function CustomPortableText(props: {
    value: InferValue<SanityQueries[keyof SanityQueries]>;
    }) {
    const components = {
    // …
    } satisfies InferStrictComponents<typeof props.value>;
    return <PortableText components={components} value={props.value} />;
    }

... (truncated)

Commits
  • f3bfe28 Version Packages (#3904)
  • 32c269d fix(deps): update dependency @​sanity/visual-editing to ^6.0.3 (#3910)
  • 716346f fix(deps): update dependency @​sanity/preview-url-secret to ^4.1.4 (#3902)
  • ea09484 chore(deps): batch pending Renovate dependency updates (#3903)
  • efc5407 Version Packages (#3890)
  • 939addf fix(deps): update sanity monorepo to v6.9.2 (#3891)
  • 48411fa fix(deps): update dependency @​sanity/client to ^7.26.2 (#3886)
  • 2e8ecb3 Align Next.js skills with 16.3 and rework sanity-live-cache-components to lea...
  • a107afb Version Packages (#3885)
  • 20af889 fix(next-sanity): accept stega branded sanityFetch data in PortableText `...
  • Additional commits viewable in compare view

Updates radix-ui from 1.4.3 to 1.6.7

Changelog

Sourced from radix-ui's changelog.

1.6.6, 1.6.7

  • Reverted breaking changes that caused compatibility issues with React Server Components.

1.6.5

  • Republish through CI to attach provenance attestations. The previous versions of these packages were published manually outside of CI and therefore shipped without provenance; this patch re-releases the same code through the CI pipeline so every package includes an attestation.

1.6.4

  • Fixed a regression where importing primitives from the root radix-ui entry point erased every primitive's types to any.

1.6.3

Dialog

  • Fixed broken ARIA references in Dialogs where title or description elements are not rendered.

Slider

  • Fixed a bug where onValueCommit was not called when a slider thumb was dragged across another thumb.

Toast

  • Fixed Toast removing non-focused toasts when pressing Escape.

Tooltip

  • Fixed a bug where Tooltip.Content children were mounted to the DOM twice.

Other updates

  • Fixed overriding inline animation style in Popper.Content.
  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Widened virtualRef prop type to allow RefObject<Measurable | null> in popover components.
  • Fixed dev-only checks with conditional exports to drop dev-warnings from production builds.
  • Added per-primitive subpath entry points so each primitive can be imported directly, eg. import { Accordion } from 'radix-ui/accordion' or import * as Accordion from 'radix-ui/accordion'. This mirrors the namespaced exports available from the root radix-ui entry point.
  • Fixed a bug where updating a Checkbox, Switch, or RadioGroup value programmatically (eg. a "select all" control) while inside a <form> would dispatch a click event from the hidden bubble input that propagated to ancestor onClick handlers.

1.6.2

Other updates

  • Added CSS custom properties for Navigation Menu item indicators' translate values.
  • Fixed a bug in Dismissable Layer causing background nested popovers to close all layers on outside click
  • Fixed runtime errors for Form.Message, Form.Control, Form.Label and Form.ValidityState that are correctly rendered outside of Form.Field components
  • Fixed a bug in form control components to ensure their values are updated when their associated form's is reset. This affects RadioGroup, Slider, Select, and Switch.
  • Fixed menu items, tab triggers, toolbar links, and select items intercepting Space/Enter keys that originate from focusable descendants.
  • Fixed a bug where calling an event handler without an argument would throw, preventing successive event handlers from being called. This affected all components that accept event handlers with internal implementations.
  • Fixed a bug in Context Menu to ensure that the menu properly re-anchors to the latest pointer position when re-triggered in its open state.

... (truncated)

CommitsDescription has been truncated

Bumps the minor-and-patch group with 25 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.3.6` | `2.5.9` |
| [@equinor/eds-core-react](https://github.com/equinor/design-system/tree/HEAD/packages/eds-core-react) | `2.4.0` | `2.6.1` |
| [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `16.3.0` | `16.3.1` |
| [instantsearch.js](https://github.com/algolia/instantsearch) | `4.111.1` | `4.112.0` |
| [next-intl](https://github.com/amannn/next-intl) | `4.9.2` | `4.13.7` |
| [next-sanity](https://github.com/sanity-io/next-sanity/tree/HEAD/packages/next-sanity) | `13.1.1` | `13.3.3` |
| [radix-ui](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/radix-ui) | `1.4.3` | `1.6.7` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.8` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.14` | `19.2.18` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.4` | `19.2.8` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.3` | `19.2.4` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.72.1` | `7.85.0` |
| [react-icons](https://github.com/react-icons/react-icons) | `5.5.0` | `5.7.0` |
| [react-instantsearch](https://github.com/algolia/instantsearch) | `7.44.1` | `7.45.0` |
| [react-instantsearch-nextjs](https://github.com/algolia/instantsearch) | `1.0.5` | `1.4.4` |
| [uuid](https://github.com/uuidjs/uuid) | `14.0.1` | `14.0.2` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.2.2` | `4.3.3` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.3` | `17.4.2` |
| [postcss](https://github.com/postcss/postcss) | `8.5.23` | `8.5.26` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.2` | `4.3.3` |
| [hls.js](https://github.com/video-dev/hls.js) | `1.7.0` | `1.7.1` |
| [sanity-plugin-iframe-pane](https://github.com/sanity-io/plugins/tree/HEAD/plugins/sanity-plugin-iframe-pane) | `5.0.33` | `5.0.35` |
| [@azure/storage-blob](https://github.com/Azure/azure-sdk-for-js/tree/HEAD/sdk/storage/storage-blob) | `12.29.0` | `12.33.0` |
| [@azure/app-configuration-provider](https://github.com/Azure/AppConfiguration-JavaScriptProvider) | `2.2.0` | `2.6.0` |
| [@azure/identity](https://github.com/Azure/azure-sdk-for-js/tree/HEAD/sdk/identity/identity) | `4.13.0` | `4.13.2` |



Updates `@biomejs/biome` from 2.3.6 to 2.5.9
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.9/packages/@biomejs/biome)

Updates `@equinor/eds-core-react` from 2.4.0 to 2.6.1
- [Release notes](https://github.com/equinor/design-system/releases)
- [Changelog](https://github.com/equinor/design-system/blob/main/packages/eds-core-react/CHANGELOG.md)
- [Commits](https://github.com/equinor/design-system/commits/eds-core-react@v2.6.1/packages/eds-core-react)

Updates `@next/third-parties` from 16.3.0 to 16.3.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v16.3.1/packages/third-parties)

Updates `instantsearch.js` from 4.111.1 to 4.112.0
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/instantsearch.js@4.111.1...instantsearch.js@4.112.0)

Updates `next-intl` from 4.9.2 to 4.13.7
- [Release notes](https://github.com/amannn/next-intl/releases)
- [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md)
- [Commits](amannn/next-intl@v4.9.2...v4.13.7)

Updates `next-sanity` from 13.1.1 to 13.3.3
- [Release notes](https://github.com/sanity-io/next-sanity/releases)
- [Changelog](https://github.com/sanity-io/next-sanity/blob/main/packages/next-sanity/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/next-sanity/commits/next-sanity@13.3.3/packages/next-sanity)

Updates `radix-ui` from 1.4.3 to 1.6.7
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/radix-ui/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/1.6.7/packages/react/radix-ui)

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

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

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

Updates `@types/react-dom` from 19.2.3 to 19.2.4
- [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.72.1 to 7.85.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.72.1...v7.85.0)

Updates `react-icons` from 5.5.0 to 5.7.0
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v5.5.0...v5.7.0)

Updates `react-instantsearch` from 7.44.1 to 7.45.0
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/react-instantsearch@7.44.1...react-instantsearch@7.45.0)

Updates `react-instantsearch-nextjs` from 1.0.5 to 1.4.4
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/react-instantsearch-nextjs@1.0.5...react-instantsearch-nextjs@1.4.4)

Updates `uuid` from 14.0.1 to 14.0.2
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v14.0.1...v14.0.2)

Updates `@tailwindcss/postcss` from 4.2.2 to 4.3.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/@tailwindcss-postcss)

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

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

Updates `dotenv` from 17.2.3 to 17.4.2
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.2.3...v17.4.2)

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

Updates `tailwindcss` from 4.2.2 to 4.3.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/tailwindcss)

Updates `hls.js` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/video-dev/hls.js/releases)
- [Changelog](https://github.com/video-dev/hls.js/blob/master/docs/release-process.md)
- [Commits](video-dev/hls.js@v1.7.0...v1.7.1)

Updates `sanity-plugin-iframe-pane` from 5.0.33 to 5.0.35
- [Release notes](https://github.com/sanity-io/plugins/releases)
- [Changelog](https://github.com/sanity-io/plugins/blob/main/plugins/sanity-plugin-iframe-pane/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/plugins/commits/sanity-plugin-iframe-pane@5.0.35/plugins/sanity-plugin-iframe-pane)

Updates `@azure/storage-blob` from 12.29.0 to 12.33.0
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/commits/@azure/storage-blob_12.33.0/sdk/storage/storage-blob)

Updates `@azure/app-configuration-provider` from 2.2.0 to 2.6.0
- [Release notes](https://github.com/Azure/AppConfiguration-JavaScriptProvider/releases)
- [Commits](Azure/AppConfiguration-JavaScriptProvider@2.2.0...2.6.0)

Updates `@azure/identity` from 4.13.0 to 4.13.2
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/@azure/identity_4.13.2/sdk/identity/identity/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/commits/@azure/identity_4.13.2/sdk/identity/identity)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.5.9
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@equinor/eds-core-react"
  dependency-version: 2.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@next/third-parties"
  dependency-version: 16.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: instantsearch.js
  dependency-version: 4.112.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: next-intl
  dependency-version: 4.13.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: next-sanity
  dependency-version: 13.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: radix-ui
  dependency-version: 1.6.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-dom
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-hook-form
  dependency-version: 7.85.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-icons
  dependency-version: 5.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-instantsearch
  dependency-version: 7.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-instantsearch-nextjs
  dependency-version: 1.4.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: uuid
  dependency-version: 14.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.3.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: dotenv
  dependency-version: 17.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: postcss
  dependency-version: 8.5.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tailwindcss
  dependency-version: 4.3.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: hls.js
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sanity-plugin-iframe-pane
  dependency-version: 5.0.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@azure/storage-blob"
  dependency-version: 12.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@azure/app-configuration-provider"
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@azure/identity"
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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 Aug 28, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 28, 2026 09:23
@dependabot
dependabot Bot requested a review from BorghildSelle August 28, 2026 09:23
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 28, 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