Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2025

Bumps the prod-minor-deps group with 24 updates in the / directory:

Package From To
@storybook/react 9.1.8 9.1.10
@testing-library/jest-dom 6.8.0 6.9.1
@navikt/ft-form-hooks 9.2.1 9.2.2
@navikt/ft-form-validators 4.2.10 4.2.11
@navikt/ft-ui-komponenter 6.2.7 6.2.8
@navikt/ft-utils 3.8.9 3.8.10
ky 1.10.0 1.11.0
react 19.1.1 19.2.0
react-router-dom 7.9.2 7.9.3
storybook 9.1.8 9.1.10
vite 7.1.7 7.1.8
@navikt/ft-fakta-beregning 12.1.18 12.1.19
@navikt/ft-fakta-fordel-beregningsgrunnlag 13.1.17 13.1.18
@navikt/ft-fakta-tilbakekreving-feilutbetaling 7.1.14 7.1.15
@navikt/ft-plattform-komponenter 10.1.11 10.1.12
@navikt/ft-prosess-beregningsgrunnlag 11.1.15 11.1.16
@navikt/ft-prosess-tilbakekreving 8.1.15 8.1.16
@navikt/ft-prosess-tilbakekreving-foreldelse 8.1.24 8.1.25
@navikt/ft-prosess-tilbakekreving-vedtak 6.2.5 6.2.6
@navikt/ft-types 5.0.5 5.0.6
@sentry/browser 10.15.0 10.17.0
react-dom 19.1.1 19.2.0
typescript-eslint 8.44.1 8.45.0
@vitejs/plugin-react 5.0.3 5.0.4

Updates @storybook/react from 9.1.8 to 9.1.10

Release notes

Sourced from @​storybook/react's releases.

v9.1.10

9.1.10

v9.1.9

9.1.9

  • Angular: Enable experimental zoneless detection on Angular v21 - #32580, thanks @​yannbf!
  • Svelte: Ignore inherited HTMLAttributes docgen when using utility types - #32173, thanks @​steciuk!
Changelog

Sourced from @​storybook/react's changelog.

9.1.10

9.1.9

  • Angular: Enable experimental zoneless detection on Angular v21 - #32580, thanks @​yannbf!
  • Svelte: Ignore inherited HTMLAttributes docgen when using utility types - #32173, thanks @​steciuk!
Commits
  • 642f0cf Bump version from "9.1.9" to "9.1.10" [skip ci]
  • 01867d0 Bump version from "9.1.8" to "9.1.9" [skip ci]
  • See full diff in compare view

Updates @testing-library/jest-dom from 6.8.0 to 6.9.1

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.9.1

6.9.1 (2025-10-01)

Bug Fixes

v6.9.0

6.9.0 (2025-09-30)

Features

  • Add .toAppearBefore/.toAppearAfter matcher (#702) (95f870a)
Commits

Updates @navikt/ft-form-hooks from 9.2.1 to 9.2.2

Commits

Updates @navikt/ft-form-validators from 4.2.10 to 4.2.11

Commits

Updates @navikt/ft-ui-komponenter from 6.2.7 to 6.2.8

Commits

Updates @navikt/ft-utils from 3.8.9 to 3.8.10

Commits

Updates ky from 1.10.0 to 1.11.0

Release notes

Sourced from ky's releases.

v1.11.0

  • Improve progress events for onDownloadProgress and onUploadProgress (#736) 60958f9
  • Fix hang on stream request cleanup in Node.js (#741) 9a89a35

sindresorhus/ky@v1.10.0...v1.11.0

Commits

Updates react from 19.1.1 to 19.2.0

Release notes

Sourced from react's releases.

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 animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

React DOM

... (truncated)

Changelog

Sourced from react's changelog.

19.2.0 (October 1st, 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 animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

React DOM

... (truncated)

Commits

Updates react-router-dom from 7.9.2 to 7.9.3

Release notes

Sourced from react-router-dom's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

Changelog

Sourced from react-router-dom's changelog.

7.9.3

Patch Changes

Commits

Updates storybook from 9.1.8 to 9.1.10

Release notes

Sourced from storybook's releases.

v9.1.10

9.1.10

v9.1.9

9.1.9

  • Angular: Enable experimental zoneless detection on Angular v21 - #32580, thanks @​yannbf!
  • Svelte: Ignore inherited HTMLAttributes docgen when using utility types - #32173, thanks @​steciuk!
Changelog

Sourced from storybook's changelog.

9.1.10

9.1.9

  • Angular: Enable experimental zoneless detection on Angular v21 - #32580, thanks @​yannbf!
  • Svelte: Ignore inherited HTMLAttributes docgen when using utility types - #32173, thanks @​steciuk!
Commits
  • 642f0cf Bump version from "9.1.9" to "9.1.10" [skip ci]
  • 01867d0 Bump version from "9.1.8" to "9.1.9" [skip ci]
  • See full diff in compare view

Updates vite from 7.1.7 to 7.1.8

Release notes

Sourced from vite's releases.

v7.1.8

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.1.8 (2025-10-02)

Bug Fixes

Documentation

Miscellaneous Chores

Commits

Updates @navikt/ft-fakta-beregning from 12.1.18 to 12.1.19

Commits

Updates @navikt/ft-fakta-fordel-beregningsgrunnlag from 13.1.17 to 13.1.18

Commits

Updates @navikt/ft-fakta-tilbakekreving-feilutbetaling from 7.1.14 to 7.1.15

Commits

Updates @navikt/ft-plattform-komponenter from 10.1.11 to 10.1.12

Commits

Updates @navikt/ft-prosess-beregningsgrunnlag from 11.1.15 to 11.1.16

Commits

Updates @navikt/ft-prosess-tilbakekreving from 8.1.15 to 8.1.16

Commits

Updates @navikt/ft-prosess-tilbakekreving-foreldelse from 8.1.24 to 8.1.25

Commits

Updates @navikt/ft-prosess-tilbakekreving-vedtak from 6.2.5 to 6.2.6

Commits

Updates @navikt/ft-types from 5.0.5 to 5.0.6

Commits

Updates @sentry/browser from 10.15.0 to 10.17.0

Release notes

Sourced from @​sentry/browser's releases.

10.17.0

Important Changes

  • feat(nuxt): Implement server middleware instrumentation (#17796)

    This release introduces instrumentation for Nuxt middleware, ensuring that all middleware handlers are automatically wrapped with tracing and error reporting functionality.

  • fix(aws-serverless): Take http_proxy into account when choosing useLayerExtension default (#17817)

    The default setting for useLayerExtension now considers the http_proxy environment variable. When http_proxy is set, useLayerExtension will be off by default. If you use a http_proxy but would still like to make use of the Sentry Lambda extension, exempt localhost in a no_proxy environment variable.

Other Changes

  • feat(node): Split up http integration into composable parts (#17524)
  • fix(core): Remove check and always respect ai.telemetry.functionId for Vercel AI gen spans (#17811)
  • doc(core): Fix outdated JSDoc in beforeSendSpan (#17815)
  • ci: Do not run dependabot on e2e test applications (#17813)
  • docs: Reword changelog for google gen ai integration (#17805)

Bundle size 📦

Path Size
@​sentry/browser 23.67 KB
@​sentry/browser - with treeshaking flags 22.21 KB
@​sentry/browser (incl. Tracing) 39.48 KB
@​sentry/browser (incl. Tracing, Replay) 76.96 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.85 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 81.52 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 93.43 KB
@​sentry/browser (incl. Feedback) 39.99 KB
@​sentry/browser (incl. sendFeedback) 28.21 KB
@​sentry/browser (incl. FeedbackAsync) 33.03 KB
@​sentry/react 25.35 KB
@​sentry/react (incl. Tracing) 41.4 KB
@​sentry/vue 28.07 KB
@​sentry/vue (incl. Tracing) 41.24 KB
@​sentry/svelte 23.69 KB
CDN Bundle 25.15 KB
CDN Bundle (incl. Tracing) 39.37 KB
CDN Bundle (incl. Tracing, Replay) 74.76 KB

... (truncated)

Changelog

Sourced from @​sentry/browser's changelog.

10.17.0

Important Changes

  • feat(nuxt): Implement server middleware instrumentation (#17796)

    This release introduces instrumentation for Nuxt middleware, ensuring that all middleware handlers are automatically wrapped with tracing and error reporting functionality.

  • fix(aws-serverless): Take http_proxy into account when choosing useLayerExtension default (#17817)

    The default setting for useLayerExtension now considers the http_proxy environment variable. When http_proxy is set, useLayerExtension will be off by default. If you use a http_proxy but would still like to make use of the Sentry Lambda extension, exempt localhost in a no_proxy environment variable.

Other Changes

  • feat(node): Split up http integration into composable parts (#17524)
  • fix(core): Remove check and always respect ai.telemetry.functionId for Vercel AI gen spans (#17811)
  • doc(core): Fix outdated JSDoc in beforeSendSpan (#17815)
  • ci: Do not run dependabot on e2e test applications (#17813)
  • docs: Reword changelog for google gen ai integration (#17805)

10.16.0

  • feat(logs): Add internal replay_is_buffering flag (#17752)
  • feat(react-router): Update loadContext type to be compatible with middleware (#17758)
  • feat(replay/logs): Only attach sampled replay Ids to logs (#17750)
  • fix(browser): Use current start timestamp for CLS span when CLS is 0 (#17800)
  • fix(core): Prevent instrumentAnthropicAiClient breaking MessageStream api (#17754)
  • fix(nextjs): Don't use chalk in turbopack config file (#17806)
  • fix(react): Do not send additional navigation span on pageload (#17799)
  • build(aws): Ensure AWS build cache does not keep old files (#17776)
  • chore: Add publish_release command (#17797)
  • ref(aws-serverless): Add resolution for import-in-the-middle when building the Lambda layer (#17780)
  • ref(aws-serverless): Improve README with better examples (#17787)
  • ref(core): Improve promise buffer (#17788)
  • Revert "test(e2e): Pin [email protected] due to @vercel/nft incompatibility (#17777)" (#17784)
  • test(e2e): Pin [email protected] due to @vercel/nft incompatibility (#17777)
  • test(nextjs): Add route handler tests for turbopack (#17515)

... (truncated)

Commits
  • eb6e294 release: 10.17.0
  • 7dd3a82 Merge pull request #17827 from getsentry/prepare-release/10.17.0
  • 7b7ba0d meta(changelog): Update changelog for 10.17.0
  • 264ad0b feat(nuxt): Implement server middleware instrumentation (#17796)
  • 11ea830 fix(aws-serverless): Take http_proxy into account when choosing `useLayerEx...
  • e966cdc doc(core): Fix outdated JSDoc in beforeSendSpan (#17815)
  • 7b40a95 feat(node): Split up http integration into composable parts (#17524)
  • 4a9946c ci: Do not run dependabot on e2e test applications (#17813)
  • 68a4eb3 Merge pull request #17812 from getsentry/master
  • 559d8a5 Merge branch 'release/10.16.0'
  • Additional commits viewable in compare view

Updates react-dom from 19.1.1 to 19.2.0

Release notes

Sourced from react-dom's releases.

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 animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

  • <Activity /> was developed over many years, starting before ClassComponent.setState (@​acdlite @​sebmarkbage and many others)
  • Stringify context as "SomeContext" instead of "SomeContext.Provider" (@​kassens #33507)
  • Include stack of cause of React instrumentation errors with %o placeholder (@​eps1lon #34198)
  • Fix infinite useDeferredValue loop in popstate event (@​acdlite #32821)
  • Fix a bug when an initial value was passed to useDeferredValue (@​acdlite <...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 2, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 2, 2025 11:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 2, 2025
Bumps the prod-minor-deps group with 24 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `9.1.8` | `9.1.10` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.8.0` | `6.9.1` |
| [@navikt/ft-form-hooks](https://github.com/navikt/ft-frontend-saksbehandling) | `9.2.1` | `9.2.2` |
| [@navikt/ft-form-validators](https://github.com/navikt/ft-frontend-saksbehandling) | `4.2.10` | `4.2.11` |
| [@navikt/ft-ui-komponenter](https://github.com/navikt/ft-frontend-saksbehandling) | `6.2.7` | `6.2.8` |
| [@navikt/ft-utils](https://github.com/navikt/ft-frontend-saksbehandling) | `3.8.9` | `3.8.10` |
| [ky](https://github.com/sindresorhus/ky) | `1.10.0` | `1.11.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.1` | `19.2.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.9.2` | `7.9.3` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `9.1.8` | `9.1.10` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.7` | `7.1.8` |
| [@navikt/ft-fakta-beregning](https://github.com/navikt/ft-frontend-saksbehandling) | `12.1.18` | `12.1.19` |
| [@navikt/ft-fakta-fordel-beregningsgrunnlag](https://github.com/navikt/ft-frontend-saksbehandling) | `13.1.17` | `13.1.18` |
| [@navikt/ft-fakta-tilbakekreving-feilutbetaling](https://github.com/navikt/ft-frontend-saksbehandling) | `7.1.14` | `7.1.15` |
| [@navikt/ft-plattform-komponenter](https://github.com/navikt/ft-frontend-saksbehandling) | `10.1.11` | `10.1.12` |
| [@navikt/ft-prosess-beregningsgrunnlag](https://github.com/navikt/ft-frontend-saksbehandling) | `11.1.15` | `11.1.16` |
| [@navikt/ft-prosess-tilbakekreving](https://github.com/navikt/ft-frontend-saksbehandling) | `8.1.15` | `8.1.16` |
| [@navikt/ft-prosess-tilbakekreving-foreldelse](https://github.com/navikt/ft-frontend-saksbehandling) | `8.1.24` | `8.1.25` |
| [@navikt/ft-prosess-tilbakekreving-vedtak](https://github.com/navikt/ft-frontend-saksbehandling) | `6.2.5` | `6.2.6` |
| [@navikt/ft-types](https://github.com/navikt/ft-frontend-saksbehandling) | `5.0.5` | `5.0.6` |
| [@sentry/browser](https://github.com/getsentry/sentry-javascript) | `10.15.0` | `10.17.0` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.1.1` | `19.2.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.44.1` | `8.45.0` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.0.3` | `5.0.4` |



Updates `@storybook/react` from 9.1.8 to 9.1.10
- [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/v9.1.10/code/renderers/react)

Updates `@testing-library/jest-dom` from 6.8.0 to 6.9.1
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.8.0...v6.9.1)

Updates `@navikt/ft-form-hooks` from 9.2.1 to 9.2.2
- [Commits](https://github.com/navikt/ft-frontend-saksbehandling/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@navikt/ft-form-validators` from 4.2.10 to 4.2.11
- [Commits](https://github.com/navikt/ft-frontend-saksbehandling/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@navikt/ft-ui-komponenter` from 6.2.7 to 6.2.8
- [Commits](https://github.com/navikt/ft-frontend-saksbehandling/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@navikt/ft-utils` from 3.8.9 to 3.8.10
- [Commits](https://github.com/navikt/ft-frontend-saksbehandling/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `ky` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/sindresorhus/ky/releases)
- [Commits](sindresorhus/ky@v1.10.0...v1.11.0)

Updates `react` from 19.1.1 to 19.2.0
- [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.0/packages/react)

Updates `react-router-dom` from 7.9.2 to 7.9.3
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

Updates `storybook` from 9.1.8 to 9.1.10
- [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/v9.1.10/code/core)

Updates `vite` from 7.1.7 to 7.1.8
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.8/packages/vite)

Updates `@navikt/ft-fakta-beregning` from 12.1.18 to 12.1.19
- [Commits](https://github.com/navikt/ft-frontend-saksbehandling/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@navikt/ft-fakta-fordel-beregningsgrunnlag` from 13.1.17 to 13.1.18
- [Commits](https://github.com/navikt/ft-frontend-saksbehandling/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@navikt/ft-fakta-tilbakekreving-feilutbetaling` from 7.1.14 to 7.1.15
- [Commits](https://github.com/navikt/ft-frontend-saksbehandling/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@navikt/ft-plattform-komponenter` from 10.1.11 to 10.1.12
- [Commits](https://github.com/navikt/ft-frontend-saksbehandling/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@navikt/ft-prosess-beregningsgrunnlag` from 11.1.15 to 11.1.16
- [Commits](https://github.com/navikt/ft-frontend-saksbehandling/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@navikt/ft-prosess-tilbakekreving` from 8.1.15 to 8.1.16
- [Commits](https://github.com/navikt/ft-frontend-saksbehandling/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@navikt/ft-prosess-tilbakekreving-foreldelse` from 8.1.24 to 8.1.25
- [Commits](https://github.com/navikt/ft-frontend-saksbehandling/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@navikt/ft-prosess-tilbakekreving-vedtak` from 6.2.5 to 6.2.6
- [Commits](https://github.com/navikt/ft-frontend-saksbehandling/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@navikt/ft-types` from 5.0.5 to 5.0.6
- [Commits](https://github.com/navikt/ft-frontend-saksbehandling/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@sentry/browser` from 10.15.0 to 10.17.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@10.15.0...10.17.0)

Updates `react-dom` from 19.1.1 to 19.2.0
- [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.0/packages/react-dom)

Updates `typescript-eslint` from 8.44.1 to 8.45.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.45.0/packages/typescript-eslint)

Updates `@vitejs/plugin-react` from 5.0.3 to 5.0.4
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/[email protected]/packages/plugin-react)

---
updated-dependencies:
- dependency-name: "@storybook/react"
  dependency-version: 9.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 6.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-deps
- dependency-name: "@navikt/ft-form-hooks"
  dependency-version: 9.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: "@navikt/ft-form-validators"
  dependency-version: 4.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: "@navikt/ft-ui-komponenter"
  dependency-version: 6.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: "@navikt/ft-utils"
  dependency-version: 3.8.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: ky
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-deps
- dependency-name: react
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-deps
- dependency-name: react-router-dom
  dependency-version: 7.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: storybook
  dependency-version: 9.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: vite
  dependency-version: 7.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: "@navikt/ft-fakta-beregning"
  dependency-version: 12.1.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: "@navikt/ft-fakta-fordel-beregningsgrunnlag"
  dependency-version: 13.1.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: "@navikt/ft-fakta-tilbakekreving-feilutbetaling"
  dependency-version: 7.1.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: "@navikt/ft-plattform-komponenter"
  dependency-version: 10.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: "@navikt/ft-prosess-beregningsgrunnlag"
  dependency-version: 11.1.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: "@navikt/ft-prosess-tilbakekreving"
  dependency-version: 8.1.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: "@navikt/ft-prosess-tilbakekreving-foreldelse"
  dependency-version: 8.1.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: "@navikt/ft-prosess-tilbakekreving-vedtak"
  dependency-version: 6.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: "@navikt/ft-types"
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: "@sentry/browser"
  dependency-version: 10.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-deps
- dependency-name: react-dom
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-deps
- dependency-name: typescript-eslint
  dependency-version: 8.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-deps
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prod-minor-deps-1294bfdb0a branch from 97f059a to 9bf6804 Compare October 3, 2025 11:18
Copy link

sonarqubecloud bot commented Oct 3, 2025

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2025

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

@dependabot dependabot bot closed this Oct 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prod-minor-deps-1294bfdb0a branch October 6, 2025 11:17
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