Bump ts-interface-checker from 0.1.13 to 1.0.2 #4

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/ts-interface-checker-1.0.2 into main 2024-12-05 22:33:19 +00:00
dependabot[bot] commented 2024-12-05 22:25:13 +00:00 (Migrated from github.com)

Bumps ts-interface-checker from 0.1.13 to 1.0.2.

Changelog

Sourced from ts-interface-checker's changelog.

v1.0.1 (2021-10-11)

  • Add support for rest types in tuples, and for the type unknown.

v1.0.0 (2021-04-14)

  • Support reporting of multiple nested errors.
  • Changes Checker.validate() to return an array of errors.

v0.2.1 (2021-02-25)

  • Fix reporting of extraneous properties with unions and intersections.

v0.2.0 (2021-02-21)

  • Adds support for index signatures.
  • Avoids infinite recursion when creating checkers for recursive types.
  • Fixes strict checks when inheritance is involved.
Commits
  • 2906c95 1.0.2
  • f95657b 1.0.1
  • 6ec5a18 Merge pull request #58 from gristlabs/rest
  • 31dd301 Support rest types in tuples
  • 1b0a8e4 Merge pull request #57 from alexmojaki/unknown
  • 4aa337f Support unknown type, just like any
  • a9d8980 Merge pull request #56 from darkalor/array_type_in_error_messages
  • cb45114 add assert for unnamed array and move instanceof check to function
  • f78e077 Add name to arrays for more explicit error messages
  • ac67d73 Bump y18n from 4.0.0 to 4.0.3
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 <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)
Bumps [ts-interface-checker](https://github.com/gristlabs/ts-interface-checker) from 0.1.13 to 1.0.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gristlabs/ts-interface-checker/blob/master/CHANGELOG.md">ts-interface-checker's changelog</a>.</em></p> <blockquote> <h2>v1.0.1 (2021-10-11)</h2> <ul> <li>Add support for rest types in tuples, and for the type <code>unknown</code>.</li> </ul> <h2>v1.0.0 (2021-04-14)</h2> <ul> <li>Support reporting of multiple nested errors.</li> <li>Changes Checker.validate() to return an array of errors.</li> </ul> <h2>v0.2.1 (2021-02-25)</h2> <ul> <li>Fix reporting of extraneous properties with unions and intersections.</li> </ul> <h2>v0.2.0 (2021-02-21)</h2> <ul> <li>Adds support for index signatures.</li> <li>Avoids infinite recursion when creating checkers for recursive types.</li> <li>Fixes strict checks when inheritance is involved.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gristlabs/ts-interface-checker/commit/2906c9540c8e63627e93cfa550ea59dfb4d0bf77"><code>2906c95</code></a> 1.0.2</li> <li><a href="https://github.com/gristlabs/ts-interface-checker/commit/f95657bba9fda33500b9c031edc78418530175f6"><code>f95657b</code></a> 1.0.1</li> <li><a href="https://github.com/gristlabs/ts-interface-checker/commit/6ec5a18b5ddb7db05df27c446a560d231afff733"><code>6ec5a18</code></a> Merge pull request <a href="https://redirect.github.com/gristlabs/ts-interface-checker/issues/58">#58</a> from gristlabs/rest</li> <li><a href="https://github.com/gristlabs/ts-interface-checker/commit/31dd30100d69895510d9c174ce756d1063b955ae"><code>31dd301</code></a> Support rest types in tuples</li> <li><a href="https://github.com/gristlabs/ts-interface-checker/commit/1b0a8e493ec79ca9193df4fd08a4bc73f4dba666"><code>1b0a8e4</code></a> Merge pull request <a href="https://redirect.github.com/gristlabs/ts-interface-checker/issues/57">#57</a> from alexmojaki/unknown</li> <li><a href="https://github.com/gristlabs/ts-interface-checker/commit/4aa337f3fc3332e7d082b84b2fb7e27aa11365d2"><code>4aa337f</code></a> Support unknown type, just like any</li> <li><a href="https://github.com/gristlabs/ts-interface-checker/commit/a9d89804291366655d64760336ffba7fd43941dc"><code>a9d8980</code></a> Merge pull request <a href="https://redirect.github.com/gristlabs/ts-interface-checker/issues/56">#56</a> from darkalor/array_type_in_error_messages</li> <li><a href="https://github.com/gristlabs/ts-interface-checker/commit/cb45114255ab40143551beca13142afddb4652a0"><code>cb45114</code></a> add assert for unnamed array and move instanceof check to function</li> <li><a href="https://github.com/gristlabs/ts-interface-checker/commit/f78e077a3afedca9c4f05a97feebcacf71bc5a50"><code>f78e077</code></a> Add name to arrays for more explicit error messages</li> <li><a href="https://github.com/gristlabs/ts-interface-checker/commit/ac67d732e8056ad15aa97229e15018c01ab9cc8e"><code>ac67d73</code></a> Bump y18n from 4.0.0 to 4.0.3</li> <li>Additional commits viewable in <a href="https://github.com/gristlabs/ts-interface-checker/compare/v0.1.13...v1.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ts-interface-checker&package-manager=npm_and_yarn&previous-version=0.1.13&new-version=1.0.2)](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`. [//]: # (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>
Sign in to join this conversation.
No description provided.