Skip to content

Bump the all_dependencies group across 1 directory with 3 updates#518

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/packages/login_client/all_dependencies-3e838ff0ca
Open

Bump the all_dependencies group across 1 directory with 3 updates#518
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/packages/login_client/all_dependencies-3e838ff0ca

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps the all_dependencies group with 3 updates in the /packages/login_client directory: custom_lint, leancode_lint and test.

Updates custom_lint from 0.6.4 to 0.8.1

Commits

Updates leancode_lint from 12.1.0 to 19.0.1

Release notes

Sourced from leancode_lint's releases.

leancode_lint-v19.0.1

See changelog on pub.dev

leancode_lint-v18.0.0

What's Changed

Full Changelog: leancode_debug_page-v3.0.0...leancode_lint-v18.0.0

Commits
  • af2155a Make Alignment class lookup optional (#493)
  • b53d2a6 Add clear button to debug page logs inspector (#489)
  • a68ced3 Update SDK constraint to 4.0.0 in overrride_api_endpoint (#485)
  • 11e4530 Fix releasing packages (#487)
  • c89eb1a [cqrs] Provide raw data in success query result (#486)
  • a62ca61 [leancode_hooks] Bump flutter_hooks and custom_lint dependency (#474)
  • 22c3403 Fix override_api_endpoint github workflow (#484)
  • 9eff6cf Improve clearing the API endpoint (#483)
  • f558e23 [leancode_lint] Bump dependencies (#480)
  • 2f9eabc feat: prefer center over align lint (#472)
  • Additional commits viewable in compare view

Updates test from 1.26.3 to 1.31.0

Release notes

Sourced from test's releases.

package:test v1.31.0

  • Print a summary of failed tests at the end of the expanded reporter output.
  • Add vm-asan, vm-msan, and vm-tsan runtimes to run tests on the standalone Dart VM under Address Sanitizer, Memory Sanitizer or Thread Sanitizer. This is useful for finding issues when using foreign libraries through dart:ffi, such as use-after-free, use of initialized memory and data races, or for detecting data races in Dart code using shared fields.
  • Change return type on the body callback argument to group to void from dynamic. This may surface cases where the group callback was erroneously returning an ignored value.
  • Fix a hang when a test run with --compiler exe crashes.
  • Require analyzer: '>=8.0.0 <13.0.0'

package:test v1.30.0

  • Add a --suite-load-timeout argument to allow configuring a timeout for compiling and loading individual test suites.
  • Remove the default 12 minute timeout to compile and load test suites.
  • Bump test_core to 0.6.16
  • Add comments to the top-level libraries in the package.
  • Bump test_api to 0.7.10 to fix missing locations on tests skipped due to the use of solo.

package:test v1.29.0

  • Add --coverage-package flag, which filters the coverage report to specific packages using RegExps.
  • Require a function definition named main directly in a test suite and provide a more direct error message than a failing compiler output.
  • Suppress skip reason messages in the compact and failures-only reporters.
  • Allow analyzer major version 10.

package:test v1.28.0

  • Add isSorted and related matchers for iterables.
  • Consider NaN to be equal to itself in equals.
  • Bump test_core to 0.6.14
  • Removed unused js dependency

package:test v1.27.0

  • Add --coverage-path and --branch-coverage options to dart test.
  • Serve dart2wasm source map files.
  • Fix Node.js dart2wasm tests on windows.
  • Doc edit: clarify in README that a platform selector includes the compiler.
  • Allow analyzer major version 9.
  • Require Dart 3.7
Commits

Updates leancode_lint from 12.1.0 to 19.0.1

Release notes

Sourced from leancode_lint's releases.

leancode_lint-v19.0.1

See changelog on pub.dev

leancode_lint-v18.0.0

What's Changed

Full Changelog: leancode_debug_page-v3.0.0...leancode_lint-v18.0.0

Commits
  • af2155a Make Alignment class lookup optional (#493)
  • b53d2a6 Add clear button to debug page logs inspector (#489)
  • a68ced3 Update SDK constraint to 4.0.0 in overrride_api_endpoint (#485)
  • 11e4530 Fix releasing packages (#487)
  • c89eb1a [cqrs] Provide raw data in success query result (#486)
  • a62ca61 [leancode_hooks] Bump flutter_hooks and custom_lint dependency (#474)
  • 22c3403 Fix override_api_endpoint github workflow (#484)
  • 9eff6cf Improve clearing the API endpoint (#483)
  • f558e23 [leancode_lint] Bump dependencies (#480)
  • 2f9eabc feat: prefer center over align lint (#472)
  • Additional commits viewable in compare view

Updates test from 1.26.3 to 1.31.0

Release notes

Sourced from test's releases.

package:test v1.31.0

  • Print a summary of failed tests at the end of the expanded reporter output.
  • Add vm-asan, vm-msan, and vm-tsan runtimes to run tests on the standalone Dart VM under Address Sanitizer, Memory Sanitizer or Thread Sanitizer. This is useful for finding issues when using foreign libraries through dart:ffi, such as use-after-free, use of initialized memory and data races, or for detecting data races in Dart code using shared fields.
  • Change return type on the body callback argument to group to void from dynamic. This may surface cases where the group callback was erroneously returning an ignored value.
  • Fix a hang when a test run with --compiler exe crashes.
  • Require analyzer: '>=8.0.0 <13.0.0'

package:test v1.30.0

  • Add a --suite-load-timeout argument to allow configuring a timeout for compiling and loading individual test suites.
  • Remove the default 12 minute timeout to compile and load test suites.
  • Bump test_core to 0.6.16
  • Add comments to the top-level libraries in the package.
  • Bump test_api to 0.7.10 to fix missing locations on tests skipped due to the use of solo.

package:test v1.29.0

  • Add --coverage-package flag, which filters the coverage report to specific packages using RegExps.
  • Require a function definition named main directly in a test suite and provide a more direct error message than a failing compiler output.
  • Suppress skip reason messages in the compact and failures-only reporters.
  • Allow analyzer major version 10.

package:test v1.28.0

  • Add isSorted and related matchers for iterables.
  • Consider NaN to be equal to itself in equals.
  • Bump test_core to 0.6.14
  • Removed unused js dependency

package:test v1.27.0

  • Add --coverage-path and --branch-coverage options to dart test.
  • Serve dart2wasm source map files.
  • Fix Node.js dart2wasm tests on windows.
  • Doc edit: clarify in README that a platform selector includes the compiler.
  • Allow analyzer major version 9.
  • Require Dart 3.7
Commits

@dependabot dependabot bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Mar 27, 2026
@dependabot dependabot bot requested a review from Albert221 as a code owner March 27, 2026 14:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file dart Pull requests that update dart code labels Mar 27, 2026
@github-actions github-actions bot added the p: login_client Related to the login_client package label Mar 27, 2026
Bumps the all_dependencies group with 3 updates in the /packages/login_client directory: [custom_lint](https://github.com/invertase/dart_custom_lint), [leancode_lint](https://github.com/leancodepl/flutter_corelibrary) and [test](https://github.com/dart-lang/test/tree/master/pkgs).


Updates `custom_lint` from 0.6.4 to 0.8.1
- [Commits](invertase/dart_custom_lint@custom_lint-v0.6.4...custom_lint-v0.8.1)

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

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

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

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

---
updated-dependencies:
- dependency-name: custom_lint
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all_dependencies
- dependency-name: leancode_lint
  dependency-version: 19.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all_dependencies
- dependency-name: test
  dependency-version: 1.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all_dependencies
- dependency-name: leancode_lint
  dependency-version: 19.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all_dependencies
- dependency-name: test
  dependency-version: 1.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all_dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pub/packages/login_client/all_dependencies-3e838ff0ca branch from ddc63ca to a71511c Compare March 30, 2026 08:57
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: login_client Related to the login_client package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants