chore(deps): update faro-web-sdk monorepo to v2.3.1#196
Closed
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): update faro-web-sdk monorepo to v2.3.1#196renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
Conversation
c26bc45 to
86c4674
Compare
| 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>
86c4674 to
44da664
Compare
7 tasks
Collaborator
|
Superseded by #199 which consolidates all open Renovate dependency updates into a single PR. |
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
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 -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.2.4→2.3.12.2.4→2.3.1Warning
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.1Compare Source
Fix (
@grafana/faro-web-sdk): Prevent infinite recursion in session meta sync when sessionattributes contain values not surviving JSON serialization such as
undefined(#1956).Chore (
@grafana/faro-*): Updated multiple dependencies to address security vulnerabilities(#1948, #1941).
v2.3.0Compare 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 optionalfingerprintattribute to exception events forcustom error grouping. The fingerprint can be passed via
pushErroroptions or set in thebeforeSendhook.Feature (
@grafana/faro-instrumentation-replay): Enable full input and textmasking by default (
maskAllInputs: true,maskTextSelector: '*') (#1926).Feature (
@grafana/faro-instrumentation-replay): AddsamplingRateoption toReplayInstrumentationOptionsto 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.
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.jsonto resolve@grafana/faro-web-sdk,@grafana/faro-core, and@grafana/faro-web-tracingfrom2.2.4to2.3.1.This also refreshes related transitive deps (notably multiple
@opentelemetry/*packages to0.213.0/2.6.0,import-in-the-middleto3.0.1, andprotobufjsto7.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.