chore(deps): lock file maintenance#173
Closed
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
2a8f158 to
0d07656
Compare
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
0d07656 to
4088a42
Compare
7 tasks
Collaborator
|
Superseded by #199 which consolidates all open Renovate dependency updates into a single 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:
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
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
Medium Risk
Primarily lockfile refreshes, but it bumps the Dart/Flutter SDK minimums and includes several major dependency upgrades (e.g., Dart
analyzer,protobuf) that could introduce build/runtime incompatibilities.Overview
Refreshes dependency lockfiles for the
exampleFlutter app and thewebview_demonpm project.On the Dart side, it updates a broad set of pinned package versions (including major bumps like
analyzerandprotobuf), adds new transitive entries (e.g.,code_assets,jni*,objective_c), removessprintf, and raises thesdksconstraints todart >=3.10.3andflutter >=3.38.4.On the web demo side, it updates numerous frontend/tooling dependencies in
package-lock.json(notably@grafana/faro-*,@opentelemetry/*,vite,rollup, andesbuild).Reviewed by Cursor Bugbot for commit 4088a42. Bugbot is set up for automated code reviews on this repo. Configure here.