From 98faf92b0c27a37ee491b45fcbf5007a4b80a63c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 06:55:24 +0000 Subject: [PATCH 1/5] Bump ffigen from 14.0.1 to 15.0.0 in /experimental/pedometer (#2477) Bumps [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) from 14.0.1 to 15.0.0.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ffigen&package-manager=pub&previous-version=14.0.1&new-version=15.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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)
--- experimental/pedometer/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/pedometer/pubspec.yaml b/experimental/pedometer/pubspec.yaml index 9af6d1b85..bc1455ecd 100644 --- a/experimental/pedometer/pubspec.yaml +++ b/experimental/pedometer/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: ffi: ^2.1.2 dev_dependencies: - ffigen: ^14.0.0 + ffigen: ^15.0.0 jnigen: ^0.12.1 flutter_test: sdk: flutter From 9d334c0e4857a4dd7dd6155ec70354fc0a91e72b Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Thu, 24 Oct 2024 07:50:52 +0200 Subject: [PATCH 2/5] Update veggie seasons README.md (#2479) --- veggieseasons/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/veggieseasons/README.md b/veggieseasons/README.md index 8f0273e91..bf21b0799 100644 --- a/veggieseasons/README.md +++ b/veggieseasons/README.md @@ -1,10 +1,8 @@ # Veggie Seasons -An iOS app that shows which fruits and vegetables are currently in season. It +An iOS sample app that shows which fruits and vegetables are currently in season. It showcases Flutter's Cupertino package. -[Available now in the App Store!](https://itunes.apple.com/is/app/veggie-seasons/id1450855435) - **NOTE:** While Flutter supports many platforms, this application is designed specifically for iOS. It's not intended to be run on Android, web, or desktop. From 93eb030f3ccc349046eca8e8b1d7342c88911cbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:43:34 +1100 Subject: [PATCH 3/5] Bump actions/checkout from 4.2.1 to 4.2.2 (#2480) --- .github/workflows/beta.yml | 6 +++--- .github/workflows/gh-pages.yml | 2 +- .github/workflows/main.yml | 8 ++++---- .github/workflows/verify-web-demos.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 56916113a..1eaedc6e6 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -26,7 +26,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 with: distribution: 'zulu' @@ -42,7 +42,7 @@ jobs: # runs-on: ubuntu-latest # if: github.repository == 'flutter/samples' # steps: - # - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + # - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # with: # distribution: 'zulu' @@ -58,7 +58,7 @@ jobs: runs-on: macos-latest if: github.repository == 'flutter/samples' steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 with: distribution: 'zulu' diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5682a6487..eaa28cec1 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: submodules: true fetch-depth: 0 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 648ad8863..7e8c8b5b3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: flutter_version: [stable, beta, master] os: [ubuntu-latest, macos-latest, windows-latest] steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 with: distribution: 'zulu' @@ -41,7 +41,7 @@ jobs: name: web/samples_index config check runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 - run: | dart pub get @@ -52,7 +52,7 @@ jobs: # runs-on: ubuntu-latest # if: github.repository == 'flutter/samples' # steps: - # - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + # - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # with: # distribution: 'zulu' @@ -66,7 +66,7 @@ jobs: runs-on: macos-latest if: github.repository == 'flutter/samples' steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 with: distribution: 'zulu' diff --git a/.github/workflows/verify-web-demos.yml b/.github/workflows/verify-web-demos.yml index 3c50495b3..3d579e468 100644 --- a/.github/workflows/verify-web-demos.yml +++ b/.github/workflows/verify-web-demos.yml @@ -21,7 +21,7 @@ jobs: # - beta steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: submodules: true fetch-depth: 0 From 7060cfea08d866f4dc11a76fb84fdccff64cafc0 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Fri, 25 Oct 2024 13:39:15 +1100 Subject: [PATCH 4/5] Elide `ios_app_clip` from beta CI (#2481) ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I read the [Contributors Guide]. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-devrel channel on [Discord]. [Flutter Style Guide]: https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md --- tool/flutter_ci_script_beta.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tool/flutter_ci_script_beta.sh b/tool/flutter_ci_script_beta.sh index 7c3b33d8a..c314cdd88 100755 --- a/tool/flutter_ci_script_beta.sh +++ b/tool/flutter_ci_script_beta.sh @@ -49,7 +49,8 @@ declare -ar PROJECT_NAMES=( "gemini_tasks" "google_maps" "infinite_list" - "ios_app_clip" + # TODO(domesticmouse): The import of 'package:flutter/material.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/cupertino.dart'. + # "ios_app_clip" "isolate_example" # TODO(ewindmill): Color.red is deprecated and should be Color.r (same for green and blue) # "material_3_demo" From 9a01200cf85b77e78f0d098dd5157e10f8a03247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 06:46:02 +0000 Subject: [PATCH 5/5] Bump actions/setup-java from 4.4.0 to 4.5.0 (#2482) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.4.0 to 4.5.0.
Release notes

Sourced from actions/setup-java's releases.

v4.5.0

What's Changed

Bug fixes:

New Contributors:

Full Changelog: https://github.com/actions/setup-java/compare/v4...v4.5.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-java&package-manager=github_actions&previous-version=4.4.0&new-version=4.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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)
--- .github/workflows/beta.yml | 6 +++--- .github/workflows/main.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 1eaedc6e6..b42e880fd 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -27,7 +27,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 + - uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b with: distribution: 'zulu' java-version: '17' @@ -43,7 +43,7 @@ jobs: # if: github.repository == 'flutter/samples' # steps: # - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - # - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 + # - uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # with: # distribution: 'zulu' # java-version: '17' @@ -59,7 +59,7 @@ jobs: if: github.repository == 'flutter/samples' steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 + - uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b with: distribution: 'zulu' java-version: '17' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e8c8b5b3..f87b47949 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 + - uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b with: distribution: 'zulu' java-version: '17' @@ -53,7 +53,7 @@ jobs: # if: github.repository == 'flutter/samples' # steps: # - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - # - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 + # - uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # with: # distribution: 'zulu' # java-version: '17' @@ -67,7 +67,7 @@ jobs: if: github.repository == 'flutter/samples' steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 + - uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b with: distribution: 'zulu' java-version: '17'