Skip to content

Commit

Permalink
chore(deps): bump the all group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates in the / directory: [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) and [melos](https://github.com/invertase/melos/tree/main/packages).


Updates `analyzer` from 7.1.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)

Updates `melos` from 6.3.1 to 6.3.2
- [Release notes](https://github.com/invertase/melos/releases)
- [Changelog](https://github.com/invertase/melos/blob/melos-v6.3.2/CHANGELOG.md)
- [Commits](https://github.com/invertase/melos/commits/melos-v6.3.2/packages)

---
updated-dependencies:
- dependency-name: analyzer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: melos
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and GregoryConrad committed Jan 20, 2025
1 parent 35bcda2 commit 46ebac7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "88399e291da5f7e889359681a8f64b18c5123e03576b01f32a6a276611e511c3"
sha256: "03f6da266a27a4538a69295ec142cb5717d7d4e5727b84658b63e1e1509bac9c"
url: "https://pub.dev"
source: hosted
version: "78.0.0"
version: "79.0.0"
_macros:
dependency: transitive
description: dart
Expand All @@ -18,10 +18,10 @@ packages:
dependency: "direct dev"
description:
name: analyzer
sha256: "62899ef43d0b962b056ed2ebac6b47ec76ffd003d5f7c4e4dc870afe63188e33"
sha256: c9040fc56483c22a5e04a9f6a251313118b1a3c42423770623128fa484115643
url: "https://pub.dev"
source: hosted
version: "7.1.0"
version: "7.2.0"
ansi_styles:
dependency: transitive
description:
Expand Down Expand Up @@ -194,10 +194,10 @@ packages:
dependency: "direct dev"
description:
name: melos
sha256: "4b311fe425a1acf7ae59903a2a71c71307d98b045590ca9221d6fa183565cbda"
sha256: "3f3ab3f902843d1e5a1b1a4dd39a4aca8ba1056f2d32fd8995210fa2843f646f"
url: "https://pub.dev"
source: hosted
version: "6.3.1"
version: "6.3.2"
meta:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dev_dependencies:
analyzer: ^7.1.0
melos: ^6.3.1
analyzer: ^7.2.0
melos: ^6.3.2
very_good_analysis: ^7.0.0

0 comments on commit 46ebac7

Please sign in to comment.