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 14 updates #5825

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 Jan 16, 2025

Bumps the built_value group with 14 updates in the / directory:

Package From To
built_value 8.8.1 8.9.3
json_serializable 6.8.0 6.9.0
code_builder 4.10.0 4.10.1
intl 0.20.0 0.20.1
built_value_generator 8.8.1 8.9.3
build_runner 2.4.13 2.4.14
dart_style 2.3.2 2.3.7
device_info_plus 10.1.2 11.2.1
ffigen 9.0.1 16.1.0
sqlite3 2.4.5 2.6.0
drift_dev 2.18.0 2.23.1
drift 2.18.0 2.23.1
test 1.25.8 1.25.14
pigeon 11.0.1 22.7.2

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 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 code_builder from 4.10.0 to 4.10.1

Release notes

Sourced from code_builder's releases.

package:code_builder v4.10.1

  • Require Dart ^3.5.0
  • Upgrade to dart_style 2.3.7.
  • Move to dart-lang/tools monorepo.
Commits

Updates intl from 0.20.0 to 0.20.1

Release notes

Sourced from intl's releases.

package:intl v0.20.1

  • Upgrade package:web dependency constraint to 1.1.0, fixes issue #916.
  • Update to CLDR v46.
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 build_runner from 2.4.13 to 2.4.14

Release notes

Sourced from build_runner's releases.

package:build_runner v2.4.14

  • Write generated assets at the end of a build to avoid invalidating other tools with a file watcher multiple times.
  • Bump the min sdk to 3.6.0.
  • Allow analyzer version 7.x.
  • Hard code the generated build script to language version 3.6.
  • Allow dart_style version 4.0.0, require at least 2.3.7.
Commits

Updates dart_style from 2.3.2 to 2.3.7

Release notes

Sourced from dart_style's releases.

package:dart_style v2.3.7

  • Allow passing a language version to DartFomatter(). Formatted code will be parsed at that version. If omitted, defaults to the latest version. In a future release, this parameter will become required.
  • Allow opting out of formatting for a region of code using // dart format off and // dart format on comments. Note: This only works using the new tall style and requires passing the --enable-experiment=tall-style experiment flag (#361).
  • Preserve type parameters on old-style function-typed formals that also use this. or super. (#1321).
  • Correctly format imports with both as and if clauses (#1544).
  • Remove temporary work around for analyzer 6.2.0 from dart_style 2.3.6.
  • Require package:analyzer >=6.5.0 <7.0.0.

package:dart_style v2.3.6

  • Fix compile error when using dart_style with analyzer 6.2.0.

package:dart_style v2.3.5

  • Ensure switch expressions containing line comments split (#1404).
  • Use language version 3.3 to parse so that code with extension types can be formatted.
  • Support formatting the macro modifier when the macros experiment flag is passed.

package:dart_style v2.3.4

  • Add tall-style experiment flag to enable the in-progress unstable new formatting style (#1253).
  • Format extension types.
  • Normalize ignored whitespace and "escaped whitespace" on first line of multiline string literals. (#1235)
Changelog

Sourced from dart_style's changelog.

2.3.7

  • Allow passing a language version to DartFomatter(). Formatted code will be parsed at that version. If omitted, defaults to the latest version. In a future release, this parameter will become required.
  • Allow opting out of formatting for a region of code using // dart format off and // dart format on comments. Note: This only works using the new tall style and requires passing the --enable-experiment=tall-style experiment flag (#361).
  • Preserve type parameters on old-style function-typed formals that also use this. or super. (#1321).
  • Correctly format imports with both as and if clauses (#1544).
  • Remove temporary work around for analyzer 6.2.0 from dart_style 2.3.6.
  • Require package:analyzer >=6.5.0 <7.0.0.

2.3.6

  • Fix compile error when using dart_style with analyzer 6.2.0.

2.3.5

  • Ensure switch expressions containing line comments split (#1404).
  • Use language version 3.3 to parse so that code with extension types can be formatted.
  • Support formatting the macro modifier when the macros experiment flag is passed.

2.3.4

  • Add tall-style experiment flag to enable the in-progress unstable new formatting style (#1253).
  • Format extension types.
  • Normalize ignored whitespace and "escaped whitespace" on first line of multiline string literals (#1235).

2.3.3

  • Always split enum declarations containing a line comment (#1254).
  • Fix regression in splitting type annotations with library prefixes (#1249).
  • Remove support for inline class since that syntax has changed.
  • Add --enable-experiment command-line option to enable language experiments. The library API also supports this with DartFormatter.experimentFlags.
Commits

Updates device_info_plus from 10.1.2 to 11.2.1

Commits
  • 8e5fab7 chore(release): prepare for release (#3431)
  • 3f098c3 fix(device_info_plus): Resolve compilation issues with SPM enabled (#3405)
  • 2b7cb08 fix(device_info_plus): device memory null error on Safari and Firefox (#3401)
  • 8e70d3f fix(device_info_plus): add @​Suppress(deprecate) to Build.SERIAL (#3402)
  • b5d24a0 chore(release): prepare for release (#3394)
  • 63ca4cd feat(device_info_plus): Return model name for iOS and MacOS devices (#3358)
  • e907784 feat(device_info_plus): Add the isiOSAppOnMac property for the iOS platform. ...
  • 3d06bf0 fix(device_info_plus): fix the error in the e2e test. (#3382)
  • 8a303ad refactor(all): Use range of flutter_lints for broader compatibility (#3371)
  • 7786152 fix(device_info_plus): Set correct Flutter and Dart versions requirements (#3...
  • 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

Updates sqlite3 from 2.4.5 to 2.6.0

Commits

Updates drift_dev from 2.18.0 to 2.23.1

Commits
  • 53ce1f6 Prepare 2.23.1 release
  • 7f833b4 Modular manager references (#3399)
  • cda9f27 Fix async lock with fake_async zones
  • 0901c98 Fix cancelling transactions
  • 4dd6bc8 Release drift_flutter version 0.2.4
  • 7191459 Use recommended path in example app
  • ca9b769 Support custom directory in drift_flutter
  • 2e40917 Only apply defer_foreign_keys on SQLite
  • e7c49e5 Prepare drift release
  • 5a50484 Fix generating dialect-specific SQL
  • Additional commits viewable in compare view

Updates drift from 2.18.0 to 2.23.1

Release notes

Sourced from drift's releases.

Drift 2.23.1

This patch release fixes the following issues:

  • Fix TableStatements.insertAll to only apply a database-specific pragma for SQLite databases.
  • Don't attempt to roll-back transactions that failed to begin.
  • Fix unhandled exception when cancelling transactions.
  • Fix deadlock when drift databases are used in a fake_async Zone and then closed outside that zone.

Also, drift_dev version 2.23.1 contains one improvement:

  • Generate typed reference-resolving queries through the manager API when modular code-generation is enabled. Previously, this feature was only enabled for monolithic generation modes.

Drift 2.23.0

This drift release contains smaller fixes and new features:

Core query builder:

  • Allow building compound select statements in Dart.
  • Support NULLS FIRST and NULLS LAST in manager API.

Generator and command line tools:

  • Fix custom companion names on @DataClassName not being recognized.
  • Improve schema exports to resolve default values instead of embedding their source.
  • Update dependencies to support latest dart_style version.
  • Fix generating dialect-specific code when only a single dialect (that isn't sqlite3) is enabled.

Drift 2.22.0

Core drift package:

  • Add sqliteAny() method to tables to declare ANY columns.
  • Add missing parentheses around adjacent expressions of the same precedence.
  • Fix creating tables that are both STRICT and WITHOUT ROWID.
  • WASM: Report worker failures to make them easier to diagnose.
  • Allow closing stream queries synchronously, making drift easier to use in widget tests.

Generator improvements

  • Add support for the dbstat module.
  • Prioritize null propagation in type resolver, leading to more accurate analysis on which columns are nullable.
  • CLI options dealing with schemas now support views defined in Dart (#3285).
  • Pass language version to dart formatter when generating code.
  • Deprecate package:drift_dev/api/migrations.dart in favor of package:drift_dev/api/migrations_native.dart.
  • Support runtime schema verification on the web.
  • Fix generated code missing question marks for nullable types in some instances.
  • Add (opt-in) row_class_constructor_all_required builder option.
  • Support the dbstat table in drift-file queries when enabling the dbstat module.
  • Fix make-migrations using invalid import URIs in generated test on Windows.

drift_flutter 0.2.2

... (truncated)

Commits
  • 53ce1f6 Prepare 2.23.1 release
  • 7f833b4 Modular manager references (#3399)
  • cda9f27 Fix async lock with fake_async zones
  • 0901c98 Fix cancelling transactions
  • 4dd6bc8 Release drift_flutter version 0.2.4
  • 7191459 Use recommended path in example app
  • ca9b769 Support custom directory in drift_flutter
  • 2e40917 Only apply defer_foreign_keys on SQLite
  • e7c49e5 Prepare drift release
  • 5a50484 Fix generating dialect-specific SQL
  • Additional commits viewable in compare view

Updates test from 1.25.8 to 1.25.14

Release notes

Sourced from test's releases.

package:test v1.25.14

  • Use secure random for url secrets.

package:test v1.25.13

  • Allow the latest version of package:matcher.

package:test v1.25.12

  • Fix hang when running multiple precompiled browser tests.

package:test v1.25.11

  • Update to be forward compatible with package:shelf_web_socket version 3.x.

package:test v1.25.10

  • Update the package:vm_service constraint to allow version 15.x.

package:test v1.25.9

  • Allow analyzer: '>=6.0.0 <8.0.0'
  • Fix dart2wasm tests on windows.
  • Increase SDK constraint to ^3.5.0.
  • Support running Node.js tests compiled with dart2wasm.
  • Allow firefox or firefox-bin executable name on macOS.
Commits

Updates pigeon from 11.0.1 to 22.7.2

Commits
  • a13b4ef [pigeon] Discuss stability in README (#8366)
  • 2e58910 [shared_preferences] Add information about shared preferences android to docs...
  • 3976c1b [camera] Remove OCMock from permission tests (#8350)
  • c515499 [camera] Fix memory leaks in example and activate leak testing (#8287)
  • 9dffa39 [pigeon] Adds platform for imports that aren't support on a platform (#8338)
  • 2d5e714 Bump Plugin Example Apps to TargetSdkVersion >= 34 (#8285)
  • 311b660 Re-create templates/app, add deprecation notices for app_shared and `skel...
  • 864e6be [dependabot]: Bump com.google.guava:guava from 33.3.1-android to 33.4.0-andro...
  • cebedf8 [dependabot]: Bump camerax_version from 1.3.4 to 1.4.1 in /packages/camera/ca...
  • 6522952 [gradle]: Bump com.google.truth:truth, com.google.code.gson:gson, com.squareu...
  • 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

…dates

Bumps the built_value group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [built_value](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` |
| [code_builder](https://github.com/dart-lang/tools/tree/main/pkgs) | `4.10.0` | `4.10.1` |
| [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) | `0.20.0` | `0.20.1` |
| [built_value_generator](https://github.com/google/built_value.dart) | `8.8.1` | `8.9.3` |
| [build_runner](https://github.com/dart-lang/build) | `2.4.13` | `2.4.14` |
| [dart_style](https://github.com/dart-lang/dart_style) | `2.3.2` | `2.3.7` |
| [device_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus) | `10.1.2` | `11.2.1` |
| [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) | `9.0.1` | `16.1.0` |
| [sqlite3](https://github.com/simolus3/sqlite3.dart) | `2.4.5` | `2.6.0` |
| [drift_dev](https://github.com/simolus3/drift) | `2.18.0` | `2.23.1` |
| [drift](https://github.com/simolus3/drift) | `2.18.0` | `2.23.1` |
| [test](https://github.com/dart-lang/test/tree/master/pkgs) | `1.25.8` | `1.25.14` |
| [pigeon](https://github.com/flutter/packages/tree/main/packages) | `11.0.1` | `22.7.2` |



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 `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 `code_builder` from 4.10.0 to 4.10.1
- [Release notes](https://github.com/dart-lang/tools/releases)
- [Commits](https://github.com/dart-lang/tools/commits/code_builder-v4.10.1/pkgs)

Updates `intl` from 0.20.0 to 0.20.1
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.1/pkgs)

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 `build_runner` from 2.4.13 to 2.4.14
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.4.13...build_runner-v2.4.14)

Updates `dart_style` from 2.3.2 to 2.3.7
- [Release notes](https://github.com/dart-lang/dart_style/releases)
- [Changelog](https://github.com/dart-lang/dart_style/blob/main/CHANGELOG.md)
- [Commits](dart-lang/dart_style@v2.3.2...v2.3.7)

Updates `device_info_plus` from 10.1.2 to 11.2.1
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/device_info_plus-v11.2.1/packages/device_info_plus)

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/HEAD/pkgs)

Updates `sqlite3` from 2.4.5 to 2.6.0
- [Release notes](https://github.com/simolus3/sqlite3.dart/releases)
- [Commits](simolus3/sqlite3.dart@sqlite3-2.4.5...sqlite3-2.6.0)

Updates `drift_dev` from 2.18.0 to 2.23.1
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift_dev-2.18.0...drift_dev-2.23.1)

Updates `drift` from 2.18.0 to 2.23.1
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift-2.18.0...drift-2.23.1)

Updates `test` from 1.25.8 to 1.25.14
- [Release notes](https://github.com/dart-lang/test/releases)
- [Commits](https://github.com/dart-lang/test/commits/test-v1.25.14/pkgs)

Updates `pigeon` from 11.0.1 to 22.7.2
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/pigeon-v22.7.2/packages)

---
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: code_builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: built_value
- dependency-name: intl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: build_runner
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: built_value
- dependency-name: dart_style
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: built_value
- dependency-name: device_info_plus
  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
- dependency-name: sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: built_value
- dependency-name: drift_dev
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: built_value
- dependency-name: drift
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: built_value
- dependency-name: test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: built_value
- dependency-name: pigeon
  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 January 16, 2025 12:56
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Jan 16, 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