Skip to content

chore(deps): update faro-web-sdk monorepo to v2.3.1#196

Closed
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/faro-web-sdk-monorepo
Closed

chore(deps): update faro-web-sdk monorepo to v2.3.1#196
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/faro-web-sdk-monorepo

Conversation

@renovate-sh-app
Copy link
Copy Markdown

@renovate-sh-app renovate-sh-app bot commented Apr 2, 2026

This PR contains the following updates:

Package Change Age Confidence
@grafana/faro-web-sdk (source) 2.2.42.3.1 age confidence
@grafana/faro-web-tracing (source) 2.2.42.3.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

grafana/faro-web-sdk (@​grafana/faro-web-sdk)

v2.3.1

Compare Source

  • Fix (@grafana/faro-web-sdk): Prevent infinite recursion in session meta sync when session
    attributes contain values not surviving JSON serialization such as undefined (#​1956).

  • Chore (@grafana/faro-*): Updated multiple dependencies to address security vulnerabilities
    (#​1948, #​1941).

v2.3.0

Compare Source

  • Feature (@grafana/faro-web-sdk): Fetch transport now supports async dynamic header values.
    Each header value can be a function returning Promise<string>, resolved at request time
    (e.g. for token refresh). Sync dynamic headers (() => string) continue to work (#​1490).

  • Feature (@grafana/faro-core): Add optional fingerprint attribute to exception events for
    custom error grouping. The fingerprint can be passed via pushError options or set in the
    beforeSend hook.

  • Feature (@grafana/faro-instrumentation-replay): Enable full input and text
    masking by default (maskAllInputs: true, maskTextSelector: '*') (#​1926).

  • Feature (@grafana/faro-instrumentation-replay): Add samplingRate option to
    ReplayInstrumentationOptions to decouple replay coverage from global session sampling (#​1919).

  • Chore (@grafana/faro-*): Updated multiple dependencies to address security vulnerabilities
    (#​1931, #​1922, #​1930).


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.


Note

Low Risk
Lockfile-only dependency bumps for Grafana Faro and related OpenTelemetry/protobuf tooling; main risk is unexpected telemetry/runtime behavior changes from updated transitive packages.

Overview
Updates example/webview_demo/package-lock.json to resolve @grafana/faro-web-sdk, @grafana/faro-core, and @grafana/faro-web-tracing from 2.2.4 to 2.3.1.

This also refreshes related transitive deps (notably multiple @opentelemetry/* packages to 0.213.0/2.6.0, import-in-the-middle to 3.0.1, and protobufjs to 7.5.4), removing several previously nested OpenTelemetry lock entries.

Reviewed by Cursor Bugbot for commit 44da664. Bugbot is set up for automated code reviews on this repo. Configure here.

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/faro-web-sdk-monorepo branch from c26bc45 to 86c4674 Compare April 7, 2026 22:10
| datasource | package                   | from  | to    |
| ---------- | ------------------------- | ----- | ----- |
| npm        | @grafana/faro-web-sdk     | 2.2.4 | 2.3.1 |
| npm        | @grafana/faro-web-tracing | 2.2.4 | 2.3.1 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/faro-web-sdk-monorepo branch from 86c4674 to 44da664 Compare April 9, 2026 10:21
@robert-northmind
Copy link
Copy Markdown
Collaborator

Superseded by #199 which consolidates all open Renovate dependency updates into a single PR.

@renovate-sh-app
Copy link
Copy Markdown
Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^2.2.4). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate-sh-app renovate-sh-app bot deleted the renovate/faro-web-sdk-monorepo branch April 9, 2026 13:09
robert-northmind added a commit that referenced this pull request Apr 10, 2026
## Summary
- Consolidate 11 open Renovate PRs into a single update, covering CI
actions, SDK, example app, and webview demo dependencies
- Includes vite v7.3.2 security patch (HIGH severity)
- Bump Android `compileSdkVersion` from 35 to 36 (aligned with Flutter
default since May 2025)

### Changes

**SDK:**
- Bump `compileSdkVersion` 35 → 36

**CI actions:**
- `dart-lang/setup-dart` v1.7.1 → v1.7.2
- `subosito/flutter-action` v2.21.0 → v2.23.0

**Example app:**
- `org.jetbrains.kotlin.android` 2.3.10 → 2.3.20
- Refresh `pubspec.lock`

**Webview demo (npm):**
- `vite` v7.3.2 (security fix, HIGH severity)
- `@grafana/faro-web-sdk` v2.3.1
- `@opentelemetry/api` v1.9.1
- `@vitejs/plugin-react` ^5.2.0
- `eslint-plugin-react-refresh` ^0.4.24 → ^0.5.0

## Replaces
Closes #197, closes #196, closes #195, closes #194, closes #193, closes
#192, closes #191, closes #182, closes #176, closes #175, closes #173

## Test plan
- [x] `flutter analyze` — no issues
- [x] `flutter test` — 587 tests pass
- [x] `dart format` — no changes needed
- [x] `npm run lint` — webview demo lints clean
- [x] `npm run build` — webview demo builds successfully
- [x] Manual test — example app builds and runs on Android emulator
- [ ] CI builds example app successfully

Made with [Cursor](https://cursor.com)

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Medium Risk**
> Primarily version bumps across CI, Android build config, and demo app
dependencies; moderate risk due to SDK/build toolchain upgrades (Android
`compileSdkVersion`, Kotlin/Flutter, and npm deps like `vite`) that can
cause build or runtime regressions.
> 
> **Overview**
> Consolidates a set of dependency/tooling updates across the repo:
GitHub Actions now use newer `subosito/flutter-action` and the publish
workflow updates the `dart-lang/setup-dart` reusable workflow.
> 
> Updates Android build tooling by bumping `compileSdkVersion` to `36`
and updating the example app’s Kotlin Gradle plugin, and refreshes the
example app’s `pubspec.lock` (including higher Dart/Flutter SDK
constraints).
> 
> Refreshes the WebView demo’s frontend tooling and lockfile, including
updating `eslint-plugin-react-refresh` (with a corresponding
`eslint.config.js` import/config change) and pulling in newer npm
transitive dependencies (notably `vite` and Faro/OpenTelemetry
packages).
> 
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
9638527. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant