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 5 updates #5971

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 Feb 20, 2025

Bumps the built_value group with 5 updates in the /packages/auth/amplify_auth_cognito_dart directory:

Package From To
built_value 8.8.1 8.9.3
built_value_generator 8.8.1 8.9.3
json_serializable 6.8.0 6.9.0
win32_registry 1.1.5 2.1.0
ffigen 9.0.1 16.1.0

Updates built_value from 8.8.1 to 8.9.3

Release notes

Sourced from built_value's releases.

Improved build performance

  • Generate code that formats faster with current "short" style. Both versions are fast with the coming "tall" style.
  • Mark @nullable deprecated: it does nothing and should not be used.

The build is almost 2x faster than before.

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.3

  • Generate code that formats faster with current "short" style. Both versions are fast with the coming "tall" style.
  • Mark @nullable deprecated: it does nothing and should not be used.

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 built_value_generator from 8.8.1 to 8.9.3

Release notes

Sourced from built_value_generator's releases.

Improved build performance

  • Generate code that formats faster with current "short" style. Both versions are fast with the coming "tall" style.
  • Mark @nullable deprecated: it does nothing and should not be used.

The build is almost 2x faster than before.

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.3

  • Generate code that formats faster with current "short" style. Both versions are fast with the coming "tall" style.
  • Mark @nullable deprecated: it does nothing and should not be used.

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 win32_registry from 1.1.5 to 2.1.0

Release notes

Sourced from win32_registry's releases.

v2.1.0

2.1.0 - 2025-02-19

📦 Dependencies

🎨 Styling

v2.0.1

2.0.1 - 2024-12-10

🐛 Bug Fixes

  • Export RegistryKeyInfo class - (d73d0b0)
  • Export AccessRights enum (#26) - (207b812)

v2.0.0

This release introduces significant changes to the API with a streamlined structure, new methods for specific registry data handling, and enhanced support for monitoring registry key changes.

🔄 Breaking Changes

  • AccessRights:
    • win32Value field renamed to value.
  • Registry:
    • Now an abstract final class.
    • Removed performanceData static getter.
  • RegistryHive:
    • Constructor is now private.
    • win32Value field renamed to value.
  • RegistryKey:
    • Now a final class.
  • RegistryValue:
    • Now a sealed class.
    • Removed fromWin32 factory constructor.
    • Removed toWin32 getter.
    • Removed data field.
  • RegistryValueType:
    • Constructor is now private.
    • win32Value field renamed to value.
    • Removed unknown value.
    • Removed win32Type getter.

✨ New Features

  • Registry Hive Construction:

... (truncated)

Changelog

Sourced from win32_registry's changelog.

2.1.0 - 2025-02-19

📦 Dependencies

🎨 Styling

2.0.1 - 2024-12-10

🐛 Bug Fixes

  • Export RegistryKeyInfo class - (d73d0b0)
  • Export AccessRights enum (#26) - (207b812)

[2.0.0] - 2024-11-02

This release introduces significant changes to the API with a streamlined structure, new methods for specific registry data handling, and enhanced support for monitoring registry key changes.

🔄 Breaking Changes

  • AccessRights:

    • win32Value field renamed to value.
  • Registry:

    • Now an abstract final class.
    • Removed performanceData static getter.
  • RegistryHive:

    • Constructor is now private.
    • win32Value field renamed to value.
  • RegistryKey:

    • Now a final class.
  • RegistryValue:

    • Now a sealed class.
    • Removed fromWin32 factory constructor.
    • Removed toWin32 getter.
    • Removed data field.
  • RegistryValueType:

... (truncated)

Commits
  • 8d3372a chore(release): v2.1.0 (#31)
  • 7f6b81f chore(deps): bump win32 from 5.8.0 to 5.11.0 (#30)
  • 6ac910b style: format with tall-style (#29)
  • 3fbcf12 chore(release): v2.0.1 (#27)
  • d73d0b0 fix: export RegistryKeyInfo class
  • 207b812 fix: Export access_rights so Registry.openPath can be called with desiredAcce...
  • 55c7a1d ci: update workflows
  • c89ba2c ci: tweak semantic_pr.yml
  • 779bb66 ci: update health.yml
  • f8377ec docs: add PUBLISHING.md
  • Additional commits viewable in compare view

Updates ffigen from 9.0.1 to 16.1.0

Release notes

Sourced from ffigen's releases.

package:ffigen v11.0.0

  • Any compiler errors/warnings in source header files will now result in bindings to not be generated by default, since it may result in invalid bindings if the compiler makes a wrong guess. A flag --ignore-source-errors (or yaml config ignore-source-errors: true) must be passed to change this behaviour.
  • Breaking change: Stop generating setters for global variables marked const in C.
  • Fix objc_msgSend being used on arm64 platforms where it's not available.
  • Fix missing comma with ffi-native functions marked leaf.
  • Add support for finding libclang in Conda environment.

package:ffigen v10.0.0

  • Stable release targeting Dart 3.2 using new dart:ffi features available in Dart 3.2 and later.
  • Add support for ObjC Blocks that can be invoked from any thread, using NativeCallable.listener.
  • Fix invalid exceptional return value ObjCBlocks that return floats.
  • Fix return_of_invalid_type analysis error for ObjCBlocks.
  • Fix crash in ObjC methods and blocks that return structs by value.
  • Fix ObjC methods returning instancetype having the wrong type in sublasses.
  • When generating typedefs for Pointer<NativeFunction<Function>>, also generate a typedef for the Function.
  • Use Dart wrapper types in args and returns of ObjCBlocks.
  • Use Dart wrapper types in args and returns of static functions.
  • Renamed asset to assetId for ffi-native.
Commits
  • a650ccb Prepare to publish (#1896)
  • 7c7cced [ffigen] Remove objc_retain from bindings (#1888)
  • 5e48015 [native_assets_builder] Write hook stdout and stderr to disk (#1886)
  • f179ec2 [native_assets_cli] Fix system libraries and add documentation - fix test 2 (...
  • bc1ca8c [swift2objc] Visitor infra (#1834)
  • 3832e4b [native_assets_cli] Add HookInput.outputFile (#1882)
  • ba55784 [native_assets_cli] Fix system libraries and add documentation - fix test (#1...
  • bd486f6 [jnigen] Fix crash on Kotlin wildcards (#1881)
  • a7fb6ee [native_assets_cli] Fix system libraries and add documentation (#1880)
  • b7b8e00 [native_assets_cli] [doc] Add READMEs for examples (#1878)
  • 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

…ates

Bumps the built_value group with 5 updates in the /packages/auth/amplify_auth_cognito_dart directory:

| Package | From | To |
| --- | --- | --- |
| [built_value](https://github.com/google/built_value.dart) | `8.8.1` | `8.9.3` |
| [built_value_generator](https://github.com/google/built_value.dart) | `8.8.1` | `8.9.3` |
| [json_serializable](https://github.com/google/json_serializable.dart) | `6.8.0` | `6.9.0` |
| [win32_registry](https://github.com/halildurmus/win32_registry) | `1.1.5` | `2.1.0` |
| [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) | `9.0.1` | `16.1.0` |



Updates `built_value` from 8.8.1 to 8.9.3
- [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.3)

Updates `built_value_generator` from 8.8.1 to 8.9.3
- [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.3)

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 `win32_registry` from 1.1.5 to 2.1.0
- [Release notes](https://github.com/halildurmus/win32_registry/releases)
- [Changelog](https://github.com/halildurmus/win32_registry/blob/main/CHANGELOG.md)
- [Commits](halildurmus/win32_registry@v1.1.5...v2.1.0)

Updates `ffigen` from 9.0.1 to 16.1.0
- [Release notes](https://github.com/dart-lang/native/releases)
- [Commits](https://github.com/dart-lang/native/commits/ffigen-v16.1.0/pkgs)

---
updated-dependencies:
- dependency-name: built_value
  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: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: built_value
- dependency-name: win32_registry
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: built_value
- dependency-name: ffigen
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: built_value
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 20, 2025 12:37
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Feb 20, 2025
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