Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the minor-and-patch-dependencies group across 1 directory with 19 updates #901

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2025

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

Package From To
@grafana/faro-web-sdk 1.12.2 1.13.3
@navikt/ds-css 7.9.1 7.13.0
@navikt/ds-react 7.9.1 7.13.0
@navikt/familie-backend 10.1.3 10.1.4
@navikt/familie-header 15.0.0 15.1.0
@navikt/familie-visittkort 15.1.3 15.1.4
@types/react 19.0.6 19.0.8
react-router-dom 7.1.1 7.1.5
styled-components 6.1.14 6.1.15
@babel/core 7.26.0 7.26.9
@babel/preset-env 7.26.0 7.26.9
@types/webpack-env 1.18.5 1.18.8
eslint 9.18.0 9.20.1
eslint-plugin-prettier 5.2.1 5.2.3
lint-staged 15.3.0 15.4.3
postcss 8.4.49 8.5.2
prettier 3.4.2 3.5.1
typescript-eslint 8.19.1 8.24.0
webpack 5.97.1 5.98.0

Updates @grafana/faro-web-sdk from 1.12.2 to 1.13.3

Changelog

Sourced from @​grafana/faro-web-sdk's changelog.

1.13.3

  • Chore (@grafana/faro-web-sdk): Ensure all properties in attributes and context objects are stringified when sending custom signals (#952)

1.13.2

  • Fix (@grafana/faro-web-sdk): The optional context object in the pushError API now correctly stringifies all provided values (#944)

1.13.1

  • Fix (@grafana/faro-web-sdk): Corrected the setPage() API to update the page.id properly and correctly merge with the active page metadata (#933)

1.13.0

  • Feature (@grafana/faro-web-sdk): Provide APIs to send service.name override instructions to the receiver (#893)

  • Feature (@grafana/faro-web-sdk): Introduced setPage(meta) API to overwrite page metadata and added an option to inject a custom pageId parser for generating custom pageIds continuously (#923)

  • Feature (@grafana/faro-web-sdk): Enables support to provide a custom serializer for console error properties (#901)

  • Improvement (@grafana/faro-web-sdk): Send an event for service.name overrides (#903)

  • Improvement (@grafana/faro-*) Add required Node engines to package.json (#913)

  • Fix (faro demo): Add missing json files to Docker image (#925).

1.12.3

  • Feat (@grafana/faro-web-tracing): add duration to events from traces (#861)
  • Fix (@grafana/faro-transport-otlp-http [experimental]): Prevent sending requests when the endpoint URL is not configured (#827).
  • Dependencies (@grafana/faro-web-tracing): upgrade otel deps (#763)
Commits
  • 4b4b384 v1.13.3
  • e6d416f v1.13.2
  • 18459c2 v1.13.1
  • eca08cf fix(setPage): use meta.page if locally cached page meta is not set. (#933)
  • 6cd423f v1.13.0
  • 24e8359 feat: properly serialize the properties of a console error (#904)
  • 1b5cc70 feat(page-meta): provide options to override automatically created pageId's (...
  • 43226a5 chore(deps-dev): bump @​rollup/plugin-typescript from 11.1.6 to 12.1.2 (#890)
  • 78c31aa chore: revert add custom error serializer to console instrumentation (#918)
  • c39f95a feat: add custom error serializer to console instrumentation (#902)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by grafanabot, a new releaser for @​grafana/faro-web-sdk since your current version.


Updates @navikt/ds-css from 7.9.1 to 7.13.0

Changelog

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

Changelog

7.13

@​navikt/ds-react

  • Darkside: Added support for ConfirmationpPanel, Linkpanel, Panel and Dropdown. Note that all of these will be deprecated in the future. (#3581)

@​navikt/ds-tailwind

  • Tailwind: Added darkside-support with import @navikt/ds-tailwind/darkside-tw3. (#3580)

@​navikt/ds-css

  • Darkside: Added support for ConfirmationpPanel, Linkpanel, Panel and Dropdown. Note that all of these will be deprecated in the future. (#3581)

@​navikt/aksel-icons

  • Icons: 🎉 New icons ExpandVertical and QuestionmarkCircle (#3583)

7.12

@​navikt/ds-react

  • Box: Added export for BoxNew. (8576400)
  • Theme: Theme-prop is now optional. (f269311)
  • List: Marked title, headingTag and description properties as deprecated. These will not be supported in future versions and should be migrated from when possible. (#3537)
  • Table: Updated sorting icons for ascending and descending. (#3536)

7.11

@​navikt/ds-css

  • ExpansionCard: Removed dynamic padding on button-element. (#3532)

  • Modal: Defaults to margin: auto for tailwind 4 support. (#3532)

@​navikt/aksel-icons

  • Icons: Added new icons 'SortUp' and 'SortDown' 🎉. (#3528)

7.10

@​navikt/ds-react

  • Table: New prop contentGutter added to ExpandableRow-component. This allows user more control for content layout inside expandable element. (#3507)

... (truncated)

Commits
  • 09c44ed Version Packages (#3584)
  • 2fab45f ✨ Added contrast-token to themable-roles
  • 1ba5d9b [Darkside] Added support for ConfirmationPanel, Linkpanel, Panel and `D...
  • 5a74969 [Darkside] Updated darkside token-build (#3578)
  • 2f7873d [Aksel.nav.no] ✨ Highlights 'darkside' sections in sidebar (#3582)
  • e5dc975 ⬅️ Revert use of class update
  • 1cc24c2 [Darkside] Added hook for renaming className-prefix from navds-> aksel- (...
  • 636eb05 ✨ Icon-update (#3583)
  • c6424ed [Darkside] Tailwind support (#3580)
  • 90f7649 🐛 Handle icons where variant is 'filled' instead of 'fill'.
  • Additional commits viewable in compare view

Updates @navikt/ds-react from 7.9.1 to 7.13.0

Changelog

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

Changelog

7.13

@​navikt/ds-react

  • Darkside: Added support for ConfirmationpPanel, Linkpanel, Panel and Dropdown. Note that all of these will be deprecated in the future. (#3581)

@​navikt/ds-tailwind

  • Tailwind: Added darkside-support with import @navikt/ds-tailwind/darkside-tw3. (#3580)

@​navikt/ds-css

  • Darkside: Added support for ConfirmationpPanel, Linkpanel, Panel and Dropdown. Note that all of these will be deprecated in the future. (#3581)

@​navikt/aksel-icons

  • Icons: 🎉 New icons ExpandVertical and QuestionmarkCircle (#3583)

7.12

@​navikt/ds-react

  • Box: Added export for BoxNew. (8576400)
  • Theme: Theme-prop is now optional. (f269311)
  • List: Marked title, headingTag and description properties as deprecated. These will not be supported in future versions and should be migrated from when possible. (#3537)
  • Table: Updated sorting icons for ascending and descending. (#3536)

7.11

@​navikt/ds-css

  • ExpansionCard: Removed dynamic padding on button-element. (#3532)

  • Modal: Defaults to margin: auto for tailwind 4 support. (#3532)

@​navikt/aksel-icons

  • Icons: Added new icons 'SortUp' and 'SortDown' 🎉. (#3528)

7.10

@​navikt/ds-react

  • Table: New prop contentGutter added to ExpandableRow-component. This allows user more control for content layout inside expandable element. (#3507)

... (truncated)

Commits
  • 09c44ed Version Packages (#3584)
  • 2fab45f ✨ Added contrast-token to themable-roles
  • 1ba5d9b [Darkside] Added support for ConfirmationPanel, Linkpanel, Panel and `D...
  • 5a74969 [Darkside] Updated darkside token-build (#3578)
  • 2f7873d [Aksel.nav.no] ✨ Highlights 'darkside' sections in sidebar (#3582)
  • e5dc975 ⬅️ Revert use of class update
  • 1cc24c2 [Darkside] Added hook for renaming className-prefix from navds-> aksel- (...
  • 636eb05 ✨ Icon-update (#3583)
  • c6424ed [Darkside] Tailwind support (#3580)
  • 90f7649 🐛 Handle icons where variant is 'filled' instead of 'fill'.
  • Additional commits viewable in compare view

Updates @navikt/familie-backend from 10.1.3 to 10.1.4

Commits
  • b17ac5c chore(release): publish
  • 0e0f5e7 chore(deps): bump the major-dependencies group with 2 updates (#1602)
  • 5bae99d chore(release): publish
  • bac0724 chore(deps): bump the minor-and-patch-dependencies group with 6 updates (#1601)
  • e6d5412 chore(release): publish
  • f20e617 fix(familie-react-select): fiks type-feil ifm react-select og react 19 (#1600)
  • 1f0f187 chore(release): publish
  • 35fa1ed fix(familie-header): endre fra DropdownMenu til ActionMenu (#1599)
  • 851e011 chore(deps): bump nanoid from 3.3.6 to 5.0.9 (#1598)
  • 00eca7c chore(release): publish
  • Additional commits viewable in compare view

Updates @navikt/familie-header from 15.0.0 to 15.1.0

Commits
  • 09050f7 chore(release): publish
  • 27cfe9d feat(header): mulighet for visning av label og ikon på header (#1605)
  • cdb62b8 chore(release): publish
  • d70d661 chore(deps): bump the minor-and-patch-dependencies group with 11 updates (#1603)
  • b17ac5c chore(release): publish
  • 0e0f5e7 chore(deps): bump the major-dependencies group with 2 updates (#1602)
  • 5bae99d chore(release): publish
  • bac0724 chore(deps): bump the minor-and-patch-dependencies group with 6 updates (#1601)
  • e6d5412 chore(release): publish
  • f20e617 fix(familie-react-select): fiks type-feil ifm react-select og react 19 (#1600)
  • See full diff in compare view

Updates @navikt/familie-visittkort from 15.1.3 to 15.1.4

Commits
  • 09050f7 chore(release): publish
  • 27cfe9d feat(header): mulighet for visning av label og ikon på header (#1605)
  • cdb62b8 chore(release): publish
  • d70d661 chore(deps): bump the minor-and-patch-dependencies group with 11 updates (#1603)
  • b17ac5c chore(release): publish
  • 0e0f5e7 chore(deps): bump the major-dependencies group with 2 updates (#1602)
  • 5bae99d chore(release): publish
  • bac0724 chore(deps): bump the minor-and-patch-dependencies group with 6 updates (#1601)
  • e6d5412 chore(release): publish
  • f20e617 fix(familie-react-select): fiks type-feil ifm react-select og react 19 (#1600)
  • Additional commits viewable in compare view

Updates @types/react from 19.0.6 to 19.0.8

Commits

Updates react-router-dom from 7.1.1 to 7.1.5

Release notes

Sourced from react-router-dom's releases.

v7.1.3

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v713

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

7.1.5

Patch Changes

7.1.4

Patch Changes

7.1.3

Patch Changes

7.1.2

Patch Changes

Commits

Updates styled-components from 6.1.14 to 6.1.15

Release notes

Sourced from styled-components's releases.

[email protected]

Patch Changes

  • b9688ae: chore: update postcss to version 8.4.49 and nanoid to version 3.3.8
Commits

Updates @babel/core from 7.26.0 to 7.26.9

Release notes

Sourced from @​babel/core's releases.

v7.26.9 (2025-02-14)

🐛 Bug Fix

🏠 Internal

Committers: 5

v7.26.8 (2025-02-08)

🏠 Internal

  • babel-preset-env
    • #17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0

v7.26.7 (2025-01-24)

Thanks @​branchseer and @​tquetano-netflix for your first PRs!

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

Committers: 6

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.26.9 (2025-02-14)

🐛 Bug Fix

🏠 Internal

v7.26.7 (2025-01-24)

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator

v7.26.5 (2025-01-10)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-transform-block-scoped-functions
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-types

... (truncated)

Commits

Updates @babel/preset-env from 7.26.0 to 7.26.9

Release notes

Sourced from @​babel/preset-env's releases.

v7.26.9 (2025-02-14)

🐛 Bug Fix

🏠 Internal

Committers: 5

v7.26.8 (2025-02-08)

🏠 Internal

  • babel-preset-env
    • #17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0

v7.26.7 (2025-01-24)

Thanks @​branchseer and @​tquetano-netflix for your first PRs!

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

Committers: 6

... (truncated)

Changelog

Sourced from @​babel/preset-env's changelog.

v7.26.9 (2025-02-14)

🐛 Bug Fix

🏠 Internal

v7.26.7 (2025-01-24)

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator

v7.26.5 (2025-01-10)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-transform-block-scoped-functions
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-types

... (truncated)

Commits

Updates @types/webpack-env from 1.18.5 to 1.18.8

Commits

Updates eslint from 9.18.0 to 9.20.1

Release notes

Sourced from eslint's releases.

v9.20.1

Bug Fixes

Documentation

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)
  • 93c78a5 docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)

v9.20.0

Features

  • e89a54a feat: change behavior of inactive flags (#19386) (Milos Djermanovic)

Bug Fixes

  • 91d4d9f fix: Bring types in sync with @​eslint/core (#19157) (Nicholas C. Zakas)
  • fa25c7a fix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)
  • 31a9fd0 fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)
  • 61d99e3 fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)
  • db1b9a6 fix: Ensure module scope is checked for references in consistent-this (#19383) (Nicholas C. Zakas)
  • 8bcd820 fix: arrow-body-style crash with single-token body (#19379) (Milos Djermanovic)

Documentation

  • b7012c8 docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)
  • 6406376 docs: Update README (GitHub Actions Bot)
  • 350f2b9 docs: rewrite some examples with var using let and const (#19404) (Mueez Javaid Hashmi)
  • 93c325a docs: rewrite examples with var using let and const (#19398) (Mueez Javaid Hashmi)
  • 56ff404 docs: replace var with let or const in rules docs (#19396) (Daniel Harbrueger)
  • 4053226 docs: change sourceType in no-eval examples (#19393) (Milos Djermanovic)
  • 1324af0 docs: replace var with let and const in rules docs (#19392) (Daniel Harbrueger)
  • 8b87e00 docs: replace var with const and let in rules (#19389) (Tanuj Kanti)
  • 758c66b docs: Explain what frozen rules mean (#19382) (Nicholas C. Zakas)
  • 0ef8bb8 docs: additional checks for rule examples (#1935...

    Description has been truncated

…9 updates

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

| Package | From | To |
| --- | --- | --- |
| [@grafana/faro-web-sdk](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-sdk) | `1.12.2` | `1.13.3` |
| [@navikt/ds-css](https://github.com/navikt/aksel) | `7.9.1` | `7.13.0` |
| [@navikt/ds-react](https://github.com/navikt/aksel) | `7.9.1` | `7.13.0` |
| [@navikt/familie-backend](https://github.com/navikt/familie-felles-frontend) | `10.1.3` | `10.1.4` |
| [@navikt/familie-header](https://github.com/navikt/familie-felles-frontend) | `15.0.0` | `15.1.0` |
| [@navikt/familie-visittkort](https://github.com/navikt/familie-felles-frontend) | `15.1.3` | `15.1.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.6` | `19.0.8` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.1.1` | `7.1.5` |
| [styled-components](https://github.com/styled-components/styled-components) | `6.1.14` | `6.1.15` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.26.9` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.26.0` | `7.26.9` |
| [@types/webpack-env](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack-env) | `1.18.5` | `1.18.8` |
| [eslint](https://github.com/eslint/eslint) | `9.18.0` | `9.20.1` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.1` | `5.2.3` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.3.0` | `15.4.3` |
| [postcss](https://github.com/postcss/postcss) | `8.4.49` | `8.5.2` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.19.1` | `8.24.0` |
| [webpack](https://github.com/webpack/webpack) | `5.97.1` | `5.98.0` |



Updates `@grafana/faro-web-sdk` from 1.12.2 to 1.13.3
- [Changelog](https://github.com/grafana/faro-web-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/faro-web-sdk/commits/v1.13.3/packages/web-sdk)

Updates `@navikt/ds-css` from 7.9.1 to 7.13.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 7.9.1 to 7.13.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/familie-backend` from 10.1.3 to 10.1.4
- [Commits](https://github.com/navikt/familie-felles-frontend/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@navikt/familie-header` from 15.0.0 to 15.1.0
- [Commits](https://github.com/navikt/familie-felles-frontend/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@navikt/familie-visittkort` from 15.1.3 to 15.1.4
- [Commits](https://github.com/navikt/familie-felles-frontend/compare/@navikt/[email protected]...@navikt/[email protected])

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

Updates `react-router-dom` from 7.1.1 to 7.1.5
- [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 `styled-components` from 6.1.14 to 6.1.15
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](https://github.com/styled-components/styled-components/compare/[email protected]@6.1.15)

Updates `@babel/core` from 7.26.0 to 7.26.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-core)

Updates `@babel/preset-env` from 7.26.0 to 7.26.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-preset-env)

Updates `@types/webpack-env` from 1.18.5 to 1.18.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack-env)

Updates `eslint` from 9.18.0 to 9.20.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.18.0...v9.20.1)

Updates `eslint-plugin-prettier` from 5.2.1 to 5.2.3
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.2.1...v5.2.3)

Updates `lint-staged` from 15.3.0 to 15.4.3
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.3.0...v15.4.3)

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

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

Updates `typescript-eslint` from 8.19.1 to 8.24.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.24.0/packages/typescript-eslint)

Updates `webpack` from 5.97.1 to 5.98.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.97.1...v5.98.0)

---
updated-dependencies:
- dependency-name: "@grafana/faro-web-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@navikt/ds-css"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@navikt/ds-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@navikt/familie-backend"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@navikt/familie-header"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@navikt/familie-visittkort"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: styled-components
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@types/webpack-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 16, 2025 04:40
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 16, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 18, 2025

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

@dependabot dependabot bot closed this Feb 18, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-dependencies-f152cc811d branch February 18, 2025 09:34
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