Skip to content

Commit ce6e0e7

Browse files
Bump the all_dependencies group
Bumps the all_dependencies group in /packages/leancode_lint with 4 updates: [analysis_server_plugin](https://github.com/dart-lang/sdk/tree/main/pkg), [analyzer_plugin](https://github.com/dart-lang/sdk/tree/main/pkg), [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) and [analyzer_testing](https://github.com/dart-lang/sdk/tree/main/pkg). Updates `analysis_server_plugin` from 0.3.8 to 0.3.13 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) Updates `analyzer_plugin` from 0.14.2 to 0.14.7 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) Updates `analyzer` from 10.0.2 to 12.0.0 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) Updates `analyzer_testing` from 0.1.10 to 0.2.4 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/0.2.4.0/pkg) Updates `analyzer` from 10.0.2 to 12.0.0 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) Updates `analyzer_plugin` from 0.14.2 to 0.14.7 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) Updates `analyzer_testing` from 0.1.10 to 0.2.4 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/0.2.4.0/pkg) --- updated-dependencies: - dependency-name: analysis_server_plugin dependency-version: 0.3.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all_dependencies - dependency-name: analyzer_plugin dependency-version: 0.14.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all_dependencies - dependency-name: analyzer dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all_dependencies - dependency-name: analyzer_testing dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all_dependencies - dependency-name: analyzer dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all_dependencies - dependency-name: analyzer_plugin dependency-version: 0.14.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all_dependencies - dependency-name: analyzer_testing dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all_dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2852de3 commit ce6e0e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/leancode_lint/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ environment:
1616

1717
dependencies:
1818
analysis_server_plugin: ^0.3.8
19-
analyzer: ^10.0.2
19+
analyzer: ">=10.0.2 <13.0.0"
2020
analyzer_plugin: ^0.14.2
2121
meta: ^1.18.0
2222
path: ^1.9.1
2323
source_span: ^1.10.1
2424
yaml: ^3.1.3
2525

2626
dev_dependencies:
27-
analyzer_testing: ^0.1.10
27+
analyzer_testing: ">=0.1.10 <0.3.0"
2828
test_reflective_loader: ^0.4.0

0 commit comments

Comments
 (0)