Skip to content

web: bump pyright from 1.1.310 to 1.1.311 in /web#5817

Merged
BeryJu merged 1 commit intomainfrom
dependabot/npm_and_yarn/web/pyright-1.1.311
May 31, 2023
Merged

web: bump pyright from 1.1.310 to 1.1.311 in /web#5817
BeryJu merged 1 commit intomainfrom
dependabot/npm_and_yarn/web/pyright-1.1.311

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2023

Bumps pyright from 1.1.310 to 1.1.311.

Release notes

Sourced from pyright's releases.

Published 1.1.311

Bug Fix: Fixed regression in f-string tokenization that led to a false positive error when an escape character (backslash) is used with a carriage return or line feed within the non-expression part of an f-string.

Bug Fix: Fixed a bug that resulted in a crash in certain cases within the argument/parameter matching logic.

Bug Fix: Fixed recent regression that led to a false negative when using functools.partial with bidirectional type inference.

Bug Fix: Fixed a bug that led to (temporary) sporadic reportUnnecessaryTypeIgnoreComment errors.

Bug Fix: Fixed a recent regression that affected a function that returned a generic Callable that used type[T] rather than T in the type annotation.

Bug Fix: Fixed a recent regression that resulted in the incorrect evaluation of the value field for an Enum.

Bug Fix: Fixed a bug that led to an unsolved type variable within a union producing an Unknown type in some cases. This triggers false positive errors in strict mode.

Bug Fix: Fixed a bug that allowed unsolved type parameters to "leak" from a __new__ call in some cases.

Bug Fix: Fixed a bug that led to a false positive when a function-scoped ParamSpec was used within a constructor, and a lambda with no parameters is passed to the constructor as an argument.

Bug Fix: Fixed a bug that led to false positive errors for a constructor call used in conjunction with bidirectional type inference for a generic class that includes both a __new__ and an __init__ method.

Bug Fix: Fixed a bug that led to incorrect handling of # type: ignore comments if a file is type checked but then pyright runs low on memory and is forced to dispose of cached parse information. We now precompute the accumulated diagnostics while the cached parse information is available.

Bug Fix: Fixed a bug that led to a crash when running pyright --verifytypes numpy. A pathological case in the numpy code was causing an exponential explosion in the number of type variable signature contexts.

Commits

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 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 [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.310 to 1.1.311.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.311/packages/pyright)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 31, 2023 04:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels May 31, 2023
@codecov
Copy link

codecov bot commented May 31, 2023

Codecov Report

Patch coverage has no change and project coverage change: -1.50 ⚠️

Comparison is base (aa2f0c0) 92.59% compared to head (5f258dd) 91.09%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5817      +/-   ##
==========================================
- Coverage   92.59%   91.09%   -1.50%     
==========================================
  Files         549      549              
  Lines       26305    26305              
==========================================
- Hits        24355    23959     -396     
- Misses       1950     2346     +396     
Flag Coverage Δ
e2e 51.83% <ø> (-0.01%) ⬇️
integration ?
unit 89.47% <ø> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 21 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@BeryJu BeryJu merged commit 0d30f61 into main May 31, 2023
@BeryJu BeryJu deleted the dependabot/npm_and_yarn/web/pyright-1.1.311 branch May 31, 2023 10:21
kensternberg-authentik added a commit that referenced this pull request May 31, 2023
* main:
  ci: build outpost binaries statically linked (#5823)
  blueprints: fix API validation with OCI blueprint path (#5822)
  ci: replace github bot account with github app (#5819)
  providers/ldap: fix LDAP Outpost application selection (#5812)
  website: handle go-get requests statically (#5821)
  web: bump @rollup/plugin-node-resolve from 15.0.2 to 15.1.0 in /web (#5816)
  core: bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#5818)
  web: bump pyright from 1.1.310 to 1.1.311 in /web (#5817)
  website: switch to selfhosted plausible
kensternberg-authentik added a commit that referenced this pull request Jun 5, 2023
* main:
  ci: build outpost binaries statically linked (#5823)
  blueprints: fix API validation with OCI blueprint path (#5822)
  ci: replace github bot account with github app (#5819)
  providers/ldap: fix LDAP Outpost application selection (#5812)
  website: handle go-get requests statically (#5821)
  web: bump @rollup/plugin-node-resolve from 15.0.2 to 15.1.0 in /web (#5816)
  core: bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#5818)
  web: bump pyright from 1.1.310 to 1.1.311 in /web (#5817)
  website: switch to selfhosted plausible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant