From c6a11e81faaeb47f15d179d3d7fe4416d99376ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 17:58:02 +0000 Subject: [PATCH 1/2] Bump lints from 3.0.0 to 6.0.0 Bumps [lints](https://github.com/dart-lang/core/tree/main/pkgs) from 3.0.0 to 6.0.0. - [Release notes](https://github.com/dart-lang/core/releases) - [Commits](https://github.com/dart-lang/core/commits/lints-v6.0.0/pkgs) --- updated-dependencies: - dependency-name: lints dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 4434bfb..94cc092 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: dev_dependencies: test: ^1.0.0 dart_jsonwebtoken: ">=2.12.2 <4.0.0" - lints: ">=2.1.0 <4.0.0" + lints: ">=2.1.0 <7.0.0" json_serializable: ^6.7.1 build_runner: ^2.4.6 pub_semver: ^2.1.5 From 94966d7f7e37e68447dea36d425c2862da5faff2 Mon Sep 17 00:00:00 2001 From: curquiza Date: Thu, 18 Sep 2025 20:00:40 +0200 Subject: [PATCH 2/2] Fix lint --- lib/meilisearch.dart | 2 -- lib/src/tenant_token.dart | 2 -- test/analytics_test.dart | 1 + 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/meilisearch.dart b/lib/meilisearch.dart index d5dbe2b..bc60355 100644 --- a/lib/meilisearch.dart +++ b/lib/meilisearch.dart @@ -1,5 +1,3 @@ -library meilisearch; - export 'src/settings/_exports.dart'; export 'src/results/_exports.dart'; export 'src/query_parameters/_exports.dart'; diff --git a/lib/src/tenant_token.dart b/lib/src/tenant_token.dart index f11ba01..71e8315 100644 --- a/lib/src/tenant_token.dart +++ b/lib/src/tenant_token.dart @@ -1,5 +1,3 @@ -library tenant_token; - import 'dart:convert'; import 'dart:typed_data'; import 'package:crypto/crypto.dart'; diff --git a/test/analytics_test.dart b/test/analytics_test.dart index 9c0e293..5ea8cc5 100644 --- a/test/analytics_test.dart +++ b/test/analytics_test.dart @@ -1,4 +1,5 @@ @TestOn('vm') +library; import 'dart:io';