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 10 updates #24

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

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

Package From To
build_runner 2.4.9 2.4.13
cloud_functions 4.7.2 4.7.6
dependency_validator 3.2.3 4.1.1
firebase_auth 4.19.2 4.20.0
flutter_lints 3.0.2 5.0.0
freezed_annotation 2.4.1 2.4.4
json_annotation 4.8.1 4.9.0
url_launcher 6.2.6 6.3.1

Updates build_runner from 2.4.9 to 2.4.13

Release notes

Sourced from build_runner's releases.

package:build_runner v2.4.13

  • Bump the min sdk to 3.5.0.
  • Bump the mime dependency to allow version 2.x.

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
  • 144c598 Bump the package:mime dep to 2.0.0 (#3758)
  • bac3844 release build_web_compilers 4.1.0-beta.1 (#3756)
  • 564250e Fix relative imports in wasm loader (#3752)
  • 16da6fb fix _gitIsClean check (#3755)
  • 9bf9ec6 Remove unneeded default cases in switch, move to switch expressions (#3753)
  • 81c309b Prepare beta release for build_web_compilers (#3749)
  • 1b95352 Fix build web compilers wasm issue (#3748)
  • 49d83f4 Compile with dart2js and dart2wasm (#3737)
  • 1b33ba9 Support compiling to wasm in build_web_compilers (#3727)
  • 59a8aa6 Account for the snapshot of dartdevc in the Dart SDK changing from a JIT snap...
  • Additional commits viewable in compare view

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-05-28

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

... (truncated)

Commits

Updates dependency_validator from 3.2.3 to 4.1.1

Release notes

Sourced from dependency_validator's releases.

4.1.1

Info

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

Miscellaneous

  • #124 FEA-3927: Updated changelog for v4.1.0

    • FEA-3927 Updated changelog for v4.1.0
  • #126 fedx_codeowners_file

  • #127 FEDX-1587: implemented gha-dart-oss

    • FEDX-1587 implemented gha-dart-oss
  • #128 FEDX-1589: Include file path on parse error

    • FEDX-1589 Include file path on parse error
  • #129 RM-263537 Release dependency_validator 4.1.1

    • RM-263537 RELEASE dependency_validator 4.1.1
  • #130 Bump Workiva/gha-dart-oss from 0.1.5 to 0.1.6 in the gha group

Notes created on Tuesday, September 24 04:07 PM UTC

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

... (truncated)

Changelog

Sourced from dependency_validator's changelog.

4.1.1

  • Update the output of parse failures to include the path to the file which failed to parse

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.

... (truncated)

Commits
  • 6c41e74 Merge pull request #129 from Workiva/release_dependency_validator_4.1.1
  • 0702177 Merge pull request #130 from Workiva/dependabot/github_actions/gha-410c484db0
  • dc7882e Bump Workiva/gha-dart-oss from 0.1.5 to 0.1.6 in the gha group
  • 34c07f6 updated changelog
  • 15a294c test new checks action version
  • 5cdf62d dependency_validator_4.1.1
  • fc6d632 Merge pull request #128 from Workiva/catch_parse_error
  • f392e8c fmt and improved output
  • 83d0535 catch parse error
  • c30d2f3 Merge pull request #127 from Workiva/implemented_gha-dart-oss
  • 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 5.0.0

Commits
  • f38b780 [package:flutter_lints] update the dep on package:lints to 5.0.0 and the sd...
  • 7da2374 Update test to not depend on Color.toString() (#7701)
  • 54dd888 [flutter_lints] remove prefer_const_constructors, prefer_const_declarations, ...
  • 47795ab [go_router] Fixed TabView swiping in custom stateful shell route example (#7...
  • 4926c0f [quick_actions] Add guidance for correcting task management/back press behavi...
  • 21d99dc [various] Adds macOS privacy manifests (#7687)
  • 24594a0 [google_maps_flutter_android] Convert PlatformPolyline.pattern to Pigeon (#...
  • f54fe93 [pigeon] Validates support for nested collections with generic types. (#7614)
  • e9253e6 [interactive_media_ads] Adds internal wrapper for Android native `AdsRenderin...
  • fef7ffb [interactive_media_ads]: Bump com.google.ads.interactivemedia.v3:interactivem...
  • Additional commits viewable in compare view

Updates freezed_annotation from 2.4.1 to 2.4.4

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 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.1

Commits
  • 0097256 [url_launcher] Remove incorrect SMS instructions (#7807)
  • 4afc383 [various] Update Java compatibility version to 11 (#7795)
  • 6dd7f6b [url_launcher] Update Android Pigeon (#7744)
  • 68ccd8c [various] Unpin some dev dependencies (#7762)
  • 21d99dc [various] Adds macOS privacy manifests (#7687)
  • 08614a7 [many] Update example android apps to target SDK level 34. (#7587)
  • de42d8e [many] Upgrade example apps to AGP 8.5.2 (if they were below 8.1.0) (#7521)
  • 6c12c88 [url_launcher] Ignore new unreachable_switch_default warning. (#7487)
  • c5d03ee [many] Remove dependency on kotlin-bom (#7088)
  • 2703d10 Remove unnecessary breaks in default clauses of switch statements (#7462)
  • 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 added the dependencies Pull requests that update a dependency file label Nov 4, 2024
@twogood
Copy link
Member

twogood commented Nov 4, 2024

@dependabot rebase

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

| Package | From | To |
| --- | --- | --- |
| [build_runner](https://github.com/dart-lang/build) | `2.4.9` | `2.4.13` |
| [cloud_functions](https://github.com/firebase/flutterfire/tree/main/packages/cloud_functions) | `4.7.2` | `4.7.6` |
| [dependency_validator](https://github.com/Workiva/dependency_validator) | `3.2.3` | `4.1.1` |
| [firebase_auth](https://github.com/firebase/flutterfire/tree/main/packages/firebase_auth) | `4.19.2` | `4.20.0` |
| [flutter_lints](https://github.com/flutter/packages/tree/main/packages) | `3.0.2` | `5.0.0` |
| [freezed_annotation](https://github.com/rrousselGit/freezed) | `2.4.1` | `2.4.4` |
| [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.1` |



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

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/cloud_functions-v4.7.6/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.1
- [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.1)

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/firebase_auth-v4.20.0/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/firebase_core-v2.32.0/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 5.0.0
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v5.0.0/packages)

Updates `freezed_annotation` from 2.4.1 to 2.4.4
- [Commits](rrousselGit/freezed@freezed_annotation-v2.4.1...freezed_annotation-v2.4.4)

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.1
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/url_launcher-v6.3.1/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: freezed_annotation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pub/all-1d9f54a41b branch from 654c0c1 to f729452 Compare November 4, 2024 19:58
@twogood twogood merged commit 23ba81e into main Nov 4, 2024
1 check passed
@twogood twogood deleted the dependabot/pub/all-1d9f54a41b branch November 4, 2024 20:03
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
Development

Successfully merging this pull request may close these issues.

1 participant