From e80a34c34a0f61da0aef005d43247ede1a42f83d Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 17 Jan 2025 09:17:34 +0100 Subject: [PATCH 1/3] Update `dart_apitool` version in health workflow. --- pkgs/firehose/lib/src/health/health.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/firehose/lib/src/health/health.dart b/pkgs/firehose/lib/src/health/health.dart index 2b9d1027..469387f3 100644 --- a/pkgs/firehose/lib/src/health/health.dart +++ b/pkgs/firehose/lib/src/health/health.dart @@ -17,7 +17,7 @@ import 'changelog.dart'; import 'coverage.dart'; import 'license.dart'; -const apiToolHash = '123049d3fa3c1459a5129b2b61d852a388a8511e'; +const apiToolHash = '7b3c2b829b16a523c0d0cc50ce9ff076f41de243'; enum Check { license('License Headers', 'license'), From c8cfcc72011dd0c552450d5f3aa15c28e2be802e Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 17 Jan 2025 08:26:17 +0000 Subject: [PATCH 2/3] Add changelog --- pkgs/firehose/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/firehose/CHANGELOG.md b/pkgs/firehose/CHANGELOG.md index 1d2a2705..928654d2 100644 --- a/pkgs/firehose/CHANGELOG.md +++ b/pkgs/firehose/CHANGELOG.md @@ -2,6 +2,7 @@ - Don't check licenses of generated files in PR health workflow. - Add generalized ignore-per-checks to health workflow. +- Update dart_apitool version in health workflow. ## 0.10.1 From a1b98be1ad6ac51292556537715366f78cda47e7 Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 17 Jan 2025 10:07:16 +0000 Subject: [PATCH 3/3] Reset goldens with 2025 --- pkgs/firehose/test_data/golden/comment_license.md | 2 +- pkgs/firehose/test_data/golden/comment_license_healthchanged.md | 2 +- .../firehose/test_data/golden/comment_license_ignore_license.md | 2 +- .../firehose/test_data/golden/comment_license_ignore_package.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/firehose/test_data/golden/comment_license.md b/pkgs/firehose/test_data/golden/comment_license.md index dad0bda3..5ab1eba0 100644 --- a/pkgs/firehose/test_data/golden/comment_license.md +++ b/pkgs/firehose/test_data/golden/comment_license.md @@ -4,7 +4,7 @@ ``` -// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. ``` diff --git a/pkgs/firehose/test_data/golden/comment_license_healthchanged.md b/pkgs/firehose/test_data/golden/comment_license_healthchanged.md index e6665d9f..33f624dc 100644 --- a/pkgs/firehose/test_data/golden/comment_license_healthchanged.md +++ b/pkgs/firehose/test_data/golden/comment_license_healthchanged.md @@ -4,7 +4,7 @@ ``` -// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. ``` diff --git a/pkgs/firehose/test_data/golden/comment_license_ignore_license.md b/pkgs/firehose/test_data/golden/comment_license_ignore_license.md index e8a133df..4066abab 100644 --- a/pkgs/firehose/test_data/golden/comment_license_ignore_license.md +++ b/pkgs/firehose/test_data/golden/comment_license_ignore_license.md @@ -4,7 +4,7 @@ ``` -// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. ``` diff --git a/pkgs/firehose/test_data/golden/comment_license_ignore_package.md b/pkgs/firehose/test_data/golden/comment_license_ignore_package.md index abe5b046..04798b34 100644 --- a/pkgs/firehose/test_data/golden/comment_license_ignore_package.md +++ b/pkgs/firehose/test_data/golden/comment_license_ignore_package.md @@ -4,7 +4,7 @@ ``` -// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. ```