Skip to content

Commit 2f8791b

Browse files
Bump the major group across 1 directory with 2 updates
Bumps the major group with 2 updates in the / directory: [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) and [dependency_validator](https://github.com/Workiva/dependency_validator). Updates `analyzer` from 6.11.0 to 7.3.0 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) Updates `dependency_validator` from 4.1.2 to 5.0.2 - [Release notes](https://github.com/Workiva/dependency_validator/releases) - [Changelog](https://github.com/Workiva/dependency_validator/blob/master/CHANGELOG.md) - [Commits](Workiva/dependency_validator@4.1.2...5.0.2) Updates `dependency_validator` from 4.1.2 to 5.0.2 - [Release notes](https://github.com/Workiva/dependency_validator/releases) - [Changelog](https://github.com/Workiva/dependency_validator/blob/master/CHANGELOG.md) - [Commits](Workiva/dependency_validator@4.1.2...5.0.2) --- updated-dependencies: - dependency-name: analyzer dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: dependency_validator dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: dependency_validator dependency-type: direct:production update-type: version-update:semver-major dependency-group: major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af27fe5 commit 2f8791b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
sdk: '>=2.19.0 <4.0.0'
1111

1212
dependencies:
13-
analyzer: '>=5.0.0 <7.0.0'
13+
analyzer: ">=5.0.0 <8.0.0"
1414
args: ^2.0.0
1515
async: ^2.5.0
1616
crypto: ^3.0.1
@@ -26,7 +26,7 @@ dependencies:
2626

2727
dev_dependencies:
2828
build_runner: ^2.0.0
29-
dependency_validator: ^4.0.0
29+
dependency_validator: ">=4.0.0 <6.0.0"
3030
lints: ">=2.0.0 <6.0.0"
3131
matcher: ^0.12.5
3232
test: ^1.15.7

0 commit comments

Comments
 (0)