Skip to content

Commit

Permalink
chore(deps): bump the dart_style group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dart_style group with 4 updates in the /packages/worker_bee/worker_bee_builder directory: [dart_style](https://github.com/dart-lang/dart_style), [code_builder](https://github.com/dart-lang/tools/tree/main/pkgs), [source_gen](https://github.com/dart-lang/source_gen) and [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg).


Updates `dart_style` from 2.3.7 to 3.0.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@v2.3.7...v3.0.1)

Updates `code_builder` from 4.10.0 to 4.10.1
- [Release notes](https://github.com/dart-lang/tools/releases)
- [Commits](https://github.com/dart-lang/tools/commits/code_builder-v4.10.1/pkgs)

Updates `source_gen` from 1.5.0 to 2.0.0
- [Release notes](https://github.com/dart-lang/source_gen/releases)
- [Commits](dart-lang/source_gen@source_gen-v1.5.0...source_gen-v2.0.0)

Updates `analyzer` from 6.11.0 to 7.2.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: dart_style
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dart_style
- dependency-name: code_builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dart_style
- dependency-name: source_gen
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dart_style
- dependency-name: analyzer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dart_style
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 17, 2025
1 parent 50003cd commit f811a78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/worker_bee/worker_bee_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ environment:
sdk: ^3.3.0

dependencies:
analyzer: ">=5.1.0 <7.0.0"
analyzer: ">=5.1.0 <8.0.0"
async: ^2.10.0
build: ^2.2.1
code_builder: 4.10.0
code_builder: 4.10.1
collection: ^1.15.0
dart_style: ^2.3.2
dart_style: ">=2.3.2 <4.0.0"
meta: ^1.7.0
path: ">=1.8.0 <2.0.0"
source_gen: ^1.3.2
source_gen: ">=1.3.2 <3.0.0"
stream_channel: ^2.1.0
tuple: ^2.0.0
worker_bee: ">=0.3.3 <0.4.0"
Expand Down

0 comments on commit f811a78

Please sign in to comment.