Skip to content

Commit

Permalink
Update dependency dart_code_linter to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and quoc-huynh-cosee committed Feb 13, 2025
1 parent 0fb107f commit a5841b4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
29 changes: 21 additions & 8 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,31 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: ae92f5d747aee634b87f89d9946000c2de774be1d6ac3e58268224348cd0101a
sha256: "16e298750b6d0af7ce8a3ba7c18c69c3785d11b15ec83f6dcd0ad2a0009b3cab"
url: "https://pub.dev"
source: hosted
version: "61.0.0"
version: "76.0.0"
_macros:
dependency: transitive
description: dart
source: sdk
version: "0.3.3"
analyzer:
dependency: transitive
description:
name: analyzer
sha256: ea3d8652bda62982addfd92fdc2d0214e5f82e43325104990d4f4c4a2a313562
sha256: "1f14db053a8c23e260789e9b0980fa27f2680dd640932cae5e1137cce0e46e1e"
url: "https://pub.dev"
source: hosted
version: "5.13.0"
version: "6.11.0"
analyzer_plugin:
dependency: transitive
description:
name: analyzer_plugin
sha256: c1d5f167683de03d5ab6c3b53fc9aeefc5d59476e7810ba7bbddff50c6f4392d
sha256: "9661b30b13a685efaee9f02e5d01ed9f2b423bd889d28a304d02d704aee69161"
url: "https://pub.dev"
source: hosted
version: "0.11.2"
version: "0.11.3"
ansicolor:
dependency: transitive
description:
Expand Down Expand Up @@ -92,10 +97,10 @@ packages:
dependency: "direct dev"
description:
name: dart_code_linter
sha256: "75c2c91e791669fc5820c8695a9245b852072d39055933015573c30802802082"
sha256: "74f8eeaae7c02fcf8b45222dc9ed60df22b41847721822d6152226c8070302e9"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
version: "2.0.0"
dart_style:
dependency: transitive
description:
Expand Down Expand Up @@ -160,6 +165,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.9.0"
macros:
dependency: transitive
description:
name: macros
sha256: "1d9e801cd66f7ea3663c45fc708450db1fa57f988142c64289142c9b7ee80656"
url: "https://pub.dev"
source: hosted
version: "0.1.3-main.0"
meta:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ environment:
dev_dependencies:
cosee_lints:
path: ../
dart_code_linter: ^1.1.3
dart_code_linter: ^2.0.0

0 comments on commit a5841b4

Please sign in to comment.