feat(providers): add dart_provider#1564
feat(providers): add dart_provider#1564TheAlbertDev wants to merge 1 commit intocommitizen-tools:masterfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1564 +/- ##
==========================================
+ Coverage 97.33% 97.95% +0.61%
==========================================
Files 42 59 +17
Lines 2104 2742 +638
==========================================
+ Hits 2048 2686 +638
Misses 56 56
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| "charset-normalizer (>=2.1.0,<4)", | ||
| # Use the Python 3.11 and 3.12 compatible API: https://github.com/python/importlib_metadata#compatibility | ||
| "importlib-metadata >=8.0.0,<8.7.0 ; python_version < '3.10'", | ||
| "ruamel-yaml (>=0.18.14,<0.19.0)", |
There was a problem hiding this comment.
The pubspec.yaml file in Dart contains fields both with and without quotes. ruamel.yaml extends PyYAML by offering more configuration options, such as setting style preferences for quotes — in this case, preserving the original ones.
e1e7164 to
4dd2ac2
Compare
|
@woile I think we're planning to make it separate from the core of commitizen? then I'll skip reviewing for now till we have that. or we can also merge it and separate it at a later point. let me know whether you want me to take a look first. Thanks 🙂 |
4dd2ac2 to
0f012ab
Compare
closes: #1563
Description
as title
Checklist
Code Changes
poetry alllocally to ensure this change passes linter check and testsDocumentation Changes
poetry doclocally to ensure the documentation pages renders correctlyExpected Behavior
Version field in dart's pubspec.yaml file should also update when running
cz bumpSteps to Test This Pull Request
Additional Context