Update dependency basedpyright to v1.31.5 #4

Merged
cswimr merged 1 commit from renovate/basedpyright-1.x into trunk 2025-09-30 08:32:16 -05:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
basedpyright ==1.29.4 -> ==1.31.5 age confidence

Release Notes

detachhead/basedpyright (basedpyright)

v1.31.5: (pyright 1.1.405)

Compare Source

What's Changed

semantic highlighting
baseline
docs
other changes

New Contributors

Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.31.4...v1.31.5

v1.31.4: (pyright 1.1.405)

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.31.3...v1.31.4

v1.31.3: (pyright 1.1.404)

Compare Source

What's Changed

Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.31.2...v1.31.3

v1.31.2: (pyright 1.1.403)

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.31.1...v1.31.2

v1.31.1: (pyright 1.1.403)

Compare Source

What's Changed

Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.31.0...v1.31.1

v1.31.0: (pyright 1.1.403)

Compare Source

What's Changed

automatic conversion to f-string when typing { inside a string

implement basedpyright.analysis.autoFormatStrings setting from pylance:

implemented in DetachHead#1390

other changes

Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.30.1...v1.31.0

v1.30.1: (pyright 1.1.403)

Compare Source

What's Changed

Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.30.0...v1.30.1

v1.30.0: (pyright 1.1.403)

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.29.5...v1.30.0

v1.29.5: (pyright 1.1.402)

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.29.4...v1.29.5


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.29.4` -> `==1.31.5` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/basedpyright/1.31.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/basedpyright/1.29.4/1.31.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>detachhead/basedpyright (basedpyright)</summary> ### [`v1.31.5`](https://github.com/DetachHead/basedpyright/releases/tag/v1.31.5): (pyright 1.1.405) [Compare Source](https://github.com/detachhead/basedpyright/compare/v1.31.4...v1.31.5) #### What's Changed ##### semantic highlighting - Semantic Tokens for custom builtins specified in project `__builtins__.pyi` by [@&#8203;Wizzerinus](https://github.com/Wizzerinus) in [DetachHead#1451](https://github.com/DetachHead/basedpyright/pull/1451) - Improved Semantic Tokens: Enums, Properties, Constants, and Static Methods by [@&#8203;KurtBoehm](https://github.com/KurtBoehm) in [DetachHead#1469](https://github.com/DetachHead/basedpyright/pull/1469) ##### baseline - add back baseline cache by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1473](https://github.com/DetachHead/basedpyright/pull/1473) - fix `--baselinefile` cli argument and update the docs to reflect that the baseline file functionality is now stable by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1480](https://github.com/DetachHead/basedpyright/pull/1480) ##### docs - update pre-commit docs to primarily mention prek instead of pre-commit by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1487](https://github.com/DetachHead/basedpyright/pull/1487) - update zed installation instructions to reflect that basedpyright is now the default language server by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1495](https://github.com/DetachHead/basedpyright/pull/1495) - `uv pip install` -> `uv tool install` by [@&#8203;HairlessVillager](https://github.com/HairlessVillager) in [DetachHead#1482](https://github.com/DetachHead/basedpyright/pull/1482) ##### other changes - fix `\N{` (named unicode characters) in strings being turned into f-strings by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1504](https://github.com/DetachHead/basedpyright/pull/1504) - don't report `reportInvalidTypeVarUse` for type var in return type by [@&#8203;KotlinIsland](https://github.com/KotlinIsland) in [DetachHead#1498](https://github.com/DetachHead/basedpyright/pull/1498) - Update Russian localization by [@&#8203;decorator-factory](https://github.com/decorator-factory) in [DetachHead#1497](https://github.com/DetachHead/basedpyright/pull/1497) - enable `basedpyright.analysis.inlayHints.genericTypes` by default by [@&#8203;KotlinIsland](https://github.com/KotlinIsland) in [DetachHead#1513](https://github.com/DetachHead/basedpyright/pull/1513) - display an error when attempting to rename a symbol to an invalid python identifier by [@&#8203;decorator-factory](https://github.com/decorator-factory) in [DetachHead#1514](https://github.com/DetachHead/basedpyright/pull/1514) #### New Contributors - [@&#8203;HairlessVillager](https://github.com/HairlessVillager) made their first contribution in [DetachHead#1482](https://github.com/DetachHead/basedpyright/pull/1482) - [@&#8203;KurtBoehm](https://github.com/KurtBoehm) made their first contribution in [DetachHead#1469](https://github.com/DetachHead/basedpyright/pull/1469) **Full Changelog**: <https://github.com/DetachHead/basedpyright/compare/v1.31.4...v1.31.5> ### [`v1.31.4`](https://github.com/DetachHead/basedpyright/releases/tag/v1.31.4): (pyright 1.1.405) [Compare Source](https://github.com/detachhead/basedpyright/compare/v1.31.3...v1.31.4) #### What's Changed - make `allowedUntypedLibraries` work on overloads by [@&#8203;leonardo-panseri](https://github.com/leonardo-panseri) in [DetachHead#1437](https://github.com/DetachHead/basedpyright/pull/1437) - fix `autoFormatStrings` when client does not support dynamic registration for `onTypeFormatting` by [@&#8203;ribru17](https://github.com/ribru17) in [DetachHead#1452](https://github.com/DetachHead/basedpyright/pull/1452) - docs: update pycharm screenshot for required plugins by [@&#8203;euri10](https://github.com/euri10) in [DetachHead#1449](https://github.com/DetachHead/basedpyright/pull/1449) - Merge pyright 1.1.405 by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1453](https://github.com/DetachHead/basedpyright/pull/1453) #### New Contributors - [@&#8203;leonardo-panseri](https://github.com/leonardo-panseri) made their first contribution in [DetachHead#1437](https://github.com/DetachHead/basedpyright/pull/1437) - [@&#8203;euri10](https://github.com/euri10) made their first contribution in [DetachHead#1449](https://github.com/DetachHead/basedpyright/pull/1449) - [@&#8203;ribru17](https://github.com/ribru17) made their first contribution in [DetachHead#1452](https://github.com/DetachHead/basedpyright/pull/1452) **Full Changelog**: <https://github.com/DetachHead/basedpyright/compare/v1.31.3...v1.31.4> ### [`v1.31.3`](https://github.com/DetachHead/basedpyright/releases/tag/v1.31.3): (pyright 1.1.404) [Compare Source](https://github.com/detachhead/basedpyright/compare/v1.31.2...v1.31.3) #### What's Changed - fix link in vscode description for `diagnosticSeverityOverrides` by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1431](https://github.com/DetachHead/basedpyright/pull/1431) - Merge pyright 1.1.404 by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1438](https://github.com/DetachHead/basedpyright/pull/1438) **Full Changelog**: <https://github.com/DetachHead/basedpyright/compare/v1.31.2...v1.31.3> ### [`v1.31.2`](https://github.com/DetachHead/basedpyright/releases/tag/v1.31.2): (pyright 1.1.403) [Compare Source](https://github.com/detachhead/basedpyright/compare/v1.31.1...v1.31.2) #### What's Changed - Hide inlay hints when the parameter matches an accessed member's name by [@&#8203;tylerlaprade](https://github.com/tylerlaprade) in [DetachHead#1420](https://github.com/DetachHead/basedpyright/pull/1420) - fix completions in quoted types not working in vscode by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1428](https://github.com/DetachHead/basedpyright/pull/1428) - Update `prefligit` to `prek` in docs by [@&#8203;j178](https://github.com/j178) in [DetachHead#1423](https://github.com/DetachHead/basedpyright/pull/1423) - improve zed installation instructions by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1425](https://github.com/DetachHead/basedpyright/pull/1425) #### New Contributors - [@&#8203;j178](https://github.com/j178) made their first contribution in [DetachHead#1423](https://github.com/DetachHead/basedpyright/pull/1423) **Full Changelog**: <https://github.com/DetachHead/basedpyright/compare/v1.31.1...v1.31.2> ### [`v1.31.1`](https://github.com/DetachHead/basedpyright/releases/tag/v1.31.1): (pyright 1.1.403) [Compare Source](https://github.com/detachhead/basedpyright/compare/v1.31.0...v1.31.1) #### What's Changed - fix `# pyright: ignore` code actions inserting the comment before the last character if the error is on the last line in the file by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1398](https://github.com/DetachHead/basedpyright/pull/1398) - fix inlay hints not appearing on instance attribute declarations by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1410](https://github.com/DetachHead/basedpyright/pull/1410) - fix renaming files when imported with a relative import by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1414](https://github.com/DetachHead/basedpyright/pull/1414) - fix "find all references" on `__init__` and `__new__` methods by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1415](https://github.com/DetachHead/basedpyright/pull/1415) - add tip to the docs recommending prefligit over pre-commit by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1413](https://github.com/DetachHead/basedpyright/pull/1413) **Full Changelog**: <https://github.com/DetachHead/basedpyright/compare/v1.31.0...v1.31.1> ### [`v1.31.0`](https://github.com/DetachHead/basedpyright/releases/tag/v1.31.0): (pyright 1.1.403) [Compare Source](https://github.com/detachhead/basedpyright/compare/v1.30.1...v1.31.0) #### What's Changed ##### automatic conversion to f-string when typing `{` inside a string implement `basedpyright.analysis.autoFormatStrings` setting from pylance: ![](https://docs.basedpyright.com/v1.31.0/benefits-over-pyright/autoformatstrings.gif) implemented in [DetachHead#1390](https://github.com/DetachHead/basedpyright/pull/1390) ##### other changes - Remove duplicate semantic tokens for readonly properties by [@&#8203;ValdezFOmar](https://github.com/ValdezFOmar) in [DetachHead#1386](https://github.com/DetachHead/basedpyright/pull/1386) - fix `writeBaseline`, `restartServer` and `createTypeStub` commands only being registered in the vscode extension instead of the language server by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1385](https://github.com/DetachHead/basedpyright/pull/1385) - Change default diagnostic category for `reportImplicitAbstractClass` to `"error"` when `typeCheckingMode` is `"recommended"` by [@&#8203;tylerlaprade](https://github.com/tylerlaprade) in [DetachHead#1392](https://github.com/DetachHead/basedpyright/pull/1392) - improve wording in the cards on the docs home page & mention upstream merging by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1393](https://github.com/DetachHead/basedpyright/pull/1393) **Full Changelog**: <https://github.com/DetachHead/basedpyright/compare/v1.30.1...v1.31.0> ### [`v1.30.1`](https://github.com/DetachHead/basedpyright/releases/tag/v1.30.1): (pyright 1.1.403) [Compare Source](https://github.com/detachhead/basedpyright/compare/v1.30.0...v1.30.1) #### What's Changed - fix code actions in jupyter notebooks by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1384](https://github.com/DetachHead/basedpyright/pull/1384) **Full Changelog**: <https://github.com/DetachHead/basedpyright/compare/v1.30.0...v1.30.1> ### [`v1.30.0`](https://github.com/DetachHead/basedpyright/releases/tag/v1.30.0): (pyright 1.1.403) [Compare Source](https://github.com/detachhead/basedpyright/compare/v1.29.5...v1.30.0) #### What's Changed - add code action for inserting `# pyright: ignore` comments by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1359](https://github.com/DetachHead/basedpyright/pull/1359) - Chinese (Simplified) translation update (2025.07) by [@&#8203;NCBM](https://github.com/NCBM) in [DetachHead#1333](https://github.com/DetachHead/basedpyright/pull/1333) - Fix contravariant TypeVar example in documentation by [@&#8203;yeetaryan](https://github.com/yeetaryan) in [DetachHead#1373](https://github.com/DetachHead/basedpyright/pull/1373) - Document installation on Neovim 0.11+ by [@&#8203;roushou](https://github.com/roushou) in [DetachHead#1375](https://github.com/DetachHead/basedpyright/pull/1375) - Merge 1.1.403 by [@&#8203;DetachHead](https://github.com/DetachHead) in [DetachHead#1379](https://github.com/DetachHead/basedpyright/pull/1379) #### New Contributors - [@&#8203;yeetaryan](https://github.com/yeetaryan) made their first contribution in [DetachHead#1373](https://github.com/DetachHead/basedpyright/pull/1373) - [@&#8203;roushou](https://github.com/roushou) made their first contribution in [DetachHead#1375](https://github.com/DetachHead/basedpyright/pull/1375) **Full Changelog**: <https://github.com/DetachHead/basedpyright/compare/v1.29.5...v1.30.0> ### [`v1.29.5`](https://github.com/DetachHead/basedpyright/releases/tag/v1.29.5): (pyright 1.1.402) [Compare Source](https://github.com/detachhead/basedpyright/compare/v1.29.4...v1.29.5) #### What's Changed - add new `basedpyright.analysis.inlayHints.callArgumentNamesMatching` setting for function parameter inlay hints where the name matches by [@&#8203;sam-or](https://github.com/sam-or) in [DetachHead#1340](https://github.com/DetachHead/basedpyright/pull/1340) - throw error if invalid value is passed to `--threads` in the CLI by [@&#8203;Rayahhhmed](https://github.com/Rayahhhmed) in [DetachHead#1355](https://github.com/DetachHead/basedpyright/pull/1355) - fix crash in neovim caused by invalid annotation ID in WorkspaceEdit by [@&#8203;jbradaric](https://github.com/jbradaric) in [DetachHead#1352](https://github.com/DetachHead/basedpyright/pull/1352) - Document implicit dependency of VSCode extension on ms-python by [@&#8203;lightspot21](https://github.com/lightspot21) in [DetachHead#1344](https://github.com/DetachHead/basedpyright/pull/1344) - Grammar nits in `new-diagnostic-rules.md` by [@&#8203;tylerlaprade](https://github.com/tylerlaprade) in [DetachHead#1332](https://github.com/DetachHead/basedpyright/pull/1332) - Fix spelling of `"discouraged"` in `config-files.md` by [@&#8203;tylerlaprade](https://github.com/tylerlaprade) in [DetachHead#1337](https://github.com/DetachHead/basedpyright/pull/1337) #### New Contributors - [@&#8203;sam-or](https://github.com/sam-or) made their first contribution in [DetachHead#1340](https://github.com/DetachHead/basedpyright/pull/1340) - [@&#8203;lightspot21](https://github.com/lightspot21) made their first contribution in [DetachHead#1344](https://github.com/DetachHead/basedpyright/pull/1344) - [@&#8203;Rayahhhmed](https://github.com/Rayahhhmed) made their first contribution in [DetachHead#1355](https://github.com/DetachHead/basedpyright/pull/1355) - [@&#8203;jbradaric](https://github.com/jbradaric) made their first contribution in [DetachHead#1352](https://github.com/DetachHead/basedpyright/pull/1352) **Full Changelog**: <https://github.com/DetachHead/basedpyright/compare/v1.29.4...v1.29.5> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTMuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEyNC4wIiwidGFyZ2V0QnJhbmNoIjoidHJ1bmsiLCJsYWJlbHMiOltdfQ==-->
Update dependency basedpyright to v1.31.4
All checks were successful
Actions / Verify Packwiz Hashes (pull_request) Successful in 15s
Actions / Lint Python (pull_request) Successful in 17s
Actions / Generate Export Files (pull_request) Successful in 19s
8d1fb1bd63
Renovate bot changed title from Update dependency basedpyright to v1.31.4 to Update dependency basedpyright to v1.31.5 2025-09-24 08:04:50 -05:00
Renovate bot force-pushed renovate/basedpyright-1.x from 8d1fb1bd63
All checks were successful
Actions / Verify Packwiz Hashes (pull_request) Successful in 15s
Actions / Lint Python (pull_request) Successful in 17s
Actions / Generate Export Files (pull_request) Successful in 19s
to dc6f9784b3
All checks were successful
Actions / Verify Packwiz Hashes (pull_request) Successful in 13s
Actions / Lint Python (pull_request) Successful in 15s
Actions / Generate Export Files (pull_request) Successful in 19s
2025-09-24 08:04:52 -05:00
Compare
cswimr merged commit e57af3d4b4 into trunk 2025-09-30 08:32:16 -05:00
cswimr deleted branch renovate/basedpyright-1.x 2025-09-30 08:32:16 -05:00
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!4
No description provided.