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

Bump googleapis, platform, json_serializable, json_annotation, flutter_lints, mime, http, gcloud, corsac_jwt, collection, appengine, meta, graphql, crypto, buildbucket, build_runner, gql and test in /app_dart #3914

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps googleapis, platform, json_serializable, json_annotation, flutter_lints, mime, http, gcloud, corsac_jwt, collection, appengine, meta, graphql, crypto, buildbucket, build_runner, gql and test. These dependencies needed to be updated together.
Updates googleapis from 12.0.0 to 13.2.0

Release notes

Sourced from googleapis's releases.

package:googleapis v13.2.0

  • Require Dart 3.4 or later.
  • Require package:http 1.0.0.

APIs

  • addressvalidation - new!
  • airquality - new!
  • cloudcommerceprocurement - new!
  • cloudcontrolspartner - new!
  • config - new!
  • developerconnect - new!
  • integrations - new!
  • pollen - new!
  • solar - new!

package:googleapis v13.1.0

  • logging - removed (BROKEN) tail() function call.
  • dataportability - new!
  • speech - added v2

package:googleapis v13.0.0

  • apphub - new!
  • bigqueryconnection - new!
  • displayvideo - Removed v1 (v2, v3 still exist)
  • walletobjects - new!
  • workspaceevents - new!
Commits

Updates platform from 3.1.4 to 3.1.5

Changelog

Sourced from platform's changelog.

3.1.5

Commits

Updates json_serializable from 6.7.1 to 6.8.0

Release notes

Sourced from json_serializable's releases.

package:json_serializable v6.8.0

  • Add type arguments to Map literals used for Record serialization.
  • Add support for JsonSerializable(createJsonKeys: true). (#1401)
  • Handle decoding an int value from a double literal. This now matches the behavior of double values being encoded as int.
Commits

Updates json_annotation from 4.8.1 to 4.9.0

Release notes

Sourced from json_annotation's releases.

package:json_annotation v4.9.0

  • Require Dart 3.0
  • Add JsonSerializable(createJsonKeys: true). (#1401)
Commits

Updates flutter_lints from 3.0.2 to 4.0.0

Commits
  • 4799c49 [flutter_lints] Rev to 4.0.0; prepare for publishing (#6695)
  • 4e79678 [pointer_interceptor] Remove implements from app-facing package (#6699)
  • d670b2c Temporarily add empty header files to video_player_avfoundation so include di...
  • a9f14bc Reverts "[image_picker_ios] Adds Swift Package Manager compatibility to image...
  • a444af5 [image_picker_ios] Adds Swift Package Manager compatibility to image_picker_i...
  • 09a373f [video_player_avfoundation] Adds Swift Package Manager compatibility (#6675)
  • 0167b51 [ios_platform_images] Add Swift Package Manager support (#6684)
  • 8de142d [path_provider] Add Swift Package Manager support (#6680)
  • 4595c41 [go_router] guard context access in then clauses (#6685)
  • 8df8b5f [camera] Ignore implementation imports outside of lib (#6191)
  • Additional commits viewable in compare view

Updates mime from 1.0.5 to 1.0.6

Release notes

Sourced from mime's releases.

package:mime v1.0.6

  • Add topics section to pubspec.yaml.
  • Move to dart-lang/tools monorepo.
Commits
  • 49acd78 Fix analysis issue
  • 350cb17 Add license header
  • 86c7592 Ready for publish
  • e40be87 Fixes for merging mime
  • 948fe28 Merge package:mime into shared tool repository
  • bc35f17 Merge pull request #290 from dart-lang/merge-oauth2-package
  • d3b92b1 Fix badge ref for package:source_map_stack_trace. (#297)
  • 032078c Add license to example
  • 76c4e02 Merge fixes
  • de2fc8b Merge package:oauth2 into shared tool repository
  • Additional commits viewable in compare view

Updates http from 1.2.1 to 1.2.2

Release notes

Sourced from http's releases.

package:http v1.2.2

  • Require package web: '>=0.5.0 <2.0.0'.
Commits

Updates gcloud from 0.8.12 to 0.8.13

Release notes

Sourced from gcloud's releases.

v0.8.13

What's Changed

New Contributors

Full Changelog: dart-archive/gcloud@v0.8.12...v0.8.13

Changelog

Sourced from gcloud's changelog.

0.8.13

  • Support the latest version ^13.0.0 of the googleapis package.
Commits

Updates corsac_jwt from 1.0.0-nullsafety.1 to 1.0.1

Changelog

Sourced from corsac_jwt's changelog.

1.0.1

  • Internal changes.

1.0.0

  • Allow setting kid header from signers.
  • Allow setting standard typ header from builder.
Commits

Updates collection from 1.18.0 to 1.19.0

Release notes

Sourced from collection's releases.

package:collection v1.19.0

  • Adds shuffled to IterableExtension.
  • Shuffle IterableExtension.sample results.
  • Fix mergeSort when the runtime iterable generic is a subtype of the static generic.
  • CanonicalizedMap: added constructor fromEntries.
  • Mark "mixin" classes as mixin.
  • extension IterableIterableExtension<T> on Iterable<Iterable<T>>
    • Add flattenedToList as a performance improvement over flattened.
    • Add flattenedToSet as new behavior for flattening to unique elements.
  • Deprecate transitiveClosure. Consider using package:graphs.
  • Deprecate whereNotNull() from IterableNullableExtension. Use nonNulls instead - this is an equivalent extension available in Dart core since version 3.0.
  • Require Dart ^3.4.0
Changelog

Sourced from collection's changelog.

1.19.0

  • Adds shuffled to IterableExtension.
  • Shuffle IterableExtension.sample results.
  • Fix mergeSort when the runtime iterable generic is a subtype of the static generic.
  • CanonicalizedMap: added constructor fromEntries.
  • Mark "mixin" classes as mixin.
  • extension IterableIterableExtension<T> on Iterable<Iterable<T>>
    • Add flattenedToList as a performance improvement over flattened.
    • Add flattenedToSet as new behavior for flattening to unique elements.
  • Deprecate transitiveClosure. Consider using package:graphs.
  • Deprecate whereNotNull() from IterableNullableExtension. Use nonNulls instead - this is an equivalent extension available in Dart core since version 3.0.
  • Require Dart ^3.4.0
Commits

Updates appengine from 0.13.7 to 0.13.8

Release notes

Sourced from appengine's releases.

v0.13.8

What's Changed

New Contributors

Full Changelog: dart-archive/appengine@v0.13.7...v0.13.8

Changelog

Sourced from appengine's changelog.

0.13.8

  • Require package:protobuf ^3.1.0.
Commits
  • d9587b8 Regenerate protos and update protobuf constraint (#182)
  • 318f0ec Bump the github-actions group with 2 updates (#181)
  • 4ed6de9 Bump actions/checkout from 4.1.4 to 4.1.6 in the github-actions group (#180)
  • aefd778 blast_repo fixes (#179)
  • d959c73 Bump actions/checkout from 4.1.2 to 4.1.4 (#177)
  • 0bc1595 Bump dart-lang/setup-dart from 1.6.2 to 1.6.4 (#178)
  • 8289057 Bump actions/checkout from 4.1.1 to 4.1.2 (#176)
  • 0e85dae Bump dart-lang/setup-dart from 1.6.0 to 1.6.2 (#175)
  • e78c48b Bump actions/checkout from 4.1.0 to 4.1.1 (#174)
  • 0ff9ca7 Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#173)
  • Additional commits viewable in compare view

Updates meta from 1.14.0 to 1.16.0

Changelog

Sourced from meta's changelog.

1.16.0 - 2016-04-26

Core library changes

  • dart:convert

    • Added BASE64URL codec and corresponding Base64Codec.urlSafe constructor.

    • Introduce ChunkedConverter and deprecate chunked methods on Converter.

  • dart:html

    There have been a number of BREAKING changes to align APIs with recent changes in Chrome. These include:

    • Chrome's ShadowRoot interface no longer has the methods getElementById, getElementsByClassName, and getElementsByTagName, e.g.,

      elem.shadowRoot.getElementsByClassName('clazz')

      should become:

      elem.shadowRoot.querySelectorAll('.clazz')
    • The clipboardData property has been removed from KeyEvent and Event. It has been moved to the new ClipboardEvent class, which is now used by copy, cut, and paste events.

    • The layer property has been removed from KeyEvent and UIEvent. It has been moved to MouseEvent.

    • The Point get page property has been removed from UIEvent. It still exists on MouseEvent and Touch.

    There have also been a number of other additions and removals to dart:html, dart:indexed_db, dart:svg, dart:web_audio, and dart:web_gl that correspond to changes to Chrome APIs between v39 and v45. Many of the breaking changes represent APIs that would have caused runtime exceptions when compiled to JavaScript and run on recent Chrome releases.

  • dart:io

    • Added SecurityContext.alpnSupported, which is true if a platform supports ALPN, and false otherwise.

JavaScript interop

... (truncated)

Commits
  • 80544b1 Enable conditional directives by default.
  • 058441e Add deep equivalence test for Send/NewStructures.
  • 68a9225 Add structural equivalence test for AST nodes.
  • 1075e3a Clean up reporting HintCode.UNUSED_SHOWN_NAME when a prefixed top-level funct...
  • 2e4f8a0 Add missing test suites to the generated/test_all suite.
  • 7bc093b Remove unused field
  • 50bdab3 Steps towards making the convert library strong-mode compliant.
  • 7b8d0b7 Additional code completion tests for the as expression in imported_reference_...
  • e17db6c Infer type of extract index expressions.
  • a0375e5 Issue 26216. Update 'documentationComment' during incremental resolution.
  • Additional commits viewable in compare view

Updates graphql from 5.2.0-beta.7 to 5.2.0-beta.9

Release notes

Sourced from graphql's releases.

graphql-v5.2.0-beta.9

v5.2.0-beta.9

Fixed

Added

  • Support custom equality function for cache comparison (commit). @​kvenn 05-08-2024
Commits
  • 1daabdb docs(graphql): tag the new v5.2.0-beta.9 release (#1458)
  • 1b851ea fix(graphql): upgrade rxdart 0.28.0 (#1454)
  • 6180841 fix(graphql): add query timeout argument when create client.
  • a6909d4 feat(graphql): Support custom equality function for cache comparison
  • e68adbe Merge pull request #1451 from sodality-tech/dedup-poller-zino
  • de15f68 Remove unused import
  • 53e324c Remove unused imports
  • e4967c0 Fix remaining issues
  • 692358a Add configurable behavior to deuplicate
  • 20f6247 Don't rebroadcast for failures
  • Additional commits viewable in compare view

Updates crypto from 3.0.3 to 3.0.5

Release notes

Sourced from crypto's releases.

package:crypto v3.0.5

  • Revert switch to enable fast "sinks" on Wasm because it breaks dart2js with server mode.

package:crypto v3.0.4

  • Fix WebAssembly support.
  • Require Dart 3.4
Changelog

Sourced from crypto's changelog.

3.0.5

  • Revert switch to enable fast "sinks" on Wasm because it breaks dart2js with server mode.

3.0.4

  • Fix WebAssembly support.
  • Require Dart 3.4
Commits

Updates buildbucket from 1.0.10 to 1.0.12

Commits

Updates build_runner from 2.4.9 to 2.4.12

Release notes

Sourced from build_runner's releases.

package:build_runner v2.4.12

  • Bump the min sdk to 3.5.0-259.0.dev.
  • Fix watch mode for workspace repos.

package:build_runner v2.4.11

  • Explicitly pass the current isolates package config instead of assuming the location, to support the upcoming pub workspaces feature.

build_runner version 2.4.10

  • Support version 1.x and 2.x of shelf_web_socket and 2.x and 3.x
  • of web_socket_channel.
  • Bump the min sdk to 3.4.0.
Commits

Updates gql from 1.0.1-alpha+1709845491443 to 1.0.1-alpha+1717789143880

Commits

Updates test from 1.25.3 to 1.25.8

Release notes

Sourced from test's releases.

package:test v1.25.8

  • Increase SDK constraint to ^3.4.0.
  • Ensure we don't create files ending in a ., this breaks windows.

package:test v1.25.7

  • Enable asserts for dart2wasm tests.

package:test v1.25.6

  • Point API doc links to package:test canonical libraries.
  • Fix testing with dart2wasm - use dart compile wasm instead of depending on SDK internals
  • Update min SDK constraint to 3.2.0.

package:test v1.25.5

  • Update the package:web_socket_channel version constraint to allow 3.x.
  • Update the package:shelf_web_socket version constraint to allow 2.x.

package:test v1.25.4

  • Add @doNotSubmit to more declarations of the solo parameter.
Commits

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the autosubmit Merge PR when tree becomes green via auto submit App. label Sep 23, 2024
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App. label Sep 23, 2024
Copy link
Contributor

auto-submit bot commented Sep 23, 2024

auto label is removed for flutter/cocoon/3914, due to - The status or check suite Linux Cocoon has failed. Please fix the issues identified (or deflake) before re-applying this label.

@dependabot dependabot bot force-pushed the dependabot/pub/app_dart/multi-ec46235fd8 branch from ca6a589 to fd59657 Compare September 23, 2024 07:50
…r_lints, mime, http, gcloud, corsac_jwt, collection, appengine, meta, graphql, crypto, buildbucket, build_runner, gql and test

Bumps [googleapis](https://github.com/google/googleapis.dart/tree/master/generated), [platform](https://github.com/dart-lang/platform), [json_serializable](https://github.com/google/json_serializable.dart), [json_annotation](https://github.com/google/json_serializable.dart), [flutter_lints](https://github.com/flutter/packages/tree/main/packages), [mime](https://github.com/dart-lang/tools/tree/main/pkgs), [http](https://github.com/dart-lang/http/tree/master/pkgs), [gcloud](https://github.com/dart-lang/gcloud), [corsac_jwt](https://github.com/corsac-dart/jwt), [collection](https://github.com/dart-lang/collection), [appengine](https://github.com/dart-lang/appengine), [meta](https://github.com/dart-lang/sdk/tree/main/pkg), [graphql](https://github.com/zino-app/graphql-flutter/tree/main/packages), [crypto](https://github.com/dart-lang/crypto), [buildbucket](https://github.com/flutter/cocoon/tree/main/packages), [build_runner](https://github.com/dart-lang/build), [gql](https://github.com/gql-dart/gql) and [test](https://github.com/dart-lang/test/tree/master/pkgs). These dependencies needed to be updated together.

Updates `googleapis` from 12.0.0 to 13.2.0
- [Release notes](https://github.com/google/googleapis.dart/releases)
- [Commits](https://github.com/google/googleapis.dart/commits/googleapis-v13.2.0/generated)

Updates `platform` from 3.1.4 to 3.1.5
- [Release notes](https://github.com/dart-lang/platform/releases)
- [Changelog](https://github.com/dart-lang/platform/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/platform/commits)

Updates `json_serializable` from 6.7.1 to 6.8.0
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_serializable-v6.7.1...json_serializable-v6.8.0)

Updates `json_annotation` from 4.8.1 to 4.9.0
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](google/json_serializable.dart@json_annotation-v4.8.1...json_annotation-v4.9.0)

Updates `flutter_lints` from 3.0.2 to 4.0.0
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v4.0.0/packages)

Updates `mime` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/dart-lang/tools/releases)
- [Commits](https://github.com/dart-lang/tools/commits/mime-v1.0.6/pkgs)

Updates `http` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/dart-lang/http/releases)
- [Commits](https://github.com/dart-lang/http/commits/http-v1.2.2/pkgs)

Updates `gcloud` from 0.8.12 to 0.8.13
- [Release notes](https://github.com/dart-lang/gcloud/releases)
- [Changelog](https://github.com/dart-lang/gcloud/blob/master/CHANGELOG.md)
- [Commits](dart-archive/gcloud@v0.8.12...v0.8.13)

Updates `corsac_jwt` from 1.0.0-nullsafety.1 to 1.0.1
- [Changelog](https://github.com/corsac-dart/jwt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/corsac-dart/jwt/commits/v1.0.1)

Updates `collection` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/dart-lang/collection/releases)
- [Changelog](https://github.com/dart-lang/collection/blob/master/CHANGELOG.md)
- [Commits](dart-lang/collection@v1.18.0...v1.19.0)

Updates `appengine` from 0.13.7 to 0.13.8
- [Release notes](https://github.com/dart-lang/appengine/releases)
- [Changelog](https://github.com/dart-lang/appengine/blob/master/CHANGELOG.md)
- [Commits](dart-archive/appengine@v0.13.7...v0.13.8)

Updates `meta` from 1.14.0 to 1.16.0
- [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/sdk/commits/1.16.0/pkg)

Updates `graphql` from 5.2.0-beta.7 to 5.2.0-beta.9
- [Release notes](https://github.com/zino-app/graphql-flutter/releases)
- [Changelog](https://github.com/zino-hofmann/graphql-flutter/blob/main/changelog-v3-v4.md)
- [Commits](https://github.com/zino-app/graphql-flutter/commits/graphql-v5.2.0-beta.9/packages)

Updates `crypto` from 3.0.3 to 3.0.5
- [Release notes](https://github.com/dart-lang/crypto/releases)
- [Changelog](https://github.com/dart-lang/crypto/blob/master/CHANGELOG.md)
- [Commits](dart-lang/crypto@3.0.3...v3.0.5)

Updates `buildbucket` from 1.0.10 to 1.0.12
- [Release notes](https://github.com/flutter/cocoon/releases)
- [Commits](https://github.com/flutter/cocoon/commits/HEAD/packages)

Updates `build_runner` from 2.4.9 to 2.4.12
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.4.9...build_runner-v2.4.12)

Updates `gql` from 1.0.1-alpha+1709845491443 to 1.0.1-alpha+1717789143880
- [Commits](https://github.com/gql-dart/gql/commits)

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

---
updated-dependencies:
- dependency-name: googleapis
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: platform
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: json_annotation
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: flutter_lints
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: mime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: http
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: gcloud
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: corsac_jwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: collection
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: appengine
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: meta
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: graphql
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: crypto
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: buildbucket
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: build_runner
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: gql
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pub/app_dart/multi-ec46235fd8 branch from fd59657 to 2ba5454 Compare September 23, 2024 08:34
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 30, 2024

Superseded by #3921.

@dependabot dependabot bot closed this Sep 30, 2024
@dependabot dependabot bot deleted the dependabot/pub/app_dart/multi-ec46235fd8 branch September 30, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant