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 8 updates #5338

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 Aug 21, 2024

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

Package From To
built_value 8.8.1 8.9.2
built_value_generator 8.8.1 8.9.2
drift_dev 2.18.0 2.20.1
drift 2.18.0 2.20.0
sqlite3 2.4.2 2.4.6
dart_style 2.3.2 2.3.6
ffigen 9.0.1 13.0.0
pigeon 11.0.1 22.0.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 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 drift_dev from 2.18.0 to 2.20.1

Commits
  • 206aa60 Release drift_dev 2.20.1
  • 0e777ef Merge pull request #3161 from simolus3/referenced-column-name-fix
  • 2bd9632 Update has local sqlite3 test to check version
  • dd70726 Fix name of referenced column in prefetch
  • c49bd49 Remove -dev suffix in drift_dev changelog
  • 48891cc Prepare drift release 2.20.0
  • 5b43cc9 Work around crypto regression in dart2js
  • 06ba381 Skip test failing due to crypto regression
  • aa9ced0 Mark legacy web APIs as deprecated
  • 28f50a8 Add DataClassName.implementing
  • Additional commits viewable in compare view

Updates drift from 2.18.0 to 2.20.0

Release notes

Sourced from drift's releases.

Drift 2.20.0

Drift changes

  • Add readPool parameter to NativeDatabase. It will spawn an additional pool of isolates used to serve multiple reads in parallel, which can improve performance in some specific workloads.
  • Mark legacy package:drift/web.dart as deprecated. Users should migrate to package:drift/wasm.dart.

drift_dev changes

  • Improve manager API to be able to resolve references when running queries.
  • Add TableIndex.sql, allowing database indexes to be defined in SQL without using drift files.
  • Add DataClassName.implementing, which can be used to make drift-generated row classes implement existing interfaces.

drift_flutter changes

  • Add DriftNativeOptions with shareAcrossIsolates option that will give multiple isolates access to the same drift database without having to manually set up ports.

Drift 2.19.1

This patch release fixes exclusively not working on the web (#3089). The fix requires a drift_worker.js update.

Drift 2.19.0 expands the migrator API and adds a method to exclusively use the database without a transaction (useful for things like setting pragmas which are unsupported in transactions).

  • Add exclusively method to database classes, allowing a block to temporarily take exclusive control over a database connection without starting a transaction.
  • Add the enableMigrations parameter to WasmDatabase to control whether drift migrations are enabled on that database.
  • Add initiallyDeferred option to references() column builder for foreign key constraints.
  • Add dropColumn method to Migrator.
  • Add selectExpressions method to build select statements without a FROM clause.
  • Both transaction and exclusively will wait for the transaction or the exclusive lock to be set up before invoking their callback now.
  • In drift files: Support for sqlite 3.46.0.

This release also fixes the following bugs:

  • Fix encoding BigInt arguments in batched statements sent to web workers. Note that the fix also requires the latest drift_worker.js to be effective.
  • Fix stream queries possibly cancelling a migration if they are the first method on the database.
  • Drift files: Make columns coming from subquery expressions nullable.
  • Fix generated CREATE VIEW statements containing existing row class syntax only supposed to be used during static analysis.
  • Fix Dart views referencing the same column from different table aliases using columns with the same name.
  • Fix drift_dev schema steps generating invalid code when no migrations have been defined yet.
  • Fix generated imports for extension member references in modular mode.

While not part of the core packages in this repository, another addition is drift_hrana, which allows using drift with a libsql server - that may be useful for some Dart backends using Turso or related offerings.

Commits
  • c49bd49 Remove -dev suffix in drift_dev changelog
  • 48891cc Prepare drift release 2.20.0
  • 5b43cc9 Work around crypto regression in dart2js
  • 06ba381 Skip test failing due to crypto regression
  • aa9ced0 Mark legacy web APIs as deprecated
  • 28f50a8 Add DataClassName.implementing
  • 2a43158 Merge branch 'latest-release' into develop
  • 4863513 Backport package:web upgrade for drift 2.19.2
  • f74c5fa Migration docs: Strongly suggest tools
  • c52b6f1 Fix new lints
  • Additional commits viewable in compare view

Updates sqlite3 from 2.4.2 to 2.4.6

Commits
  • e1552ce Prepare pkg:sqlite3 2.4.6 for release
  • 54e6650 Support latest dependencies
  • ca9d78a Use clang driver to compile sqlite3 to wasm
  • 842b81c Wasm: Compile as reactor module
  • 719fde0 Fix sqlcipher on Android with Flutter 3.24
  • 07ef17b Fix link in custom wasm build readme
  • c028b09 Prepare 2.4.5 patch release
  • 3152537 Fix toString application on js big ints
  • a686c52 Fix deadlock in request synchronizer
  • 7bdca77 Only test on macos-latest, but also with dev sdk
  • Additional commits viewable in compare view

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 ffigen from 9.0.1 to 13.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 pigeon from 11.0.1 to 22.0.0

Commits
  • 6dd3e4e [pigeon] simplifies int handling across the codec, verifies ints in collectio...
  • f63faf3 [interactive_media_ads]: Bump androidx.annotation:annotation from 1.8.1 to 1....
  • 7c95aa6 [interactive_media_ads] Adds a contribution doc (#7460)
  • ee0ad75 [webview]: Bump androidx.annotation:annotation from 1.8.1 to 1.8.2 in /packag...
  • c5d03ee [many] Remove dependency on kotlin-bom (#7088)
  • 2703d10 Remove unnecessary breaks in default clauses of switch statements (#7462)
  • 4e5d47e [webview_flutter] Endorse macOS (#7457)
  • 89154b3 [flutter_adaptive_scaffold] Fix landscape not showing in andUp (#7425)
  • 1ab1a71 [go_router] Fixes replace and pushReplacement uri when only one route… (#7433)
  • 871cd47 [go_router] Fixes an issue where android back button pops wrong page. (#7348)
  • 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 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [built_value](https://github.com/google/built_value.dart) | `8.8.1` | `8.9.2` |
| [built_value_generator](https://github.com/google/built_value.dart) | `8.8.1` | `8.9.2` |
| [drift_dev](https://github.com/simolus3/drift) | `2.18.0` | `2.20.1` |
| [drift](https://github.com/simolus3/drift) | `2.18.0` | `2.20.0` |
| [sqlite3](https://github.com/simolus3/sqlite3.dart) | `2.4.2` | `2.4.6` |
| [dart_style](https://github.com/dart-lang/dart_style) | `2.3.2` | `2.3.6` |
| [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) | `9.0.1` | `13.0.0` |
| [pigeon](https://github.com/flutter/packages/tree/main/packages) | `11.0.1` | `22.0.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 `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 `drift_dev` from 2.18.0 to 2.20.1
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift_dev-2.18.0...drift_dev-2.20.1)

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

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

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 `ffigen` from 9.0.1 to 13.0.0
- [Release notes](https://github.com/dart-lang/native/releases)
- [Commits](https://github.com/dart-lang/native/commits/HEAD/pkgs)

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

---
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: 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: dart_style
  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: 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 requested a review from a team as a code owner August 21, 2024 20:59
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Aug 21, 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.

None yet

0 participants