From 97832ce2525ee4dbcf65ebcd13fccb2b72e7cf79 Mon Sep 17 00:00:00 2001 From: Eimen2018 Date: Fri, 27 Feb 2026 15:58:55 +0400 Subject: [PATCH 1/2] ci: pin semantic-release plugins for v3 action --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b92846c..85bb980 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,9 +22,9 @@ jobs: uses: cycjimmy/semantic-release-action@v3 with: extra_plugins: | - @semantic-release/exec - @semantic-release/git - @semantic-release/changelog + @semantic-release/exec@6 + @semantic-release/git@10 + @semantic-release/changelog@6 env: GITHUB_TOKEN: ${{ secrets.REPO_DEPLOYMENT_TOKEN }} CREDENTIALS: ${{ secrets.PUB_DEV_DEPLOYMENT_CREDENTIALS }} From ad5a98fabae918c11a25f4039bc5d32bfaf825b4 Mon Sep 17 00:00:00 2001 From: Eimen2018 Date: Fri, 27 Feb 2026 15:59:10 +0400 Subject: [PATCH 2/2] chore: restore generator dependency constraints --- pubspec.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index b04703b..906f3be 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,25 +9,25 @@ environment: dependencies: build: ^4.0.3 - path: ^1.8.0 - recase: ^4.0.0 + path: ^1.9.1 + recase: ^4.1.0 source_gen: ^4.1.1 - meta: ^1.7.0 + meta: ^1.16.0 logger: ^2.6.2 - stacked_shared: ^1.3.0 + stacked_shared: ^1.4.2 # Removing this will cause issues when publish the package analyzer: ^8.1.1 - dart_style: ^3.0.0 - code_builder: ^4.3.0 - collection: ^1.16.0 + dart_style: ^3.1.0 + code_builder: ^4.10.1 + collection: ^1.19.1 freezed_annotation: ^3.1.0 - json_annotation: ^4.8.0 + json_annotation: ^4.9.0 dev_dependencies: - build_runner: ^2.0.6 - test: ^1.20.1 + build_runner: ^2.5.4 + test: ^1.26.2 build_test: ^3.5.4 mockito: ^5.4.6 flutter_lints: ^6.0.0 freezed: ^3.2.3 - json_serializable: ^6.6.1 + json_serializable: ^6.9.5