Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump futureware-tech/simulator-action from 48e51da14445b3eedca643bba4…
…b78d9d8332ff31 to bde6805eedaeaba7775a9959970edc7d8bf10c4d (#1782) Bumps [futureware-tech/simulator-action](https://github.com/futureware-tech/simulator-action) from 48e51da14445b3eedca643bba4b78d9d8332ff31 to bde6805eedaeaba7775a9959970edc7d8bf10c4d. <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>v4</h2> <ul> <li>Add a <code>wait_for_boot</code> option (default false, preserving current behavior) to wait for Simulator to finish booting the requested image before continuing.</li> </ul> <h2>v3</h2> <ul> <li>Breaking: change the default simulator from "model = iPhone 8" to "os = iOS", to avoid re-releasing the action each time the current model gets outdated.</li> <li>Bump NodeJS to 20.</li> </ul> <h2>v2</h2> <ul> <li>Update a few packages for security reasons.</li> <li>Bump NodeJS to 16 (<a href="https://redirect.github.com/futureware-tech/simulator-action/issues/249">#249</a>).</li> </ul> <h2>v1</h2> <ul> <li>Initial release.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/futureware-tech/simulator-action/commit/bde6805eedaeaba7775a9959970edc7d8bf10c4d"><code>bde6805</code></a> Merge pull request <a href="https://redirect.github.com/futureware-tech/simulator-action/issues/459">#459</a> from futureware-tech/dependabot/npm_and_yarn/ts-jest-...</li> <li><a href="https://github.com/futureware-tech/simulator-action/commit/7d1f48403fd3c36397df139d1e446ec50c6b894f"><code>7d1f484</code></a> Merge pull request <a href="https://redirect.github.com/futureware-tech/simulator-action/issues/450">#450</a> from futureware-tech/dependabot/npm_and_yarn/braces-3...</li> <li><a href="https://github.com/futureware-tech/simulator-action/commit/d5ec856290c06a01b0ec0e4bf0addb8ea909d822"><code>d5ec856</code></a> Merge pull request <a href="https://redirect.github.com/futureware-tech/simulator-action/issues/451">#451</a> from futureware-tech/dependabot/npm_and_yarn/undici-5...</li> <li><a href="https://github.com/futureware-tech/simulator-action/commit/cf955781d4babed8f6918f6fc504bb00702b4aba"><code>cf95578</code></a> Bump ts-jest from 29.1.1 to 29.2.5</li> <li><a href="https://github.com/futureware-tech/simulator-action/commit/e8e07980d6b98c10792ce58c79c058ce8cfc8c61"><code>e8e0798</code></a> Merge pull request <a href="https://redirect.github.com/futureware-tech/simulator-action/issues/461">#461</a> from futureware-tech/dependabot/npm_and_yarn/typescri...</li> <li><a href="https://github.com/futureware-tech/simulator-action/commit/d3a39dd54283815816e725a6f088fac24e1748cc"><code>d3a39dd</code></a> Bump typescript from 5.2.2 to 5.6.3</li> <li><a href="https://github.com/futureware-tech/simulator-action/commit/dab10d813144ef59b48d401cd95da151222ef8cd"><code>dab10d8</code></a> Merge pull request <a href="https://redirect.github.com/futureware-tech/simulator-action/issues/457">#457</a> from futureware-tech/wait-for-boot</li> <li><a href="https://github.com/futureware-tech/simulator-action/commit/8b411394c04aa1f86e6274295d4629c18e45f8fc"><code>8b41139</code></a> Merge pull request <a href="https://redirect.github.com/futureware-tech/simulator-action/issues/458">#458</a> from futureware-tech/macos-12</li> <li><a href="https://github.com/futureware-tech/simulator-action/commit/78d572b1416b06657cc71d25c42476c4fe5140da"><code>78d572b</code></a> Remove macos-12 build (phased out)</li> <li><a href="https://github.com/futureware-tech/simulator-action/commit/ae6be6ac3b05c4c6210d3827789340f673a9ee49"><code>ae6be6a</code></a> Release v4</li> <li>Additional commits viewable in <a href="https://github.com/futureware-tech/simulator-action/compare/48e51da14445b3eedca643bba4b78d9d8332ff31...bde6805eedaeaba7775a9959970edc7d8bf10c4d">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nils Reichardt <[email protected]>
- Loading branch information