Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/packages/leancode_markup/all_dependencies-71017200fd
Open

Bump the all_dependencies group across 1 directory with 3 updates#519
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/packages/leancode_markup/all_dependencies-71017200fd

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/leancode_markup directory: custom_lint, petitparser and leancode_lint.

Updates custom_lint from 0.6.4 to 0.8.1

Commits

Updates petitparser from 6.1.0 to 7.0.2

Changelog

Sourced from petitparser's changelog.

7.0.2

  • Numerous fixes and improvements to documentation and examples.
  • Add a constant parser Parser.constant(Object value) that can be used to return a constant value.
  • Add a linter rule to detect duplicate parsers.

7.0.1

  • Dart and Flutter 3.9 compatibility.
  • Minor optimization to repeating character parsers.
  • Assertion on looping trim parser.

7.0.0

  • Dart 3.8 requirement.
  • Support for unicode character parsing in all relevant character parsers.
  • Most character parser constructors now uniformly support the following named arguments (breaking-change):
    • message: to customize the default error message;
    • ignoreCase: to accept lower- and upper-case variations; and
    • unicode: to decode surrogate pairs and instead of UTF-16 only.
  • For consistency and better flexibility in the future, replaced optional arguments to a named ones in various other constructors: Parser.flatten({String message}), Parser.not({String message}), Parser.neg({String message}), Parser.end({String message}), Parser.starString([String? message]), Parser.plusString({String? message}), Parser.timesString(int count, {String? message}), Parser.repeatString(int min, int max, {String? message}), failure({String message}), newline({String message}), undefined({String message}) (breaking-change).
  • Cleanup, simplifications, and optimizations to the codebase.
  • Removal of long deprecated code.
Commits
  • a8579a0 Ready for PetitParser 7.0.2
  • 9128be0 Improve documentation comments and add examples.
  • 0d8400f Fixed typos in comments and improve the writing.
  • 2aab5bc Add missing examples to parser constructor methods.
  • 572add0 Add constant parser.
  • f180ebe Bump actions/cache from 4 to 5
  • 4cc94d2 Bump actions/checkout from 5 to 6
  • 56be783 Add new lint to remove old deprecations.
  • 807dece Limit permissions on GitHub actions.
  • 1a698c9 Add dependabot for Dart packages.
  • Additional commits viewable in compare view

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 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 petitparser from 6.1.0 to 7.0.2

Changelog

Sourced from petitparser's changelog.

7.0.2

  • Numerous fixes and improvements to documentation and examples.
  • Add a constant parser Parser.constant(Object value) that can be used to return a constant value.
  • Add a linter rule to detect duplicate parsers.

7.0.1

  • Dart and Flutter 3.9 compatibility.
  • Minor optimization to repeating character parsers.
  • Assertion on looping trim parser.

7.0.0

  • Dart 3.8 requirement.
  • Support for unicode character parsing in all relevant character parsers.
  • Most character parser constructors now uniformly support the following named arguments (breaking-change):
    • message: to customize the default error message;
    • ignoreCase: to accept lower- and upper-case variations; and
    • unicode: to decode surrogate pairs and instead of UTF-16 only.
  • For consistency and better flexibility in the future, replaced optional arguments to a named ones in various other constructors: Parser.flatten({String message}), Parser.not({String message}), Parser.neg({String message}), Parser.end({String message}), Parser.starString([String? message]), Parser.plusString({String? message}), Parser.timesString(int count, {String? message}), Parser.repeatString(int min, int max, {String? message}), failure({String message}), newline({String message}), undefined({String message}) (breaking-change).
  • Cleanup, simplifications, and optimizations to the codebase.
  • Removal of long deprecated code.
Commits
  • a8579a0 Ready for PetitParser 7.0.2
  • 9128be0 Improve documentation comments and add examples.
  • 0d8400f Fixed typos in comments and improve the writing.
  • 2aab5bc Add missing examples to parser constructor methods.
  • 572add0 Add constant parser.
  • f180ebe Bump actions/cache from 4 to 5
  • 4cc94d2 Bump actions/checkout from 5 to 6
  • 56be783 Add new lint to remove old deprecations.
  • 807dece Limit permissions on GitHub actions.
  • 1a698c9 Add dependabot for Dart packages.
  • 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 Mar 27, 2026
@github-actions github-actions bot added the p: leancode_markup Related to the leancode_markup pacakge label Mar 27, 2026
Bumps the all_dependencies group with 3 updates in the /packages/leancode_markup directory: [custom_lint](https://github.com/invertase/dart_custom_lint), [petitparser](https://github.com/petitparser/dart-petitparser) and [leancode_lint](https://github.com/leancodepl/flutter_corelibrary).


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 `petitparser` from 6.1.0 to 7.0.2
- [Changelog](https://github.com/petitparser/dart-petitparser/blob/main/CHANGELOG.md)
- [Commits](petitparser/dart-petitparser@v6.1.0...v7.0.2)

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 `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 `petitparser` from 6.1.0 to 7.0.2
- [Changelog](https://github.com/petitparser/dart-petitparser/blob/main/CHANGELOG.md)
- [Commits](petitparser/dart-petitparser@v6.1.0...v7.0.2)

---
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: petitparser
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: leancode_lint
  dependency-version: 19.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all_dependencies
- dependency-name: petitparser
  dependency-version: 7.0.2
  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_markup/all_dependencies-71017200fd branch from 7eb365a to af9f399 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: leancode_markup Related to the leancode_markup pacakge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants