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 30 updates #593

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@amplitude/analytics-browser 2.11.7 2.11.11
@grafana/faro-react 1.11.0 1.13.0
@grafana/faro-web-sdk 1.11.0 1.13.0
@grafana/faro-web-tracing 1.11.0 1.13.0
@navikt/aksel-icons 7.10.0 7.11.0
@navikt/ds-css 7.10.0 7.11.0
@navikt/ds-react 7.10.0 7.11.0
@types/express-session 1.18.0 1.18.1
@types/react 19.0.7 19.0.8
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.1
@babel/cli 7.25.7 7.26.4
@babel/core 7.25.8 7.26.7
@babel/plugin-transform-typescript 7.25.7 7.26.7
@babel/preset-env 7.25.8 7.26.7
@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.0
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

Updates @amplitude/analytics-browser from 2.11.7 to 2.11.11

Release notes

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

@​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
  • 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
  • ad84bf6 fix: amplitude.remove should only remove if plugin was already registered
  • 368f7d3 chore(release): publish
  • Additional commits viewable in compare view

Updates @grafana/faro-react from 1.11.0 to 1.13.0

Changelog

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

Changelog

Next

1.13

  • 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)

  • Fix (@grafana/faro-web-sdk): Prevents circular references in objects sent via console.error messages (#730)

  • Refactor (@grafana/faro-web-sdk): Provide config option to send log messages for console.error calls (#731)

  • Feat (@grafana/faro-web-sdk): Provide a getIgnoreUrls() function to easily retrieve the configured ignoreUrls (#732)

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

Changelog

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

Changelog

Next

1.13

  • 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)

  • Fix (@grafana/faro-web-sdk): Prevents circular references in objects sent via console.error messages (#730)

  • Refactor (@grafana/faro-web-sdk): Provide config option to send log messages for console.error calls (#731)

  • Feat (@grafana/faro-web-sdk): Provide a getIgnoreUrls() function to easily retrieve the configured ignoreUrls (#732)

Commits
  • 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)
  • faee062 chore(globalWindow): revert using Faro's globalObject (#915)
  • c66a1b7 chore: use Faro globalObject instead of window object (#914)
  • 436534b chore: define supported Node engines (#913)
  • f0386cc chore(overrides): send event when a service.name override happens (#903)
  • 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.0

Changelog

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

Changelog

Next

1.13

  • 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)

  • Fix (@grafana/faro-web-sdk): Prevents circular references in objects sent via console.error messages (#730)

  • Refactor (@grafana/faro-web-sdk): Provide config option to send log messages for console.error calls (#731)

  • Feat (@grafana/faro-web-sdk): Provide a getIgnoreUrls() function to easily retrieve the configured ignoreUrls (#732)

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

Changelog

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

7.11.0

Minor Changes

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

Updates @navikt/ds-css from 7.10.0 to 7.11.0

Changelog

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

Changelog

7.11

@​navikt/aksel-icons

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

@​navikt/ds-css

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

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

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)
  • Combobox: Always render maxSelected message when isMultiSelect is set. (#3506)

@​navikt/ds-css

  • Table: New prop contentGutter added to ExpandableRow-component. This allows user more control for content layout inside expandable element. (#3507)
  • Button: Using <Loader /> within icon-prop now supported. (#3515)

  • Combobox: Always render maxSelected message when isMultiSelect is set. (#3506)

7.9

@​navikt/ds-react

  • ErrorSummary: ✨ new prop to prefix error with a warning icon. (#3445) All form components: replace dot with warning icon in error message.
  • Button: Fix edge-case where setting "loading={true}" in a Modal caused the button to get 0 width and not show spinner (#3252)

  • Switch: Update switch to better reflect unchecked state. (#3468)

  • Textarea: resize immediately upon receiving resize event (eg. inside modal opening). (#3463)

@​navikt/ds-css

  • Table: Removed border-bottom for HeaderCell used in ExpandableRow. (#3503)
  • Link: 🐛 Use inside Alert got wrong text-color while focused or active. (#3489)
  • ErrorSummary: ✨ new prop to prefix error with a warning icon. (#3445)

... (truncated)

Commits
  • bb00b75 Version Packages (#3529)
  • 803eb21 ⬆️ Bump cssnano from 6.0.0 to 7.0.6 (#3545)
  • dc54866 ⬆️ Bump peter-evans/create-or-update-comment from 3 to 4 (#3539)
  • aa537e4 ⬆️ Bump peter-evans/find-comment from 2 to 3 (#3540)
  • 7140848 🐛 Refreshed yarn.lock to stop chromatic from breaking on build
  • ddd0436 [Darkside]: SoftA-token added for use in Table zebra-stripes
  • 2303d6c ⬆️ Bump the npm_and_yarn group across 4 directories with 11 updates (...
  • 216eae6 ⬆️ Bump the npm_and_yarn group with 4 updates (#3534)
  • 0e5c58b 🩺 Add dependabot support (#3533)
  • 163c1bc Accordion: change: do animation similar to ExpansionCard (#3491)
  • Additional commits viewable in compare view

Updates @navikt/ds-react from 7.10.0 to 7.11.0

Changelog

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

Changelog

7.11

@​navikt/aksel-icons

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

@​navikt/ds-css

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

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

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)
  • Combobox: Always render maxSelected message when isMultiSelect is set. (#3506)

@​navikt/ds-css

  • Table: New prop contentGutter added to ExpandableRow-component. This allows user more control for content layout inside expandable element. (#3507)
  • Button: Using <Loader /> within icon-prop now supported. (#3515)

  • Combobox: Always render maxSelected message when isMultiSelect is set. (#3506)

7.9

@​navikt/ds-react

  • ErrorSummary: ✨ new prop to prefix error with a warning icon. (#3445) All form components: replace dot with warning icon in error message.
  • Button: Fix edge-case where setting "loading={true}" in a Modal caused the button to get 0 width and not show spinner (#3252)

  • Switch: Update switch to better reflect unchecked state. (#3468)

  • Textarea: resize immediately upon receiving resize event (eg. inside modal opening). (#3463)

@​navikt/ds-css

  • Table: Removed border-bottom for HeaderCell used in ExpandableRow. (#3503)
  • Link: 🐛 Use inside Alert got wrong text-color while focused or active. (#3489)
  • ErrorSummary: ✨ new prop to prefix error with a warning icon. (#3445)

... (truncated)

Commits
  • bb00b75 Version Packages (#3529)
  • 803eb21 ⬆️ Bump cssnano from 6.0.0 to 7.0.6 (#3545)
  • dc54866 ⬆️ Bump peter-evans/create-or-update-comment from 3 to 4 (#3539)
  • aa537e4 ⬆️ Bump peter-evans/find-comment from 2 to 3 (#3540)
  • 7140848 🐛 Refreshed yarn.lock to stop chromatic from breaking on build
  • ddd0436 [Darkside]: SoftA-token added for use in Table zebra-stripes
  • 2303d6c ⬆️ Bump the npm_and_yarn group across 4 directories with 11 updates (...
  • 216eae6 ⬆️ Bump the npm_and_yarn group with 4 updates (#3534)
  • 0e5c58b 🩺 Add dependabot support (#3533)
  • 163c1bc Accordion: change: do animation similar to ExpansionCard (#3491)
  • 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.8

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.prototype.map
        • Iterator.prototype.reduce
        • Iterator.prototype.some
        • Iterator.prototype.take
        • Iterator.prototype.toArray
        • Iterator.prototype[@@toStringTag]

... (truncated)

Commits
  • 6e49392 v3.40.0
  • 34e4086 update the way async disposing of only sync disposable resources
  • e21bdbf bump the year
  • dd21b36 add a fix of V8 < 12.8 / NodeJS < 22.10 bug with handling infinite length of ...
  • 8de4f9a re-use IteratorResult objects when possible in Iterator.concat
  • 696feb8 add Error.isError
  • 19d4688 enable eslint-plugin-es-x no-nonstandard-*-properties rules
  • ebf97cc drop unneeded non-standard %TypedArray%.prototype.toSpliced feature detection
  • f37b548 don't use globally available non-standard Math.scale
  • 5c7cc53 inli...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@amplitude/analytics-browser](https://github.com/amplitude/Amplitude-TypeScript) | `2.11.7` | `2.11.11` |
| [@grafana/faro-react](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/react) | `1.11.0` | `1.13.0` |
| [@grafana/faro-web-sdk](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-sdk) | `1.11.0` | `1.13.0` |
| [@grafana/faro-web-tracing](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-tracing) | `1.11.0` | `1.13.0` |
| [@navikt/aksel-icons](https://github.com/navikt/aksel/tree/HEAD/@navikt/aksel-icons) | `7.10.0` | `7.11.0` |
| [@navikt/ds-css](https://github.com/navikt/aksel) | `7.10.0` | `7.11.0` |
| [@navikt/ds-react](https://github.com/navikt/aksel) | `7.10.0` | `7.11.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.8` |
| [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.1` |
| [@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.7` |
| [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) | `7.25.7` | `7.26.7` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.25.8` | `7.26.7` |
| [@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.0` |
| [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` |



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

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

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

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

Updates `@navikt/aksel-icons` from 7.10.0 to 7.11.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/aksel-icons@7.11.0/@navikt/aksel-icons)

Updates `@navikt/ds-css` from 7.10.0 to 7.11.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/ds-css@7.10.0...@navikt/ds-css@7.11.0)

Updates `@navikt/ds-react` from 7.10.0 to 7.11.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/ds-react@7.10.0...@navikt/ds-react@7.11.0)

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.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

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.7
- [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.7/packages/babel-core)

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

Updates `@babel/preset-env` from 7.25.8 to 7.26.7
- [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.7/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.0
- [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)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 3, 2025 13:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2025

Superseded by #594.

@dependabot dependabot bot closed this Feb 10, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-07f7a81390 branch February 10, 2025 13:40
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