From 418b12e3914dc8f300b3662d9a64be848885eb7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 02:44:33 +0000 Subject: [PATCH] Bump the all_dependencies group across 1 directory with 3 updates Bumps the all_dependencies group with 3 updates in the /packages/leancode_analytics directory: [firebase_analytics](https://github.com/firebase/flutterfire/tree/main/packages/firebase_analytics), [firebase_core](https://github.com/firebase/flutterfire/tree/main/packages/firebase_core) and [leancode_lint](https://github.com/leancodepl/flutter_corelibrary). Updates `firebase_analytics` from 11.6.0 to 12.4.2 - [Release notes](https://github.com/firebase/flutterfire/releases) - [Commits](https://github.com/firebase/flutterfire/commits/firebase_analytics-v12.4.2/packages/firebase_analytics) Updates `firebase_core` from 3.15.2 to 4.10.0 - [Release notes](https://github.com/firebase/flutterfire/releases) - [Commits](https://github.com/firebase/flutterfire/commits/firebase_core-v4.10.0/packages/firebase_core) Updates `leancode_lint` from 14.2.0 to 23.0.0 - [Release notes](https://github.com/leancodepl/flutter_corelibrary/releases) - [Commits](https://github.com/leancodepl/flutter_corelibrary/compare/leancode_lint-v14.2.0...leancode_lint-v23.0.0) Updates `firebase_core` from 3.15.2 to 4.10.0 - [Release notes](https://github.com/firebase/flutterfire/releases) - [Commits](https://github.com/firebase/flutterfire/commits/firebase_core-v4.10.0/packages/firebase_core) Updates `leancode_lint` from 14.2.0 to 23.0.0 - [Release notes](https://github.com/leancodepl/flutter_corelibrary/releases) - [Commits](https://github.com/leancodepl/flutter_corelibrary/compare/leancode_lint-v14.2.0...leancode_lint-v23.0.0) --- updated-dependencies: - dependency-name: firebase_analytics dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all_dependencies - dependency-name: firebase_core dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all_dependencies - dependency-name: firebase_core dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all_dependencies - dependency-name: leancode_lint dependency-version: 19.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all_dependencies - dependency-name: leancode_lint dependency-version: 19.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all_dependencies ... Signed-off-by: dependabot[bot] --- packages/leancode_analytics/pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/leancode_analytics/pubspec.yaml b/packages/leancode_analytics/pubspec.yaml index 8a637bc9..8c9b16eb 100644 --- a/packages/leancode_analytics/pubspec.yaml +++ b/packages/leancode_analytics/pubspec.yaml @@ -16,12 +16,12 @@ environment: flutter: ">=3.24.0" dependencies: - firebase_analytics: ^11.4.5 - firebase_core: ^3.13.0 + firebase_analytics: ">=11.4.5 <13.0.0" + firebase_core: ">=3.13.0 <5.0.0" flutter: sdk: flutter dev_dependencies: flutter_test: sdk: flutter - leancode_lint: ^14.0.0 + leancode_lint: ">=14.0.0 <24.0.0"