Skip to content

Commit 05e4693

Browse files
chore(deps): bump custom_lint_builder, analyzer_plugin and analyzer
Bumps [custom_lint_builder](https://github.com/invertase/dart_custom_lint), [analyzer_plugin](https://github.com/dart-lang/sdk/tree/main/pkg) and [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg). These dependencies needed to be updated together. Updates `custom_lint_builder` from 0.7.0 to 0.7.2 - [Commits](invertase/dart_custom_lint@custom_lint_builder-v0.7.0...custom_lint_builder-v0.7.2) Updates `analyzer_plugin` from 0.11.3 to 0.12.0 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) Updates `analyzer` from 6.11.0 to 7.1.0 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) --- updated-dependencies: - dependency-name: custom_lint_builder dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: analyzer_plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: analyzer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f02f13c commit 05e4693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ environment:
99
sdk: ">=2.18.0 <4.0.0"
1010

1111
dependencies:
12-
analyzer: ">=6.0.0 <7.0.0"
13-
analyzer_plugin: ^0.11.2
12+
analyzer: ">=6.0.0 <8.0.0"
13+
analyzer_plugin: ">=0.11.2 <0.13.0"
1414
custom_lint_builder: ">=0.5.2 <0.8.0"

0 commit comments

Comments
 (0)