Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/packages
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b9ac917daeb0
Choose a base ref
...
head repository: flutter/packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b164be312ca2
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    4d0673c View commit details
    Browse the repository at this point in the history
  2. [google_identity_services_web] Set nonce properly in loadWebSdk(). (#…

    …8069)
    
    This PR adds logic to `google_identity_services_web/lib/src/js_loader.dart` to cause the `nonce` property to be property set when creating new script elements.
    stereotype441 authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4e1942e View commit details
    Browse the repository at this point in the history
  3. Ignore dependabot minor and patch updates of Kotlin mocking library (#…

    …8056)
    
    The dependabot version bumps are set up to ignore minor and patch "testing" dependencies bumps.  Add Kotlin mocking library [io.mockk:mockk:](https://mockk.io/) to that list.  Example where the patch was bumped #7866
    
    This isn't particularly a noisy dependency, but I noticed it when working on #8048.
    
    Also delete `/packages/image_picker/image_picker/android` since that path doesn't exist.
    jmagman authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    2475290 View commit details
    Browse the repository at this point in the history
  4. Remove packages/platform from dependabot config (#8099)

    Package was removed in #6898.
    
    However the path was still being passed to dependabot, which made it mad:
    ```
    ERROR <job_916983349> Error during file fetching; aborting: No files found in /packages/platform/example/android/app
    ```
    https://github.com/flutter/packages/actions/runs/11845225387/job/33010210199
    
    I don't understand why this only started failing on #8044 and not when the package was removed (since it moved that path from one place to another https://github.com/flutter/packages/pull/8036/files#diff-dd4fbda47e51f1e35defb9275a9cd9c212ecde0b870cba89ddaaae65c5f3cd28L571)
    jmagman authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b164be3 View commit details
    Browse the repository at this point in the history
Loading