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 the all group across 1 directory with 9 updates #14

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 Jun 10, 2024

Bumps the all group with 7 updates in the / directory:

Package From To
build_runner 2.4.9 2.4.11
cloud_functions 4.7.2 4.7.6
dependency_validator 3.2.3 4.1.0
firebase_auth 4.19.2 4.20.0
flutter_lints 3.0.2 4.0.0
json_annotation 4.8.1 4.9.0
url_launcher 6.2.6 6.3.0

Updates build_runner from 2.4.9 to 2.4.11

Release notes

Sourced from build_runner's releases.

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 cloud_functions from 4.7.2 to 4.7.6

Changelog

Sourced from cloud_functions's changelog.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2024-06-06

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


firebase_vertexai - v0.2.1

2024-06-04 - BoM 2.0.0

Changes


Packages with breaking changes:

... (truncated)

Commits

Updates dependency_validator from 3.2.3 to 4.1.0

Release notes

Sourced from dependency_validator's releases.

4.1.0

Info

Build: (waiting for build to complete) Skynet Results: (waiting for Skynet results) Pipeline: (waiting for pipeline to start) This minor release includes the following changes:

Miscellaneous

  • #114 v4 Changelog update

  • #115 FEA-3685: Reverted non-dev bin import usage errors

    • FEA-3685 Reverted non-dev bin import usage errors
  • #116 Revert "FEA-3685: Reverted non-dev bin import usage errors"

    • FEA-3685 Reverted non-dev bin import usage errors
  • #117 Update analyzer constraint

  • #120 Fixed broken GHA and updated installation instructions

  • #121 Add dependabot.yml

  • #122 GHA: Bump actions/checkout from 2 to 4 in the gha-dependencies group

  • #123 RM-256973 Release dependency_validator 4.1.0

    • RM-256973 RELEASE dependency_validator 4.1.0

Notes created on Monday, June 03 05:25 PM UTC

4.0.0

Info

Build: (waiting for build to complete) Skynet Results: (waiting for Skynet results) Pipeline: (waiting for pipeline to start) This major release includes the following changes:

Miscellaneous

  • #110 FEDX-687 : GHA OSS changes to dependency_validator
    • FEDX-687 GHA OSS changes
  • #111 FEA-3682: v4
    • FEA-3682 v4
  • #113 RM-215560 Release dependency_validator 4.0.0
    • RM-215560 RELEASE dependency_validator 4.0.0

Notes created on Monday, April 29 03:51 PM UTC

Changelog

Sourced from dependency_validator's changelog.

4.1.0

  • Update specified analyzer range to support v6.0.0+. This supports dependency_validator running on dart 3 better

4.0.0

  • Breaking Change: Added "non-dev packages that are only used within bin/" check to cover this edge case. This is enabled by default, and will break the execution of dependency_validator if it occurs within the codebase. Resolution is to either ignore the dependency, or demote the dependency to a dev_dep
  • Fixed bug where uris declared within comments and strings would register as dependency "usages"

3.2.2

  • Raise dependency minimums to ensure all dependencies are null-safe.

3.2.0

  • Feature: Added option allow_pins for disabling/enabling checks for pins. Pins not allowed by default.

3.1.2

  • Return non-zero exit code from executable when incorrect args are used

3.1.0

  • Deprecate static configuration in pubspec.yaml (because pub publish warns about unrecognized keys) and instead read it from a dart_dependency_validator.yaml file when possible.

3.0.0

  • Breaking: removed the public package:dependency_validator/dependency_validator.dart entrypoint. It was only intended for this package to provide an executable and the Dart APIs don't need to be public.
  • Null safety.

2.0.1

  • Fix a path issue on Windows.

2.0.0

  • Breaking Change: Excluded paths and ignored packages must now be configured statically in your project's pubspec.yaml instead of via command-line arguments. See the README for more information.

  • Detect packages with one or more executables and consider them to be used. In other words, you no longer need to ignore packages that are only used for their executable(s).

... (truncated)

Commits
  • 2efe17c Merge pull request #123 from Workiva/release_dependency_validator_4.1.0
  • 7abe7c0 dependency_validator_4.1.0
  • e5c500e Merge pull request #117 from Funky-Food/update-analyzer
  • a510821 Merge branch 'Workiva:master' into update-analyzer
  • c7d6ba6 Merge pull request #122 from Workiva/dependabot/github_actions/master/gha-dep...
  • 8da2ea7 GHA: Bump actions/checkout from 2 to 4 in the gha-dependencies group
  • 04efce1 Merge pull request #121 from Workiva/add_dependabot
  • 7b0473a Add dependabot.yml
  • 1f18697 Merge pull request #120 from Workiva/readme_updates
  • 79e1e6c only upload sbom for 2.19.6
  • Additional commits viewable in compare view

Updates firebase_auth from 4.19.2 to 4.20.0

Changelog

Sourced from firebase_auth's changelog.

firebase_auth - v4.20.0

firebase_auth_platform_interface - v7.3.0

firebase_auth_web - v5.12.0

firebase_core - v2.32.0

firebase_storage - v11.7.7

  • FIX(storage): do not set metadata property unless it has a value (#12805). (978a87db)

firebase_storage_web - v3.9.7

  • FIX(storage): do not set metadata property unless it has a value (#12805). (978a87db)

firebase_vertexai - v0.1.1

  • REFACTOR(vertexai): Split into separate libraries (#12794). (85a517f4)
  • FEAT(vertexai): Add support for UsageMetaData (#12787). (08f61ecb)
  • FEAT(vertexai): Add a few more parameters to the model request (#12824). (35ad8d41)
  • FEAT(vertex): Add auth support in the vertexai (#12797). (3241c0b8)

2024-05-21

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

... (truncated)

Commits
  • be91430 chore(release): publish packages
  • 111b1ad feat(auth, windows): verifyBeforeUpdateEmail() API support (#12825)
  • 5e76153 feat(auth): update Pigeon version to 19 (#12828)
  • 2e410a2 feat: bump CPP SDK to version 11.10.0 (#12749)
  • 7d4c200 fix(auth, android): remove unecessary error type guarding (#12816)
  • 8f16fd0 chore(release): publish packages (#12811)
  • 490319d fix(auth, android): allow nullable accessToken when creating `OAuthProvider...
  • 39f6e7b fix(auth, web): get auth credential from exception and pass to user if one is...
  • 00d2262 chore(auth): Removed redundant languageCode null-check. (#12076)
  • a7c8c62 chore: publish packages and BoM 1.0.0 (#12754)
  • Additional commits viewable in compare view

Updates firebase_core from 2.30.0 to 2.32.0

Changelog

Sourced from firebase_core's changelog.

firebase_core - v2.32.0

firebase_storage - v11.7.7

  • FIX(storage): do not set metadata property unless it has a value (#12805). (978a87db)

firebase_storage_web - v3.9.7

  • FIX(storage): do not set metadata property unless it has a value (#12805). (978a87db)

firebase_vertexai - v0.1.1

  • REFACTOR(vertexai): Split into separate libraries (#12794). (85a517f4)
  • FEAT(vertexai): Add support for UsageMetaData (#12787). (08f61ecb)
  • FEAT(vertexai): Add a few more parameters to the model request (#12824). (35ad8d41)
  • FEAT(vertex): Add auth support in the vertexai (#12797). (3241c0b8)

2024-05-21

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

... (truncated)

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 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 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 url_launcher from 6.2.6 to 6.3.0

Commits
  • 539a5f9 [url_launcher] Add support for setting show title on Chrome Custom Tabs (#6097)
  • b16a7e3 [many] Remove references to v1 embedding (#6494)
  • 5cc71d0 Update Flutter wiki links (#6789)
  • 448b484 [url_launcher]: Bump androidx.annotation:annotation from 1.7.1 to 1.8.0 in /p...
  • 788b666 Update the repo for the 3.22 stable release (#6730)
  • 75930f8 [url_launcher] Add Swift Package Manager support (#6677)
  • 1d0bb4f [url_launcher][web] Link should work when triggered by keyboard (#6505)
  • 6841bb1 [Many] Bump to min minSdkVersion of 19 across all plugins (#6506)
  • See full diff 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

Bumps the all group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [build_runner](https://github.com/dart-lang/build) | `2.4.9` | `2.4.11` |
| [cloud_functions](https://github.com/firebase/flutterfire/tree/master/packages/cloud_functions) | `4.7.2` | `4.7.6` |
| [dependency_validator](https://github.com/Workiva/dependency_validator) | `3.2.3` | `4.1.0` |
| [firebase_auth](https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth) | `4.19.2` | `4.20.0` |
| [flutter_lints](https://github.com/flutter/packages/tree/main/packages) | `3.0.2` | `4.0.0` |
| [json_annotation](https://github.com/google/json_serializable.dart) | `4.8.1` | `4.9.0` |
| [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher) | `6.2.6` | `6.3.0` |



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

Updates `cloud_functions` from 4.7.2 to 4.7.6
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/flutterfire/commits/cloud_functions-v4.7.6/packages/cloud_functions)

Updates `dependency_validator` from 3.2.3 to 4.1.0
- [Release notes](https://github.com/Workiva/dependency_validator/releases)
- [Changelog](https://github.com/Workiva/dependency_validator/blob/master/CHANGELOG.md)
- [Commits](Workiva/dependency_validator@3.2.3...4.1.0)

Updates `firebase_auth` from 4.19.2 to 4.20.0
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_auth-v4.20.0/packages/firebase_auth)

Updates `firebase_core` from 2.30.0 to 2.32.0
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_core-v2.32.0/packages/firebase_core)

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 `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 `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 `url_launcher` from 6.2.6 to 6.3.0
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/url_launcher-v6.3.0/packages/url_launcher)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: cloud_functions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: dependency_validator
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: firebase_auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: firebase_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: flutter_lints
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: json_annotation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: url_launcher
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants