fluttercommunity / plus_plugins

Flutter Community Plus Plugins
BSD 3-Clause "New" or "Revised" License
1.62k stars 983 forks source link

chore(deps): bump futureware-tech/simulator-action from 3 to 4 #3337

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps futureware-tech/simulator-action from 3 to 4.

Changelog

Sourced from futureware-tech/simulator-action's changelog.

v4

  • Add a wait_for_boot option (default false, preserving current behavior) to wait for Simulator to finish booting the requested image before continuing.
Commits
  • dab10d8 Merge pull request #457 from futureware-tech/wait-for-boot
  • 8b41139 Merge pull request #458 from futureware-tech/macos-12
  • 78d572b Remove macos-12 build (phased out)
  • ae6be6a Release v4
  • fc6e8be Add wait_for_boot option
  • 9f1c121 Merge pull request #453 from futureware-tech/dependabot/npm_and_yarn/prettier...
  • d929065 Merge pull request #452 from futureware-tech/dependabot/npm_and_yarn/eslint-p...
  • 209f401 Merge pull request #456 from futureware-tech/dependabot/npm_and_yarn/types/no...
  • 196a833 Bump @​types/node from 20.8.7 to 22.7.9
  • a6f0fec Bump prettier from 3.0.3 to 3.3.3
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)
miquelbeltran commented 3 weeks ago

New on v4:

Add a wait_for_boot option (default false, preserving current behavior) to wait for Simulator to finish booting the requested image before continuing.

Maybe we should enable this before merging

miquelbeltran commented 3 weeks ago

Nevermind, this is iphone simulator, not Android emulator. No need to change it.