Skip to content

chore(deps): update dependency basedpyright to v1.39.6#69

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/basedpyright-1.x
Open

chore(deps): update dependency basedpyright to v1.39.6#69
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/basedpyright-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 26, 2026

This PR contains the following updates:

Package Change Age Confidence
basedpyright ==1.37.1==1.39.6 age confidence

Release Notes

detachhead/basedpyright (basedpyright)

v1.39.6: (pyright 1.1.410)

Compare Source

What's Changed

New Contributors

Full Changelog: DetachHead/basedpyright@v1.39.5...v1.39.6

v1.39.5: (pyright 1.1.409)

Compare Source

What's Changed

  • fix error attempting to baseline diagnostics from the new string.templatelib module when targeting python 3.14 by @​DetachHead in DetachHead#1801

Full Changelog: DetachHead/basedpyright@v1.39.4...v1.39.5

v1.39.4: (pyright 1.1.409)

Compare Source

What's Changed

New Contributors

Full Changelog: DetachHead/basedpyright@v1.39.3...v1.39.4

v1.39.3: (pyright 1.1.409)

Compare Source

What's Changed

  • fix docs site not being deployed, which was caused by some changes I made to improve the security of our CI by @​DetachHead in DetachHead#1782

Full Changelog: DetachHead/basedpyright@v1.39.2...v1.39.3

v1.39.2: (pyright 1.1.409)

Compare Source

What's Changed

  • fix basedpyright being broken in the playground caused by browser-basedpyright being published with nothing in it by @​DetachHead in DetachHead#1778

Full Changelog: DetachHead/basedpyright@v1.39.1...v1.39.2

v1.39.1: (pyright 1.1.409)

Compare Source

What's Changed

Full Changelog: DetachHead/basedpyright@v1.39.0...v1.39.1

v1.39.0: (pyright 1.1.408)

Compare Source

What's Changed

new diagnostic rule - reportEmptyAbstractUsage

pyright only reports an error when you instantiate an abstract class that has unimplemented abstract methods. but a class that explicitly extends ABC (or uses ABCMeta) with no abstract methods can also be instantiated, and pyright has no issue with that:

from abc import ABC

class Foo(ABC):
    """abstract class with no abstract methods"""

foo = Foo()  # no error

but the author of the class likely intended this class not to be used directly, and instead subtyped. so if a class extends ABC but defines no abstract methods, instantiating it is likely unintentional.

the reportEmptyAbstractUsage rule flags such instantiations. see the docs for more info.

implemented by @​KotlinIsland in DetachHead#1748 (some fixes by @​detachhead in DetachHead#1766)

Full Changelog: DetachHead/basedpyright@v1.38.4...v1.39.0

v1.38.4: (pyright 1.1.408)

Compare Source

What's Changed

Full Changelog: DetachHead/basedpyright@v1.38.3...v1.38.4

v1.38.3: (pyright 1.1.408)

Compare Source

What's Changed

  • fix ordering of code actions and don't show # pyright:ignore[reportImportCycles] code action because it doesn't work by @​NCBM in DetachHead#1753

Full Changelog: DetachHead/basedpyright@v1.38.2...v1.38.3

v1.38.2: (pyright 1.1.408)

Compare Source

What's Changed

Full Changelog: DetachHead/basedpyright@v1.38.1...v1.38.2

v1.38.1: (pyright 1.1.408)

Compare Source

What's Changed

New Contributors

Full Changelog: DetachHead/basedpyright@v1.38.0...v1.38.1

v1.38.0: (pyright 1.1.408)

Compare Source

What's Changed

  • show the default value from the implementation signature when displaying an overload signature (eg. hover and signature help) if its default value is an ellipsis by @​DetachHead in DetachHead#1717
  • fix: don't comment out return types in stub generation by @​veeceey in DetachHead#1724
  • add more quick fixes for specific error types by @​NCBM in DetachHead#1721
    • reportUnnecessaryCast
    • reportUnusedCallResult
    • reportSelfClsDefault
  • fix logged message for pyright executable fallback in vscode extension by @​veeceey in DetachHead#1723

New Contributors

Full Changelog: DetachHead/basedpyright@v1.37.4...v1.38.0

v1.37.4: (pyright 1.1.408)

Compare Source

What's Changed

New Contributors

Full Changelog: DetachHead/basedpyright@v1.37.3...v1.37.4

v1.37.3: (pyright 1.1.408)

Compare Source

What's Changed

  • fix infinite recursion crash when subject of match statement of type Never is used in the left side of a call in the case block by @​DetachHead in DetachHead#1711

Full Changelog: DetachHead/basedpyright@v1.37.2...v1.37.3

v1.37.2: (pyright 1.1.408)

Compare Source

What's Changed

Full Changelog: DetachHead/basedpyright@v1.37.1...v1.37.2


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 4am on Monday"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title chore(deps): update dependency basedpyright to v1.37.2 chore(deps): update dependency basedpyright to v1.37.3 Feb 1, 2026
@renovate renovate Bot force-pushed the renovate/basedpyright-1.x branch from a358c85 to 38f4c01 Compare February 1, 2026 14:55
@renovate renovate Bot changed the title chore(deps): update dependency basedpyright to v1.37.3 chore(deps): update dependency basedpyright to v1.37.4 Feb 4, 2026
@renovate renovate Bot force-pushed the renovate/basedpyright-1.x branch from 38f4c01 to ae2e3be Compare February 4, 2026 05:50
@renovate renovate Bot changed the title chore(deps): update dependency basedpyright to v1.37.4 chore(deps): update dependency basedpyright to v1.38.0 Feb 11, 2026
@renovate renovate Bot force-pushed the renovate/basedpyright-1.x branch from ae2e3be to 603e52a Compare February 11, 2026 17:48
@renovate renovate Bot changed the title chore(deps): update dependency basedpyright to v1.38.0 chore(deps): update dependency basedpyright to v1.38.1 Feb 18, 2026
@renovate renovate Bot force-pushed the renovate/basedpyright-1.x branch from 603e52a to 717ade4 Compare February 18, 2026 10:11
@renovate renovate Bot force-pushed the renovate/basedpyright-1.x branch from 717ade4 to 180b8f0 Compare February 26, 2026 11:32
@renovate renovate Bot changed the title chore(deps): update dependency basedpyright to v1.38.1 chore(deps): update dependency basedpyright to v1.38.2 Feb 26, 2026
@renovate renovate Bot force-pushed the renovate/basedpyright-1.x branch from 180b8f0 to 9f9198d Compare March 17, 2026 18:02
@renovate renovate Bot changed the title chore(deps): update dependency basedpyright to v1.38.2 chore(deps): update dependency basedpyright to v1.38.3 Mar 17, 2026
@renovate renovate Bot force-pushed the renovate/basedpyright-1.x branch from 9f9198d to 19edb9b Compare March 25, 2026 14:02
@renovate renovate Bot changed the title chore(deps): update dependency basedpyright to v1.38.3 chore(deps): update dependency basedpyright to v1.38.4 Mar 25, 2026
@renovate renovate Bot force-pushed the renovate/basedpyright-1.x branch from 19edb9b to 0a96c83 Compare April 1, 2026 12:32
@renovate renovate Bot changed the title chore(deps): update dependency basedpyright to v1.38.4 chore(deps): update dependency basedpyright to v1.39.0 Apr 1, 2026
@renovate renovate Bot changed the title chore(deps): update dependency basedpyright to v1.39.0 chore(deps): update dependency basedpyright to v1.39.1 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/basedpyright-1.x branch from 0a96c83 to b8216e4 Compare April 16, 2026 14:04
@renovate renovate Bot changed the title chore(deps): update dependency basedpyright to v1.39.1 chore(deps): update dependency basedpyright to v1.39.2 Apr 17, 2026
@renovate renovate Bot force-pushed the renovate/basedpyright-1.x branch 2 times, most recently from fd17773 to 43a7d16 Compare April 21, 2026 02:09
@renovate renovate Bot changed the title chore(deps): update dependency basedpyright to v1.39.2 chore(deps): update dependency basedpyright to v1.39.3 Apr 21, 2026
@renovate renovate Bot changed the title chore(deps): update dependency basedpyright to v1.39.3 chore(deps): update dependency basedpyright to v1.39.4 May 11, 2026
@renovate renovate Bot force-pushed the renovate/basedpyright-1.x branch from 43a7d16 to fe8b67b Compare May 11, 2026 12:43
@renovate renovate Bot changed the title chore(deps): update dependency basedpyright to v1.39.4 chore(deps): update dependency basedpyright to v1.39.5 May 17, 2026
@renovate renovate Bot force-pushed the renovate/basedpyright-1.x branch from fe8b67b to 5884f37 Compare May 17, 2026 13:31
@renovate renovate Bot force-pushed the renovate/basedpyright-1.x branch from 5884f37 to aa557b7 Compare May 24, 2026 09:40
@renovate renovate Bot changed the title chore(deps): update dependency basedpyright to v1.39.5 chore(deps): update dependency basedpyright to v1.39.6 May 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

0 participants