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

chore(deps): bump the built_value group across 1 directory with 12 updates #5746

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 2, 2024

Bumps the built_value group with 12 updates in the /packages/aft directory:

Package From To
built_value 8.8.1 8.9.2
json_serializable 6.8.0 6.9.0
smithy 0.7.3 0.7.3
aws_common 0.7.4 0.7.4
git 5d9934d 2.3.0
built_value_generator 8.8.1 8.9.2
cli_util 0.3.5 0.4.2
amplify_lints 3.1.0 3.1.0
pub_api_client 2.7.1 3.0.0
markdown 5.0.0 7.2.2
mason_logger 0.2.16 0.3.1
mason 0.1.0-dev.57 0.1.0

Updates built_value from 8.8.1 to 8.9.2

Release notes

Sourced from built_value's releases.

Improved build performance

  • Improve build performance when there are lots of built_value classes.

Fix for new operator== warning

  • Fix for new warning about operator== param type.

StandardJsonPlugin improvement, EnumClass fix

  • In StandardJsonPlugin, add support for specifying types that should be left as List.
  • Allow non alphanumeric characters in EnumClass names.
Changelog

Sourced from built_value's changelog.

8.9.2

  • Improve build performance when there are lots of built_value classes.

8.9.1

  • Fix for new warning about operator== param type.

8.9.0

  • In StandardJsonPlugin, add support for specifying types that should be left as List.
  • Allow non alphanumeric characters in EnumClass names.
Commits

Updates json_serializable from 6.8.0 to 6.9.0

Release notes

Sourced from json_serializable's releases.

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
Commits

Updates smithy from 0.7.3 to 0.7.3

Commits

Updates aws_common from 0.7.4 to 0.7.4

Commits

Updates git from 5d9934d to 2.3.0

Release notes

Sourced from git's releases.

package:git v2.3.0

  • Added support for lightweight tags.
  • Require Dart 3.4
Changelog

Sourced from git's changelog.

2.3.0

  • Added support for lightweight tags.
  • Require Dart 3.4

2.2.1

  • Correctly handle multi-line commit messages on Windows.
  • Require Dart 2.19

2.2.0

  • Added echoOutput parameter to GitDir.runCommand.

2.1.0

  • Require Dart 2.18
  • Added echoOutput parameter to runGit.

2.0.0

  • Require Dart 2.12
  • Support null-safety.

1.2.0

  • Require Dart 2.10.5
  • GitDir.init added an optional initialBranch parameter.

1.1.0

  • Allow BranchReference to handle a repo in the "detached head" state.

1.0.1

  • Improve logic of parsing commits.

1.0.0

  • A LOT of breaking changes.

0.5.1+1

  • Support Dart 2 stable releases.

  • Drop support for Dart 1.

0.5.1

  • GitDir.fromExisting added a allowSubdirectory parameter.

... (truncated)

Commits

Updates built_value_generator from 8.8.1 to 8.9.2

Release notes

Sourced from built_value_generator's releases.

Improved build performance

  • Improve build performance when there are lots of built_value classes.

Fix for new operator== warning

  • Fix for new warning about operator== param type.

StandardJsonPlugin improvement, EnumClass fix

  • In StandardJsonPlugin, add support for specifying types that should be left as List.
  • Allow non alphanumeric characters in EnumClass names.
Changelog

Sourced from built_value_generator's changelog.

8.9.2

  • Improve build performance when there are lots of built_value classes.

8.9.1

  • Fix for new warning about operator== param type.

8.9.0

  • In StandardJsonPlugin, add support for specifying types that should be left as List.
  • Allow non alphanumeric characters in EnumClass names.
Commits

Updates cli_util from 0.3.5 to 0.4.2

Release notes

Sourced from cli_util's releases.

package:cli_util v0.4.2

  • Add sdkPath getter, deprecate getSdkPath function.
  • Move to dart-lang/tools monorepo.
Commits

Updates amplify_lints from 3.1.0 to 3.1.0

Commits

Updates pub_api_client from 2.7.1 to 3.0.0

Release notes

Sourced from pub_api_client's releases.

3.0.0

  • Replaced deprecated pubspec to pubspec_parse package
  • Extensions for Pubspec, repository, issueTracker, screenshots, and issueTracker are now properties and not methods, for consistency with pubspec_parse

Full Changelog: leoafarias/pub_api_client@2.7.1...3.0.0

Changelog

Sourced from pub_api_client's changelog.

3.0.0

  • Replaced deprecated pubspec to pubspec_parse package
  • Extensions for Pubspec, repository, issueTracker, screenshots, and issueTracker are now properties and not methods, for consistency with pubspec_parse
Commits

Updates markdown from 5.0.0 to 7.2.2

Release notes

Sourced from markdown's releases.

package:markdown v7.2.1

  • Address a termination issue with GitHub alert syntax parsing.
Changelog

Sourced from markdown's changelog.

7.2.2

  • Fix a crash parsing alert block syntax (#584).
  • Have alert block syntax support multiple paragraphs (#577).
  • Require Dart ^3.2.0.

7.2.1

  • Address a termination issue with GitHub alert syntax parsing.

7.2.0

  • Require Dart ^3.1.0.
  • Update all CommonMark specification links to 0.30.
  • Fix beginning of line detection in AutolinkExtensionSyntax.
  • Add a new syntax AlertBlockSyntax to parse GitHub Alerts.

7.1.1

  • Fix delimiter row matching pattern for tables.
  • Tables are now able to interrupt other blocks.
  • Fix an obscure issue with HtmlBlockSyntax.

7.1.0

  • Support for footnotes.
  • Fixed bug causing infinite loop for links inside tables.

7.0.2

  • Require Dart 2.19
  • Fix an issue in HeaderWithIdSyntax, do not generate heading IDs for headings with no content.

7.0.1

  • Remove RegExp lookarounds from autolink extension patterns. (Fixes issues when running on Safari.)

7.0.0

  • Breaking change: close() of DelimiterSyntax and LinkSyntax returns multiple nodes instead of single one.
  • Breaking change: Remove deprecated APIs, including TagSyntax, indicatorForCheckedCheckBox, and indicatorForUncheckedCheckBox.
  • Breaking change: Removed BlockHtmlSyntax, BlockTagBlockHtmlSyntax, LongBlockHtmlSyntax, and OtherTagBlockHtmlSyntax.
  • Breaking change: Change the line properties of type String to Line.
  • Breaking change: Change the lines properties of type List<String> to List<Line>.

... (truncated)

Commits

Updates mason_logger from 0.2.16 to 0.3.1

Release notes

Sourced from mason_logger's releases.

mason_logger-v0.3.1

  • chore: add platforms to pubspec.yaml (#1420)

mason_logger-v0.3.0

  • feat: add interval to ProgressAnimation (#1391)
  • deps: tighten dependency constraints (#1395)
    • bumps the Dart SDK minimum version up to 3.5.0
Commits
  • cd8cd11 chore(mason_logger): v0.3.1 (#1421)
  • 52f8c03 chore(deps): bump the vscode group across 1 directory with 6 updates (#1419)
  • 1b67260 chore(mason_logger): add platforms to pubspec.yaml
  • 694619c chore(mason): add platforms to pubspec.yaml
  • bbbb1f8 chore(deps): bump pub_updater from 0.4.0 to 0.5.0 in /packages/mason_cli in t...
  • 7c52883 chore(deps): bump the vscode group across 1 directory with 7 updates (#1410)
  • 8590468 chore(mason): v0.1.0-dev.59 (#1412)
  • 99b8f72 chore(mason): loosen pkg:collection constraint for Flutter compat (#1411)
  • 1586ab4 chore(mason_cli): v0.1.0-dev.56 (#1404)
  • c87ca36 chore(mason_cli): tighten deps (#1403)
  • Additional commits viewable in compare view

Updates mason from 0.1.0-dev.57 to 0.1.0

Release notes

Sourced from mason's releases.

mason_logger-v0.1.0

  • BREAKING: support log levels (default Level is Level.info)
  • BREAKING: mark Progress() as @internal
  • BREAKING: alert writes to stderr instead of stdout
  • BREAKING: Progress.fail(...) writes to stdout instead of stderr
  • BREAKING: remove deprecated Progress.call(...) (use Progress.complete instead).

mason-v0.1.0

  • chore: bump to stable v0.1.0 🎉

mason_api-v0.1.0

  • chore: bump to stable v0.1.0 🎉

mason_cli-v0.1.0

  • chore: bump to stable v0.1.0 🎉

mason-v0.1.0-dev.60

  • chore: add platforms to pubspec.yaml (#1420)

mason-v0.1.0-dev.59

  • deps: loosen pkg:collection constraint for Flutter compat (#1411)

mason-v0.1.0-dev.58

  • deps: tighten dependency constraints (#1401)
    • bumps the Dart SDK minimum version up to 3.5.0
  • chore: add funding to pubspec.yaml (#1371)
Commits
  • c744e19 chore(mason_api): v0.1.0 (#1472)
  • 8ca1d40 chore(mason): v0.1.0 (#1471)
  • f64f30d chore(deps): bump the vscode group across 1 directory with 10 updates (#1470)
  • ee50091 chore(deps): bump the vscode group across 1 directory with 8 updates (#1457)
  • d9e0019 chore(deps): bump actions/checkout in the github_actions group (#1454)
  • b9a0d26 chore(deps): bump actions/checkout in the github_actions group (#1445)
  • 260c7e1 chore(deps-dev): bump the vscode group across 1 directory with 7 updates (#1443)
  • d14394b chore(deps): bump actions/checkout in the github_actions group (#1438)
  • ba4fe6a chore(mason_api): update documentation in pubspec.yaml
  • ba60816 chore(mason): update documentation in pubspec.yaml
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner December 2, 2024 13:59
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Dec 2, 2024
@dependabot dependabot bot force-pushed the dependabot/pub/packages/aft/built_value-396070e368 branch from 2235f2c to e3dc89b Compare December 3, 2024 13:02
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2024

Dependabot couldn't access the repository. Because of this, Dependabot cannot update this pull request.

@dependabot dependabot bot force-pushed the dependabot/pub/packages/aft/built_value-396070e368 branch from e3dc89b to ea590d0 Compare December 10, 2024 12:12
…dates

Bumps the built_value group with 12 updates in the /packages/aft directory:

| Package | From | To |
| --- | --- | --- |
| [built_value](https://github.com/google/built_value.dart) | `8.8.1` | `8.9.2` |
| [json_serializable](https://github.com/google/json_serializable.dart) | `6.8.0` | `6.9.0` |
| [smithy](https://github.com/aws-amplify/amplify-flutter/tree/main/packages/smithy) | `0.7.3` | `0.7.3` |
| [aws_common](https://github.com/aws-amplify/amplify-flutter/tree/main/packages) | `0.7.4` | `0.7.4` |
| [git](https://github.com/kevmoo/git) | ``5d9934d`` | `2.3.0` |
| [built_value_generator](https://github.com/google/built_value.dart) | `8.8.1` | `8.9.2` |
| [cli_util](https://github.com/dart-lang/tools/tree/main/pkgs) | `0.3.5` | `0.4.2` |
| [amplify_lints](https://github.com/aws-amplify/amplify-flutter/tree/main/packages) | `3.1.0` | `3.1.0` |
| [pub_api_client](https://github.com/leoafarias/pub_api_client) | `2.7.1` | `3.0.0` |
| [markdown](https://github.com/dart-lang/markdown) | `5.0.0` | `7.2.2` |
| [mason_logger](https://github.com/felangel/mason) | `0.2.16` | `0.3.1` |
| [mason](https://github.com/felangel/mason) | `0.1.0-dev.57` | `0.1.0` |



Updates `built_value` from 8.8.1 to 8.9.2
- [Release notes](https://github.com/google/built_value.dart/releases)
- [Changelog](https://github.com/google/built_value.dart/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/built_value.dart/commits/v8.9.2)

Updates `json_serializable` from 6.8.0 to 6.9.0
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.8.0...json_serializable-v6.9.0)

Updates `smithy` from 0.7.3 to 0.7.3
- [Release notes](https://github.com/aws-amplify/amplify-flutter/releases)
- [Commits](https://github.com/aws-amplify/amplify-flutter/commits/HEAD/packages/smithy)

Updates `aws_common` from 0.7.4 to 0.7.4
- [Release notes](https://github.com/aws-amplify/amplify-flutter/releases)
- [Commits](https://github.com/aws-amplify/amplify-flutter/commits/HEAD/packages)

Updates `git` from `5d9934d` to 2.3.0
- [Release notes](https://github.com/kevmoo/git/releases)
- [Changelog](https://github.com/kevmoo/git/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kevmoo/git/commits/v2.3.0)

Updates `built_value_generator` from 8.8.1 to 8.9.2
- [Release notes](https://github.com/google/built_value.dart/releases)
- [Changelog](https://github.com/google/built_value.dart/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/built_value.dart/commits/v8.9.2)

Updates `cli_util` from 0.3.5 to 0.4.2
- [Release notes](https://github.com/dart-lang/tools/releases)
- [Commits](https://github.com/dart-lang/tools/commits/cli_util-v0.4.2/pkgs)

Updates `amplify_lints` from 3.1.0 to 3.1.0
- [Release notes](https://github.com/aws-amplify/amplify-flutter/releases)
- [Commits](https://github.com/aws-amplify/amplify-flutter/commits/HEAD/packages)

Updates `pub_api_client` from 2.7.1 to 3.0.0
- [Release notes](https://github.com/leoafarias/pub_api_client/releases)
- [Changelog](https://github.com/leoafarias/pub_api_client/blob/main/CHANGELOG.md)
- [Commits](leoafarias/pub_api_client@2.7.1...3.0.0)

Updates `markdown` from 5.0.0 to 7.2.2
- [Release notes](https://github.com/dart-lang/markdown/releases)
- [Changelog](https://github.com/dart-lang/markdown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/markdown/commits)

Updates `mason_logger` from 0.2.16 to 0.3.1
- [Release notes](https://github.com/felangel/mason/releases)
- [Commits](felangel/mason@mason_logger-v0.2.16...mason_logger-v0.3.1)

Updates `mason` from 0.1.0-dev.57 to 0.1.0
- [Release notes](https://github.com/felangel/mason/releases)
- [Commits](felangel/mason@mason-v0.1.0-dev.57...mason-v0.1.0)

---
updated-dependencies:
- dependency-name: built_value
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: built_value
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: built_value
- dependency-name: smithy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: built_value
- dependency-name: aws_common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: built_value
- dependency-name: git
  dependency-type: direct:production
  dependency-group: built_value
- dependency-name: built_value_generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: built_value
- dependency-name: cli_util
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: built_value
- dependency-name: amplify_lints
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: built_value
- dependency-name: pub_api_client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: built_value
- dependency-name: markdown
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: built_value
- dependency-name: mason_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: built_value
- dependency-name: mason
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: built_value
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pub/packages/aft/built_value-396070e368 branch from ea590d0 to ee7edca Compare December 11, 2024 14:55
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants