Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2025

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

Package From To
@storybook/react 9.1.2 9.1.5
@testing-library/jest-dom 6.7.0 6.8.0
@navikt/aksel-icons 7.28.1 7.29.1
@navikt/ds-css 7.28.1 7.29.1
@navikt/ds-react 7.28.1 7.29.1
@navikt/ft-fakta-beregning 12.1.6 12.1.7
@navikt/ft-plattform-komponenter 10.1.3 10.1.4
@navikt/ft-prosess-tilbakekreving-foreldelse 8.1.4 8.1.12
@tanstack/react-query 5.85.3 5.87.1
@tanstack/react-query-devtools 5.85.3 5.87.3
core-js 3.45.0 3.45.1
dayjs 1.11.13 1.11.18
ky 1.8.2 1.10.0
react-router-dom 7.8.1 7.8.2
storybook 9.1.2 9.1.5
vite 7.1.2 7.1.5
@eslint/js 9.33.0 9.35.0
typescript-eslint 8.39.1 8.43.0
@vitejs/plugin-react 5.0.0 5.0.2
@editorjs/editorjs 2.30.8 2.31.0

Updates @storybook/react from 9.1.2 to 9.1.5

Release notes

Sourced from @​storybook/react's releases.

v9.1.5

9.1.5

v9.1.4

9.1.4

v9.1.3

9.1.3

Changelog

Sourced from @​storybook/react's changelog.

9.1.5

9.1.4

9.1.3

Commits
  • 56c04b0 Bump version from "9.1.4" to "9.1.5" [skip ci]
  • 9f02684 Bump version from "9.1.3" to "9.1.4" [skip ci]
  • ce39157 Bump version from "9.1.2" to "9.1.3" [skip ci]
  • 2bae930 Merge pull request #32283 from storybookjs/shilman/readme-utm-params
  • See full diff in compare view

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

Release notes

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

v6.8.0

6.8.0 (2025-08-20)

Features

Commits

Updates @navikt/aksel-icons from 7.28.1 to 7.29.1

Changelog

Sourced from @​navikt/aksel-icons's changelog.

7.29.1

7.29.0

Minor Changes

  • Icons: 🎉 New icons CheckmarkHeavy and PageBreak. (#4038)
Commits

Updates @navikt/ds-css from 7.28.1 to 7.29.1

Changelog

Sourced from @​navikt/ds-css's changelog.

7.29.1

Patch Changes

  • Checkbox, List: Updated SVG-usage to avoid using rem-values directly on width and height-attributes. (#4048)

  • Darkside: Fix styling for small readOnly checked Radio (#4051)

  • Checkbox: Fix styling for indeterminate state with description (#4051)

7.29.0

Minor Changes

  • LinkCard: Added new prop arrowPosition for centering the arrow if necessary. (#4021)

  • Process: 🎉 New component Process! The component consists of a vertical line of events where each event can contain information, actions, links or status indicators. You can find the documentation here 📝. (#3950)

Patch Changes

  • Darkside: Fix issue with focus outline on checkbox in expandable table row content (#3998)

  • Darkside: Fix arrow in Tooltip (#4018)

Commits
  • f7e9e57 Version Packages (#4054)
  • 3f58f7e 🐛 Removed rem-values on SVG causing errors in Safari (#4048)
  • 871ea24 Styling fixes on Radio and Checkbox (#4051)
  • 1438506 Validate CSS in bundle.js instead of using CLI (#4042)
  • d278e5e Version Packages (#4015)
  • b13541b Process: Remove Checkmark subcomponent, inactive -> uncompleted, adjust gradi...
  • d189278 [Components] Process (new component) (#3950)
  • 08f70ef [Linkcard] Added iconPosition-prop for centering arrow (#4021)
  • 833ab44 ⬆️ Bump esbuild from 0.25.8 to 0.25.9 in the npm_and_yarn group (#4002)
  • 4eb83ba [darkside] Fix issue with focus outline on checkbox in expandable table row c...
  • Additional commits viewable in compare view

Updates @navikt/ds-react from 7.28.1 to 7.29.1

Changelog

Sourced from @​navikt/ds-react's changelog.

7.29.1

Patch Changes

  • Checkbox, List: Updated SVG-usage to avoid using rem-values directly on width and height-attributes. (#4048)

  • Updated dependencies []:

    • @​navikt/ds-tokens@​7.29.1
    • @​navikt/aksel-icons@​7.29.1

7.29.0

Minor Changes

  • Stepper: Mark interactive-prop as deprecated. For completely static 'Steppers', consider using the new Process-component. (#4007)

  • LinkCard: Added new prop arrowPosition for centering the arrow if necessary. (#4021)

  • Process: 🎉 New component Process! The component consists of a vertical line of events where each event can contain information, actions, links or status indicators. You can find the documentation here 📝. (#3950)

Patch Changes

  • ToggleGroup: Improved screen reader experience by using aria-labelledby instead of aria-describedby for the label (#4028)

  • Accordion: Mark headingSize as deprecated. (#3993)

  • Fieldset: Improved screen reader experience by using aria-labelledby for both legend and description (#4029)

  • Box: Fixed bug where darkside-css did not properly apply border-radius. (#4009)

  • Updated dependencies [887b474]:

    • @​navikt/aksel-icons@​7.29.0
    • @​navikt/ds-tokens@​7.29.0
Commits
  • f7e9e57 Version Packages (#4054)
  • 3f58f7e 🐛 Removed rem-values on SVG causing errors in Safari (#4048)
  • 871ea24 Styling fixes on Radio and Checkbox (#4051)
  • c15f982 [Eslint] Added check for use of React 18 and 19 features in packages (#4040)
  • 43e2d37 🐛 Process-stories now based on static date to avoid chromatic snapshot fa...
  • d278e5e Version Packages (#4015)
  • b13541b Process: Remove Checkmark subcomponent, inactive -> uncompleted, adjust gradi...
  • 5391dc9 📝 Marked interactive prop on stepper-wrapper as deprecated (#4007)
  • d189278 [Components] Process (new component) (#3950)
  • f738db1 ToggleGroup: Improved SR experience by using aria-labelledby instead of `ar...
  • Additional commits viewable in compare view

Updates @navikt/ft-fakta-beregning from 12.1.6 to 12.1.7

Commits

Updates @navikt/ft-plattform-komponenter from 10.1.3 to 10.1.4

Commits

Updates @navikt/ft-prosess-tilbakekreving-foreldelse from 8.1.4 to 8.1.12

Commits

Updates @tanstack/react-query from 5.85.3 to 5.87.1

Release notes

Sourced from @​tanstack/react-query's releases.

v5.87.1

Version 5.87.1 - 9/5/25, 2:15 PM

Changes

Fix

  • query-core: update initialData when an observer mounts while a Query without data exists (#9620) (1c8a921) by Dominik Dorfmeister

Packages

  • @​tanstack/query-core@​5.87.1
  • @​tanstack/query-async-storage-persister@​5.87.1
  • @​tanstack/query-broadcast-client-experimental@​5.87.1
  • @​tanstack/query-persist-client-core@​5.87.1
  • @​tanstack/query-sync-storage-persister@​5.87.1
  • @​tanstack/react-query@​5.87.1
  • @​tanstack/react-query-devtools@​5.87.1
  • @​tanstack/react-query-persist-client@​5.87.1
  • @​tanstack/react-query-next-experimental@​5.87.1
  • @​tanstack/solid-query@​5.87.1
  • @​tanstack/solid-query-devtools@​5.87.1
  • @​tanstack/solid-query-persist-client@​5.87.1
  • @​tanstack/svelte-query@​5.87.1
  • @​tanstack/svelte-query-devtools@​5.87.1
  • @​tanstack/svelte-query-persist-client@​5.87.1
  • @​tanstack/vue-query@​5.87.1
  • @​tanstack/vue-query-devtools@​5.87.1
  • @​tanstack/angular-query-experimental@​5.87.1
  • @​tanstack/angular-query-devtools-experimental@​5.87.1

v5.87.0

Version 5.87.0 - 9/5/25, 11:55 AM

Changes

Feat

  • query-core: add timeoutManager to allow changing setTimeout/setInterval (#9612) (a0b96db) by @​justjake

Docs

  • angular-query: update Angular Zoneless doc (#9616) (2283633) by Arnoud

Packages

  • @​tanstack/query-async-storage-persister@​5.87.0
  • @​tanstack/query-core@​5.87.0
  • @​tanstack/query-persist-client-core@​5.87.0
  • @​tanstack/query-sync-storage-persister@​5.87.0

... (truncated)

Commits
  • bc2c87f release: v5.87.1
  • b43af57 release: v5.87.0
  • 1599bb4 release: v5.86.0
  • 43049c5 test(react-query/useMutationState): clarify assertions and improve code forma...
  • 7306474 chore(tsconfig.json): simplify 'include' patterns by consolidating file exten...
  • 0a35234 release: v5.85.9
  • 564a4f6 fix(query-core): ensure combine re-executes after cache restoration with memo...
  • 5221029 test(react-query/HydrationBoundary): add tests for 'non-object' state and mis...
  • aec19c9 release: v5.85.8
  • c44ca47 ci: apply automated fixes
  • Additional commits viewable in compare view

Updates @tanstack/react-query-devtools from 5.85.3 to 5.87.3

Release notes

Sourced from @​tanstack/react-query-devtools's releases.

v5.87.3

Version 5.87.3 - 9/8/25, 12:51 PM

Changes

Fix

  • query-devtools: add work break to code element to prevent DevPanel from expanding (#9625) (af50368) by Ji-hoon Choi

Docs

  • update fetchNextPage condition in Example component (#9626) (f023881) by amir hossein Agha alikhani
  • Remove fragment in disabling-queries guide (#9619) (f49cc75) by Zakaria Abu Sarah ザカリヤ

Packages

  • @​tanstack/query-devtools@​5.87.3
  • @​tanstack/react-query-devtools@​5.87.3
  • @​tanstack/solid-query-devtools@​5.87.3
  • @​tanstack/svelte-query-devtools@​5.87.3
  • @​tanstack/vue-query-devtools@​5.87.3
  • @​tanstack/angular-query-devtools-experimental@​5.87.3
  • @​tanstack/angular-query-experimental@​5.87.3

v5.87.2

Version 5.87.2 - 9/5/25, 2:37 PM

Changes

Fix

  • solid-query-devtools: fix typing issue (#9621) (3af530d) by Alem Tuzlak

Packages

  • @​tanstack/solid-query-devtools@​5.87.2

v5.87.1

Version 5.87.1 - 9/5/25, 2:15 PM

Changes

Fix

  • query-core: update initialData when an observer mounts while a Query without data exists (#9620) (1c8a921) by Dominik Dorfmeister

Packages

  • @​tanstack/query-core@​5.87.1
  • @​tanstack/query-async-storage-persister@​5.87.1

... (truncated)

Commits

Updates core-js from 3.45.0 to 3.45.1

Changelog

Sourced from core-js's changelog.

3.45.1 - 2025.08.20
  • Changes v3.45.0...v3.45.1 (30 commits)
  • Fixed a conflict of native methods from Map upsert proposal with polyfilled methods in the pure version
  • Added bugs fields to package.json of all packages
  • Compat data improvements:
    • Map upsert proposal features marked as shipped from Bun 1.2.20
    • Added Samsung Internet 29 compat data mapping
    • Added Electron 39 compat data mapping
Commits
  • a16b86a v3.45.1
  • 4f9ac04 fix a conflict of native methods from Map upsert proposal with polyfilled m...
  • 149c2f1 update some examples
  • 836cbec bump the year
  • d4fa8f0 enforce bugs field in package.json of public packages
  • See full diff in compare view

Updates dayjs from 1.11.13 to 1.11.18

Release notes

Sourced from dayjs's releases.

v1.11.18

1.11.18 (2025-08-30)

Bug Fixes

  • error semantic-release dependency (8cfb313)

v1.11.17

1.11.17 (2025-08-29)

Bug Fixes

  • [en-AU] locale use the same ordinal as moment (#2878) (1b95ecd)

v1.11.16

1.11.16 (2025-08-29)

Bug Fixes

  • test release workflow (no code changes) (c38c428)

v1.11.15

1.11.15 (2025-08-28)

Bug Fixes

  • Fix misspellings in Irish or Irish Gaelic [ga] (#2861) (9c14a42)

v1.11.14

1.11.14 (2025-08-27)

Bug Fixes

  • .utcOffset(0, true) result and its clone are different bug (#2505) (fefdcd4)
Changelog

Sourced from dayjs's changelog.

1.11.18 (2025-08-30)

Bug Fixes

  • error semantic-release dependency (8cfb313)

1.11.17 (2025-08-29)

Bug Fixes

  • [en-AU] locale use the same ordinal as moment (#2878) (1b95ecd)

1.11.16 (2025-08-29)

Bug Fixes

  • test release workflow (no code changes) (c38c428)

1.11.15 (2025-08-28)

Bug Fixes

  • Fix misspellings in Irish or Irish Gaelic [ga] (#2861) (9c14a42)

1.11.14 (2025-08-27)

Bug Fixes

  • .utcOffset(0, true) result and its clone are different bug (#2505) (fefdcd4)
Commits

Updates ky from 1.8.2 to 1.10.0

Release notes

Sourced from ky's releases.

v1.10.0

  • Support undefined values for searchParams object (#729) a87d9e9
  • Fix race condition issue with .json() (#731) 8cd79d3

sindresorhus/ky@v1.9.1...v1.10.0

v1.9.1

  • Fix uploadProgress with form data (#725) 3a8f89c

sindresorhus/ky@v1.9.0...v1.9.1

v1.9.0

  • Add .bytes() shortcut (#720) d112283
  • Don't produce URL with "?" alone (#706) 17ca389

sindresorhus/ky@v1.8.2...v1.9.0

Commits

Updates react-router-dom from 7.8.1 to 7.8.2

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.8.2

Patch Changes

Commits

Updates storybook from 9.1.2 to 9.1.5

Release notes

Sourced from storybook's releases.

v9.1.5

9.1.5

v9.1.4

9.1.4

v9.1.3

9.1.3

Changelog

Sourced from storybook's changelog.

9.1.5

9.1.4

9.1.3

Commits
  • 56c04b0 Bump version from "9.1.4" to "9.1.5" [skip ci]
  • 246e3ef Merge pull request #32169 from diagramatics/satisfies-as
  • 9f02684 Bump version from "9.1.3" to "9.1.4" [skip ci]
  • 58752c6 Merge pull request #32350 from storybookjs/norbert/deduplicate-babel
  • ce39157 Bump version from "9.1.2" to "9.1.3" [skip ci]
  • 730bbf0 Merge pull request #32284 from storybookjs/shilman/package-json-keywords
  • 0f86613 Merge pull request #32287 from storybookjs/shilman/error-utm
  • 2bae930 Merge pull request #32283 from storybookjs/shilman/readme-utm-params
  • b21eadc Merge pull request #32216 from storybookjs/valentin/add-error-handling-to-moc...
  • See full diff in compare view

Updates vite from 7.1.2 to 7.1.5

Release notes

Sourced from vite's releases.

v7.1.5

Please refer to CHANGELOG.md for details.

v7.1.4

Please refer to CHANGELOG.md for details.

v7.1.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.1.5 (2025-09-08)

Bug Fixes

7.1.4 (2025-09-01)

Bug Fixes

Miscellaneous Chores

  • remove unused constants entry from rolldown.config.ts (

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

| Package | From | To |
| --- | --- | --- |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `9.1.2` | `9.1.5` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.7.0` | `6.8.0` |
| [@navikt/aksel-icons](https://github.com/navikt/aksel/tree/HEAD/@navikt/aksel-icons) | `7.28.1` | `7.29.1` |
| [@navikt/ds-css](https://github.com/navikt/aksel/tree/HEAD/@navikt/core/css) | `7.28.1` | `7.29.1` |
| [@navikt/ds-react](https://github.com/navikt/aksel/tree/HEAD/@navikt/core/react) | `7.28.1` | `7.29.1` |
| [@navikt/ft-fakta-beregning](https://github.com/navikt/ft-frontend-saksbehandling) | `12.1.6` | `12.1.7` |
| [@navikt/ft-plattform-komponenter](https://github.com/navikt/ft-frontend-saksbehandling) | `10.1.3` | `10.1.4` |
| [@navikt/ft-prosess-tilbakekreving-foreldelse](https://github.com/navikt/ft-frontend-saksbehandling) | `8.1.4` | `8.1.12` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.85.3` | `5.87.1` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.85.3` | `5.87.3` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.45.0` | `3.45.1` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.13` | `1.11.18` |
| [ky](https://github.com/sindresorhus/ky) | `1.8.2` | `1.10.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.8.1` | `7.8.2` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `9.1.2` | `9.1.5` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.2` | `7.1.5` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.33.0` | `9.35.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.39.1` | `8.43.0` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.0.0` | `5.0.2` |
| [@editorjs/editorjs](https://github.com/codex-team/editor.js) | `2.30.8` | `2.31.0` |



Updates `@storybook/react` from 9.1.2 to 9.1.5
- [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.5/code/renderers/react)

Updates `@testing-library/jest-dom` from 6.7.0 to 6.8.0
- [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.7.0...v6.8.0)

Updates `@navikt/aksel-icons` from 7.28.1 to 7.29.1
- [Release notes](https://github.com/navikt/aksel/releases)
- [Changelog](https://github.com/navikt/aksel/blob/main/@navikt/aksel-icons/CHANGELOG.md)
- [Commits](https://github.com/navikt/aksel/commits/v7.29.1/@navikt/aksel-icons)

Updates `@navikt/ds-css` from 7.28.1 to 7.29.1
- [Release notes](https://github.com/navikt/aksel/releases)
- [Changelog](https://github.com/navikt/aksel/blob/main/@navikt/core/css/CHANGELOG.md)
- [Commits](https://github.com/navikt/aksel/commits/v7.29.1/@navikt/core/css)

Updates `@navikt/ds-react` from 7.28.1 to 7.29.1
- [Release notes](https://github.com/navikt/aksel/releases)
- [Changelog](https://github.com/navikt/aksel/blob/main/@navikt/core/react/CHANGELOG.md)
- [Commits](https://github.com/navikt/aksel/commits/v7.29.1/@navikt/core/react)

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

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

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

Updates `@tanstack/react-query` from 5.85.3 to 5.87.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.87.1/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.85.3 to 5.87.3
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.87.3/packages/react-query-devtools)

Updates `core-js` from 3.45.0 to 3.45.1
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.45.1/packages/core-js)

Updates `dayjs` from 1.11.13 to 1.11.18
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.18/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.13...v1.11.18)

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

Updates `react-router-dom` from 7.8.1 to 7.8.2
- [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.2 to 9.1.5
- [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.5/code/core)

Updates `vite` from 7.1.2 to 7.1.5
- [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.5/packages/vite)

Updates `@eslint/js` from 9.33.0 to 9.35.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.35.0/packages/js)

Updates `typescript-eslint` from 8.39.1 to 8.43.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.43.0/packages/typescript-eslint)

Updates `@vitejs/plugin-react` from 5.0.0 to 5.0.2
- [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)

Updates `@editorjs/editorjs` from 2.30.8 to 2.31.0
- [Release notes](https://github.com/codex-team/editor.js/releases)
- [Changelog](https://github.com/codex-team/editor.js/blob/next/docs/CHANGELOG.md)
- [Commits](codex-team/editor.js@v2.30.8...v2.31.0)

---
updated-dependencies:
- dependency-name: "@storybook/react"
  dependency-version: 9.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 6.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-deps
- dependency-name: "@navikt/aksel-icons"
  dependency-version: 7.29.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-deps
- dependency-name: "@navikt/ds-css"
  dependency-version: 7.29.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-deps
- dependency-name: "@navikt/ds-react"
  dependency-version: 7.29.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-deps
- dependency-name: "@navikt/ft-fakta-beregning"
  dependency-version: 12.1.7
  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.4
  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.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.87.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-deps
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.87.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-deps
- dependency-name: core-js
  dependency-version: 3.45.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: dayjs
  dependency-version: 1.11.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: ky
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-deps
- dependency-name: react-router-dom
  dependency-version: 7.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: storybook
  dependency-version: 9.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: vite
  dependency-version: 7.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: "@eslint/js"
  dependency-version: 9.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-deps
- dependency-name: typescript-eslint
  dependency-version: 8.43.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.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-deps
- dependency-name: "@editorjs/editorjs"
  dependency-version: 2.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 9, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 9, 2025 11:18
Copy link

sonarqubecloud bot commented Sep 9, 2025

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 10, 2025

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

@dependabot dependabot bot closed this Sep 10, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prod-minor-deps-5ec7daaa85 branch September 10, 2025 11:19
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