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 26 updates #233

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor-and-patch group with 26 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.6.0
@navikt/ds-react 7.0.0 7.6.0
@tanstack/react-query 5.51.24 5.62.1
@tanstack/react-query-devtools 5.51.24 5.62.1
@types/react 18.3.3 18.3.12
@types/react-dom 18.3.0 18.3.1
axios 1.7.7 1.7.8
core-js 3.38.0 3.39.0
express 4.19.2 4.21.1
express-session 1.18.0 1.18.1
@types/express-session 1.18.0 1.18.1
@babel/cli 7.24.8 7.25.9
@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.25.9
@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.6.6
typescript 5.6.2 5.7.2
webpack 5.93.0 5.96.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.6.0

Changelog

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

Changelog

7.6

@​navikt/aksel-icons

  • Icons: Added new icons 'TruckPercent' and 'ShieldCheckmark' 🎉. (#3416)

@​navikt/ds-react

  • ActionMenu: Added 'align'-prop to 'ActionMenu.Content'. This allows menu to 'start' or 'end' align in reference to anchor. (#3414)

  • ReadMore: Added size 'large'. (#3372)

  • DatePicker/MonthPicker: Remove pointerEvents=none on CalendarIcon so that the title shows up as tooltip on hover (#3390)

  • Combobox: Single-select now shows cursor closer to selected item. (#3384)

@​navikt/ds-css

  • ReadMore: Added size 'large'. (#3372)
  • Select: Now shows focus-outline when ':focus' is set trough pointer or label in all browsers. Chrome and Firefox handles :focus-visible differently for 'select', previously causing outline-border not to show in Firefox. (#3415)

  • Modal: Don't add scroll shadow when polyfilled (#3408)

  • Modal: Now shows up while screensharing with Vergic (#3407)

  • FileUpload: Remove browser styling from FileUpload.Item when used in list. (#3413)

  • Combobox: Single-select now shows cursor closer to selected item. (#3384)

7.5

@​navikt/aksel-icons

  • Icons: 🎉 Added FileJpeg, FilePng and MedicalThermometer. (#3332)

@​navikt/aksel

  • Chore: Manually bump version to sync npm and github-releases (aa7c2d9)

@​navikt/ds-react

  • Allow RC versions of React 19 through peerDependencies (#3391)
  • Combobox: Fix issue where using arrow keys in list would make the entire page scroll (#3364)
  • React: Allow all react versions above 17.0.0 trough peerDependencies. (#3334)

... (truncated)

Commits
  • 8951c5c Version Packages (#3404)
  • fa2904d Remove space from combobox single select (#3384)
  • 8c9b2e2 Adjust examples of Loader (#3418)
  • dce149f 🐛 Select get focus-outline when clicked in firefox, as focus-visible wer...
  • 39db249 [Darkside] Tabs CSS update (#3398)
  • 9c5b32f [Icons]: Added some new icons (synced from Figma) (#3416)
  • efc1446 📝 Changeset (#3414)
  • 6d74cb7 Fileupload: Remove list-styling when used in ul (#3413)
  • d6f08ff [Darkside]: Misc updates to darkside CSS, added shadow-token
  • 1f4ac7b DatePicker/MonthPicker: add support for translations provider (#3390)
  • Additional commits viewable in compare view

Updates @navikt/ds-react from 7.0.0 to 7.6.0

Changelog

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

Changelog

7.6

@​navikt/aksel-icons

  • Icons: Added new icons 'TruckPercent' and 'ShieldCheckmark' 🎉. (#3416)

@​navikt/ds-react

  • ActionMenu: Added 'align'-prop to 'ActionMenu.Content'. This allows menu to 'start' or 'end' align in reference to anchor. (#3414)

  • ReadMore: Added size 'large'. (#3372)

  • DatePicker/MonthPicker: Remove pointerEvents=none on CalendarIcon so that the title shows up as tooltip on hover (#3390)

  • Combobox: Single-select now shows cursor closer to selected item. (#3384)

@​navikt/ds-css

  • ReadMore: Added size 'large'. (#3372)
  • Select: Now shows focus-outline when ':focus' is set trough pointer or label in all browsers. Chrome and Firefox handles :focus-visible differently for 'select', previously causing outline-border not to show in Firefox. (#3415)

  • Modal: Don't add scroll shadow when polyfilled (#3408)

  • Modal: Now shows up while screensharing with Vergic (#3407)

  • FileUpload: Remove browser styling from FileUpload.Item when used in list. (#3413)

  • Combobox: Single-select now shows cursor closer to selected item. (#3384)

7.5

@​navikt/aksel-icons

  • Icons: 🎉 Added FileJpeg, FilePng and MedicalThermometer. (#3332)

@​navikt/aksel

  • Chore: Manually bump version to sync npm and github-releases (aa7c2d9)

@​navikt/ds-react

  • Allow RC versions of React 19 through peerDependencies (#3391)
  • Combobox: Fix issue where using arrow keys in list would make the entire page scroll (#3364)
  • React: Allow all react versions above 17.0.0 trough peerDependencies. (#3334)

... (truncated)

Commits
  • 8951c5c Version Packages (#3404)
  • fa2904d Remove space from combobox single select (#3384)
  • 8c9b2e2 Adjust examples of Loader (#3418)
  • dce149f 🐛 Select get focus-outline when clicked in firefox, as focus-visible wer...
  • 39db249 [Darkside] Tabs CSS update (#3398)
  • 9c5b32f [Icons]: Added some new icons (synced from Figma) (#3416)
  • efc1446 📝 Changeset (#3414)
  • 6d74cb7 Fileupload: Remove list-styling when used in ul (#3413)
  • d6f08ff [Darkside]: Misc updates to darkside CSS, added shadow-token
  • 1f4ac7b DatePicker/MonthPicker: add support for translations provider (#3390)
  • Additional commits viewable in compare view

Updates @tanstack/react-query from 5.51.24 to 5.62.1

Release notes

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

v5.62.1

Version 5.62.1 - 12/2/24, 6:40 PM

Changes

Fix

  • eslint-plugin-query: handle non-null at then end of var in exhaustive-deps (#8385) (d9d2728) by Parbez

Chore

  • angular-query: update examples to typescript 5.7 (#8374) (b7bad3d) by Arnoud

Test

  • query-core: add type check tests for queryObserver (#8304) (12b6782) by Sol Lee

Packages

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

v5.62.0

Version 5.62.0 - 11/29/24, 1:03 PM

Changes

Feat

  • types: Include optional TError on DataTag (#8361) (0fa1f01) by Nick Lucas

Chore

... (truncated)

Commits

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

Release notes

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

v5.62.1

Version 5.62.1 - 12/2/24, 6:40 PM

Changes

Fix

  • eslint-plugin-query: handle non-null at then end of var in exhaustive-deps (#8385) (d9d2728) by Parbez

Chore

  • angular-query: update examples to typescript 5.7 (#8374) (b7bad3d) by Arnoud

Test

  • query-core: add type check tests for queryObserver (#8304) (12b6782) by Sol Lee

Packages

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

v5.62.0

Version 5.62.0 - 11/29/24, 1:03 PM

Changes

Feat

  • types: Include optional TError on DataTag (#8361) (0fa1f01) by Nick Lucas

Chore

... (truncated)

Commits

Updates @types/react from 18.3.3 to 18.3.12

Commits

Updates @types/react-dom from 18.3.0 to 18.3.1

Commits

Updates axios from 1.7.7 to 1.7.8

Release notes

Sourced from axios's releases.

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.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
  • 415ca94 chore(release): v1.7.8 (#6715)
  • 0a8d6e1 fix: use URL API instead of DOM to fix a potential vulnerability warning; (#6...
  • c71811b fix(types): export CJS types from ESM (#6218)
  • 4355a6d chore(sponsor): update sponsor block (#6709)
  • 5d54d22 chore(sponsor): update sponsor block (#6707)
  • eac4619 fix: allow passing a callback as paramsSerializer to buildURL (#6680)
  • df956d1 fix(http): use globalThis.TextEncoder when available (#6634)
  • 7139ce9 chore(deps): bump cookie and socket.io (#6704)
  • 5ebb124 chore(deps-dev): bump elliptic from 6.5.4 to 6.6.0 (#6698)
  • 4e9b33d chore(deps): bump send and express (#6699)
  • Additional commits viewable in compare view

Updates core-js from 3.38.0 to 3.39.0

Changelog

Sourced from core-js's changelog.

3.39.0 - 2024.10.31

... (truncated)

Commits
  • fe6d2d6 v3.39.0
  • 751bbae add Iterator sequencing stage 2.7 proposal
  • 227a758 update some links, add some missed links
  • 4bdfd91 normalize key in Map.prototype.getOrInsertComputed
  • 2b189d3 validate WeakMap key before callbackfn call in `WeakMap.prototype.getOrIn...
  • e3e9f37 update Map upsert proposal to the new API
  • fa5b026 update transferable objects list instructuredClone implementation
  • fbc4e4f remove usage of @@species pattern from %TypedArray% and ArrayBuffer met...
  • ce0402d move extractors proposa to stage 2

Bumps the minor-and-patch group with 26 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.6.0` |
| [@navikt/ds-react](https://github.com/navikt/aksel) | `7.0.0` | `7.6.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.51.24` | `5.62.1` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.51.24` | `5.62.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.3` | `18.3.12` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `18.3.1` |
| [axios](https://github.com/axios/axios) | `1.7.7` | `1.7.8` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.38.0` | `3.39.0` |
| [express](https://github.com/expressjs/express) | `4.19.2` | `4.21.1` |
| [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.25.9` |
| [@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.25.9` |
| [@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.6.6` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.7.2` |
| [webpack](https://github.com/webpack/webpack) | `5.93.0` | `5.96.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.6.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.6.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.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.62.1/packages/react-query)

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

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

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

Updates `axios` from 1.7.7 to 1.7.8
- [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.8)

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 `express` from 4.19.2 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.19.2...4.21.1)

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

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.96.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.93.0...v5.96.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: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react-dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-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 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

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

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-61f066f36a branch December 9, 2024 23:08
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