Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2025

This PR contains the following updates:

Package Type Update Change
patrol (source) dev_dependencies major ^3.20.0 -> 4.1.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

leancodepl/patrol (patrol)

v4.1.0

Compare Source

  • Add PlatformAutomator to exports. (#​2833)

v4.0.1

Compare Source

v4.0.0

Compare Source

Patrol 4.0 is here!

Read the article announcing Patrol 4.0 here.

  • New API for native/platform interactions:

    • Introduce new way of communicating with platform (PlatformAutomator). (#​2789)
    • Deprecate NativeAutomator and NativeAutomator2. (#​2789)
  • Add support for running Patrol tests on Web:

    • Create WebAutomator that handles numerous interactions with native browser:
      • enableDarkMode, disableDarkMode,
      • tap,
      • enterText,
      • scrollTo,
      • grantPermissions, clearPermissions,
      • addCookie, getCookies, clearCookies,
      • pressKey, pressKeyCombo,
      • uploadFile, verifyFileDownloads,
      • goBack, goForward,
      • acceptNextDialog, dismissNextDialog,
      • resizeWindow,
      • setClipboard, getClipboard.
    • Introduce support for web-related flags:
      • --web-results-dir, --web-report-dir, --web-reporter,
      • --web-timeout, --web-global-timeout, --web-retries,
      • --web-workers, --web-shard,
      • --web-video, --web-headless,
      • --web-locale, --web-timezone, --web-color-scheme,
      • --web-geolocation, --web-permissions,
      • --web-user-agent, --web-viewport.
  • Add support for configurable test directory via test_directory option in pubspec.yaml. (#​2728)

  • Introduces experimental --full-isolation flag that uninstall the app between each run on iOS Simulator. (#​2803)

  • Bump patrol_log to 0.6.0.

  • BREAKING CHANGE

    • Change default test directory from integration_test to patrol_test. (#​2728)

This version requires version 4.0.0 of patrol_cli package.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Dec 11, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: demo_app/pubspec.lock
Command failed: flutter pub upgrade patrol
Because demo_app depends on patrol 4.1.0 which depends on patrol_finders ^3.0.0, patrol_finders ^3.0.0 is required.
So, because demo_app depends on patrol_finders ^2.9.0, version solving failed.


You can try one of the following suggestions to make the pubspec resolve:
* Try upgrading your constraint on patrol_finders: flutter pub add dev:patrol_finders:^3.0.0
* Consider downgrading your constraint on patrol: flutter pub add dev:patrol:^3.20.0
Failed to update packages.

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