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 13 updates #5758

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2024

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

Package From To
built_value 8.8.1 8.9.2
json_serializable 6.8.0 6.9.0
code_builder 4.10.0 4.10.1
built_value_generator 8.8.1 8.9.2
intl 0.20.0 0.20.1
dart_style 2.3.2 2.3.7
device_info_plus 10.1.2 11.1.1
test 1.25.8 1.25.12
ffigen 9.0.1 16.0.0
drift_dev 2.18.0 2.22.1
drift 2.18.0 2.22.1
sqlite3 2.4.5 2.5.0
pigeon 11.0.1 22.7.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 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 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 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 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.1.1

Commits

Updates test from 1.25.8 to 1.25.12

Release notes

Sourced from test's releases.

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
  • dc0f8ea Fix hang after multiple precompiled browser tests (#2422)
  • 2096773 Update the use of 'package:shelf_web_socket's webSocketHandler method (#2421)
  • 1d28d73 Support package:vm_service 15.x (#2420)
  • c2f19b4 Allow latest pkg:analyzer, bump min SDK to stable release (#2418)
  • 8a07bee Use dynamic methods for map matchers (#2415)
  • 42495c2 Enable avoid_dynamic_calls lint (#2410)
  • 9a267de Remove some unused testing utilities (#2413)
  • fe38650 Remove deprecated lint package_api_docs (#2411)
  • 73e30fb write a test for running two precompiled browser tests (#2295)
  • d8e85af Merge branch 'master' into merge-matcher-package
  • Additional commits viewable in compare view

Updates ffigen from 9.0.1 to 16.0.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 drift_dev from 2.18.0 to 2.22.1

Commits
  • fdfaff9 Prepare drift_dev patch release
  • 53b5afc Fix embedding Dart expressions without type
  • 6a7f6df Add changelog entry for dart2wasm fix
  • 4f55cb7 fix: Add conditional export to support --wasm build (#3363)
  • 3581453 Fix alterTable without legacy alter table
  • 955f234 Fix insert from select with upsert
  • b5660f6 Prepare release
  • 2030623 Fix typing checking issue (#3358)
  • 492d35c Document custom companions better
  • cd1eb0a Restore broken overview on migration helpers
  • Additional commits viewable in compare view

Updates drift from 2.18.0 to 2.22.1

Release notes

Sourced from drift's releases.

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

  • Fix infinite loop in isolate server lookups when using shareAcrossIsolates across hot restarts.

Drift 2.21.0

Versions 2.21.0 of drift and drift_dev as well as version 0.2.1 of drift_flutter have just been released:

Core changes

  • View.from is now declared to return a JoinedSelectStatement, the type it returns at runtime.
  • The manager APIs now support computed fields, allowing advanced SQL expressions to be embedded into simple manager queries.

Isolate improvements

  • To infer whether serialization is required for inter-isolate communication, drift now sends a test message instead of serializing by default.
  • drift_flutter: Enable serialization between background isolates where necessary.

Tooling and generator

  • The DevTools extension can now clear drift databases.
  • Fix Dart-defined check constraints not being considered in exported schemas.
  • Columns can now be defined with late final fields. Defining columns with getters => is still supported too.
    class MyTable extends Table {
      // Before:
      IntColumn get id => integer().autoIncrement()();

... (truncated)

Commits
  • 6a7f6df Add changelog entry for dart2wasm fix
  • 4f55cb7 fix: Add conditional export to support --wasm build (#3363)
  • 3581453 Fix alterTable without legacy alter table
  • 955f234 Fix insert from select with upsert
  • b5660f6 Prepare release
  • 2030623 Fix typing checking issue (#3358)
  • 492d35c Document custom companions better
  • cd1eb0a Restore broken overview on migration helpers
  • e4e5882 Use external package for snippets (#3325)
  • bf4a534 Propagate types with known nullability first
  • Additional commits viewable in compare view

Updates sqlite3 from 2.4.5 to 2.5.0

Commits
  • 62bcb24 Prepare 2.5.0 release
  • cf42542 Mention sqlite test in top-level readme
  • 4012278 Add sqlite3_test utility
  • 9286be8 Add changelog entry
  • f830d9e IndexedDb: Store blobs as array buffers if necessary
  • 0ab242b Update simulator for iOS integration tests
  • 66d9a19 Mark ffi vfs test as using ffi
  • 2c63b8d Reformat headers
  • cc91b27 Support custom VFS on native platforms
  • 3f3c71a Raise version number
  • Additional commits viewable in compare view

Updates pigeon from 11.0.1 to 22.7.0

Commits
  • 71a2e70 [pigeon] adds event channel support for kotlin and swift (#7892)
  • ea90218 [google_adsense] (Experimental) AdSense plugin for Flutter Web (#6871)
  • 71c9e77 [various] Add Swift Package Manager integration to image picker examp… (#8227)
  • 012fae8 [pigeon] Add Swift Package Manager integration to example app (#8225)
  • d34f32d [video_player_avfoundation] Split iOS native code into multiple files (#8171)
  • bd8dafa [various] Add Swift Package Manager integration to example apps (#8219)
  • 67291a3 [google_maps_flutter] Annotate deprecated member usage (#8214)
  • 7496306 [pigeon] Fixes channel names of the named constructors of ProxyApis. (#8201)
  • 28160ca [local_auth] Add compatibility with intl 0.20 (#8217)
  • d441566 [various] Replaces deprecated whereNotNull() (#8215)
  • 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 5, 2024 12:55
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Dec 5, 2024
@dependabot dependabot bot force-pushed the dependabot/pub/built_value-21f1251fa0 branch from 87e8ac3 to a0d51ae Compare December 10, 2024 13:01
…dates

Bumps the built_value group with 13 updates in the / 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` |
| [code_builder](https://github.com/dart-lang/tools/tree/main/pkgs) | `4.10.0` | `4.10.1` |
| [built_value_generator](https://github.com/google/built_value.dart) | `8.8.1` | `8.9.2` |
| [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) | `0.20.0` | `0.20.1` |
| [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.1.1` |
| [test](https://github.com/dart-lang/test/tree/master/pkgs) | `1.25.8` | `1.25.12` |
| [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) | `9.0.1` | `16.0.0` |
| [drift_dev](https://github.com/simolus3/drift) | `2.18.0` | `2.22.1` |
| [drift](https://github.com/simolus3/drift) | `2.18.0` | `2.22.1` |
| [sqlite3](https://github.com/simolus3/sqlite3.dart) | `2.4.5` | `2.5.0` |
| [pigeon](https://github.com/flutter/packages/tree/main/packages) | `11.0.1` | `22.7.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 `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 `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 `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 `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.1.1
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/HEAD/packages/device_info_plus)

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

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

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

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

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

Updates `pigeon` from 11.0.1 to 22.7.0
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/pigeon-v22.7.0/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: built_value_generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: built_value
- dependency-name: intl
  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: test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: built_value
- dependency-name: ffigen
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pub/built_value-21f1251fa0 branch from a0d51ae to 1c6497b Compare December 11, 2024 14:55
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 13, 2024

Superseded by #5776.

@dependabot dependabot bot closed this Dec 13, 2024
@dependabot dependabot bot deleted the dependabot/pub/built_value-21f1251fa0 branch December 13, 2024 12:09
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