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_generator group across 1 directory with 10 updates #4868

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 May 9, 2024

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

Package From To
built_value_generator 8.8.1 8.9.2
smithy 0.7.0 0.7.0
aws_common 0.7.0 0.7.0
checks 0.2.2 0.3.0
git 5d9934d 2.2.1
cli_util 0.3.5 0.4.1
amplify_lints 3.1.0 3.1.0
built_value 8.8.1 8.9.2
markdown 5.0.0 7.2.2
test 1.24.9 1.25.5

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 smithy from 0.7.0 to 0.7.0

Commits

Updates aws_common from 0.7.0 to 0.7.0

Commits

Updates checks from 0.2.2 to 0.3.0

Release notes

Sourced from checks's releases.

package:checks v0.3.0

  • Breaking Changes
    • Remove the Condition class and the it() utility. Replace calls to (it()..someExpectation()) with ((it) => it.someExpectation()).
  • Add class modifiers to restrict extension of implementation classes.
Commits

Updates git from 5d9934d to 2.2.1

Release notes

Sourced from git's releases.

package:git v2.2.1

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

Sourced from git's changelog.

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.

0.5.0

  • Remove unsupported dependencies.

... (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 amplify_lints from 3.1.0 to 3.1.0

Commits

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 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 test from 1.24.9 to 1.25.5

Release notes

Sourced from test's releases.

package:test v1.25.5

  • Update the package:web_socket_channel version constraint to allow 3.x.
  • Update the package:shelf_web_socket version constraint to allow 2.x.

package:test v1.25.4

  • Add @doNotSubmit to more declarations of the solo parameter.

package:test v1.25.3

  • Remove outdated StreamMatcher link from README table of contents.
  • Document the silent reporter in CLI help output.
  • Support enabling experiments with the dart2wasm compiler.
  • Added @doNotSubmit to test(solo: ...) and group(solo: ...). In practice, this means that code that was relying on ignoring deprecation warnings and using solo or group with a skip parameter will now fail if dart analyze --fatal-infos (or similar) is enabled.

package:test v1.25.2

  • Fix a bug running browser tests with paths containing windows directory separator follow by a character which is an invalid Dart string escape sequence.

package:test v1.25.1

  • Fix a bug where in precompiled mode, html files for tests were no longer created.
  • Document the silent reporter in CLI help output.

package:test v1.25.0

  • Handle paths with leading / when spawning test isolates.
  • Add support for the dart2wasm compiler in chrome and firefox.
  • BREAKING: Remove the experimental-chrome-wasm platform, you can now use -p chrome -c dart2wasm instead.
    • Note that this has always been advertised as a change that would happen in a future non-breaking release.
  • BREAKING:Dropped support for --pub-serve which has long not been tested or supported.
    • We do not anticipate much if any actual breakage or existing usage of this feature, which is why we are making this change in a non-breaking release.
    • If you do require this feature, file an issue and we can look at adding it back.
  • BREAKING: Fully remove support for Internet Explorer.
  • Fix running of tests defined under lib/ with relative imports to other libraries in the package.
Commits
  • d1e2767 Allow the next semver major versions of shelf_web_socket and web_socket_chann...
  • c7a76b0 Also add @doNotSubmit to scaffolding.dart. (#2208)
  • 14d820f Prepare to publish (#2207)
  • 2b1ed13 Add @doNotSubmit to (test|group) solo:... (#2206)
  • b1a34a9 support enabling experiments when using the dart2wasm compiler (#2203)
  • 6a4e75a Update the documentation for the skip parameter in the test (#2102)
  • ba64bbb Let the IsolateChannel close the ReceivePort (#2196)
  • 7724aab Add failure only reporter (#2190)
  • 26953ba Update README.md, remove link to Stream Matchers (#2187)
  • 6700049 Prepare to publish package:checks (#2178)
  • 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 May 9, 2024 18:14
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels May 9, 2024
@dependabot dependabot bot force-pushed the dependabot/pub/packages/aft/built_value_generator-873a1570ab branch 2 times, most recently from 3fbd413 to fb54f38 Compare May 15, 2024 20:32
…with 10 updates

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

| Package | From | To |
| --- | --- | --- |
| [built_value_generator](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.0` | `0.7.0` |
| [aws_common](https://github.com/aws-amplify/amplify-flutter/tree/main/packages) | `0.7.0` | `0.7.0` |
| [checks](https://github.com/dart-lang/test/tree/master/pkgs) | `0.2.2` | `0.3.0` |
| [git](https://github.com/kevmoo/git) | ``5d9934d`` | `2.2.1` |
| [cli_util](https://github.com/dart-lang/cli_util) | `0.3.5` | `0.4.1` |
| [amplify_lints](https://github.com/aws-amplify/amplify-flutter/tree/main/packages) | `3.1.0` | `3.1.0` |
| [built_value](https://github.com/google/built_value.dart) | `8.8.1` | `8.9.2` |
| [markdown](https://github.com/dart-lang/markdown) | `5.0.0` | `7.2.2` |
| [test](https://github.com/dart-lang/test/tree/master/pkgs) | `1.24.9` | `1.25.5` |



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 `smithy` from 0.7.0 to 0.7.0
- [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.0 to 0.7.0
- [Release notes](https://github.com/aws-amplify/amplify-flutter/releases)
- [Commits](https://github.com/aws-amplify/amplify-flutter/commits/HEAD/packages)

Updates `checks` from 0.2.2 to 0.3.0
- [Release notes](https://github.com/dart-lang/test/releases)
- [Commits](https://github.com/dart-lang/test/commits/checks-v0.3.0/pkgs)

Updates `git` from `5d9934d` to 2.2.1
- [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.2.1)

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 `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 `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 `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 `test` from 1.24.9 to 1.25.5
- [Release notes](https://github.com/dart-lang/test/releases)
- [Commits](https://github.com/dart-lang/test/commits/test-v1.25.5/pkgs)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pub/packages/aft/built_value_generator-873a1570ab branch from fb54f38 to 4f5c745 Compare May 23, 2024 12:14
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.

None yet

0 participants