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 group across 1 directory with 32 updates #599

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@amplitude/analytics-browser 2.11.7 2.11.12
@grafana/faro-react 1.11.0 1.13.3
@grafana/faro-web-sdk 1.11.0 1.13.3
@grafana/faro-web-tracing 1.11.0 1.13.3
@navikt/aksel-icons 7.10.0 7.13.0
@navikt/ds-css 7.10.0 7.13.0
@navikt/ds-react 7.10.0 7.13.0
@types/express-session 1.18.0 1.18.1
@types/react 19.0.7 19.0.10
@types/react-dom 19.0.3 19.0.4
axios 1.7.7 1.7.9
core-js 3.38.1 3.40.0
express 4.21.1 4.21.2
postcss 8.4.47 8.5.2
@babel/cli 7.25.7 7.26.4
@babel/core 7.25.8 7.26.9
@babel/plugin-transform-typescript 7.25.7 7.26.8
@babel/preset-env 7.25.8 7.26.9
@babel/preset-react 7.25.7 7.26.3
@babel/preset-typescript 7.25.7 7.26.0
@testing-library/react 16.0.1 16.2.0
@testing-library/user-event 14.5.2 14.6.1
@types/dotenv-webpack 7.0.7 7.0.8
@types/node 22.10.9 22.13.4
eslint-plugin-react 7.37.1 7.37.4
html-webpack-plugin 5.6.0 5.6.3
less 4.2.0 4.2.2
mini-css-extract-plugin 2.9.1 2.9.2
msw 2.4.11 2.7.0
tsconfig-paths-webpack-plugin 4.1.0 4.2.0
typescript 5.6.3 5.7.3
webpack 5.97.1 5.98.0

Updates @amplitude/analytics-browser from 2.11.7 to 2.11.12

Release notes

Sourced from @​amplitude/analytics-browser's releases.

@​amplitude/analytics-browser@​2.11.12

2.11.12 (2025-02-14)

Bug Fixes

  • analytics-browser: form tracking accesses element attributes through getAttribute (#959) (28305b1)

@​amplitude/analytics-browser@​2.11.11

2.11.11 (2024-12-31)

Note: Version bump only for package @​amplitude/analytics-browser

@​amplitude/analytics-browser@​2.11.10

2.11.10 (2024-12-17)

Note: Version bump only for package @​amplitude/analytics-browser

@​amplitude/analytics-browser@​2.11.9

2.11.9 (2024-11-05)

Note: Version bump only for package @​amplitude/analytics-browser

@​amplitude/analytics-browser@​2.11.8

2.11.8 (2024-10-21)

Bug Fixes

  • analytics-browser: should track file download when with url params (#898) (03c9604)
Commits
  • d8f0e2f chore(release): publish
  • 28305b1 fix(analytics-browser): form tracking accesses element attributes through get...
  • ab16340 chore(release): publish
  • a14a68c fix: add comments in isNewCampaign() (#941)
  • 3ed0dfe test: fix flaky test (#940)
  • 374d8aa chore: update script library (#939)
  • 8cc038c chore(release): publish
  • dd6d235 fix: amplitude.remove should only remove if plugin was already registered (#936)
  • ad319d6 fix(analytics-browser): should send batches sequentially (#935)
  • 37ec7eb chore: pr feedback
  • Additional commits viewable in compare view

Updates @grafana/faro-react from 1.11.0 to 1.13.3

Changelog

Sourced from @​grafana/faro-react'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)

1.12.2

  • Fix (@grafana/faro-web-sdk): Update Faro log parsing in console instrumentation to use Faro's default log parser (#745)

1.12.1

  • Fix (@grafana/faro-web-sdk): Guard console instrumentation stringifier against circular object references for non-error logs (#742)

1.12.0

  • Fix (@grafana/faro-web-sdk): Guard user session stringifier against circular object references (#715)

... (truncated)

Commits
Maintainer changes

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


Updates @grafana/faro-web-sdk from 1.11.0 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)

1.12.2

  • Fix (@grafana/faro-web-sdk): Update Faro log parsing in console instrumentation to use Faro's default log parser (#745)

1.12.1

  • Fix (@grafana/faro-web-sdk): Guard console instrumentation stringifier against circular object references for non-error logs (#742)

1.12.0

  • Fix (@grafana/faro-web-sdk): Guard user session stringifier against circular object references (#715)

... (truncated)

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 @grafana/faro-web-tracing from 1.11.0 to 1.13.3

Changelog

Sourced from @​grafana/faro-web-tracing'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)

1.12.2

  • Fix (@grafana/faro-web-sdk): Update Faro log parsing in console instrumentation to use Faro's default log parser (#745)

1.12.1

  • Fix (@grafana/faro-web-sdk): Guard console instrumentation stringifier against circular object references for non-error logs (#742)

1.12.0

  • Fix (@grafana/faro-web-sdk): Guard user session stringifier against circular object references (#715)

... (truncated)

Commits
Maintainer changes

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


Updates @navikt/aksel-icons from 7.10.0 to 7.13.0

Changelog

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

7.13.0

Minor Changes

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

7.12.2

7.12.1

7.12.0

7.11.0

Minor Changes

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

Updates @navikt/ds-css from 7.10.0 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.10.0 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 @types/express-session from 1.18.0 to 1.18.1

Commits

Updates @types/react from 19.0.7 to 19.0.10

Commits

Updates @types/react-dom from 19.0.3 to 19.0.4

Commits

Updates axios from 1.7.7 to 1.7.9

Release notes

Sourced from axios's releases.

Release v1.7.9

Release notes:

Reverts

Contributors to this release

Release v1.7.8

Release notes:

Bug Fixes

  • allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
  • core: fixed config merging bug (#6668) (5d99fe4)
  • fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
  • http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
  • http: fixed proxy-from-env module import (#5222) (12b3295)
  • http: use globalThis.TextEncoder when available (#6634) (df956d1)
  • ios11 breaks when build (#6608) (7638952)
  • types: add missing types for mergeConfig function (#6590) (00de614)
  • types: export CJS types from ESM (#6218) (c71811b)
  • updated stream aborted error message to be more clear (#6615) (cc3217a)
  • use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.7.9 (2024-12-04)

Reverts

Contributors to this release

1.7.8 (2024-11-25)

Bug Fixes

  • allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
  • core: fixed config merging bug (#6668) (5d99fe4)
  • fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
  • http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
  • http: fixed proxy-from-env module import (#5222) (12b3295)
  • http: use globalThis.TextEncoder when available (#6634) (df956d1)
  • ios11 breaks when build (#6608) (7638952)
  • types: add missing types for mergeConfig function (#6590) (00de614)
  • types: export CJS types from ESM (#6218) (c71811b)
  • updated stream aborted error message to be more clear (#6615) (cc3217a)
  • use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)

Contributors to this release

Commits

Updates core-js from 3.38.1 to 3.40.0

Changelog

Sourced from core-js's changelog.

3.40.0 - 2025.01.08
3.39.0 - 2024.10.31
  • Changes v3.38.1...v3.39.0
  • Iterator helpers proposal:
    • Built-ins:
      • Iterator
        • Iterator.from
        • Iterator.prototype.drop
        • Iterator.prototype.every
        • Iterator.prototype.filter
        • Iterator.prototype.find
        • Iterator.prototype.flatMap
        • Iterator.prototype.forEach
        • Iterator....

          Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@amplitude/analytics-browser](https://github.com/amplitude/Amplitude-TypeScript) | `2.11.7` | `2.11.12` |
| [@grafana/faro-react](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/react) | `1.11.0` | `1.13.3` |
| [@grafana/faro-web-sdk](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-sdk) | `1.11.0` | `1.13.3` |
| [@grafana/faro-web-tracing](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-tracing) | `1.11.0` | `1.13.3` |
| [@navikt/aksel-icons](https://github.com/navikt/aksel/tree/HEAD/@navikt/aksel-icons) | `7.10.0` | `7.13.0` |
| [@navikt/ds-css](https://github.com/navikt/aksel) | `7.10.0` | `7.13.0` |
| [@navikt/ds-react](https://github.com/navikt/aksel) | `7.10.0` | `7.13.0` |
| [@types/express-session](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-session) | `1.18.0` | `1.18.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.7` | `19.0.10` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.0.3` | `19.0.4` |
| [axios](https://github.com/axios/axios) | `1.7.7` | `1.7.9` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.38.1` | `3.40.0` |
| [express](https://github.com/expressjs/express) | `4.21.1` | `4.21.2` |
| [postcss](https://github.com/postcss/postcss) | `8.4.47` | `8.5.2` |
| [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.7` | `7.26.4` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.25.8` | `7.26.9` |
| [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) | `7.25.7` | `7.26.8` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.25.8` | `7.26.9` |
| [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.7` | `7.26.3` |
| [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.25.7` | `7.26.0` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.0.1` | `16.2.0` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.5.2` | `14.6.1` |
| [@types/dotenv-webpack](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dotenv-webpack) | `7.0.7` | `7.0.8` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.9` | `22.13.4` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.1` | `7.37.4` |
| [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) | `5.6.0` | `5.6.3` |
| [less](https://github.com/less/less.js) | `4.2.0` | `4.2.2` |
| [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) | `2.9.1` | `2.9.2` |
| [msw](https://github.com/mswjs/msw) | `2.4.11` | `2.7.0` |
| [tsconfig-paths-webpack-plugin](https://github.com/dividab/tsconfig-paths-webpack-plugin) | `4.1.0` | `4.2.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.3` |
| [webpack](https://github.com/webpack/webpack) | `5.97.1` | `5.98.0` |



Updates `@amplitude/analytics-browser` from 2.11.7 to 2.11.12
- [Release notes](https://github.com/amplitude/Amplitude-TypeScript/releases)
- [Commits](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected])

Updates `@grafana/faro-react` from 1.11.0 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/react)

Updates `@grafana/faro-web-sdk` from 1.11.0 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 `@grafana/faro-web-tracing` from 1.11.0 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-tracing)

Updates `@navikt/aksel-icons` from 7.10.0 to 7.13.0
- [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/@navikt/[email protected]/@navikt/aksel-icons)

Updates `@navikt/ds-css` from 7.10.0 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.10.0 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 `@types/express-session` from 1.18.0 to 1.18.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-session)

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

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

Updates `axios` from 1.7.7 to 1.7.9
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.7...v1.7.9)

Updates `core-js` from 3.38.1 to 3.40.0
- [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.40.0/packages/core-js)

Updates `express` from 4.21.1 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.21.1...4.21.2)

Updates `postcss` from 8.4.47 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.47...8.5.2)

Updates `@babel/cli` from 7.25.7 to 7.26.4
- [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.4/packages/babel-cli)

Updates `@babel/core` from 7.25.8 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/plugin-transform-typescript` from 7.25.7 to 7.26.8
- [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.8/packages/babel-plugin-transform-typescript)

Updates `@babel/preset-env` from 7.25.8 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 `@babel/preset-react` from 7.25.7 to 7.26.3
- [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.3/packages/babel-preset-react)

Updates `@babel/preset-typescript` from 7.25.7 to 7.26.0
- [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.0/packages/babel-preset-typescript)

Updates `@testing-library/react` from 16.0.1 to 16.2.0
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.0.1...v16.2.0)

Updates `@testing-library/user-event` from 14.5.2 to 14.6.1
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.5.2...v14.6.1)

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

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

Updates `eslint-plugin-react` from 7.37.1 to 7.37.4
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.37.1...v7.37.4)

Updates `html-webpack-plugin` from 5.6.0 to 5.6.3
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](jantimon/html-webpack-plugin@v5.6.0...v5.6.3)

Updates `less` from 4.2.0 to 4.2.2
- [Release notes](https://github.com/less/less.js/releases)
- [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md)
- [Commits](less/less.js@v4.2.0...v4.2.2)

Updates `mini-css-extract-plugin` from 2.9.1 to 2.9.2
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/mini-css-extract-plugin@v2.9.1...v2.9.2)

Updates `msw` from 2.4.11 to 2.7.0
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.4.11...v2.7.0)

Updates `tsconfig-paths-webpack-plugin` from 4.1.0 to 4.2.0
- [Changelog](https://github.com/dividab/tsconfig-paths-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](dividab/tsconfig-paths-webpack-plugin@v4.1.0...v4.2.0)

Updates `typescript` from 5.6.3 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.3)

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: "@amplitude/analytics-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@grafana/faro-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@grafana/faro-web-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@grafana/faro-web-tracing"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@navikt/aksel-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@navikt/ds-css"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@navikt/ds-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/express-session"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react-dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@babel/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@babel/plugin-transform-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@babel/preset-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@babel/preset-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@testing-library/user-event"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/dotenv-webpack"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: html-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: less
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tsconfig-paths-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 17, 2025 15:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 17, 2025
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