Skip to content

Commit dc2afcb

Browse files
chore(deps): bump type-fest from 5.4.3 to 5.4.4 (#1428)
Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 5.4.3 to 5.4.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/type-fest/releases">type-fest's releases</a>.</em></p> <blockquote> <h2>v5.4.4</h2> <ul> <li><code>PackageJson</code>: Use <code>LiteralUnion</code> for <code>engines</code> field (<a href="https://redirect.github.com/sindresorhus/type-fest/issues/1354">#1354</a>) fc9e2bb</li> <li><code>IsUnion</code>: Fix behavior when the entire union extends all individual members (<a href="https://redirect.github.com/sindresorhus/type-fest/issues/1353">#1353</a>) b0321a5</li> <li><code>Paths</code>: Fix <code>leavesOnly</code> behavior with <code>never</code> leaves (<a href="https://redirect.github.com/sindresorhus/type-fest/issues/1350">#1350</a>) 2c34128</li> <li><code>Paths</code>: Fix behavior with <code>WeakMap</code>s / <code>WeakSet</code>s (<a href="https://redirect.github.com/sindresorhus/type-fest/issues/1348">#1348</a>) ac3b50e</li> <li><code>Paths</code>: Fix behavior with tuples containing optional elements with a rest element (<a href="https://redirect.github.com/sindresorhus/type-fest/issues/1346">#1346</a>) 7c82a21</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/type-fest/compare/v5.4.3...v5.4.4">https://github.com/sindresorhus/type-fest/compare/v5.4.3...v5.4.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/type-fest/commit/8e9af4cf8c7f0a583768e7dcd545ddc519e9ca98"><code>8e9af4c</code></a> 5.4.4</li> <li><a href="https://github.com/sindresorhus/type-fest/commit/fc9e2bb05193d8c33382ecad6ed15ad374926db3"><code>fc9e2bb</code></a> <code>PackageJson</code>: Use <code>LiteralUnion</code> for <code>engines</code> field (<a href="https://redirect.github.com/sindresorhus/type-fest/issues/1354">#1354</a>)</li> <li><a href="https://github.com/sindresorhus/type-fest/commit/6e08190ce22c3a4f617b2f41058d0a9a75ea1dbd"><code>6e08190</code></a> Make twoslash (<code>\\=&gt;</code>) type validation agnostic of union order (<a href="https://redirect.github.com/sindresorhus/type-fest/issues/1347">#1347</a>)</li> <li><a href="https://github.com/sindresorhus/type-fest/commit/b0321a5b213303e979e1ec98442779058ec109dd"><code>b0321a5</code></a> <code>IsUnion</code>: Fix behavior when the entire union extends all individual members ...</li> <li><a href="https://github.com/sindresorhus/type-fest/commit/2c34128d2cf6553976a0b08b180d6403ddba4abc"><code>2c34128</code></a> <code>Paths</code>: Fix <code>leavesOnly</code> behavior with <code>never</code> leaves (<a href="https://redirect.github.com/sindresorhus/type-fest/issues/1350">#1350</a>)</li> <li><a href="https://github.com/sindresorhus/type-fest/commit/ac3b50e536aa07f1eebf2c7dbf580863dbf33c7c"><code>ac3b50e</code></a> <code>Paths</code>: Fix behavior with <code>WeakMap</code>s / <code>WeakSet</code>s (<a href="https://redirect.github.com/sindresorhus/type-fest/issues/1348">#1348</a>)</li> <li><a href="https://github.com/sindresorhus/type-fest/commit/7c82a2191042e39841dc1b4a900328b03085b1f5"><code>7c82a21</code></a> <code>Paths</code>: Fix behavior with tuples containing optional elements with a rest el...</li> <li><a href="https://github.com/sindresorhus/type-fest/commit/f6cf95480392ea139a5472613d53d5ff6453e8e7"><code>f6cf954</code></a> fix: remove duplicate test case</li> <li>See full diff in <a href="https://github.com/sindresorhus/type-fest/compare/v5.4.3...v5.4.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=type-fest&package-manager=npm_and_yarn&previous-version=5.4.3&new-version=5.4.4)](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 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>
1 parent 88bc377 commit dc2afcb

File tree

2 files changed

+43
-13
lines changed

2 files changed

+43
-13
lines changed

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"radash": "^12.1.1",
45-
"type-fest": "^5.4.3"
45+
"type-fest": "^5.4.4"
4646
},
4747
"devDependencies": {
4848
"@opentelemetry/api": "^1.9.0",

pnpm-lock.yaml

Lines changed: 42 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)