From e208a0688b9cd58b721a320e01436ab4504407b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20K=C3=B6nig?= Date: Tue, 26 May 2026 08:48:44 +0200 Subject: [PATCH 1/2] fix: remove the unused dart_console dependency --- CHANGELOG.md | 4 ++++ pubspec.yaml | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b08ff6..9be6922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 0.11.1 + +- Removed unused dart_console dependency. + ## 0.11.0 - Added improved `add` command with human-friendly and JSON template syntax. diff --git a/pubspec.yaml b/pubspec.yaml index 4da6256..2516470 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: arb_utils description: A set of tools to work with .arb files (the preferred Dart way of dealing with i18n/l10n/translations) -version: 0.11.0 +version: 0.11.1 repository: https://github.com/Rodsevich/arb_utils homepage: https://gitlab.com/Rodsevich/arb_utils @@ -16,7 +16,6 @@ dependencies: intl_utils: ^2.8.7 shared_preferences: ^2.2.2 dcli: ">=6.0.0 <=9.0.0" - dart_console: ^4.1.0 dev_dependencies: lints: ^4.0.0 From 3fb8bdc878e1dd8bebcacbe1718ab633c0acb14d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20K=C3=B6nig?= Date: Thu, 28 May 2026 06:46:00 +0200 Subject: [PATCH 2/2] upgrade dcli and remove win32 dev dependency --- CHANGELOG.md | 2 +- pubspec.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be6922..5f19d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 0.11.1 - Removed unused dart_console dependency. +- Added support for dcli v9. ## 0.11.0 @@ -20,7 +21,6 @@ - Solved issue with default locale in null - ## 0.9.0 - Added support for intl 0.20.2 diff --git a/pubspec.yaml b/pubspec.yaml index 2516470..45ae9b6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,12 +15,11 @@ dependencies: intl: ">=0.18.0 <0.21.0" intl_utils: ^2.8.7 shared_preferences: ^2.2.2 - dcli: ">=6.0.0 <=9.0.0" + dcli: ">=6.0.0 <=10.0.0" dev_dependencies: lints: ^4.0.0 test: ^1.25.2 - win32: ^5.4.0 executables: arb_utils: