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 #5657

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 Nov 7, 2024

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

Package From To
built_value 8.8.1 8.9.2
code_builder 4.10.0 4.10.1
built_value_generator 8.8.1 8.9.2
dart_style 2.3.2 2.3.6
device_info_plus 10.1.2 11.1.1
ffigen 9.0.1 15.0.0
drift_dev 2.18.0 2.21.2
drift 2.18.0 2.21.0
sqlite3 2.4.5 2.4.7
pigeon 11.0.1 22.6.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 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 dart_style from 2.3.2 to 2.3.6

Release notes

Sourced from dart_style's releases.

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.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
  • c644037 Fix compile error when using dart_style with analyzer 6.2.0. (#1414)
  • 3fcc65f Migrate more tests over to the new style. (#1411)
  • a5533c3 Fix a crash and some formatting bugs in cascades. (#1410)
  • 860410d Fix two bugs around pinned states in the Solver and SolutionCache. (#1409)
  • 13a3a51 Get ready to publish 2.3.5. (#1412)
  • 5a93630 Tweak the heuristics on which expressions allow block formatting. (#1408)
  • 6b2b31e Don't eagerly bind pinned Pieces in Solution. (#1407)
  • be7eb5e For loop metadata (#1406)
  • a6ad769 Force switch expressions to split if they contain a line comment. (#1405)
  • 9dd81d6 Add more tests for type arguments in object patterns and remove a TODO. (#1401)
  • Additional commits viewable in compare view

Updates device_info_plus from 10.1.2 to 11.1.1

Commits

Updates ffigen from 9.0.1 to 15.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.21.2

Commits
  • a4874f3 Backport make-migrations template fix
  • 41ddd91 Prepare patch releases
  • c235f60 Fix incorrect code for nullable type arguments
  • abe93e4 Fix infering result type of fts5 functions
  • 5c2af78 Fix bm25 parameter count lint
  • 6c1edb7 Allow crawling for release docs builds
  • 3c11432 Prepare release
  • d7cc547 Allow using group by on view without join
  • f89a8eb Merge pull request #3278 from simolus3/fix-related-relations-on-manager
  • 9a8def1 Merge branch 'develop' into fix-related-relations-on-manager
  • Additional commits viewable in compare view

Updates drift from 2.18.0 to 2.21.0

Release notes

Sourced from drift's releases.

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()();
    // After:
    late final id = integer().nullable()();
    }

  • Make build.yaml definitions pass build_runner doctor.
  • Fix generate_manager option not consistently being applied to modular builds.
  • Add the make-migrations command which combines the existing schema commands into a single tool.

Drift 2.20.3

This patch release fixes a deadlock that could occur when using concurrent nested transactions, a problem introduced in the 2.20.0 release (simolus3/drift#3244). Note that drift_worker.js bundles from drift version 2.20.0 until 2.20.2 also have the issue and need to be updated to apply the fix.

Drift 2.20.1

This patch release fixes the following issues:

Core drift package

  • Migrate legacy package:drift/web.dart to the new JS interop SDK libraries. For backwards compatibility, the channel() extension on the MessagePort class in dart:html has been kept. Once dart:html is removed from the Dart SDK, that extension will have to be removed from drift as well.
  • Fix cast errors in the protocol for remote workers when compiling with dart2wasm.
  • Introduce a faster protocol for communicating with workers. This protocol is enabled automatically after upgrading drift_worker.js.

Generator

  • Strip leading numbers when generating modular accessor names for drift files, fixing syntax errors.
  • Support triggers targeting views.
  • Include dialect-specific constraints in exported schema files.
  • Fix schema export not respecting column constraints of the target dialect.

... (truncated)

Commits
  • 3c11432 Prepare release
  • d7cc547 Allow using group by on view without join
  • f89a8eb Merge pull request #3278 from simolus3/fix-related-relations-on-manager
  • 9a8def1 Merge branch 'develop' into fix-related-relations-on-manager
  • fb71a56 move regression test into tests
  • bd80a46 Devtools extension: Button to clear database
  • 4cadb06 Merge pull request #3250 from simolus3/drift_migrator_tool
  • 2ef6c60 Attempt to fix Flutter CI
  • 04a046d Fix migration tooling test
  • 1d742e0 Add changelog entry
  • Additional commits viewable in compare view

Updates sqlite3 from 2.4.5 to 2.4.7

Commits
  • f9f6f44 Re-compile sqlite3 for CI
  • feac3e2 Merge branch 'dynamicbuffer'
  • e21f161 Changelog entry
  • 0a8e4d6 Avoid copying for writes to memory
  • 5133fdb Support 16KiB page sizes on Android
  • a0032ff Switch to Uint8Buffer.
  • b4890e2 Add a DynamicBuffer for faster VFS implementations.
  • d7cbbe9 Fix extension tests in CI
  • 558a1b5 Link custom extension example
  • 3395710 Expand readme
  • Additional commits viewable in compare view

Updates pigeon from 11.0.1 to 22.6.0

Commits
  • ff82995 [pigeon] Allows swift generator to skip error class generation (#7849)
  • 567b0e1 [in_app_pur]: Bump androidx.annotation:annotation from 1.8.2 to 1.9.0 in /pac...
  • fe32b5b [file_selector]: Bump androidx.annotation:annotation from 1.8.2 to 1.9.0 in /...
  • 3ce96ba [video_player_android] Give can pause integration test range to test for (#...
  • 5e03bb1 [video_player_android] Correct rotation of videos recorded by the camera (#7846)
  • aad3fd0 Allow custom blocks to be something other than Column or SizedBox (#7859)
  • 2c1b4a7 [camera]: Bump androidx.annotation:annotation from 1.8.2 to 1.9.0 in /package...
  • b6f7e47 [path_provider]: Bump androidx.annotation:annotation from 1.8.2 to 1.9.0 in /...
  • dafd753 [in_app_purchase] Update iOS Pigeon for non-nullable generics (#7820)
  • 3b7ee86 [interactive_media_ads] Adds internal wrapper for Android native Ad (#7880)
  • 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 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [built_value](https://github.com/google/built_value.dart) | `8.8.1` | `8.9.2` |
| [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` |
| [dart_style](https://github.com/dart-lang/dart_style) | `2.3.2` | `2.3.6` |
| [device_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus) | `10.1.2` | `11.1.1` |
| [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) | `9.0.1` | `15.0.0` |
| [drift_dev](https://github.com/simolus3/drift) | `2.18.0` | `2.21.2` |
| [drift](https://github.com/simolus3/drift) | `2.18.0` | `2.21.0` |
| [sqlite3](https://github.com/simolus3/sqlite3.dart) | `2.4.5` | `2.4.7` |
| [pigeon](https://github.com/flutter/packages/tree/main/packages) | `11.0.1` | `22.6.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 `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 `dart_style` from 2.3.2 to 2.3.6
- [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.6)

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 `ffigen` from 9.0.1 to 15.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.21.2
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift_dev-2.18.0...drift_dev-2.21.2)

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

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

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

---
updated-dependencies:
- dependency-name: built_value
  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: 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: 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-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 November 7, 2024 12:58
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Nov 7, 2024
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