mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-24 05:25:19 +00:00
- Downgraded lints and test dependencies in multiple packages to ensure consistent analyzer and test ecosystem for Dart 3.2+. - cherrypick_generator: Bump analyzer to ^7.7.1 and mockito to ^5.4.5 for patch updates and compatibility. - cherrypick_flutter: Lowered flutter_lints and test to versions compatible with current stable toolchain. - talker_cherrypick_logger: Lowered lints and test for alignment with mono-repo versions. - melos.yaml: Added clean_all script for removing generated files and build artifacts repo-wide. No functional code changes, only dependency and tooling improvements.
27 lines
594 B
YAML
27 lines
594 B
YAML
name: talker_cherrypick_logger
|
|
description: A Talker logger integration for CherryPick DI to observe and log DI events and errors.
|
|
version: 3.0.0
|
|
homepage: https://cherrypick-di.netlify.app
|
|
documentation: https://cherrypick-di.netlify.app/docs/intro
|
|
repository: https://github.com/pese-git/cherrypick
|
|
issue_tracker: https://github.com/pese-git/cherrypick/issues
|
|
|
|
topics:
|
|
- cherrypick
|
|
- state
|
|
- logging
|
|
- log
|
|
|
|
environment:
|
|
sdk: '>=3.2.0 <4.0.0'
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
talker: ^5.0.0
|
|
cherrypick: ^3.0.0
|
|
|
|
|
|
dev_dependencies:
|
|
lints: ^4.0.0
|
|
test: ^1.25.6
|