Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps build_runner, yaml, process, meta, logging and mockito. These dependencies needed to be updated together.
Updates build_runner from 2.4.13 to 2.9.0

Release notes

Sourced from build_runner's releases.

package:build_runner v2.9.0

  • Watch mode: handle builder code and config changes without recompiling or exiting.
  • Remove log output about build_runner internals.
  • Print the port that gets picked if you pass 0 for a port number, for example with dart run build_runner serve web:0.
  • Improve warnings when an option is specified for an unknown builder.
  • Rewrite bootstrap code to remove use of dart:mirrors.
  • Bug fix: require args 2.5.0.

package:build_runner v2.8.0

  • Make errors more prominent in log output, highlight in red.
  • Remove "deleting declared outputs" warning.
  • Bug fix: fix incorrect display of some "usage" messages.
  • Move code from build_resolvers into build_runner.
  • Move code from build_runner_core into build_runner.
  • Move code from timing into build_runner.
  • Remove unused deps: build_resolvers, build_runner_core, timing.

package:build_runner v2.7.2

  • Use build 4.0.0.

package:build_runner v2.7.1

  • Bug fix: with build_runner serve, special handling of paths containing /packages/ was hiding actual folders called packages. Serve the actual folders first, before trying the package lookup.
  • Remove undocumented / unused features: lib/build_script_generate.dart, bin/graph_inspector.dart, build_runner doctor and build_runner generate-build-script commands.
  • Remove deps on pubspec_parse and timing.
  • Use build 3.1.0.

package:build_runner v2.7.0

  • Performance: builders can choose to run only when "triggered". A builder runs only if triggered if the option run_only_if_triggered is true. Triggers are configured in new a top-level section of build.yaml called triggers. See the build_config docs for more information.
  • Remove interactive prompts for whether to delete files.
  • Ignore -d flag: always delete files as if -d was passed.
  • Remove --use-polling-watcher flag.
  • Remove build_runner serve mode $graph and $perf handlers.
  • Documentation revamp.
  • Bug fix: delete transitive generated outputs as well as direct generated outputs. So, a generated file now gets deleted if its input was a generated file that is no longer output.
  • Bug fix: fix crash creating a merged output dir with a file called lib.

package:build_runner v2.6.1

  • Use build 3.0.1.

... (truncated)

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.4 to 5.0.5

Release notes

Sourced from process's releases.

package:process v5.0.5

  • Fix mixtures of parentheses and spaces in windows command paths.
Commits

Updates meta from 1.16.0 to 1.17.0

Changelog

Sourced from meta's changelog.

1.17.0 - 2016-06-08

Core library changes

  • dart:convert

    • Deprecate ChunkedConverter which was erroneously added in 1.16.
  • dart:core

    • Uri.replace supports iterables as values for the query parameters.
    • Uri.parseIPv6Address returns a Uint8List.
  • dart:io

    • Added NetworkInterface.listSupported, which is true when NetworkInterface.list is supported, and false otherwise. Currently, NetworkInterface.list is not supported on Android.

Tool Changes

  • Pub

    • TAR files created while publishing a package on Mac OS and Linux now use a more portable format.

    • Errors caused by invalid arguments now print the full usage information for the command.

    • SDK constraints for dependency overrides are no longer considered when determining the total SDK constraint for a lockfile.

    • A bug has been fixed in which a lockfile was considered up-to-date when it actually wasn't.

    • A bug has been fixed in which pub get --offline would crash when a prerelease version was selected.

  • Dartium and content shell

    • Debugging Dart code inside iframes improved, was broken.

1.16.1 - 2016-05-24

Patch release, resolves one issue:

  • VM: Fixes a bug that caused intermittent hangs on Windows. (SDK issue 26400)
Commits
  • a5fb4fe use const Link so that empty Link is always identical
  • 5eae061 Analyzer 0.27.4-alpha.9 (API fixes) (#26562).
  • 08ce826 Gather and report stats on the number of times flushed results are recomputed
  • ef8baa8 Add test harness option for app snapshots with unoptimized code.
  • 0a5ecc5 Resynthesize return types lazily.
  • cdc0b17 Resynthesize ParameterElementImpl.parameterKind lazily.
  • e71e111 Summarize references to closure parameters properly.
  • dcadf0b Store expression function closures summaries when needed for type inference.
  • 6d2b7f4 Refactor AST summarization logic for serializing initializer expressions.
  • ac7f892 Resynthesize FieldFormalParameterElementImpl(s) lazily.
  • 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 mockito from 5.4.4 to 5.5.1

Release notes

Sourced from mockito's releases.

package:mockito v5.5.1

  • Require analyzer: ^8.1.0.
  • Allow source_gen: '>=3.0.0 <5.0.0'.
  • Allow build: '>=3.0.0 <5.0.0'.

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.5.1

  • Require analyzer: ^8.1.0.
  • Allow source_gen: '>=3.0.0 <5.0.0'.
  • Allow build: '>=3.0.0 <5.0.0'.

5.5.0

  • Switch to build 3.0.0.
  • Require Dart SDK ^3.7.0.

5.5.0-dev

  • Switch to build 3.0.0-dev.
  • Require Dart SDK ^3.7.0.

5.4.6

  • When formatting a generated mocks library, use the language version of the library with the mockito annotation.

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

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)

@dependabot dependabot bot added the autosubmit Merge PR when tree becomes green via auto submit App. label Oct 6, 2025
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App. label Oct 6, 2025
Copy link
Contributor

auto-submit bot commented Oct 6, 2025

autosubmit label was removed for flutter/cocoon/4864, because - The status or check suite test-common-packages (auto_submit) has failed. Please fix the issues identified (or deflake) before re-applying this label.

Bumps [build_runner](https://github.com/dart-lang/build), [yaml](https://github.com/dart-lang/tools/tree/main/pkgs), [process](https://github.com/dart-lang/tools/tree/main/pkgs), [meta](https://github.com/dart-lang/sdk/tree/main/pkg), [logging](https://github.com/dart-lang/core/tree/main/pkgs) and [mockito](https://github.com/dart-lang/mockito). These dependencies needed to be updated together.

Updates `build_runner` from 2.4.13 to 2.9.0
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.4.13...build_runner-v2.9.0)

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.4 to 5.0.5
- [Release notes](https://github.com/dart-lang/tools/releases)
- [Commits](https://github.com/dart-lang/tools/commits/process-v5.0.5/pkgs)

Updates `meta` from 1.16.0 to 1.17.0
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/1.17.0/pkg)

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 `mockito` from 5.4.4 to 5.5.1
- [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.5.1)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: yaml
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: process
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: meta
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: logging
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: mockito
  dependency-version: 5.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pub/cipd_packages/device_doctor/multi-5da2500b2a branch from 564c3ee to e3894ab Compare October 13, 2025 07:17
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