Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pyright from 1.1.376 to 1.1.377 in /.github (#429)
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.376 to 1.1.377. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/pyright/releases">pyright's releases</a>.</em></p> <blockquote> <h2>Published 1.1.377</h2> <p>Bug Fixes:</p> <ul> <li>Fixed bug that results in a crash under certain circumstances when a ParamSpec without a scope is used illegally to specialize a class.</li> <li>Fixed a bug that results in a false positive error when assigning a <code>TypeGuard[T]</code> or <code>TypeIs[T]</code> to a supertype of <code>bool</code> (like <code>int</code>).</li> <li>Fixed a bug that leads to a crash when <code>--pythonversion</code> and <code>--threads</code> CLI options are used together.</li> <li>Fixed a bug that leads to incorrect type evaluation in certain specific conditions involving a function decorator with an return type inferred from an inner function parameterized by a ParamSpec.</li> <li>Fixed bug that results in a false positive error under very specific conditions involving a recursive type alias that is defined in terms of another type alias.</li> </ul> <p>Enhancements:</p> <ul> <li>Changed type checking logic to retain a reference to default expressions in function signatures, including synthesized signatures (such as <code>__init__</code> methods in dataclasses). This allows the original default value expression to be printed in error messages and language server strings.</li> <li>Updated typeshed stubs to the latest version.</li> <li>Added unreachable code reporting for case statements that are never matched based on type analysis.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/pyright/commit/2876baefd807c06c9bfec4e2660d0f1aedfd2c4b"><code>2876bae</code></a> Published 1.1.377</li> <li>See full diff in <a href="https://github.com/Microsoft/pyright/commits/1.1.377/packages/pyright">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyright&package-manager=npm_and_yarn&previous-version=1.1.376&new-version=1.1.377)](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>
- Loading branch information