From 2383e96a1e6de615b07af3200ae7cbeb5c246935 Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Thu, 11 Jan 2024 14:54:40 +0100 Subject: [PATCH] Bump the rest of the dependencies Set http to min 1.0.0 Set mockit to 5.4.2 Set test to 1.24.9 Set path to 1.8.3 Set meta to 1.10.0 --- melos.yaml | 42 +++++++++++------------ packages/conventional_commit/pubspec.yaml | 4 +-- packages/melos/pubspec.yaml | 36 +++++++++---------- pubspec.yaml | 4 +-- 4 files changed, 43 insertions(+), 43 deletions(-) diff --git a/melos.yaml b/melos.yaml index 5f898600..e009dfbf 100644 --- a/melos.yaml +++ b/melos.yaml @@ -11,34 +11,34 @@ command: environment: sdk: ">=3.0.0 <4.0.0" dependencies: - ansi_styles: ^0.3.1 - args: ^2.0.0 - cli_launcher: ^0.3.0 + ansi_styles: ^0.3.2+1 + args: ^2.4.2 + cli_launcher: ^0.3.1 cli_util: ^0.4.1 - collection: ^1.14.12 + collection: ^1.18.0 conventional_commit: ^0.6.0+1 file: ^7.0.0 - glob: ^2.1.0 - graphs: ^2.1.0 - http: ^1.0.0 - meta: ^1.11.0 + glob: ^2.1.2 + graphs: ^2.3.1 + http: ^1.1.0 + meta: ^1.10.0 mustache_template: ^2.0.0 - path: ^1.7.0 - platform: ^3.1.0 - pool: ^1.4.0 + path: ^1.8.3 + platform: ^3.1.4 + pool: ^1.5.1 prompts: ^2.0.0 - pub_semver: ^2.0.0 + pub_semver: ^2.1.4 pub_updater: ^0.4.0 - pubspec: ^2.1.0 - string_scanner: ^1.0.5 - yaml: ^3.1.0 - yaml_edit: ^2.0.2 + pubspec: ^2.3.0 + string_scanner: ^1.2.0 + yaml: ^3.1.2 + yaml_edit: ^2.1.1 dev_dependencies: - collection: ^1.15.0 - mockito: ^5.1.0 - test: ^1.17.5 - path: ^1.7.0 - yaml: ^3.1.0 + collection: ^1.18.0 + mockito: ^5.4.2 + test: ^1.24.9 + path: ^1.9.0 + yaml: ^3.1.2 version: # Generate commit links in package changelogs. linkToCommits: true diff --git a/packages/conventional_commit/pubspec.yaml b/packages/conventional_commit/pubspec.yaml index dee74f4b..c12ad0a3 100644 --- a/packages/conventional_commit/pubspec.yaml +++ b/packages/conventional_commit/pubspec.yaml @@ -9,5 +9,5 @@ environment: sdk: ">=3.0.0 <4.0.0" dev_dependencies: - collection: ^1.15.0 - test: ^1.17.5 + collection: ^1.18.0 + test: ^1.24.9 diff --git a/packages/melos/pubspec.yaml b/packages/melos/pubspec.yaml index 2a6c50ae..5d12b7b4 100644 --- a/packages/melos/pubspec.yaml +++ b/packages/melos/pubspec.yaml @@ -15,29 +15,29 @@ executables: melos: dependencies: - ansi_styles: ^0.3.1 - args: ^2.0.0 - cli_launcher: ^0.3.0 + ansi_styles: ^0.3.2+1 + args: ^2.4.2 + cli_launcher: ^0.3.1 cli_util: ^0.4.1 - collection: ^1.14.12 + collection: ^1.18.0 conventional_commit: ^0.6.0+1 file: ^7.0.0 - glob: ^2.1.0 - graphs: ^2.1.0 - http: ^1.0.0 - meta: ^1.11.0 + glob: ^2.1.2 + graphs: ^2.3.1 + http: ^1.1.0 + meta: ^1.10.0 mustache_template: ^2.0.0 - path: ^1.7.0 - platform: ^3.1.0 - pool: ^1.4.0 + path: ^1.8.3 + platform: ^3.1.4 + pool: ^1.5.1 prompts: ^2.0.0 - pub_semver: ^2.0.0 + pub_semver: ^2.1.4 pub_updater: ^0.4.0 - pubspec: ^2.1.0 - string_scanner: ^1.0.5 - yaml: ^3.1.0 - yaml_edit: ^2.0.2 + pubspec: ^2.3.0 + string_scanner: ^1.2.0 + yaml: ^3.1.2 + yaml_edit: ^2.1.1 dev_dependencies: - mockito: ^5.1.0 - test: ^1.17.5 + mockito: ^5.4.2 + test: ^1.24.9 diff --git a/pubspec.yaml b/pubspec.yaml index 196d5597..1ea4ebea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,5 +10,5 @@ executables: dev_dependencies: melos: path: packages/melos - path: ^1.7.0 - yaml: ^3.1.0 + path: ^1.9.0 + yaml: ^3.1.2