Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): bump ospec and @types/ospec (#307)
Bumps [ospec](https://github.com/MithrilJS/ospec) and [@types/ospec](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ospec). These dependencies needed to be updated together. Updates `ospec` from 4.1.7 to 4.2.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/MithrilJS/ospec/blob/main/changelog.md">ospec's changelog</a>.</em></p> <blockquote> <h3>4.2.1</h3> <p><em>2024-09-02</em></p> <ul> <li>Update <code>glob</code> dependency to v9.</li> </ul> <h3>4.2.0</h3> <p><em>2023-03-10</em></p> <ul> <li>new API that timetout and race-condition proof. Assertions and spies that run after a test is done are registered as failures. This is opt-in for now, it will become the default in v5 (the old API will become opt-in at that point to ease the transition).</li> </ul> <h4>Bug fix</h4> <ul> <li>Escape percent signs in the report in Node.js, fix <a href="https://redirect.github.com/MithrilJS/ospec/issue/57">#57</a>. Thanks to <a href="https://github.com/LeXofLeviafan"><code>@LeXofLeviafan</code></a> for the report.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MithrilJS/ospec/commit/eaedcd184a72f4a350b7452bcf52983ceca3ecb6"><code>eaedcd1</code></a> v4.2.1</li> <li><a href="https://github.com/MithrilJS/ospec/commit/88cf1eeb731a136f8170aba646e5d70a706f0a96"><code>88cf1ee</code></a> Prepare for v4.2.1</li> <li><a href="https://github.com/MithrilJS/ospec/commit/6eb7331828ca1c85df8127f95632efa10f0a7f31"><code>6eb7331</code></a> Update Node versions</li> <li><a href="https://github.com/MithrilJS/ospec/commit/8c01b944a9563598742d1d0f964aa4c86fe7527c"><code>8c01b94</code></a> npm audit fix</li> <li><a href="https://github.com/MithrilJS/ospec/commit/24668ff50ec3a1dff8644ee0f0895c29afa2b501"><code>24668ff</code></a> Fix a handful of typos in README.md</li> <li><a href="https://github.com/MithrilJS/ospec/commit/1be245842154d2abbe181b31c63ab69530e7c664"><code>1be2458</code></a> Simplify CI workflow, strip vestiges of Travis</li> <li><a href="https://github.com/MithrilJS/ospec/commit/31d105bb2263e3e7a959886a6d534ee96c74d4bd"><code>31d105b</code></a> Update CODEOWNERS</li> <li><a href="https://github.com/MithrilJS/ospec/commit/8d015e2c200cc285f72c95b90d5f91a076d7de46"><code>8d015e2</code></a> Update README.md with missing .calls array</li> <li><a href="https://github.com/MithrilJS/ospec/commit/dbce1afbb0ad0b18a3f07a9e06a3856bff2cc90c"><code>dbce1af</code></a> update glob to v9</li> <li><a href="https://github.com/MithrilJS/ospec/commit/610b2c3d21c365ee29947f8a727f6740dd04a967"><code>610b2c3</code></a> typo</li> <li>Additional commits viewable in <a href="https://github.com/MithrilJS/ospec/compare/v4.1.7...v4.2.1">compare view</a></li> </ul> </details> <br /> Updates `@types/ospec` from 4.0.5 to 4.2.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ospec">compare view</a></li> </ul> </details> <br /> 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`. [//]: # (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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information