Skip to content

Commit

Permalink
Update dependency expect-type to v0.16.0 (#176)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [expect-type](https://togithub.com/mmkal/expect-type) | [`0.14.2` -> `0.16.0`](https://renovatebot.com/diffs/npm/expect-type/0.14.2/0.16.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/expect-type/0.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/expect-type/0.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/expect-type/0.14.2/0.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/expect-type/0.14.2/0.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>mmkal/expect-type (expect-type)</summary>

### [`v0.16.0`](https://togithub.com/mmkal/expect-type/releases/tag/v0.16.0)

[Compare Source](https://togithub.com/mmkal/expect-type/compare/v0.15.0...v0.16.0)

#### What's Changed

-   support functions with `this` parameters by [@&#8203;mmkal](https://togithub.com/mmkal) and [@&#8203;papb](https://togithub.com/papb) in [mmkal/expect-type#15
-   Prevent the .not modifier from being chained by [@&#8203;trevorade](https://togithub.com/trevorade) in [mmkal/expect-type#20
-   Rewrite `Equal` to use the equality check from `ReadonlyEquivalent` exclusively by [@&#8203;trevorade](https://togithub.com/trevorade) in [mmkal/expect-type#21

Note that [#&#8203;21](https://togithub.com/mmkal/expect-type/issues/21) has affected behavior for intersection types, which can result in (arguably) false errors:

```ts
// @&#8203;ts-expect-error the following line doesn't compile, even though the types are arguably the same.
// See mmkal/expect-type#21
expectTypeOf<{a: 1} & {b: 2}>().toEqualTypeOf<{a: 1; b: 2}>()
```

**Full Changelog**: mmkal/expect-type@v0.15.0...v16.0.0

### [`v0.15.0`](https://togithub.com/mmkal/expect-type/releases/tag/v0.15.0)

[Compare Source](https://togithub.com/mmkal/expect-type/compare/v0.14.2...v0.15.0)

#### What's Changed

-   Update Extends to not distribute over union types by [@&#8203;trevorade](https://togithub.com/trevorade) in [mmkal/expect-type#12

#### New Contributors

-   [@&#8203;trevorade](https://togithub.com/trevorade) made their first contribution in [mmkal/expect-type#12

**Full Changelog**: mmkal/expect-type@v0.14.2...v0.15.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] committed Oct 2, 2023
1 parent 3ee9ef9 commit 3fadb02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -136,7 +136,7 @@
"eslint-plugin-react-hooks": "4.6.0",
"event-stream": "4.0.1",
"execa": "2.1.0",
"expect-type": "0.14.2",
"expect-type": "0.16.0",
"express": "4.17.0",
"faker": "5.5.3",
"faunadb": "2.6.1",
Expand Down
9 changes: 5 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3fadb02

Please sign in to comment.