Skip to content

Bump the all_dependencies group across 1 directory with 2 updates - #565

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/packages/leancode_force_update/all_dependencies-c000fe7a37
Open

Bump the all_dependencies group across 1 directory with 2 updates#565
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/packages/leancode_force_update/all_dependencies-c000fe7a37

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the all_dependencies group with 2 updates in the /packages/leancode_force_update directory: build_runner and leancode_lint.

Updates build_runner from 2.15.1 to 2.16.0

Release notes

Sourced from build_runner's releases.

package:build_runner v2.16.0

  • New default output behavior: always fix incorrect generated files. For example: if you "dart run build_runner build", modify a generated file, then build again, it will be fixed, undoing your modifications.
  • New option, --keep-modified-outputs. Use this to get the old output behavior: manual modifications to generated files are kept. They will be overwritten if a build is triggered due to an input file change, a configuration change or dart run build_runner clean.
  • New option, --only-check, for use in continuous builds and tests. With this option build_runner writes nothing, but builds and compares with the files already on disk. If there is any difference between disk and expected output then the differences are logged and the build fails.
  • Allow package_config 3.0.0.

package:build_runner v2.15.3

  • Simplify deletion of stale outputs: don't try to handle package renames.
  • The daemon asset server now rejects various non-local connections.
  • Bug fix: in incremental builds, when an input was deleted, its output was deleted at the start of the build. Make it consistent with other output deletions: wait until the end of the build.
  • Bug fix: post process builders with build_to: source can only write to output packages.
  • Bug fix: post process builders with build_to: cache can only write output corresponding to known packages.
  • Bug fix: reject incorrect builder config that has duplicate builder keys.
  • Bug fix: reject invalid builder factories in build.yaml.
  • Bug fix: correctly filter served or --output post process output.
  • Bug fix: serve mode only serves the specified package subdirectories.
  • Bug fix: serve live reload websocket checks for localhost origin.
  • Bug fix: don't follow symlinks when cleaning up output folders.
  • Bug fix: catch Windows-specific absolute paths.

package:build_runner v2.15.2

  • Allow analyzer 14.x, require 13.3.0.
  • Require Dart 3.11.0.
Commits

Updates leancode_lint from 19.0.1 to 26.2.0

Release notes

Sourced from leancode_lint's releases.

leancode_lint-v26.2.0

See changelog on pub.dev

leancode_lint-v26.1.0

See changelog on pub.dev

leancode_lint-v26.0.0

See changelog on pub.dev

leancode_lint-v25.0.0

See changelog on pub.dev

leancode_lint-v24.0.0

See changelog on pub.dev

leancode_lint-v23.0.0

See changelog on pub.dev

leancode_lint-v22.0.1

See changelog on pub.dev

leancode_lint-v22.0.0

See changelog on pub.dev

leancode_lint-v21.0.0

See changelog on pub.dev

leancode_lint-v21.0.0+1

See changelog on pub.dev

leancode_lint-v20.0.2

See changelog on pub.dev

leancode_lint-v20.0.1

See changelog on pub.dev

leancode_lint-v20.0.0

See changelog on pub.dev

Commits
  • dabe20d Bump package version (#560)
  • 5bec8b2 Fix a false positive in missing_equatable_props (#558)
  • 3910ffd Update prefer_equatable_mixin for equatable 2.1.0 (#542)
  • 5e54b7a Allow analyzer 14 (#556)
  • dad761c Add pana-score CI step to all package test workflows (#552)
  • 0c0dd76 [leancode_debug_page] Pass the response's headers when decoding its body (#554)
  • 5893c1b chore: prepare leancode_lint v26 release (#555)
  • a935973 Add avoid_direct_collection_equality_checks lint (#546)
  • 3d47c9c Add avoid_context_read_in_build lint (#547)
  • 95da75e Add avoid_build_context_in_blocs lint (#545)
  • Additional commits viewable in compare view

Updates leancode_lint from 19.0.1 to 26.2.0

Release notes

Sourced from leancode_lint's releases.

leancode_lint-v26.2.0

See changelog on pub.dev

leancode_lint-v26.1.0

See changelog on pub.dev

leancode_lint-v26.0.0

See changelog on pub.dev

leancode_lint-v25.0.0

See changelog on pub.dev

leancode_lint-v24.0.0

See changelog on pub.dev

leancode_lint-v23.0.0

See changelog on pub.dev

leancode_lint-v22.0.1

See changelog on pub.dev

leancode_lint-v22.0.0

See changelog on pub.dev

leancode_lint-v21.0.0

See changelog on pub.dev

leancode_lint-v21.0.0+1

See changelog on pub.dev

leancode_lint-v20.0.2

See changelog on pub.dev

leancode_lint-v20.0.1

See changelog on pub.dev

leancode_lint-v20.0.0

See changelog on pub.dev

Commits
  • dabe20d Bump package version (#560)
  • 5bec8b2 Fix a false positive in missing_equatable_props (#558)
  • 3910ffd Update prefer_equatable_mixin for equatable 2.1.0 (#542)
  • 5e54b7a Allow analyzer 14 (#556)
  • dad761c Add pana-score CI step to all package test workflows (#552)
  • 0c0dd76 [leancode_debug_page] Pass the response's headers when decoding its body (#554)
  • 5893c1b chore: prepare leancode_lint v26 release (#555)
  • a935973 Add avoid_direct_collection_equality_checks lint (#546)
  • 3d47c9c Add avoid_context_read_in_build lint (#547)
  • 95da75e Add avoid_build_context_in_blocs lint (#545)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Aug 14, 2026
@github-actions github-actions Bot added the p: leancode_force_update Related to the leancode_force_update package label Aug 14, 2026
Bumps the all_dependencies group with 2 updates in the /packages/leancode_force_update directory: [build_runner](https://github.com/dart-lang/build) and [leancode_lint](https://github.com/leancodepl/flutter_corelibrary).


Updates `build_runner` from 2.15.1 to 2.16.0
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.15.1...build_runner-v2.16.0)

Updates `leancode_lint` from 19.0.1 to 26.2.0
- [Release notes](https://github.com/leancodepl/flutter_corelibrary/releases)
- [Commits](leancode_lint-v19.0.1...leancode_lint-v26.2.0)

Updates `leancode_lint` from 19.0.1 to 26.2.0
- [Release notes](https://github.com/leancodepl/flutter_corelibrary/releases)
- [Commits](leancode_lint-v19.0.1...leancode_lint-v26.2.0)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all_dependencies
- dependency-name: leancode_lint
  dependency-version: 26.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all_dependencies
- dependency-name: leancode_lint
  dependency-version: 26.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all_dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pub/packages/leancode_force_update/all_dependencies-c000fe7a37 branch from e14292a to d6496c0 Compare August 15, 2026 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file p: leancode_force_update Related to the leancode_force_update package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants