Update dependency basedpyright to v1.36.1 #35

Open
Renovate wants to merge 1 commit from renovate/basedpyright-1.x into trunk
Collaborator

This PR contains the following updates:

Package Change Age Confidence
basedpyright ==1.34.0 -> ==1.36.1 age confidence

Release Notes

detachhead/basedpyright (basedpyright)

v1.36.1: (pyright 1.1.407)

Compare Source

What's Changed

Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.36.0...v1.36.1

v1.36.0: (pyright 1.1.407)

Compare Source

What's Changed

Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.35.0...v1.36.0

v1.35.0: (pyright 1.1.407)

Compare Source

What's Changed

improved completions for Literals and enums

in pyright/pylance, you only get completions for Literals that contain strings:

image

but in basedpyright, this now also works with Literals that contain other types, such as int, bool and Enum values:

image

unlike pyright/pylance, basedpyright now also supports completions for enum values:

image

this also works for other types of enums such as IntEnum and StrEnum

implemented by @​KurtBoehm in DetachHead#1644 & DetachHead#1658

Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.34.0...v1.35.0


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 Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [basedpyright](https://github.com/detachhead/basedpyright) | `==1.34.0` -> `==1.36.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/basedpyright/1.36.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/basedpyright/1.34.0/1.36.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>detachhead/basedpyright (basedpyright)</summary> ### [`v1.36.1`](https://github.com/DetachHead/basedpyright/releases/tag/v1.36.1): (pyright 1.1.407) [Compare Source](https://github.com/detachhead/basedpyright/compare/v1.36.0...v1.36.1) #### What's Changed - fix an issue introduced in 1.36.0 that broke the browser version of basedpyright used in the playground by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1675](https://github.com/DetachHead/basedpyright/pull/1675) **Full Changelog**: <https://github.com/DetachHead/basedpyright/compare/v1.36.0...v1.36.1> ### [`v1.36.0`](https://github.com/DetachHead/basedpyright/releases/tag/v1.36.0): (pyright 1.1.407) [Compare Source](https://github.com/detachhead/basedpyright/compare/v1.35.0...v1.36.0) #### What's Changed - fail in CI if baseline file needs updating and add `--baselinemode` cli argument by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1667](https://github.com/DetachHead/basedpyright/pull/1667) - Improve semantic tokens for `Any`, unknown, and unions by [@&#8203;KurtBoehm](https://github.com/KurtBoehm) in [DetachHead#1670](https://github.com/DetachHead/basedpyright/pull/1670) **Full Changelog**: <https://github.com/DetachHead/basedpyright/compare/v1.35.0...v1.36.0> ### [`v1.35.0`](https://github.com/DetachHead/basedpyright/releases/tag/v1.35.0): (pyright 1.1.407) [Compare Source](https://github.com/detachhead/basedpyright/compare/v1.34.0...v1.35.0) #### What's Changed ##### improved completions for `Literal`s and enums in pyright/pylance, you only get completions for `Literal`s that contain strings: <img width="380" height="78" alt="image" src="https://github.com/user-attachments/assets/f907f82c-f7b7-4956-8e5d-cdc91f5060c8" /> but in basedpyright, this now also works with `Literal`s that contain other types, such as `int`, `bool` and `Enum` values: <img width="485" height="125" alt="image" src="https://github.com/user-attachments/assets/a9319b3f-f606-4bbe-b391-21997e3b763c" /> unlike pyright/pylance, basedpyright now also supports completions for enum values: <img width="194" height="64" alt="image" src="https://github.com/user-attachments/assets/f74b17a7-52c0-4440-af81-583ba30b5b1a" /> this also works for other types of enums such as `IntEnum` and `StrEnum` implemented by [@&#8203;KurtBoehm](https://github.com/KurtBoehm) in [DetachHead#1644](https://github.com/DetachHead/basedpyright/pull/1644) & [DetachHead#1658](https://github.com/DetachHead/basedpyright/pull/1658) **Full Changelog**: <https://github.com/DetachHead/basedpyright/compare/v1.34.0...v1.35.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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTkuMyIsInRhcmdldEJyYW5jaCI6InRydW5rIiwibGFiZWxzIjpbXX0=-->
Update dependency basedpyright to v1.35.0
All checks were successful
Actions / Lint Python (pull_request) Successful in 11s
Actions / Verify Packwiz Hashes (pull_request) Successful in 31s
Actions / Generate Export Files (pull_request) Successful in 34s
16c9781b0a
Renovate bot changed title from Update dependency basedpyright to v1.35.0 to Update dependency basedpyright to v1.36.0 2025-12-09 09:41:15 -05:00
Renovate bot force-pushed renovate/basedpyright-1.x from 16c9781b0a
All checks were successful
Actions / Lint Python (pull_request) Successful in 11s
Actions / Verify Packwiz Hashes (pull_request) Successful in 31s
Actions / Generate Export Files (pull_request) Successful in 34s
to da1fbf789b
All checks were successful
Actions / Generate Export Files (pull_request) Successful in 14s
Actions / Verify Packwiz Hashes (pull_request) Successful in 32s
Actions / Lint Python (pull_request) Successful in 33s
2025-12-09 09:41:16 -05:00
Compare
Renovate bot changed title from Update dependency basedpyright to v1.36.0 to Update dependency basedpyright to v1.36.1 2025-12-11 10:11:42 -05:00
Renovate bot force-pushed renovate/basedpyright-1.x from da1fbf789b
All checks were successful
Actions / Generate Export Files (pull_request) Successful in 14s
Actions / Verify Packwiz Hashes (pull_request) Successful in 32s
Actions / Lint Python (pull_request) Successful in 33s
to 182a0a9297
Some checks failed
Actions / Verify Packwiz Hashes (pull_request) Failing after 1s
Actions / Generate Export Files (pull_request) Successful in 14s
Actions / Lint Python (pull_request) Successful in 32s
2025-12-11 10:11:43 -05:00
Compare
Some checks failed
Actions / Verify Packwiz Hashes (pull_request) Failing after 1s
Actions / Generate Export Files (pull_request) Successful in 14s
Actions / Lint Python (pull_request) Successful in 32s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/basedpyright-1.x:renovate/basedpyright-1.x
git switch renovate/basedpyright-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch trunk
git merge --no-ff renovate/basedpyright-1.x
git switch renovate/basedpyright-1.x
git rebase trunk
git switch trunk
git merge --ff-only renovate/basedpyright-1.x
git switch renovate/basedpyright-1.x
git rebase trunk
git switch trunk
git merge --no-ff renovate/basedpyright-1.x
git switch trunk
git merge --squash renovate/basedpyright-1.x
git switch trunk
git merge --ff-only renovate/basedpyright-1.x
git switch trunk
git merge renovate/basedpyright-1.x
git push origin trunk
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cswimr/RoNM!35
No description provided.