Skip to content

Commit

Permalink
Bump futureware-tech/simulator-action from 2 to 3 (#1037)
Browse files Browse the repository at this point in the history
Bumps [futureware-tech/simulator-action](https://github.com/futureware-tech/simulator-action) from 2 to 3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/futureware-tech/simulator-action/blob/main/CHANGELOG.md">futureware-tech/simulator-action's changelog</a>.</em></p>
<blockquote>
<h2>v3</h2>
<ul>
<li>Breaking: change the default simulator from &quot;model = iPhone 8&quot; to &quot;os = iOS&quot;,
to avoid re-releasing the action each time the current model gets outdated.</li>
<li>Bump NodeJS to 20.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/futureware-tech/simulator-action/commit/bfa03d93ec9de6dacb0c5553bbf8da8afc6c2ee9"><code>bfa03d9</code></a> Merge pull request <a href="https://redirect.github.com/futureware-tech/simulator-action/issues/397">#397</a> from futureware-tech/macos-13</li>
<li><a href="https://github.com/futureware-tech/simulator-action/commit/8c4d418bd3c1a28a88b3b09320e5354c2993b59e"><code>8c4d418</code></a> Release v3</li>
<li><a href="https://github.com/futureware-tech/simulator-action/commit/b767cf0d8fb4b451a067a9ba388f18b7102fa306"><code>b767cf0</code></a> Default to os=iOS instead of model=iPhone8</li>
<li><a href="https://github.com/futureware-tech/simulator-action/commit/01ee1d9c13377aafc76c85bfcabfe3be3441ac74"><code>01ee1d9</code></a> npm update</li>
<li><a href="https://github.com/futureware-tech/simulator-action/commit/e6e56fcb387146a083809e66cf513c09216d02d6"><code>e6e56fc</code></a> Lossy dependency version spec in package.json</li>
<li><a href="https://github.com/futureware-tech/simulator-action/commit/5579cd84cc0df51771bc3c02f79a8428dbe5dc57"><code>5579cd8</code></a> Bump NodeJS (16 -&gt; 20) and npm update</li>
<li><a href="https://github.com/futureware-tech/simulator-action/commit/736249ceb5ed7916224ed6b6d3c3582fd8049deb"><code>736249c</code></a> Merge pull request <a href="https://redirect.github.com/futureware-tech/simulator-action/issues/345">#345</a> from futureware-tech/dependabot/npm_and_yarn/typescri...</li>
<li><a href="https://github.com/futureware-tech/simulator-action/commit/737bb51fd025f79421f5be41945737928517462d"><code>737bb51</code></a> Bump <code>@�typescript-eslint/parser</code> from 5.59.1 to 5.59.5</li>
<li><a href="https://github.com/futureware-tech/simulator-action/commit/0122b9b684d4dde4f680a2e19251fbed678e685c"><code>0122b9b</code></a> Merge pull request <a href="https://redirect.github.com/futureware-tech/simulator-action/issues/343">#343</a> from futureware-tech/dependabot/npm_and_yarn/eslint-8...</li>
<li><a href="https://github.com/futureware-tech/simulator-action/commit/c6607ed3ef271d50b60c042e56637a7cee9f8ec7"><code>c6607ed</code></a> Merge pull request <a href="https://redirect.github.com/futureware-tech/simulator-action/issues/346">#346</a> from futureware-tech/dependabot/npm_and_yarn/types/se...</li>
<li>Additional commits viewable in <a href="https://github.com/futureware-tech/simulator-action/compare/v2...v3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=futureware-tech/simulator-action&package-manager=github_actions&previous-version=2&new-version=3)](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`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 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)

</details>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent d7c36ae commit b9389fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cupertino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
working-directory: pkgs/cupertino_http/example
steps:
- uses: actions/checkout@v4
- uses: futureware-tech/simulator-action@v2
- uses: futureware-tech/simulator-action@v3
with:
model: 'iPhone 8'
- uses: subosito/flutter-action@v2
Expand Down

0 comments on commit b9389fe

Please sign in to comment.