Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Bump the npm group with 18 updates #306

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps the npm group with 18 updates:

Package From To
@apollo/client 3.9.9 3.9.11
@mui/lab 5.0.0-alpha.169 5.0.0-alpha.170
@mui/material 5.15.14 5.15.15
@mui/x-tree-view 7.1.0 7.2.0
@navikt/aksel 6.3.3 6.5.0
@navikt/ds-css 6.3.3 6.5.0
@navikt/ds-react 6.3.3 6.5.0
@navikt/ds-tailwind 6.3.3 6.5.0
@next/bundle-analyzer 14.1.4 14.2.1
next 14.1.4 14.2.1
react-hook-form 7.51.2 7.51.3
react-intersection-observer 9.8.1 9.8.2
@types/react 18.2.73 18.2.78
@typescript-eslint/eslint-plugin 7.4.0 7.6.0
@typescript-eslint/parser 7.4.0 7.6.0
eslint 8.57.0 9.0.0
eslint-config-next 14.1.4 14.2.1
typescript 5.4.3 5.4.5

Updates @apollo/client from 3.9.9 to 3.9.11

Release notes

Sourced from @​apollo/client's releases.

v3.9.11

Patch Changes

  • #11769 04132af Thanks @​jerelmiller! - Fix an issue where using skipToken or the skip option with useSuspenseQuery in React's strict mode would perform a network request.

v3.9.10

Patch Changes

  • #11738 b1a5eb8 Thanks @​jerelmiller! - Fix an issue where rerendering useBackgroundQuery after the queryRef had been disposed, either via the auto dispose timeout or by unmounting useReadQuery, would cause the queryRef to be recreated potentially resulting in another network request.

  • #11738 b1a5eb8 Thanks @​jerelmiller! - Allow queryRefs to be disposed of synchronously when a suspense hook unmounts. This prevents some situations where using a suspense hook with the same query/variables as the disposed queryRef accidentally used the disposed queryRef rather than creating a new instance.

  • #11670 cc5c03b Thanks @​phryneas! - Bail out of executeSubSelectedArray calls if the array has 0 elements.

Changelog

Sourced from @​apollo/client's changelog.

3.9.11

Patch Changes

  • #11769 04132af Thanks @​jerelmiller! - Fix an issue where using skipToken or the skip option with useSuspenseQuery in React's strict mode would perform a network request.

3.9.10

Patch Changes

  • #11738 b1a5eb8 Thanks @​jerelmiller! - Fix an issue where rerendering useBackgroundQuery after the queryRef had been disposed, either via the auto dispose timeout or by unmounting useReadQuery, would cause the queryRef to be recreated potentially resulting in another network request.

  • #11738 b1a5eb8 Thanks @​jerelmiller! - Allow queryRefs to be disposed of synchronously when a suspense hook unmounts. This prevents some situations where using a suspense hook with the same query/variables as the disposed queryRef accidentally used the disposed queryRef rather than creating a new instance.

  • #11670 cc5c03b Thanks @​phryneas! - Bail out of executeSubSelectedArray calls if the array has 0 elements.

Commits
  • 8bc7d4d Version Packages (#11773)
  • 04132af Fix network request when using skip/skipToken with useSuspenseQuery in strict...
  • 286ff15 Update ROADMAP.md
  • 285b2d9 Devtools - Trigger Error Code PR after npm Release (#11745)
  • e8556c3 Version Packages (#11728)
  • b1a5eb8 Allow queryRefs to be disposed of synchronously (#11738)
  • 26f2ccc chore: use delimiter in accorance with docs to handle strings with newlines p...
  • d6aed0e chore(deps): update all dependencies - patch updates (#11739)
  • 3e4c054 chore(deps): update cimg/node docker tag to v21.7.1 (#11740)
  • e412848 chore: configure git user directly in prerelease workflows (#11734)
  • Additional commits viewable in compare view

Updates @mui/lab from 5.0.0-alpha.169 to 5.0.0-alpha.170

Commits

Updates @mui/material from 5.15.14 to 5.15.15

Release notes

Sourced from @​mui/material's releases.

v5.15.15

A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/[email protected]

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​bharatkashyap, @​cherniavskii, @​danilo-leal, @​mnajdova, @​oliviertassinari, @​ZeeshanTamboli

Changelog

Sourced from @​mui/material's changelog.

v5.15.15

Apr 4, 2024

A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/[email protected]

@mui/[email protected]

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​bharatkashyap, @​cherniavskii, @​danilo-leal, @​mnajdova, @​oliviertassinari, @​ZeeshanTamboli

Commits

Updates @mui/x-tree-view from 7.1.0 to 7.2.0

Release notes

Sourced from @​mui/x-tree-view's releases.

v7.2.0

We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:

  • 🎨 Make grid colors customizable through the MUI themes API
  • 🌍 Improve French (fr-FR), German (de-DE), and Swedish (sv-SE) locales on the Data Grid and Pickers
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Data Grid

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected] premium

Same changes as in @mui/[email protected], plus:

Date and Time Pickers

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

Charts

... (truncated)

Changelog

Sourced from @​mui/x-tree-view's changelog.

7.2.0

Apr 12, 2024

We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:

  • 🎨 Make grid colors customizable through the MUI themes API
  • 🌍 Improve French (fr-FR), German (de-DE), and Swedish (sv-SE) locales on the Data Grid and Pickers
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Data Grid

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected] premium

Same changes as in @mui/[email protected], plus:

Date and Time Pickers

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

... (truncated)

Commits
  • a672caa v7.2.0 (#12762)
  • 95c9760 [TreeView] Remove state.items.itemTree (#12717)
  • cca7bd4 [core] Use describeTreeView in existing tests for useTreeViewItems (#12732)
  • 73dadbd [TreeView] Improve performance by removing getNavigableChildrenIds method (...
  • 3a5c363 [TreeView] Add a new lookup to access an item index without expansive computa...
  • 1712972 [TreeView] Remove remaining occurences of the word "node" in the codebase (#1...
  • 5c31f93 [TreeView] Support reordering of items in SimpleTreeView (#12369)
  • 616cf32 [TreeView] Clean up usage of term node in internals (#12655)
  • e3f6d43 [TreeView] Return instance and publicAPI methods from plugin and populate...
  • acd41a2 [core] Use describeTreeView for icons tests (#12672)
  • Additional commits viewable in compare view

Updates @navikt/aksel from 6.3.3 to 6.5.0

Release notes

Sourced from @​navikt/aksel's releases.

[email protected]

@​navikt/ds-react

  • Tabs: Ny prop lazy som rendrer innhold i TabPanel selv når panel er skjult (har fortsatt display:none) (#2621).
  • ToggleGroup: Erstattet bruk av dependency @radix-ui/react-toggle-group med egen implementasjon. (#2620)
  • Tabs: La til ny prop fill som lar Tabs.Tab-elementer strekke seg over tilgjengelig bredde. (#2621). Demo.
  • Tabs: Erstattet bruk av dependency @radix-ui/react-tabs med egen implementasjon. (#2621)
  • DatePicker/MonthPicker: Valgte datoer får nå aria-pressed for å bedre indikere valg for skjermleser. (#2838)
  • DatePicker/MonthPicker: required-prop stoppet ikke de-select av allerede valgt dato. (#2838)
  • ToggleGroup: La til ny prop fill som strekker ToggleGroup til å ta opp all tilgjengelig bredde. (#2620). Demo.
  • FileUpload.Item: 💥 Endret API og støtte for å sette ID på knappen (#2824)

navikt/ds-css

  • FileUpload: Item-illustrasjon har nå border-radius: 9999px (#2834)
Changelog

Sourced from @​navikt/aksel's changelog.

6.5.0

Patch Changes

  • Updated dependencies []:
    • @​navikt/ds-css@​6.5.0

6.4.1

Patch Changes

6.4.0

Patch Changes

  • Updated dependencies []:
    • @​navikt/ds-css@​6.4.0

6.3.6

Patch Changes

  • Updated dependencies []:
    • @​navikt/ds-css@​6.3.6

6.3.5

Patch Changes

  • Updated dependencies []:
    • @​navikt/ds-css@​6.3.5

6.3.4

Patch Changes

Commits

Updates @navikt/ds-css from 6.3.3 to 6.5.0

Changelog

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

Changelog

6.5

@​navikt/ds-react

  • Tabs: Ny prop lazy som rendrer innhold i TabPanel selv når panel er skjult (har fortsatt display:none) (#2621)

  • ToggleGroup: Erstattet bruk av dependency @radix-ui/react-toggle-group med egen implementasjon. (#2620)

  • Tabs: La til ny prop fill som lar Tabs.Tab-elementer strekke seg over tilgjengelig bredde. (#2621)

  • Tabs: Erstattet bruk av dependency @radix-ui/react-tabs med egen implementasjon. (#2621)

  • DatePicker/MonthPicker: Valgte datoer får nå aria-pressed for å bedre indikere valg for skjermleser. (#2838)

  • DatePicker/MonthPicker: required-prop stoppet ikke de-select av allerede valgt dato. (#2838)

  • ToggleGroup: La til ny prop fill som strekker ToggleGroup til å ta opp all tilgjengelig bredde. (#2620)

6.4

@​navikt/ds-css

  • FileUpload: Item-illustrasjon er nå radius-full (#2834)

@​navikt/ds-react

  • FileUpload.Item: 💥 Endret API og støtte for å sette ID på knappen (#2824)

6.3

@​navikt/ds-css

  • ReadMore: Padding-right på button er bumpet noen px (#2806)
  • FileUpload: Ny komponent FileUpload for å håndtere opplasting av filer, Dropzone og fil-visning (#2504)

@​navikt/ds-react

  • DatePicker: Fjernet role gridcell fra dato-knapper. (#2826)
  • Modal: Fjern tomt element (#2819)
  • Switch: Fikset edgecase der checked Switch var visuelt unchecked (#2810)

  • FileUpload.Dropzone: id prop settes på button (#2817)

  • FileUpload.Dropzone: Fiks feil med duplisert id (#2805)

... (truncated)

Commits

Updates @navikt/ds-react from 6.3.3 to 6.5.0

Changelog

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

Changelog

6.5

@​navikt/ds-react

  • Tabs: Ny prop lazy som rendrer innhold i TabPanel selv når panel er skjult (har fortsatt display:none) (#2621)

  • ToggleGroup: Erstattet bruk av dependency @radix-ui/react-toggle-group med egen implementasjon. (#2620)

  • Tabs: La til ny prop fill som lar Tabs.Tab-elementer strekke seg over tilgjengelig bredde. (#2621)

  • Tabs: Erstattet bruk av dependency @radix-ui/react-tabs med egen implementasjon. (#2621)

  • DatePicker/MonthPicker: Valgte datoer får nå aria-pressed for å bedre indikere valg for skjermleser. (#2838)

  • DatePicker/MonthPicker: required-prop stoppet ikke de-select av allerede valgt dato. (#2838)

  • ToggleGroup: La til ny prop fill som strekker ToggleGroup til å ta opp all tilgjengelig bredde. (#2620)

6.4

@​navikt/ds-css

  • FileUpload: Item-illustrasjon er nå radius-full (#2834)

@​navikt/ds-react

  • FileUpload.Item: 💥 Endret API og støtte for å sette ID på knappen (#2824)

6.3

@​navikt/ds-css

  • ReadMore: Padding-right på button er bumpet noen px (#2806)
  • FileUpload: Ny komponent FileUpload for å håndtere opplasting av filer, Dropzone og fil-visning (#2504)

@​navikt/ds-react

  • DatePicker: Fjernet role gridcell fra dato-knapper. (#2826)
  • Modal: Fjern tomt element (#2819)
  • Switch: Fikset edgecase der checked Switch var visuelt unchecked (#2810)

  • FileUpload.Dropzone: id prop settes på button (#2817)

  • FileUpload.Dropzone: Fiks feil med duplisert id (#2805)

... (truncated)

Commits

Updates @navikt/ds-tailwind from 6.3.3 to 6.5.0

Changelog

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

6.5.0

6.4.1

6.4.0

6.3.6

6.3.5

6.3.4

Commits

Updates @next/bundle-analyzer from 14.1.4 to 14.2.1

Release notes

Sourced from @​next/bundle-analyzer's releases.

v14.2.1

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • use pathToFileUrl to make esm import()s work with absolute windows paths (#64386) @​sokra

Credits

Huge thanks to @​sokra for helping!

v14.2.1-canary.6

Core Changes

  • improve turborepo caching: #64493

Credits

Huge thanks to @​sokra for helping!

v14.2.1-canary.5

Core Changes

  • Fix client boundary inheritance for barrel optimization: #64467

Documentation Changes

  • docs: fix config variable usage in memory docs: #64469

Credits

Huge thanks to @​leerob and @​huozhi for helping!

v14.2.1-canary.4

Core Changes

  • Revert "Fix: css in next/dynamic component in edge runtime": #64442
  • default fetchCache to no-store when force-dynamic is set: #64145
  • router restore should take priority over pending actions: #64449

Documentation Changes

  • docs(pages): update slug value for optional catch all routes: #64381
  • Fix optimizePackageImports docs for Pages Router: #64439
  • Adds MDX Components file convention page and updates MDX page: #63568

Misc Changes

  • tweak test for Azure: #64424

... (truncated)

Commits

Updates next from 14.1.4 to 14.2.1

Release notes

Sourced from next's releases.

v14.2.1

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • use pathToFileUrl to make esm import()s work with absolute windows paths (#64386) @​sokra

Credits

Huge thanks to @​sokra for helping!

v14.2.1-canary.6

Core Changes

  • improve turborepo caching: #64493

Credits

Huge thanks to @​sokra for helping!

v14.2.1-canary.5

Core Changes

  • Fix client boundary inheritance for barrel optimization: #64467

Documentation Changes

  • docs: fix config variable usage in memory docs: #64469

Credits

Huge thanks to @​leerob and @​huozhi for helping!

v14.2.1-canary.4

Core Changes

  • Revert "Fix: css in next/dynamic component in edge runtime": #64442
  • default fetchCache to no-store when force-dynamic is set: #64145
  • router restore should take priority over pending actions: #64449

Documentation Changes

  • docs(pages): update slug value for optional catch all routes: #64381
  • Fix optimizePackageImports docs for Pages Router: #64439
  • Adds MDX Components file convention page and updates MDX page: #63568

Misc Changes

  • tweak test for Azure: #64424

... (truncated)

Commits

Updates react-hook-form from 7.51.2 to 7.51.3

Release notes

Sourced from react-hook-form's releases.

Version 7.51.3

🐞 fix #11773 regression on dirty check with reset (#11775)

Commits

Updates react-intersection-observer from 9.8.1 to 9.8.2

Release notes

Sourced from react-intersection-observer's releases.

v9.8.2

9.8.2 (2024-04-08)

Bug Fixes

  • test utils, only use act when in an act environment (3c515e7)
Commits

Bumps the npm group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [@apollo/client](https://github.com/apollographql/apollo-client) | `3.9.9` | `3.9.11` |
| [@mui/lab](https://github.com/mui/material-ui/tree/HEAD/packages/mui-lab) | `5.0.0-alpha.169` | `5.0.0-alpha.170` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.15.14` | `5.15.15` |
| [@mui/x-tree-view](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view) | `7.1.0` | `7.2.0` |
| [@navikt/aksel](https://github.com/navikt/aksel/tree/HEAD/@navikt/aksel) | `6.3.3` | `6.5.0` |
| [@navikt/ds-css](https://github.com/navikt/aksel) | `6.3.3` | `6.5.0` |
| [@navikt/ds-react](https://github.com/navikt/aksel) | `6.3.3` | `6.5.0` |
| [@navikt/ds-tailwind](https://github.com/navikt/aksel/tree/HEAD/@navikt/core/tailwind) | `6.3.3` | `6.5.0` |
| [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `14.1.4` | `14.2.1` |
| [next](https://github.com/vercel/next.js) | `14.1.4` | `14.2.1` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.51.2` | `7.51.3` |
| [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) | `9.8.1` | `9.8.2` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.73` | `18.2.78` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.4.0` | `7.6.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.4.0` | `7.6.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.0.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.1.4` | `14.2.1` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` |


Updates `@apollo/client` from 3.9.9 to 3.9.11
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
- [Commits](apollographql/apollo-client@v3.9.9...v3.9.11)

Updates `@mui/lab` from 5.0.0-alpha.169 to 5.0.0-alpha.170
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/next/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/HEAD/packages/mui-lab)

Updates `@mui/material` from 5.15.14 to 5.15.15
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/next/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.15.15/packages/mui-material)

Updates `@mui/x-tree-view` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v7.2.0/packages/x-tree-view)

Updates `@navikt/aksel` from 6.3.3 to 6.5.0
- [Release notes](https://github.com/navikt/aksel/releases)
- [Changelog](https://github.com/navikt/aksel/blob/main/@navikt/aksel/CHANGELOG.md)
- [Commits](https://github.com/navikt/aksel/commits/@navikt/[email protected]/@navikt/aksel)

Updates `@navikt/ds-css` from 6.3.3 to 6.5.0
- [Release notes](https://github.com/navikt/aksel/releases)
- [Changelog](https://github.com/navikt/aksel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/navikt/aksel/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@navikt/ds-react` from 6.3.3 to 6.5.0
- [Release notes](https://github.com/navikt/aksel/releases)
- [Changelog](https://github.com/navikt/aksel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/navikt/aksel/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@navikt/ds-tailwind` from 6.3.3 to 6.5.0
- [Release notes](https://github.com/navikt/aksel/releases)
- [Changelog](https://github.com/navikt/aksel/blob/main/@navikt/core/tailwind/CHANGELOG.md)
- [Commits](https://github.com/navikt/aksel/commits/@navikt/[email protected]/@navikt/core/tailwind)

Updates `@next/bundle-analyzer` from 14.1.4 to 14.2.1
- [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/v14.2.1/packages/next-bundle-analyzer)

Updates `next` from 14.1.4 to 14.2.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.1.4...v14.2.1)

Updates `react-hook-form` from 7.51.2 to 7.51.3
- [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.51.2...v7.51.3)

Updates `react-intersection-observer` from 9.8.1 to 9.8.2
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](thebuilder/react-intersection-observer@v9.8.1...v9.8.2)

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

Updates `@typescript-eslint/eslint-plugin` from 7.4.0 to 7.6.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.6.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.4.0 to 7.6.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.6.0/packages/parser)

Updates `eslint` from 8.57.0 to 9.0.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.0.0)

Updates `eslint-config-next` from 14.1.4 to 14.2.1
- [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/v14.2.1/packages/eslint-config-next)

Updates `typescript` from 5.4.3 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.3...v5.4.5)

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@mui/lab"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@mui/x-tree-view"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@navikt/aksel"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@navikt/ds-css"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@navikt/ds-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@navikt/ds-tailwind"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@next/bundle-analyzer"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: react-intersection-observer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

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 Apr 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2024

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

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-89ddae693d branch April 29, 2024 14:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

1 participant