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 10 updates #5422

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 Sep 5, 2024

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

Package From To
built_value 8.8.1 8.9.2
smithy 0.7.2 0.7.3
aws_common 0.7.2 0.7.3
git 5d9934d 2.3.0
cli_util 0.3.5 0.4.1
built_value_generator 8.8.1 8.9.2
amplify_lints 3.1.0 3.1.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-dev.60

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 smithy from 0.7.2 to 0.7.3

Commits

Updates aws_common from 0.7.2 to 0.7.3

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 cli_util from 0.3.5 to 0.4.1

Release notes

Sourced from cli_util's releases.

package:cli_util v0.4.1

  • Fix a broken link in the readme.
  • Require Dart 3.0.
Changelog

Sourced from cli_util's changelog.

0.4.1

  • Fix a broken link in the readme.
  • Require Dart 3.0.

0.4.0

  • Remove the deprecated method getSdkDir() (instead, use getSdkPath()).
  • Require Dart 2.19.
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 amplify_lints from 3.1.0 to 3.1.0

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-dev.60

Release notes

Sourced from mason's releases.

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
  • e1fd561 chore(mason): v0.1.0-dev.60 (#1422)
  • 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)
  • 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 September 5, 2024 12:48
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Sep 5, 2024
@dependabot dependabot bot force-pushed the dependabot/pub/packages/aft/built_value-e7610b99dc branch 3 times, most recently from 9ea0a1f to a3c8800 Compare September 13, 2024 12:31
@dependabot dependabot bot force-pushed the dependabot/pub/packages/aft/built_value-e7610b99dc branch 3 times, most recently from 83af764 to 6778ac4 Compare September 19, 2024 12:47
…dates

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

| Package | From | To |
| --- | --- | --- |
| [built_value](https://github.com/google/built_value.dart) | `8.8.1` | `8.9.2` |
| [smithy](https://github.com/aws-amplify/amplify-flutter/tree/main/packages/smithy) | `0.7.2` | `0.7.3` |
| [aws_common](https://github.com/aws-amplify/amplify-flutter/tree/main/packages) | `0.7.2` | `0.7.3` |
| [git](https://github.com/kevmoo/git) | ``5d9934d`` | `2.3.0` |
| [cli_util](https://github.com/dart-lang/cli_util) | `0.3.5` | `0.4.1` |
| [built_value_generator](https://github.com/google/built_value.dart) | `8.8.1` | `8.9.2` |
| [amplify_lints](https://github.com/aws-amplify/amplify-flutter/tree/main/packages) | `3.1.0` | `3.1.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-dev.60` |



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 `smithy` from 0.7.2 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.2 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)

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 `cli_util` from 0.3.5 to 0.4.1
- [Release notes](https://github.com/dart-lang/cli_util/releases)
- [Changelog](https://github.com/dart-lang/cli_util/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/cli_util/commits/v0.4.1)

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 `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 `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-dev.60
- [Release notes](https://github.com/felangel/mason/releases)
- [Commits](felangel/mason@mason-v0.1.0-dev.57...mason-v0.1.0-dev.60)

---
updated-dependencies:
- dependency-name: built_value
  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: cli_util
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: amplify_lints
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pub/packages/aft/built_value-e7610b99dc branch from 6778ac4 to 291b39c Compare September 19, 2024 13:53
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