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 25 updates #239

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

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

Package From To
@grafana/faro-react 1.9.0 1.12.2
@grafana/faro-web-sdk 1.9.0 1.12.2
@grafana/faro-web-tracing 1.9.0 1.12.2
@navikt/ds-css 7.0.0 7.9.0
@navikt/ds-react 7.0.0 7.9.0
@tanstack/react-query 5.51.24 5.62.9
@tanstack/react-query-devtools 5.51.24 5.62.9
axios 1.7.7 1.7.9
core-js 3.38.0 3.39.0
dotenv 16.4.5 16.4.7
express 4.19.2 4.21.2
express-session 1.18.0 1.18.1
@types/express-session 1.18.0 1.18.1
@babel/cli 7.24.8 7.26.4
@babel/core 7.25.2 7.26.0
@babel/plugin-transform-regenerator 7.24.7 7.25.9
@babel/plugin-transform-runtime 7.24.7 7.25.9
@babel/preset-env 7.25.3 7.26.0
@babel/preset-react 7.24.7 7.26.3
@babel/preset-typescript 7.24.7 7.26.0
eslint-plugin-react 7.35.0 7.37.2
html-webpack-plugin 5.6.0 5.6.3
msw 2.4.8 2.7.0
typescript 5.6.2 5.7.2
webpack 5.93.0 5.97.1

Updates @grafana/faro-react from 1.9.0 to 1.12.2

Changelog

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

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)

1.11.0

  • Improvement (@grafana/faro-web-sdk): The console instrumentation now sends an Error signal instead of a Log signal for console.error() calls (#703).
  • Improvement (@grafana/faro-web-sdk): The resource timings instrumentation now includes ttfb (Time to First Byte) and visibilityState in faro.performance.resource timings (#708).
  • Deps (@grafana/faro-*): Minor dependency updates.

1.10.2

  • Fix (@grafana/faro-web-tracing): Enhance the xhr instrumentation to handle both URL objects and strings seamlessly (#695).

1.10.1

  • Improvement (@grafana/faro-web-sdk): Isolated Faro instances now exclude the default collector URLs of other instances by default (#684).

  • Improvement (@grafana/faro-web-sdk): The pushError API now automatically includes error.cause in the Faro exception context (#688).

  • Fix (@grafana/faro-transport-otlp-http [experimental]): add service.namespace attribute if set (#687).

Breaking

  • Improvement (@grafana/faro-transport-otlp-http [experimental]): update semantic attributes for browser (#684).
    • browser.user_agent is replaced by user_agent.original

... (truncated)

Commits

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

Changelog

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

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)

1.11.0

  • Improvement (@grafana/faro-web-sdk): The console instrumentation now sends an Error signal instead of a Log signal for console.error() calls (#703).
  • Improvement (@grafana/faro-web-sdk): The resource timings instrumentation now includes ttfb (Time to First Byte) and visibilityState in faro.performance.resource timings (#708).
  • Deps (@grafana/faro-*): Minor dependency updates.

1.10.2

  • Fix (@grafana/faro-web-tracing): Enhance the xhr instrumentation to handle both URL objects and strings seamlessly (#695).

1.10.1

  • Improvement (@grafana/faro-web-sdk): Isolated Faro instances now exclude the default collector URLs of other instances by default (#684).

  • Improvement (@grafana/faro-web-sdk): The pushError API now automatically includes error.cause in the Faro exception context (#688).

  • Fix (@grafana/faro-transport-otlp-http [experimental]): add service.namespace attribute if set (#687).

Breaking

  • Improvement (@grafana/faro-transport-otlp-http [experimental]): update semantic attributes for browser (#684).
    • browser.user_agent is replaced by user_agent.original

... (truncated)

Commits
  • f71b569 v1.12.2
  • 6333f8a fix(console instrumentation): revert to former log parsing behavior (#745)
  • 6d6b068 v1.12.1
  • 7182b85 fix(ConsoleInstrumentation): guard json stringifier for non-error logs agains...
  • f8209d5 v1.12.0
  • f70c473 refactor(ConsoleInstrumentation): Provide config option to send log messages ...
  • fb09bfc fix(console instrumentation): handle circular object references in json parse...
  • bd41a14 feat: provide getIgnoreUrls function (#732)
  • 1e796c4 improvement(storeUserSession) guard object stringifier against circular refer...
  • b82e827 v1.11.0
  • Additional commits viewable in compare view

Updates @grafana/faro-web-tracing from 1.9.0 to 1.12.2

Changelog

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

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)

1.11.0

  • Improvement (@grafana/faro-web-sdk): The console instrumentation now sends an Error signal instead of a Log signal for console.error() calls (#703).
  • Improvement (@grafana/faro-web-sdk): The resource timings instrumentation now includes ttfb (Time to First Byte) and visibilityState in faro.performance.resource timings (#708).
  • Deps (@grafana/faro-*): Minor dependency updates.

1.10.2

  • Fix (@grafana/faro-web-tracing): Enhance the xhr instrumentation to handle both URL objects and strings seamlessly (#695).

1.10.1

  • Improvement (@grafana/faro-web-sdk): Isolated Faro instances now exclude the default collector URLs of other instances by default (#684).

  • Improvement (@grafana/faro-web-sdk): The pushError API now automatically includes error.cause in the Faro exception context (#688).

  • Fix (@grafana/faro-transport-otlp-http [experimental]): add service.namespace attribute if set (#687).

Breaking

  • Improvement (@grafana/faro-transport-otlp-http [experimental]): update semantic attributes for browser (#684).
    • browser.user_agent is replaced by user_agent.original

... (truncated)

Commits

Updates @navikt/ds-css from 7.0.0 to 7.9.0

Changelog

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

Changelog

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

  • ErrorSummary: ✨ new prop to prefix error with a warning icon. (#3445) All form components: replace dot with warning icon in error message.
  • Switch: Update switch to better reflect unchecked state. (#3468)

  • Select: 🐛 Focus-border no longer cancels out error-border. (#3465)

  • Textarea: 🐛 Focus-border no longer cancels out error-border. (#3465)

7.8

@​navikt/aksel-stylelint

  • Combobox: Removed clear button, removed tokens staring with --ac-combobox-clear, deprecated props clearButton/clearButtonLabel. (#3433)

@​navikt/ds-react

  • Combobox: Only open dropdown-list onClick, not onFocus. (#3440)

  • Combobox: Fix issue where you could select more options than defined in maxSelected (#3434)

  • Timeline: In cases where earliest found date were after current date, timeline-start ended up defaulting to current date. (#3458)

  • Chips.Removable: Removed prop removeLabel (#3429)

  • i18n: ✨ Implemented i18n support for all components. Components come with support for nb, nn and en locales (Docs) (#3429)

  • Combobox: Removed clear button, removed tokens staring with --ac-combobox-clear, deprecated props clearButton/clearButtonLabel. (#3433)

  • Combobox: Changed prop maxSelected to number (#3433)

  • DatePicker/MonthPicker: Added new translations prop and deprecated locale prop (#3429)

... (truncated)

Commits
  • 8cd6512 Version Packages (#3474)
  • 7e976f9 [aksel.nav.no] Add example of ErrorMessage with icon (#3476)
  • db828bd [Switch] Updated default design to better reflect unchecked state (#3468)
  • 443b129 Bugfix/button loading issue in modal (#3252)
  • 561fecb [Darkside] Updated \<Theme /> component (#3467)
  • 0017789 [Select] 🐛 Focus-border no longer cancels out error-border. (#3465)
  • 38f5e63 🐛 Removed default tokens added to tailwind, added opacity-token (#3472)
  • c3d65a6 Make Chromatic workflow fail on errors but not on changes (#3471)
  • 3025e4e [Darkside] ✨ Now adds version-tokens to tokens css (#3466)
  • 043277f [Darkside] 💄 New ToggleGroup design (#3460)
  • Additional commits viewable in compare view

Updates @navikt/ds-react from 7.0.0 to 7.9.0

Changelog

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

Changelog

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

  • ErrorSummary: ✨ new prop to prefix error with a warning icon. (#3445) All form components: replace dot with warning icon in error message.
  • Switch: Update switch to better reflect unchecked state. (#3468)

  • Select: 🐛 Focus-border no longer cancels out error-border. (#3465)

  • Textarea: 🐛 Focus-border no longer cancels out error-border. (#3465)

7.8

@​navikt/aksel-stylelint

  • Combobox: Removed clear button, removed tokens staring with --ac-combobox-clear, deprecated props clearButton/clearButtonLabel. (#3433)

@​navikt/ds-react

  • Combobox: Only open dropdown-list onClick, not onFocus. (#3440)

  • Combobox: Fix issue where you could select more options than defined in maxSelected (#3434)

  • Timeline: In cases where earliest found date were after current date, timeline-start ended up defaulting to current date. (#3458)

  • Chips.Removable: Removed prop removeLabel (#3429)

  • i18n: ✨ Implemented i18n support for all components. Components come with support for nb, nn and en locales (Docs) (#3429)

  • Combobox: Removed clear button, removed tokens staring with --ac-combobox-clear, deprecated props clearButton/clearButtonLabel. (#3433)

  • Combobox: Changed prop maxSelected to number (#3433)

  • DatePicker/MonthPicker: Added new translations prop and deprecated locale prop (#3429)

... (truncated)

Commits
  • 8cd6512 Version Packages (#3474)
  • 7e976f9 [aksel.nav.no] Add example of ErrorMessage with icon (#3476)
  • db828bd [Switch] Updated default design to better reflect unchecked state (#3468)
  • 443b129 Bugfix/button loading issue in modal (#3252)
  • 561fecb [Darkside] Updated \<Theme /> component (#3467)
  • 0017789 [Select] 🐛 Focus-border no longer cancels out error-border. (#3465)
  • 38f5e63 🐛 Removed default tokens added to tailwind, added opacity-token (#3472)
  • c3d65a6 Make Chromatic workflow fail on errors but not on changes (#3471)
  • 3025e4e [Darkside] ✨ Now adds version-tokens to tokens css (#3466)
  • 043277f [Darkside] 💄 New ToggleGroup design (#3460)
  • Additional commits viewable in compare view

Updates @tanstack/react-query from 5.51.24 to 5.62.9

Release notes

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

v5.62.9

Version 5.62.9 - 12/23/24, 4:51 PM

Changes

Fix

  • types: change symbol declarations (#8468) (1e73d3a) by Nick Lucas

Chore

  • update dependencies (#8464) (5be3872) by Lachlan Collins

Docs

  • Update infiniteQueryOptions.md (#8447) (18d81b9) by @​caillou
  • useQuery: add more info to description of staleTime field of query options (#8448) (a76ac59) by gnerkus

Packages

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

v5.62.8

Version 5.62.8 - 12/17/24, 5:11 PM

Changes

Fix

  • types: fix issues with queryOptions factory method types (#8394) (4989399) by Nick Lucas

... (truncated)

Commits

Updates @tanstack/react-query-devtools from 5.51.24 to 5.62.9

Release notes

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

v5.62.9

Version 5.62.9 - 12/23/24, 4:51 PM

Changes

Fix

  • types: change symbol declarations (#8468) (1e73d3a) by Nick Lucas

Chore

  • update dependencies (#8464) (5be3872) by Lachlan Collins

Docs

  • Update infiniteQueryOptions.md (#8447) (18d81b9) by @​caillou
  • useQuery: add more info to description of staleTime field of query options (#8448) (a76ac59) by gnerkus

Packages

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

v5.62.8

Version 5.62.8 - 12/17/24, 5:11 PM

Changes

Fix

  • types: fix issues with queryOptions factory method types (#8394) (4989399) by Nick Lucas

... (truncated)

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

Changelog

Sourced from core-js's changelog.

3.39.0 - 2024.10.31

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

| Package | From | To |
| --- | --- | --- |
| [@grafana/faro-react](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/react) | `1.9.0` | `1.12.2` |
| [@grafana/faro-web-sdk](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-sdk) | `1.9.0` | `1.12.2` |
| [@grafana/faro-web-tracing](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-tracing) | `1.9.0` | `1.12.2` |
| [@navikt/ds-css](https://github.com/navikt/aksel) | `7.0.0` | `7.9.0` |
| [@navikt/ds-react](https://github.com/navikt/aksel) | `7.0.0` | `7.9.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.51.24` | `5.62.9` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.51.24` | `5.62.9` |
| [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.0` | `3.39.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `16.4.7` |
| [express](https://github.com/expressjs/express) | `4.19.2` | `4.21.2` |
| [express-session](https://github.com/expressjs/session) | `1.18.0` | `1.18.1` |
| [@types/express-session](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-session) | `1.18.0` | `1.18.1` |
| [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.8` | `7.26.4` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.25.2` | `7.26.0` |
| [@babel/plugin-transform-regenerator](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-regenerator) | `7.24.7` | `7.25.9` |
| [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) | `7.24.7` | `7.25.9` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.25.3` | `7.26.0` |
| [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.7` | `7.26.3` |
| [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.24.7` | `7.26.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.0` | `7.37.2` |
| [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) | `5.6.0` | `5.6.3` |
| [msw](https://github.com/mswjs/msw) | `2.4.8` | `2.7.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.7.2` |
| [webpack](https://github.com/webpack/webpack) | `5.93.0` | `5.97.1` |



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

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

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

Updates `@navikt/ds-css` from 7.0.0 to 7.9.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.0.0 to 7.9.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 `@tanstack/react-query` from 5.51.24 to 5.62.9
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.62.9/packages/react-query)

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

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.0 to 3.39.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.39.0/packages/core-js)

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.19.2 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.19.2...4.21.2)

Updates `express-session` from 1.18.0 to 1.18.1
- [Release notes](https://github.com/expressjs/session/releases)
- [Changelog](https://github.com/expressjs/session/blob/master/HISTORY.md)
- [Commits](expressjs/session@v1.18.0...v1.18.1)

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 `@babel/cli` from 7.24.8 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.2 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-core)

Updates `@babel/plugin-transform-regenerator` from 7.24.7 to 7.25.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.25.9/packages/babel-plugin-transform-regenerator)

Updates `@babel/plugin-transform-runtime` from 7.24.7 to 7.25.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.25.9/packages/babel-plugin-transform-runtime)

Updates `@babel/preset-env` from 7.25.3 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-env)

Updates `@babel/preset-react` from 7.24.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.24.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 `eslint-plugin-react` from 7.35.0 to 7.37.2
- [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.35.0...v7.37.2)

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 `msw` from 2.4.8 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.8...v2.7.0)

Updates `typescript` from 5.6.2 to 5.7.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.6.2...v5.7.2)

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

---
updated-dependencies:
- 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/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: "@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: 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: 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-minor
  dependency-group: minor-and-patch
- dependency-name: express-session
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: "@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-regenerator"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@babel/plugin-transform-runtime"
  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: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: 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: 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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2024

Superseded by #240.

@dependabot dependabot bot closed this Dec 30, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-36d9d9ebae branch December 30, 2024 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants