Skip to content

chore(deps): lock file maintenance#173

Closed
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/lock-file-maintenance
Closed

chore(deps): lock file maintenance#173
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/lock-file-maintenance

Conversation

@renovate-sh-app
Copy link
Copy Markdown

@renovate-sh-app renovate-sh-app bot commented Mar 16, 2026

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

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.


  • 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

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 example Flutter app and the webview_demo npm project.

On the Dart side, it updates a broad set of pinned package versions (including major bumps like analyzer and protobuf), adds new transitive entries (e.g., code_assets, jni*, objective_c), removes sprintf, and raises the sdks constraints to dart >=3.10.3 and flutter >=3.38.4.

On the web demo side, it updates numerous frontend/tooling dependencies in package-lock.json (notably @grafana/faro-*, @opentelemetry/*, vite, rollup, and esbuild).

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

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/lock-file-maintenance branch from 2a8f158 to 0d07656 Compare April 2, 2026 10:14
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/lock-file-maintenance branch from 0d07656 to 4088a42 Compare April 9, 2026 10:23
@robert-northmind
Copy link
Copy Markdown
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 -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant