Skip to content

Commit fd8ca52

Browse files
chore(deps): bump the source_gen group across 1 directory with 4 updates
Bumps the source_gen group with 4 updates in the /packages/worker_bee/worker_bee_builder directory: [source_gen](https://github.com/dart-lang/source_gen), [build](https://github.com/dart-lang/build), [dart_style](https://github.com/dart-lang/dart_style) and [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg). Updates `source_gen` from 2.0.0 to 3.0.0 - [Release notes](https://github.com/dart-lang/source_gen/releases) - [Commits](dart-lang/source_gen@source_gen-v2.0.0...source_gen-v3.0.0) Updates `build` from 2.5.4 to 3.0.0 - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](dart-lang/build@build-v2.5.4...build-v3.0.0) Updates `dart_style` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/dart-lang/dart_style/releases) - [Changelog](https://github.com/dart-lang/dart_style/blob/main/CHANGELOG.md) - [Commits](dart-lang/dart_style@v3.1.0...v3.1.1) Updates `analyzer` from 7.3.0 to 7.7.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: source_gen dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: source_gen - dependency-name: build dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: source_gen - dependency-name: dart_style dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: source_gen - dependency-name: analyzer dependency-version: 7.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: source_gen ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f951e3 commit fd8ca52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/worker_bee/worker_bee_builder/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ environment:
99
sdk: ^3.8.0
1010

1111
dependencies:
12-
analyzer: ">=7.3.0 <7.4.0"
12+
analyzer: ^7.3.0
1313
async: ^2.10.0
14-
build: ^2.3.0
14+
build: ">=2.3.0 <4.0.0"
1515
code_builder: ^4.10.1
1616
collection: ^1.18.0
1717
dart_style: ^3.0.1
1818
meta: ^1.16.0
1919
path: ^1.8.0
2020
pub_semver: ^2.2.0
21-
source_gen: ^2.0.0
21+
source_gen: ">=2.0.0 <4.0.0"
2222
stream_channel: ^2.1.0
2323
tuple: ^2.0.0
2424
worker_bee: ">=0.3.7 <0.4.0"

0 commit comments

Comments
 (0)