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 #1654

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

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

Package From To
@amplitude/analytics-browser 2.11.11 2.11.13
@grafana/faro-react 1.12.3 1.14.1
@grafana/faro-web-sdk 1.12.3 1.14.1
@grafana/faro-web-tracing 1.12.3 1.14.1
@navikt/aksel-icons 7.9.2 7.14.3
@navikt/ds-css 7.5.3 7.14.3
@navikt/ds-react 7.5.3 7.14.3
@navikt/ds-tailwind 7.11.0 7.14.3
@tanstack/react-query 5.64.2 5.66.11
@tanstack/react-query-devtools 5.64.2 5.66.11
@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.8.1
dotenv 16.4.5 16.4.7
express 4.21.1 4.21.2
recharts 2.13.3 2.15.1
unleash-client 6.1.3 6.6.0
@babel/cli 7.25.9 7.26.4
@babel/core 7.26.0 7.26.9
@babel/preset-env 7.26.0 7.26.9
@babel/preset-react 7.25.9 7.26.3
@tanstack/eslint-plugin-query 5.60.1 5.66.1
@testing-library/user-event 14.5.2 14.6.1
@types/node 22.10.7 22.13.8
eslint-plugin-react 7.37.2 7.37.4
eslint-plugin-react-hooks 5.0.0 5.2.0
less 4.2.0 4.2.2
msw 2.4.9 2.7.3
typescript 5.7.3 5.8.2
vitest 3.0.3 3.0.7
webpack 5.96.1 5.98.0

Updates @amplitude/analytics-browser from 2.11.11 to 2.11.13

Release notes

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

@​amplitude/analytics-browser@​2.11.13

2.11.13 (2025-02-28)

Bug Fixes

  • analytics-core: should not flush until previous request resolves (#964) (771ce55)

Reverts

  • Revert "chore(release): publish" (d392f62)

@​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)
Commits
  • e9b1fd9 chore(release): publish
  • e8f6d66 Reapply "ci: remove noImplicitUseStrict as it's deprecated in ts 5.5 (#974)"
  • c770795 chore(analytics-remote-config): update package.json (#975)
  • 29df7ea Revert "ci: remove noImplicitUseStrict as it's deprecated in ts 5.5 (#974)"
  • fe2378e Revert "chore(analytics-remote-config): update package.json"
  • d392f62 Revert "chore(release): publish"
  • 0e94de7 chore(release): publish
  • de49440 chore(analytics-remote-config): update package.json
  • b073bfe ci: remove noImplicitUseStrict as it's deprecated in ts 5.5 (#974)
  • f60f71c feat: moves groups to eventoptions type #970 (#972)
  • Additional commits viewable in compare view

Updates @grafana/faro-react from 1.12.3 to 1.14.1

Changelog

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

1.14.1

  • Improvement (@grafana/faro-web-sdk): The ignored errors parser now also parses stack traces. This is helpful, for example, to exclude all errors thrown by extensions (#1000).

1.14.0

  • Feature (@grafana/faro-web-sdk): Provide a webVitalsInstrumentation.reportAllChanges option to report all changes for web vitals (#981)
  • Feature (@grafana/faro-web-sdk): Enhance user meta properties to align with OTEL semantic conventions for user attributes (#990)
  • Feature (@grafana/faro-web-tracing): Add user attributes to spans (#990)

Breaking

  • Improvement (@grafana/faro-web-tracing): Removed @opentelemetry/context-zone as it is not required for the default instrumentations.

    Users who need ZoneContextManager for additional OTEL instrumentations can inject it via the web-tracing configuration.

    initializeFaro({
      // ...
      instrumentations: [
        // ...
        new TracingInstrumentation({
          contextManager: new ZoneContextManager(),
          instrumentations: [
            /* custom instruments */
          ],
        }),
      ],
      // ...
    });

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

... (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.12.3 to 1.14.1

Changelog

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

1.14.1

  • Improvement (@grafana/faro-web-sdk): The ignored errors parser now also parses stack traces. This is helpful, for example, to exclude all errors thrown by extensions (#1000).

1.14.0

  • Feature (@grafana/faro-web-sdk): Provide a webVitalsInstrumentation.reportAllChanges option to report all changes for web vitals (#981)
  • Feature (@grafana/faro-web-sdk): Enhance user meta properties to align with OTEL semantic conventions for user attributes (#990)
  • Feature (@grafana/faro-web-tracing): Add user attributes to spans (#990)

Breaking

  • Improvement (@grafana/faro-web-tracing): Removed @opentelemetry/context-zone as it is not required for the default instrumentations.

    Users who need ZoneContextManager for additional OTEL instrumentations can inject it via the web-tracing configuration.

    initializeFaro({
      // ...
      instrumentations: [
        // ...
        new TracingInstrumentation({
          contextManager: new ZoneContextManager(),
          instrumentations: [
            /* custom instruments */
          ],
        }),
      ],
      // ...
    });

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

... (truncated)

Commits
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.12.3 to 1.14.1

Changelog

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

1.14.1

  • Improvement (@grafana/faro-web-sdk): The ignored errors parser now also parses stack traces. This is helpful, for example, to exclude all errors thrown by extensions (#1000).

1.14.0

  • Feature (@grafana/faro-web-sdk): Provide a webVitalsInstrumentation.reportAllChanges option to report all changes for web vitals (#981)
  • Feature (@grafana/faro-web-sdk): Enhance user meta properties to align with OTEL semantic conventions for user attributes (#990)
  • Feature (@grafana/faro-web-tracing): Add user attributes to spans (#990)

Breaking

  • Improvement (@grafana/faro-web-tracing): Removed @opentelemetry/context-zone as it is not required for the default instrumentations.

    Users who need ZoneContextManager for additional OTEL instrumentations can inject it via the web-tracing configuration.

    initializeFaro({
      // ...
      instrumentations: [
        // ...
        new TracingInstrumentation({
          contextManager: new ZoneContextManager(),
          instrumentations: [
            /* custom instruments */
          ],
        }),
      ],
      // ...
    });

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

... (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.9.2 to 7.14.3

Changelog

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

7.14.3

7.14.2

7.14.1

7.14.0

Minor Changes

  • Icons: 🎉 New icons LineHeight, SpaceHorizontal and SpaceVertical. (#3587)

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)

7.10.0

Commits

Updates @navikt/ds-css from 7.5.3 to 7.14.3

Changelog

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

Changelog

7.14

@​navikt/ds-react

  • Datepicker: Fixed regression where some fromDate/toDate instances lead to that date ending up as disabled. (#3602)
  • DatePicker: Refactored locally to support react-day-picker v9. No external API has been changed. (#3525)

  • MonthPicker: Refactored locally and no longer depends on react-day-picker v9. No external API has been changed. (#3525)

  • Dependencies: react-day-picker bumped to v9.5.0. (#3525)

  • Dependencies: date-fns bumped to ^4.0.0. (#3525)

  • Darkside: Added 'arrow' back to Tooltip. (#3589)

@​navikt/ds-tokens

  • Darkside: 💄 Bumped bg-raised token to neutral-200 in darkmode. (441d8b7)

@​navikt/ds-css

  • Darkside: Changed outline-offset for tabpanel from -4px to -3px. (06fecf2)
  • DatePicker: Updated date.css to support react-day-picker v9. (#3525)
  • Darkside: Added 'arrow' back to Tooltip. (#3589)

@​navikt/aksel-icons

  • Icons: 🎉 New icons LineHeight, SpaceHorizontal and SpaceVertical. (#3587)

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

... (truncated)

Commits

Updates @navikt/ds-react from 7.5.3 to 7.14.3

Changelog

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

Changelog

7.14

@​navikt/ds-react

  • Datepicker: Fixed regression where some fromDate/toDate instances lead to that date ending up as disabled. (#3602)
  • DatePicker: Refactored locally to support react-day-picker v9. No external API has been changed. (#3525)

  • MonthPicker: Refactored locally and no longer depends on react-day-picker v9. No external API has been changed. (#3525)

  • Dependencies: react-day-picker bumped to v9.5.0. (#3525)

  • Dependencies: date-fns bumped to ^4.0.0. (#3525)

  • Darkside: Added 'arrow' back to Tooltip. (#3589)

@​navikt/ds-tokens

  • Darkside: 💄 Bumped bg-raised token to neutral-200 in darkmode. (441d8b7)

@​navikt/ds-css

  • Darkside: Changed outline-offset for tabpanel from -4px to -3px. (06fecf2)
  • DatePicker: Updated date.css to support react-day-picker v9. (#3525)
  • Darkside: Added 'arrow' back to Tooltip. (#3589)

@​navikt/aksel-icons

  • Icons: 🎉 New icons LineHeight, SpaceHorizontal and SpaceVertical. (#3587)

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

... (truncated)

Commits

Updates @navikt/ds-tailwind from 7.11.0 to 7.14.3

Changelog

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

7.14.3

7.14.2

7.14.1

7.14.0

7.13.0

Patch Changes

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

7.12.2

7.12.1

7.12.0

Commits

Updates @tanstack/react-query from 5.64.2 to 5.66.11

Release notes

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

v5.66.11

Version 5.66.11 - 2/28/25, 1:53 PM

Changes

Fix

  • react-query: add warning when useBaseQuery is called without a queryFn (#8701) (2bf7ec6) by Harry

Test

Packages

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

v5.66.10

Version 5.66.10 - 2/28/25, 10:11 AM

Changes

Fix

  • react-query: fix type breaking when using useSuspenseQueries with spreaded queryOptions (#8709) (ac4c56c) by Yoomin Kang

Chore

  • deps: update dependency solid-js to v1.9.4 [security] (#8695) (74db582) by renovate[bot]

Docs

... (truncated)

Commits
  • 0bd5240 release: v5.66.11
  • 2bf7ec6 fix(react-query): add warning when useBaseQuery is called without a queryFn (...
  • 0f7510d release: v5.66.10
  • ac4c56c fix(react-query): fix type breaking when using useSuspenseQueries with spread...
  • e474f73 release: v5.66.9
  • f63ba16 fix(types): prevent type errors and improve inference for dynamic queries on ...
  • a4db9ed release: v5.66.8
  • 9ac54b1 fix(react-query): fix inferring data as | undefined when using initialData wi...
  • c1ea870 release: v5.66.7
  • caf7bde refactor: Simplify useQueries (#8661)
  • Additional commits viewable in compare view

Updates @tanstack/react-query-devtools from 5.64.2 to 5.66.11

Release notes

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

v5.66.11

Version 5.66.11 - 2/28/25, 1:53 PM

Changes

Fix

  • react-query: add warning when useBaseQuery is called without a queryFn (#8701) (2bf7ec6) by Harry

Test

Packages

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

v5.66.10

Version 5.66.10 - 2/28/25, 10:11 AM

Changes

Fix

  • react-query: fix type breaking when using useSuspenseQueries with spreaded queryOptions (#8709) (ac4c56c) by Yoomin Kang

Chore

  • deps: update dependency solid-js to v1.9.4 [security] (#8695) (74db582) by renovate[bot]

Docs

... (truncated)

Commits

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

Release notes

Sourced from axios's releases.

Release v1.8.1

Release notes:

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

Release v1.8.0

Release notes:

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

Reverts

BREAKING CHANGES

  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

  • fix: typo in flow control when setting allowAbsoluteUrls

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.8.1 (2025-02-26)

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

1.8.0 (2025-02-25)

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

Reverts

BREAKING CHANGES

  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

  • fix: typo in flow control when setting allowAbsoluteUrls

Contributors to this release

... (truncated)

Commits
  • 2e64afd chore(release): v1.8.1 (#6800)
  • 36a5a62 fix(utils): move generateString to platform utils to avoid importing crypto...
  • cceb7b1 chore(release): v1.8.0 (#6795)
  • 23a25af fix(utils): replace getRandomValues with crypto module (#6788)
  • 32c7bcc feat: Add config for ignoring absolute URLs (#5902) (#6192)
  • 4a3e26c chore(config): adjust rollup config to preserve license header to minified Ja...
  • 30966a7 docs(type): fix typo in index.ts (#6030)
  • e7a9cbe test(transform): add test case for issue 5853 on response type to 'json' (#5901)
  • 51c1d7b chore(docs): typo in README (#6771)
  • b5b063e docs(readme): fix Request Config options code highlight (#6480)
  • Additional commits viewable in compare view

Updates dotenv from 16.4.5 to 16.4.7

Changelog

Sourced from dotenv's changelog.

16.4.7 (2024-12-03)

Changed

  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #848

16.4.6 (2024-12-02)

Changed

  • Clean up stale dev dependencies #847
  • ...

    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.11` | `2.11.13` |
| [@grafana/faro-react](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/react) | `1.12.3` | `1.14.1` |
| [@grafana/faro-web-sdk](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-sdk) | `1.12.3` | `1.14.1` |
| [@grafana/faro-web-tracing](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-tracing) | `1.12.3` | `1.14.1` |
| [@navikt/aksel-icons](https://github.com/navikt/aksel/tree/HEAD/@navikt/aksel-icons) | `7.9.2` | `7.14.3` |
| [@navikt/ds-css](https://github.com/navikt/aksel) | `7.5.3` | `7.14.3` |
| [@navikt/ds-react](https://github.com/navikt/aksel) | `7.5.3` | `7.14.3` |
| [@navikt/ds-tailwind](https://github.com/navikt/aksel/tree/HEAD/@navikt/core/tailwind) | `7.11.0` | `7.14.3` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.64.2` | `5.66.11` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.64.2` | `5.66.11` |
| [@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.8.1` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `16.4.7` |
| [express](https://github.com/expressjs/express) | `4.21.1` | `4.21.2` |
| [recharts](https://github.com/recharts/recharts) | `2.13.3` | `2.15.1` |
| [unleash-client](https://github.com/Unleash/unleash-client-node) | `6.1.3` | `6.6.0` |
| [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.26.4` |
| [@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` |
| [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.26.3` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.60.1` | `5.66.1` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.5.2` | `14.6.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.7` | `22.13.8` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.4` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.0.0` | `5.2.0` |
| [less](https://github.com/less/less.js) | `4.2.0` | `4.2.2` |
| [msw](https://github.com/mswjs/msw) | `2.4.9` | `2.7.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.0.3` | `3.0.7` |
| [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.98.0` |



Updates `@amplitude/analytics-browser` from 2.11.11 to 2.11.13
- [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.12.3 to 1.14.1
- [Changelog](https://github.com/grafana/faro-web-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/faro-web-sdk/commits/v1.14.1/packages/react)

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

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

Updates `@navikt/aksel-icons` from 7.9.2 to 7.14.3
- [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.5.3 to 7.14.3
- [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.5.3 to 7.14.3
- [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 7.11.0 to 7.14.3
- [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 `@tanstack/react-query` from 5.64.2 to 5.66.11
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.66.11/packages/react-query)

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

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.8.1
- [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.8.1)

Updates `dotenv` from 16.4.5 to 16.4.7
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.5...v16.4.7)

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 `recharts` from 2.13.3 to 2.15.1
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/3.x/CHANGELOG.md)
- [Commits](recharts/recharts@v2.13.3...v2.15.1)

Updates `unleash-client` from 6.1.3 to 6.6.0
- [Release notes](https://github.com/Unleash/unleash-client-node/releases)
- [Changelog](https://github.com/Unleash/unleash-client-node/blob/main/CHANGELOG.md)
- [Commits](Unleash/unleash-client-node@v6.1.3...v6.6.0)

Updates `@babel/cli` from 7.25.9 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.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 `@babel/preset-react` from 7.25.9 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 `@tanstack/eslint-plugin-query` from 5.60.1 to 5.66.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.66.1/packages/eslint-plugin-query)

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/node` from 22.10.7 to 22.13.8
- [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.2 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.2...v7.37.4)

Updates `eslint-plugin-react-hooks` from 5.0.0 to 5.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

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 `msw` from 2.4.9 to 2.7.3
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.4.9...v2.7.3)

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

Updates `vitest` from 3.0.3 to 3.0.7
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.7/packages/vitest)

Updates `webpack` from 5.96.1 to 5.98.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.96.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: "@navikt/ds-tailwind"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-query-devtools"
  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-minor
  dependency-group: minor-and-patch
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: recharts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: unleash-client
  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-patch
  dependency-group: minor-and-patch
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: "@tanstack/eslint-plugin-query"
  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/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: eslint-plugin-react-hooks
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: msw
  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: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 March 3, 2025 03:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 10, 2025

Superseded by #1660.

@dependabot dependabot bot closed this Mar 10, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-9bd50e17ee branch March 10, 2025 03:24
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