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 with 41 updates #188

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor-and-patch group with 41 updates:

Package From To
@grafana/faro-react 1.3.9 1.7.3
@grafana/faro-web-sdk 1.3.9 1.7.3
@grafana/faro-web-tracing 1.3.9 1.7.3
@tanstack/react-query 5.0.5 5.37.1
@tanstack/react-query-devtools 5.4.2 5.37.1
axios 1.6.3 1.7.2
classnames 2.3.1 2.5.1
core-js 3.22.6 3.37.1
dotenv 16.0.1 16.4.5
express 4.18.1 4.19.2
@types/express 4.17.13 4.17.21
express-session 1.17.3 1.18.0
@types/express-session 1.17.4 1.18.0
react 18.1.0 18.3.1
@types/react 18.0.9 18.3.2
react-dom 18.1.0 18.3.1
@types/react-dom 18.0.5 18.3.0
regenerator-runtime 0.13.9 0.14.1
ts-custom-error 3.2.0 3.3.1
@babel/cli 7.17.10 7.24.5
@babel/core 7.18.6 7.24.5
@babel/plugin-transform-regenerator 7.18.0 7.24.1
@babel/plugin-transform-runtime 7.18.0 7.24.3
@babel/preset-env 7.18.0 7.24.5
@babel/preset-react 7.17.12 7.24.1
@babel/preset-typescript 7.17.12 7.24.1
@babel/register 7.17.7 7.23.7
@testing-library/user-event 14.2.0 14.5.2
autoprefixer 10.4.7 10.4.19
babel-plugin-module-resolver 5.0.0 5.0.2
babel-plugin-styled-components 2.0.7 2.1.4
eslint-plugin-react 7.30.0 7.34.1
eslint-plugin-react-hooks 4.5.0 4.6.2
html-webpack-plugin 5.5.0 5.6.0
mocha 10.1.0 10.4.0
@types/mocha 9.1.1 10.0.6
nock 13.2.4 13.5.4
ts-node 10.8.0 10.9.2
webpack 5.76.0 5.91.0
@types/webpack 5.28.0 5.28.5
webpack-merge 5.8.0 5.10.0

Updates @grafana/faro-react from 1.3.9 to 1.7.3

Changelog

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

1.7.3

  • Feature (@grafana/faro-core): source map uploads - add bundleId to the MetaApp Meta object (#476).
  • Feature (@grafana/faro-web-sdk): track window dimensions via the browser meta (#594).

1.7.2

  • Fix (@grafana/faro-react): Fixed a type issue in react v6 router dependencies (#585).

1.7.1

  • Enhancement (@grafana/faro-core): Config has now a parameter logArgsSerializer to set a custom serializer for log arguments (#564). This is useful if log message args are complex and might produce [object Object] in the logs.
  • Fix (@grafana/faro-web-tracing): Fix an import issue causing builds to fail (#581).
  • Fix (@grafana/faro-react): Fix type issues in react data route wrapper withFaroRouterInstrumentation (#584).

1.7.0

  • Enhancement (@grafana/faro-web-sdk): provide option to globally exclude endpoint URLs from being tracked. This applies to the following instrumentations: performance, xhr, fetch and web-tracing (#554).
  • Update (faro demo): Update Demo to pin docker images and replace Cortex by Mimir (#563).
  • Enhancement (faro demo): Migrate demo Grafana agent to Grafana alloy

1.6.0

  • Docs(@grafana/faro-web-sdk, @grafana/faro-web-tracing): Remove pre-release warning (#550).
  • Change (@grafana/faro-web-tracing): Remove redundant DocumentLoadInstrumentation. Faro tracks page load data by default (#551).
  • Change(@grafana/faro-web-sdk): Performance instrumentation only tracks resource entries initiated by calls to the fetch method or xhr-html requests. To track all resource entries set trackResources: true (#560).

1.5.1

  • Feature(@grafana/faro-web-sdk): Add parsing time to FaroNavigationTiming (#541).
  • Chore(@grafana/faro-web-sdk): Get rid of structureClone. It caused breakage in some sandboxed environments because of injected proxy objects (#536).
  • Feat(@grafana/faro-web-sdk): Add K6 test ID to K6 meta if available in window.k6 object (#531).

1.5.0

  • Feat(@grafana/faro-web-sdk): Add responseStatus to performance events (#526).
  • Fix (@grafana/faro-web-sdk): Faro updates sessions in an infinite loop if DOM Storage is not available (#519).
  • Feat (@grafana/faro-react): Support instrumenting React Router v6 data routers (#518).

1.4.2

... (truncated)

Commits

Updates @grafana/faro-web-sdk from 1.3.9 to 1.7.3

Changelog

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

1.7.3

  • Feature (@grafana/faro-core): source map uploads - add bundleId to the MetaApp Meta object (#476).
  • Feature (@grafana/faro-web-sdk): track window dimensions via the browser meta (#594).

1.7.2

  • Fix (@grafana/faro-react): Fixed a type issue in react v6 router dependencies (#585).

1.7.1

  • Enhancement (@grafana/faro-core): Config has now a parameter logArgsSerializer to set a custom serializer for log arguments (#564). This is useful if log message args are complex and might produce [object Object] in the logs.
  • Fix (@grafana/faro-web-tracing): Fix an import issue causing builds to fail (#581).
  • Fix (@grafana/faro-react): Fix type issues in react data route wrapper withFaroRouterInstrumentation (#584).

1.7.0

  • Enhancement (@grafana/faro-web-sdk): provide option to globally exclude endpoint URLs from being tracked. This applies to the following instrumentations: performance, xhr, fetch and web-tracing (#554).
  • Update (faro demo): Update Demo to pin docker images and replace Cortex by Mimir (#563).
  • Enhancement (faro demo): Migrate demo Grafana agent to Grafana alloy

1.6.0

  • Docs(@grafana/faro-web-sdk, @grafana/faro-web-tracing): Remove pre-release warning (#550).
  • Change (@grafana/faro-web-tracing): Remove redundant DocumentLoadInstrumentation. Faro tracks page load data by default (#551).
  • Change(@grafana/faro-web-sdk): Performance instrumentation only tracks resource entries initiated by calls to the fetch method or xhr-html requests. To track all resource entries set trackResources: true (#560).

1.5.1

  • Feature(@grafana/faro-web-sdk): Add parsing time to FaroNavigationTiming (#541).
  • Chore(@grafana/faro-web-sdk): Get rid of structureClone. It caused breakage in some sandboxed environments because of injected proxy objects (#536).
  • Feat(@grafana/faro-web-sdk): Add K6 test ID to K6 meta if available in window.k6 object (#531).

1.5.0

  • Feat(@grafana/faro-web-sdk): Add responseStatus to performance events (#526).
  • Fix (@grafana/faro-web-sdk): Faro updates sessions in an infinite loop if DOM Storage is not available (#519).
  • Feat (@grafana/faro-react): Support instrumenting React Router v6 data routers (#518).

1.4.2

... (truncated)

Commits
  • d2c5a72 v1.7.3
  • 9b99540 Track window dimensions (#594)
  • 1561e10 v1.7.2
  • 11fba62 v1.7.1
  • b06dd9c v1.7.0
  • 05af2b5 feat(agent/alloy): migrate from Grafana agent to Grafana Alloy (#565)
  • 8838704 553 allow to exclude requests to certain urls from tracking on a global level...
  • 108fd2c v1.6.0
  • 87cb4a0 555 only include xhr and fetch performance timings by default more is opt in ...
  • 50f1c43 docs: remove pre-release note from web-sdk and web-tracing readme (#550)
  • Additional commits viewable in compare view

Updates @grafana/faro-web-tracing from 1.3.9 to 1.7.3

Changelog

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

1.7.3

  • Feature (@grafana/faro-core): source map uploads - add bundleId to the MetaApp Meta object (#476).
  • Feature (@grafana/faro-web-sdk): track window dimensions via the browser meta (#594).

1.7.2

  • Fix (@grafana/faro-react): Fixed a type issue in react v6 router dependencies (#585).

1.7.1

  • Enhancement (@grafana/faro-core): Config has now a parameter logArgsSerializer to set a custom serializer for log arguments (#564). This is useful if log message args are complex and might produce [object Object] in the logs.
  • Fix (@grafana/faro-web-tracing): Fix an import issue causing builds to fail (#581).
  • Fix (@grafana/faro-react): Fix type issues in react data route wrapper withFaroRouterInstrumentation (#584).

1.7.0

  • Enhancement (@grafana/faro-web-sdk): provide option to globally exclude endpoint URLs from being tracked. This applies to the following instrumentations: performance, xhr, fetch and web-tracing (#554).
  • Update (faro demo): Update Demo to pin docker images and replace Cortex by Mimir (#563).
  • Enhancement (faro demo): Migrate demo Grafana agent to Grafana alloy

1.6.0

  • Docs(@grafana/faro-web-sdk, @grafana/faro-web-tracing): Remove pre-release warning (#550).
  • Change (@grafana/faro-web-tracing): Remove redundant DocumentLoadInstrumentation. Faro tracks page load data by default (#551).
  • Change(@grafana/faro-web-sdk): Performance instrumentation only tracks resource entries initiated by calls to the fetch method or xhr-html requests. To track all resource entries set trackResources: true (#560).

1.5.1

  • Feature(@grafana/faro-web-sdk): Add parsing time to FaroNavigationTiming (#541).
  • Chore(@grafana/faro-web-sdk): Get rid of structureClone. It caused breakage in some sandboxed environments because of injected proxy objects (#536).
  • Feat(@grafana/faro-web-sdk): Add K6 test ID to K6 meta if available in window.k6 object (#531).

1.5.0

  • Feat(@grafana/faro-web-sdk): Add responseStatus to performance events (#526).
  • Fix (@grafana/faro-web-sdk): Faro updates sessions in an infinite loop if DOM Storage is not available (#519).
  • Feat (@grafana/faro-react): Support instrumenting React Router v6 data routers (#518).

1.4.2

... (truncated)

Commits

Updates @tanstack/react-query from 5.0.5 to 5.37.1

Release notes

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

v5.37.1

Version 5.37.1 - 5/18/2024, 8:42 AM

Changes

Fix

  • Enable link-workspace-packages (#7451) (8493b34e) by Lachlan Collins

Chore

  • Update dependencies (#7449) (78e4bc15) by Lachlan Collins
  • Update to pnpm v9 (#7448) (38fa8c4a) by Lachlan Collins

Packages

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

v5.37.0

Version 5.37.0 - 5/17/2024, 12:52 PM

Changes

Feat

  • svelte-query: Export types from createQueries (#7428) (95c76e65) by Aponia

Fix

  • svelte-query: Update createQueries type (#7429) (2d2c76d1) by Aponia
  • svelte-query-devtools: Replace self-closing div tag (#7440) (23b2abe5) by omar

Chore

... (truncated)

Commits

Updates @tanstack/react-query-devtools from 5.4.2 to 5.37.1

Release notes

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

v5.37.1

Version 5.37.1 - 5/18/2024, 8:42 AM

Changes

Fix

  • Enable link-workspace-packages (#7451) (8493b34e) by Lachlan Collins

Chore

  • Update dependencies (#7449) (78e4bc15) by Lachlan Collins
  • Update to pnpm v9 (#7448) (38fa8c4a) by Lachlan Collins

Packages

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

v5.37.0

Version 5.37.0 - 5/17/2024, 12:52 PM

Changes

Feat

  • svelte-query: Export types from createQueries (#7428) (95c76e65) by Aponia

Fix

  • svelte-query: Update createQueries type (#7429) (2d2c76d1) by Aponia
  • svelte-query-devtools: Replace self-closing div tag (#7440) (23b2abe5) by omar

Chore

... (truncated)

Commits

Updates axios from 1.6.3 to 1.7.2

Release notes

Sourced from axios's releases.

Release v1.7.2

Release notes:

Bug Fixes

Contributors to this release

Release v1.7.1

Release notes:

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

Release v1.7.0

Release notes:

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

Release v1.7.0-beta.2

Release notes:

Bug Fixes

  • fetch: capitalize HTTP method names; (#6395) (ad3174a)
  • fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
  • fetch: fix headers getting from a stream response; (#6401) (870e0a7)

Contributors to this release

Release v1.7.0-beta.1

Release notes:

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.2 (2024-05-21)

Bug Fixes

Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

1.7.0 (2024-05-19)

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

1.7.0-beta.2 (2024-05-19)

Bug Fixes

  • fetch: capitalize HTTP method names; (#6395) (ad3174a)
  • fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
  • fetch: fix headers getting from a stream response; (#6401) (870e0a7)

Contributors to this release

... (truncated)

Commits
  • 0e4f9fa chore(release): v1.7.2 (#6414)
  • 4f79aef fix(fetch): enhance fetch API detection; (#6413)
  • 67d1373 chore(release): v1.7.1 (#6411)
  • 733f15f fix(fetch): fixed ReferenceError issue when TextEncoder is not available in t...
  • 3041c61 [Release] v1.7.0 (#6408)
  • 18b13cb chore(docs): add fetch adapter docs; (#6407)
  • e62099b fix(fetch): fixed a possible memory leak in the AbortController for the strea...
  • b49aa8e chore(release): v1.7.0-beta.2 (#6403)
  • d57f03a chore(ci): bump create-pull-request version to fix a bug; (#6405)
  • 097b0d1 chore(ci): add tag resolution for npm releases based on package version; (#6404)
  • Additional commits viewable in compare view

Updates classnames from 2.3.1 to 2.5.1

Changelog

Sourced from classnames's changelog.

v2.5.1 / 2023-12-29

  • Remove workspaces field from package (#350)

v2.5.0 / 2023-12-27

  • Restore ability to pass a TypeScript interface (#341)
  • Add exports field to package (#342)

v2.4.0 / 2023-12-26

  • Use string concatenation to increase performance thanks Jon Koops (#336)

v2.3.3 / 2023-12-21

v2.3.2 / 2022-09-13

Commits

Updates core-js from 3.22.6 to 3.37.1

Changelog

Sourced from core-js's changelog.

3.37.1 - 2024.05.14
3.37.0 - 2024.04.17

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by zloirock, a new releaser for core-js since your current version.


Updates dotenv from 16.0.1 to 16.4.5

Changelog

Sourced from dotenv's changelog.

16.4.5 (2024-02-19)

Changed

  • 🐞 fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #814

16.4.4 (2024-02-13)

Changed

  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #812

16.4.3 (2024-02-12)

Changed

  • Fixed processing of multiple files in options.path #805

16.4.2 (2024-02-10)

Changed

16.4.1 (2024-01-24)

  • Patch support for array as path option #797

16.4.0 (2024-01-23)

  • Add error.code to error messages around .env.vault decryption handling #795
  • Add ability to find .env.vault file when filename(s) passed as an array #784

16.3.2 (2024-01-18)

Added

  • Add debug message when no encoding set #735

Changed

  • Fix output typing for populate #792
  • Use subarray instead of slice #793

16.3.1 (2023-06-17)

Added

  • Add missing type definitions for processEnv and DOTENV_KEY options. #756

... (truncated)

Commits

Updates express from 4.18.1 to 4.19.2

Release notes

Sourced from express's releases.

4.19.2

What's Changed

Full Changelog: expressjs/express@4.19.1...4.19.2

4.19.1

What's Changed

Full Changelog: expressjs/express@4.19.0...4.19.1

4.19.0

What's Changed

Bumps the minor-and-patch group with 41 updates:

| Package | From | To |
| --- | --- | --- |
| [@grafana/faro-react](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/react) | `1.3.9` | `1.7.3` |
| [@grafana/faro-web-sdk](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-sdk) | `1.3.9` | `1.7.3` |
| [@grafana/faro-web-tracing](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-tracing) | `1.3.9` | `1.7.3` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.0.5` | `5.37.1` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.4.2` | `5.37.1` |
| [axios](https://github.com/axios/axios) | `1.6.3` | `1.7.2` |
| [classnames](https://github.com/JedWatson/classnames) | `2.3.1` | `2.5.1` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.22.6` | `3.37.1` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.0.1` | `16.4.5` |
| [express](https://github.com/expressjs/express) | `4.18.1` | `4.19.2` |
| [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) | `4.17.13` | `4.17.21` |
| [express-session](https://github.com/expressjs/session) | `1.17.3` | `1.18.0` |
| [@types/express-session](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-session) | `1.17.4` | `1.18.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.1.0` | `18.3.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.0.9` | `18.3.2` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.1.0` | `18.3.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.0.5` | `18.3.0` |
| [regenerator-runtime](https://github.com/facebook/regenerator) | `0.13.9` | `0.14.1` |
| [ts-custom-error](https://github.com/adriengibrat/ts-custom-error) | `3.2.0` | `3.3.1` |
| [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.17.10` | `7.24.5` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.18.6` | `7.24.5` |
| [@babel/plugin-transform-regenerator](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-regenerator) | `7.18.0` | `7.24.1` |
| [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) | `7.18.0` | `7.24.3` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.18.0` | `7.24.5` |
| [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.17.12` | `7.24.1` |
| [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.17.12` | `7.24.1` |
| [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register) | `7.17.7` | `7.23.7` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.2.0` | `14.5.2` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.7` | `10.4.19` |
| [babel-plugin-module-resolver](https://github.com/tleunen/babel-plugin-module-resolver) | `5.0.0` | `5.0.2` |
| [babel-plugin-styled-components](https://github.com/styled-components/babel-plugin-styled-components) | `2.0.7` | `2.1.4` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.30.0` | `7.34.1` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.5.0` | `4.6.2` |
| [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) | `5.5.0` | `5.6.0` |
| [mocha](https://github.com/mochajs/mocha) | `10.1.0` | `10.4.0` |
| [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) | `9.1.1` | `10.0.6` |
| [nock](https://github.com/nock/nock) | `13.2.4` | `13.5.4` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.8.0` | `10.9.2` |
| [webpack](https://github.com/webpack/webpack) | `5.76.0` | `5.91.0` |
| [@types/webpack](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack) | `5.28.0` | `5.28.5` |
| [webpack-merge](https://github.com/survivejs/webpack-merge) | `5.8.0` | `5.10.0` |


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

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

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

Updates `@tanstack/react-query` from 5.0.5 to 5.37.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.37.1/packages/react-query)

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

Updates `axios` from 1.6.3 to 1.7.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.3...v1.7.2)

Updates `classnames` from 2.3.1 to 2.5.1
- [Changelog](https://github.com/JedWatson/classnames/blob/main/HISTORY.md)
- [Commits](JedWatson/classnames@v2.3.1...v2.5.1)

Updates `core-js` from 3.22.6 to 3.37.1
- [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.37.1/packages/core-js)

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

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

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

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

Updates `@types/express-session` from 1.17.4 to 1.18.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-session)

Updates `react` from 18.1.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

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

Updates `react-dom` from 18.1.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

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

Updates `regenerator-runtime` from 0.13.9 to 0.14.1
- [Release notes](https://github.com/facebook/regenerator/releases)
- [Commits](https://github.com/facebook/regenerator/compare/[email protected]@0.14.1)

Updates `ts-custom-error` from 3.2.0 to 3.3.1
- [Release notes](https://github.com/adriengibrat/ts-custom-error/releases)
- [Changelog](https://github.com/adriengibrat/ts-custom-error/blob/main/CHANGELOG.md)
- [Commits](adriengibrat/ts-custom-error@v3.2.0...v3.3.1)

Updates `@babel/cli` from 7.17.10 to 7.24.5
- [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.24.5/packages/babel-cli)

Updates `@babel/core` from 7.18.6 to 7.24.5
- [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.24.5/packages/babel-core)

Updates `@babel/plugin-transform-regenerator` from 7.18.0 to 7.24.1
- [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.24.1/packages/babel-plugin-transform-regenerator)

Updates `@babel/plugin-transform-runtime` from 7.18.0 to 7.24.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.24.3/packages/babel-plugin-transform-runtime)

Updates `@babel/preset-env` from 7.18.0 to 7.24.5
- [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.24.5/packages/babel-preset-env)

Updates `@babel/preset-react` from 7.17.12 to 7.24.1
- [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.24.1/packages/babel-preset-react)

Updates `@babel/preset-typescript` from 7.17.12 to 7.24.1
- [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.24.1/packages/babel-preset-typescript)

Updates `@babel/register` from 7.17.7 to 7.23.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.23.7/packages/babel-register)

Updates `@testing-library/user-event` from 14.2.0 to 14.5.2
- [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.2...v14.5.2)

Updates `autoprefixer` from 10.4.7 to 10.4.19
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.7...10.4.19)

Updates `babel-plugin-module-resolver` from 5.0.0 to 5.0.2
- [Changelog](https://github.com/tleunen/babel-plugin-module-resolver/blob/master/CHANGELOG.md)
- [Commits](tleunen/babel-plugin-module-resolver@v5.0.0...v5.0.2)

Updates `babel-plugin-styled-components` from 2.0.7 to 2.1.4
- [Release notes](https://github.com/styled-components/babel-plugin-styled-components/releases)
- [Commits](styled-components/babel-plugin-styled-components@v2.0.7...v2.1.4)

Updates `eslint-plugin-react` from 7.30.0 to 7.34.1
- [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.30.0...v7.34.1)

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

Updates `html-webpack-plugin` from 5.5.0 to 5.6.0
- [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.5.0...v5.6.0)

Updates `mocha` from 10.1.0 to 10.4.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.1.0...v10.4.0)

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

Updates `nock` from 13.2.4 to 13.5.4
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.2.4...v13.5.4)

Updates `ts-node` from 10.8.0 to 10.9.2
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v10.8.0...v10.9.2)

Updates `webpack` from 5.76.0 to 5.91.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.76.0...v5.91.0)

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

Updates `webpack-merge` from 5.8.0 to 5.10.0
- [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md)
- [Commits](survivejs/webpack-merge@v5.8.0...v5.10.0)

---
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: "@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-minor
  dependency-group: minor-and-patch
- dependency-name: classnames
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-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: "@types/express"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: express-session
  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-minor
  dependency-group: minor-and-patch
- dependency-name: react
  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-minor
  dependency-group: minor-and-patch
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/react-dom"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: regenerator-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: ts-custom-error
  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-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: "@babel/register"
  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: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: babel-plugin-module-resolver
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: babel-plugin-styled-components
  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: eslint-plugin-react-hooks
  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-minor
  dependency-group: minor-and-patch
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: minor-and-patch
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: ts-node
  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
- dependency-name: "@types/webpack"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: webpack-merge
  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 May 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 27, 2024

Superseded by #191.

@dependabot dependabot bot closed this May 27, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-fac85df8f7 branch May 27, 2024 23:19
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