Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mockito, fake_async, yaml, process, path, logging, json_annotation, graphql, file, corsac_jwt, collection, args, platform, flutter_lints, mime, buildbucket, appengine, crypto, json_serializable, analyzer, gql, build_runner and test in /app_dart #4117

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps mockito, fake_async, yaml, process, path, logging, json_annotation, graphql, file, corsac_jwt, collection, args, platform, flutter_lints, mime, buildbucket, appengine, crypto, json_serializable, analyzer, gql, build_runner and test. These dependencies needed to be updated together.
Updates mockito from 5.4.4 to 5.4.5

Release notes

Sourced from mockito's releases.

package:mockito v5.4.5

  • Ignore "must_be_immutable" warning in generated files. Mocks cannot be made immutable anyway, but this way users aren't prevented from using generated mocks altogether.
  • Require Dart SDK ^3.6.0.
  • Require analyzer: '>=6.9.0 <8.0.0'.
  • Require dart_style: '>=2.3.7 <4.0.0', so that the current Dart language version can be passed to DartFormatter.
  • Require source_gen: ">=1.4.0 <3.0.0".
  • Add support for extension types.
  • Add topics to pubspec.yaml.
  • Fix a bug where type aliases in type arguments were not correctly resolved.
  • Fix a bug where record types were not correctly resolved.
Changelog

Sourced from mockito's changelog.

5.4.5

  • Ignore "must_be_immutable" warning in generated files. Mocks cannot be made immutable anyway, but this way users aren't prevented from using generated mocks altogether.
  • Require Dart SDK ^3.6.0.
  • Require analyzer: '>=6.9.0 <8.0.0'.
  • Require dart_style: '>=2.3.7 <4.0.0', so that the current Dart language version can be passed to DartFormatter.
  • Require source_gen: ">=1.4.0 <3.0.0".
  • Add support for extension types.
  • Add topics to pubspec.yaml.
  • Fix a bug where type aliases in type arguments were not correctly resolved.
  • Fix a bug where record types were not correctly resolved.
Commits

Updates fake_async from 1.3.1 to 1.3.2

Release notes

Sourced from fake_async's releases.

package:fake_async v1.3.2

  • Require Dart 3.3
  • Fix bug where a flushTimers or elapse call from within the callback of a periodic timer would immediately invoke the same timer.
  • Move to dart-lang/test monorepo.
  • Require Dart 3.5.
Commits

Updates yaml from 3.1.2 to 3.1.3

Release notes

Sourced from yaml's releases.

package:yaml v3.1.3

  • Require Dart 3.4
  • Fix UTF-16 surrogate pair handling in plain scaler.
  • Move to dart-lang/tools monorepo.
Commits
  • e0e8ae3 Update pkgs/yaml/pubspec.yaml
  • 0ec11ec Merge branch 'main' into merge-yaml-package
  • 4c2db7b Merge branch 'main' into merge-stream_channel-package
  • 588ccff Merge branch 'main' into merge-stack_trace-package
  • 4ebcd8e Update test
  • b1e2782 Add newline
  • 9a9a7e5 Moving fixes
  • 4a260a8 Add issue template and other fixes
  • bcb44d8 Merge package:pubspec_parse into the tools monorepo
  • 3815ff3 Merge pull request #1658 from dart-lang/merge-string_scanner-package
  • Additional commits viewable in compare view

Updates process from 5.0.2 to 5.0.3

Commits
  • 79f8b0b [various] Add missing_code_block_language_in_doc_comment lint to flutter/pa...
  • abadfb5 [various] Update example apps to Kotlin 1.9.0 (#7998)
  • da4c3ee [go_router] add current state getter (#7651)
  • 6276210 Applied Gradle Plugins Declaratively for Multiple Plugin Example Apps (#7968)
  • b3a5e33 [camera_windows] Revert: Support image streams on Windows platform (#7951)
  • 2c8f226 [camera] Use Pigeon for Windows C++->Dart (#8001)
  • 796afa3 [google_maps_flutter] Update Android for non-nullable generics (#7990)
  • 02b20bf [various] Minor cleanup in recently imported packages (#7995)
  • 53469f3 [go_router] Update example app to Kotlin 1.9.0 (#7997)
  • 2fd909b [vector_garphics] fix execution on the web with WebAssembly (#7991)
  • Additional commits viewable in compare view

Updates path from 1.9.0 to 1.9.1

Release notes

Sourced from path's releases.

package:path v1.9.1

  • Require Dart 3.4
  • Move to dart-lang/core monorepo.
Commits
  • ad17462 Merge branch 'main' into merge-path-package
  • 64a2a5d Merge branch 'main' into merge-os_detect-package
  • 8151b9f Merge pull request #401 from dart-lang/merge-logging-package
  • 63e934c contribute a issue template for package:args (#139)
  • bab3e3c Moving fixes
  • 903e5cd Add issue template and other fixes
  • 600817a Merge package:path into the core monorepo
  • 9d22591 Moving fixes
  • 66b5ae3 Add issue template and other fixes
  • b883be6 Merge package:os_detect into the core monorepo
  • Additional commits viewable in compare view

Updates logging from 1.2.0 to 1.3.0

Release notes

Sourced from logging's releases.

package:logging v1.3.0

  • Override empty stack traces for trace level events.
  • Require Dart 3.4
  • Move to dart-lang/core monorepo.
Commits
  • 8151b9f Merge pull request #401 from dart-lang/merge-logging-package
  • 63e934c contribute a issue template for package:args (#139)
  • 31caf59 Add license to example file
  • b3d67ea Moving fixes
  • bafb17e Add issue template and other fixes
  • 32a7c39 Merge package:logging into the core monorepo
  • 94061ca Merge branch 'main' into merge-characters-package
  • 762195d Changes as per review
  • f3f8e1b Merge branch 'main' into merge-async-package
  • b3264f8 Changes as per review
  • Additional commits viewable in compare view

Updates json_annotation from 4.8.1 to 4.9.0

Release notes

Sourced from json_annotation's releases.

package:json_annotation v4.9.0

  • Require Dart 3.0
  • Add JsonSerializable(createJsonKeys: true). (#1401)
Commits

Updates graphql from 5.2.0-beta.9 to 5.2.0-beta.10

Commits
  • 3628544 docs: update changelog
  • 651d75c Upgrade packages in graphql pubspec.yaml and graphql_flutter pubspec.yaml (#...
  • 9e21fd5 fix(graphql): update normalize dependency to version 0.9.1 (#1448)
  • See full diff in compare view

Updates file from 7.0.0 to 7.0.1

Release notes

Sourced from file's releases.

package:file v7.0.1

  • Update the pubspec repository field to reflect the new package repository.
Commits
  • 3f7a466 rev package:file and package:file_testing versions in prep for publishing (#599)
  • d5d7bb5 [coverage] Proactively collect isolates as they pause (#595)
  • a38c3eb update repo metadata and config for the package move
  • ba5e19f Merge package:file into shared tools repository
  • d4995d4 Add more parameters (androidAppId and iosBundleId) in devtools events. (#295)
  • 3440b74 Prep mime 2.0.0 for publish (#594)
  • 03cedfb coverage: update test mocks (#592)
  • 57aa604 unified_analytics: fix new lint (#593)
  • 0b41bd2 [unified_analytics] Drop direct dependency on package:path (#279)
  • 8ebc763 Prepare for publishing extension_discovery-2.1.0 (#591)
  • Additional commits viewable in compare view

Updates corsac_jwt from 1.0.0-nullsafety.1 to 1.0.1

Changelog

Sourced from corsac_jwt's changelog.

1.0.1

  • Internal changes.

1.0.0

  • Allow setting kid header from signers.
  • Allow setting standard typ header from builder.
Commits

Updates collection from 1.18.0 to 1.19.1

Release notes

Sourced from collection's releases.

package:collection v1.19.1

  • Move to dart-lang/core monorepo.
Commits
  • 9c59e2b Update pubspec.yaml
  • b67ebd8 Remove section in readme
  • 7d61126 Moving fixes
  • 537536a Add issue template and other fixes
  • 0fecfd8 Merge package:collection into the core monorepo
  • 3a3ed8e update various repo metadata (#406)
  • 5e83b5b Merge branch 'main' into merge-typed_data-package
  • a11bf72 Merge branch 'main' into merge-platform-package
  • ad17462 Merge branch 'main' into merge-path-package
  • 64a2a5d Merge branch 'main' into merge-os_detect-package
  • Additional commits viewable in compare view

Updates args from 2.5.0 to 2.6.0

Release notes

Sourced from args's releases.

package:args v2.6.0

  • Added source argument when throwing a ArgParserException.
  • Fix inconsistent FormatException messages
  • Require Dart 3.3
  • Move to dart-lang/core monorepo.
Commits
  • 8c5dca8 Merge pull request #2 from dart-lang/merge-args-package
  • 6ea8a85 Add label workflow
  • 7137af2 Add readme
  • e6b4d3a Fix tags regex
  • 00d89bc Rev pubspec version
  • 4896f8a Fix workflows again
  • 5560a05 Fix workflows
  • 2d6cddf Merge package:args into shared core repository
  • 315f7f9 Bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group (dart-l...
  • 272f175 Add argument name when throwing a ArgParserExceptiondart-lang/args#283
  • Additional commits viewable in compare view

Updates platform from 3.1.4 to 3.1.6

Release notes

Sourced from platform's releases.

package:platform v3.1.6

  • Move to dart-lang/core monorepo.
Commits

Updates flutter_lints from 3.0.2 to 5.0.0

Commits
  • f38b780 [package:flutter_lints] update the dep on package:lints to 5.0.0 and the sd...
  • 7da2374 Update test to not depend on Color.toString() (#7701)
  • 54dd888 [flutter_lints] remove prefer_const_constructors, prefer_const_declarations, ...
  • 47795ab [go_router] Fixed TabView swiping in custom stateful shell route example (#7...
  • 4926c0f [quick_actions] Add guidance for correcting task management/back press behavi...
  • 21d99dc [various] Adds macOS privacy manifests (#7687)
  • 24594a0 [google_maps_flutter_android] Convert PlatformPolyline.pattern to Pigeon (#...
  • f54fe93 [pigeon] Validates support for nested collections with generic types. (#7614)
  • e9253e6 [interactive_media_ads] Adds internal wrapper for Android native `AdsRenderin...
  • fef7ffb [interactive_media_ads]: Bump com.google.ads.interactivemedia.v3:interactivem...
  • Additional commits viewable in compare view

Updates mime from 1.0.5 to 2.0.0

Release notes

Sourced from mime's releases.

package:mime v2.0.0

  • [Breaking] extensionFromMime(String mimeType) returns null instead of mimeType for an unknown mime type.
  • Update extensionFromMime to return a default extension when a MIME type maps to multiple extensions.

package:mime v1.0.6

  • Add topics section to pubspec.yaml.
  • Move to dart-lang/tools monorepo.
Commits

Updates buildbucket from 1.0.10 to 1.0.12

Commits

Updates appengine from 0.13.7 to 0.13.9

Release notes

Sourced from appengine's releases.

package:appengine v0.13.9

  • Update the pubspec repository field to reflect the new repo location.
Commits
  • 0d5c420 rev package:appengine to 0.13.9 for publishing (#177)
  • 5216af1 skip integration tests on the bot
  • 8d0a14a address use of deprecated members
  • 2eecaa8 update config and metadata files post move
  • 2759bce Merge package:appengine into shared labs repository
  • 6f67c0a contribute an issue template for package:native_synchronization (#13)
  • d2940ba publish package:gcloud after the repo move (#96)
  • a42de7f update package:gcloud metadata and CI config
  • 61c038d Merge package:gcloud into shared labs repository
  • 4151ca3 [native_synchronization] update pubspec metadata for the repo move (#5)
  • Additional commits viewable in compare view

Updates crypto from 3.0.3 to 3.0.6

Release notes

Sourced from crypto's releases.

package:crypto v3.0.6

  • Move to dart-lang/core monorepo.
Commits

Updates json_serializable from 6.7.1 to 6.9.2

Release notes

Sourced from json_serializable's releases.

package:json_serializable v6.9.2

  • Support the latest package:analyzer.

package:json_serializable v6.9.1

  • Support the latest package:analyzer and package:source_gen.
  • Require Dart 3.6

package:json_serializable v6.9.0

  • Use conditional map syntax to clean up null handling in toJson functions.
  • Fix core Dart type links in docs.
  • Require Dart 3.5

package:json_serializable v6.8.0

  • Add type arguments to Map literals used for Record serialization.
  • Add support for JsonSerializable(createJsonKeys: true). (#1401)
  • Handle decoding an int value from a double literal. This now matches the behavior of double values being encoded as int.
Commits

Updates analyzer from 6.4.1 to 7.1.0

Commits

Updates gql from 1.0.1-alpha+1709845491443 to 1.0.1-alpha+1730759315362

Commits

Updates build_runner from 2.4.9 to 2.4.14

Release notes

Sourced from build_runner's releases.

package:build_runner v2.4.14

  • Write generated assets at the end of a build to avoid invalidating other tools with a file watcher multiple times.
  • Bump the min sdk to 3.6.0.
  • Allow analyzer version 7.x.
  • Hard code the generated build script to language version 3.6.
  • Allow dart_style version 4.0.0, require at least 2.3.7.

package:build_runner v2.4.13

  • Bump the min sdk to 3.5.0.
  • Bump the mime dependency to allow version 2.x.

package:build_runner v2.4.12

  • Bump the min sdk to 3.5.0-259.0.dev.
  • Fix watch mode for workspace repos.

package:build_runner v2.4.11

  • Explicitly pass the current isolates package config instead of assuming the location, to support the upcoming pub workspaces feature.

build_runner version 2.4.10

  • Support version 1.x and 2.x of shelf_web_socket and 2.x and 3.x
  • of web_socket_channel.
  • Bump the min sdk to 3.4.0.
Commits

Updates test from 1.25.3 to 1.25.14

Release notes

Sourced from test's releases.

package:test v1.25.14

  • Use secure random for url secrets.

package:test v1.25.13

  • Allow the latest version of package:matcher.

package:test v1.25.12

  • Fix hang when running multiple precompiled browser tests.

package:test v1.25.11

  • Update to be forward compatible with package:shelf_web_socket version 3.x.

package:test v1.25.10

  • Update the package:vm_service constraint to allow version 15.x.

package:test v1.25.9

  • Allow analyzer: '>=6.0.0 <8.0.0'
  • Fix dart2wasm tests on windows.
  • Increase SDK constraint to ^3.5.0.
  • Support running Node.js tests compiled with dart2wasm.
  • Allow firefox or firefox-bin executable name on macOS.

package:test v1.25.8

  • Increase SDK constraint to ^3.4.0.
  • Ensure we don't create files ending in a ., this breaks windows.

package:test v1.25.7

  • Enable asserts for dart2wasm tests.

package:test v1.25.6

  • Point API doc links to package:test canonical libraries.
  • Fix testing with dart2wasm - use dart compile wasm instead of depending on SDK internals
  • Update min SDK constraint to 3.2.0.

package:test v1.25.5

  • Update the package:web_socket_channel version constraint to allow 3.x.
  • Update the package:shelf_web_socket version constraint to allow 2.x.

package:test v1.25.4

  • Add @doNotSubmit to more declarations of the solo parameter.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…on, graphql, file, corsac_jwt, collection, args, platform, flutter_lints, mime, buildbucket, appengine, crypto, json_serializable, analyzer, gql, build_runner and test

Bumps [mockito](https://github.com/dart-lang/mockito), [fake_async](https://github.com/dart-lang/test/tree/master/pkgs), [yaml](https://github.com/dart-lang/tools/tree/main/pkgs), [process](https://github.com/flutter/packages/tree/main/packages), [path](https://github.com/dart-lang/core/tree/main/pkgs), [logging](https://github.com/dart-lang/core/tree/main/pkgs), [json_annotation](https://github.com/google/json_serializable.dart), [graphql](https://github.com/zino-app/graphql-flutter/tree/main/packages), [file](https://github.com/dart-lang/tools/tree/main/pkgs), [corsac_jwt](https://github.com/corsac-dart/jwt), [collection](https://github.com/dart-lang/core/tree/main/pkgs), [args](https://github.com/dart-lang/core), [platform](https://github.com/dart-lang/core/tree/main/pkgs), [flutter_lints](https://github.com/flutter/packages/tree/main/packages), [mime](https://github.com/dart-lang/tools/tree/main/pkgs), [buildbucket](https://github.com/flutter/cocoon/tree/main/packages), [appengine](https://github.com/dart-lang/labs/tree/main/pkgs), [crypto](https://github.com/dart-lang/core/tree/main/pkgs), [json_serializable](https://github.com/google/json_serializable.dart), [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg), [gql](https://github.com/gql-dart/gql), [build_runner](https://github.com/dart-lang/build) and [test](https://github.com/dart-lang/test/tree/master/pkgs). These dependencies needed to be updated together.

Updates `mockito` from 5.4.4 to 5.4.5
- [Release notes](https://github.com/dart-lang/mockito/releases)
- [Changelog](https://github.com/dart-lang/mockito/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/mockito/commits/v5.4.5)

Updates `fake_async` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/dart-lang/test/releases)
- [Commits](https://github.com/dart-lang/test/commits/fake_async-v1.3.2/pkgs)

Updates `yaml` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/dart-lang/tools/releases)
- [Commits](https://github.com/dart-lang/tools/commits/yaml-v3.1.3/pkgs)

Updates `process` from 5.0.2 to 5.0.3
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/process-v5.0.3/packages)

Updates `path` from 1.9.0 to 1.9.1
- [Release notes](https://github.com/dart-lang/core/releases)
- [Commits](https://github.com/dart-lang/core/commits/path-v1.9.1/pkgs)

Updates `logging` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/dart-lang/core/releases)
- [Commits](https://github.com/dart-lang/core/commits/logging-v1.3.0/pkgs)

Updates `json_annotation` from 4.8.1 to 4.9.0
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_annotation-v4.8.1...json_annotation-v4.9.0)

Updates `graphql` from 5.2.0-beta.9 to 5.2.0-beta.10
- [Release notes](https://github.com/zino-app/graphql-flutter/releases)
- [Changelog](https://github.com/zino-hofmann/graphql-flutter/blob/main/changelog-v3-v4.md)
- [Commits](https://github.com/zino-app/graphql-flutter/commits/v5.2.0-beta.10/packages)

Updates `file` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/dart-lang/tools/releases)
- [Commits](https://github.com/dart-lang/tools/commits/file-v7.0.1/pkgs)

Updates `corsac_jwt` from 1.0.0-nullsafety.1 to 1.0.1
- [Changelog](https://github.com/corsac-dart/jwt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/corsac-dart/jwt/commits/v1.0.1)

Updates `collection` from 1.18.0 to 1.19.1
- [Release notes](https://github.com/dart-lang/core/releases)
- [Commits](https://github.com/dart-lang/core/commits/collection-v1.19.1/pkgs)

Updates `args` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/dart-lang/core/releases)
- [Commits](dart-lang/core@args-v2.5.0...args-v2.6.0)

Updates `platform` from 3.1.4 to 3.1.6
- [Release notes](https://github.com/dart-lang/core/releases)
- [Commits](https://github.com/dart-lang/core/commits/platform-v3.1.6/pkgs)

Updates `flutter_lints` from 3.0.2 to 5.0.0
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v5.0.0/packages)

Updates `mime` from 1.0.5 to 2.0.0
- [Release notes](https://github.com/dart-lang/tools/releases)
- [Commits](https://github.com/dart-lang/tools/commits/mime-v2.0.0/pkgs)

Updates `buildbucket` from 1.0.10 to 1.0.12
- [Release notes](https://github.com/flutter/cocoon/releases)
- [Commits](https://github.com/flutter/cocoon/commits/HEAD/packages)

Updates `appengine` from 0.13.7 to 0.13.9
- [Release notes](https://github.com/dart-lang/labs/releases)
- [Commits](https://github.com/dart-lang/labs/commits/appengine-v0.13.9/pkgs)

Updates `crypto` from 3.0.3 to 3.0.6
- [Release notes](https://github.com/dart-lang/core/releases)
- [Commits](https://github.com/dart-lang/core/commits/crypto-v3.0.6/pkgs)

Updates `json_serializable` from 6.7.1 to 6.9.2
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.7.1...json_serializable-v6.9.2)

Updates `analyzer` from 6.4.1 to 7.1.0
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg)

Updates `gql` from 1.0.1-alpha+1709845491443 to 1.0.1-alpha+1730759315362
- [Commits](https://github.com/gql-dart/gql/commits)

Updates `build_runner` from 2.4.9 to 2.4.14
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.4.9...build_runner-v2.4.14)

Updates `test` from 1.25.3 to 1.25.14
- [Release notes](https://github.com/dart-lang/test/releases)
- [Commits](https://github.com/dart-lang/test/commits/test-v1.25.14/pkgs)

---
updated-dependencies:
- dependency-name: mockito
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: fake_async
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: process
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: path
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: logging
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: json_annotation
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: graphql
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: file
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: corsac_jwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: collection
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: args
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: platform
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: flutter_lints
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: mime
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: buildbucket
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: appengine
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: crypto
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: analyzer
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: gql
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: build_runner
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor

auto-submit bot commented Dec 23, 2024

auto label is removed for flutter/cocoon/4117, due to - The status or check suite Linux Cocoon has failed. Please fix the issues identified (or deflake) before re-applying this label.

@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App. label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant