mason-org / mason-registry

Core registry for mason.nvim.
https://mason-registry.dev/registry/list
Apache License 2.0
159 stars 358 forks source link

bump(basedpyright): update to v1.18.0 #7334

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
basedpyright 1.17.5 -> 1.18.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

detachhead/basedpyright (basedpyright) ### [`v1.18.0`](https://redirect.github.com/DetachHead/basedpyright/releases/tag/v1.18.0): (pyright 1.1.382) [Compare Source](https://redirect.github.com/detachhead/basedpyright/compare/v1.17.5...v1.18.0) #### What's Changed ##### baseline support (beta) 🚀🚀🚀 have you ever wanted to adopt a new tool or enable new checks in an existing project, only to be immediately bombarded with thousands of errors you'd have to fix? baseline solves this problem by allowing you to only report errors on new or modified code. it works by generating a baseline file keeping track of the existing errors in your project so that only errors in newly written or modified code get reported. to enable baseline, run `basedpyright --writebaseline` in your terminal or run the *"basedpyright: Write new errors to baseline"* task in vscode. this will generate a `./basedpyright/baseline.json` for your project. you should commit this file so others working on your project can benefit from it too. this file gets automatically updated as errors are removed over time in both the CLI and the language server. if you ever need to baseline new errors or an error that resurfaced because you've modified the same line of code it was on, just run that command again. heavily inspired by [basedmypy](https://kotlinisland.github.io/basedmypy/baseline) more info is available in [the documentation](https://docs.basedpyright.com/#/?id=baseline-beta) (implemented in [https://github.com/DetachHead/basedpyright/pull/608](https://redirect.github.com/DetachHead/basedpyright/pull/608)) ##### other changes - Chinese translations fix by [@​sena-nana](https://redirect.github.com/sena-nana) & [@​NCBM](https://redirect.github.com/NCBM) in [https://github.com/DetachHead/basedpyright/pull/598](https://redirect.github.com/DetachHead/basedpyright/pull/598) - update upstream pyright version to 1.1.382 by [@​DetachHead](https://redirect.github.com/DetachHead) in [https://github.com/DetachHead/basedpyright/pull/694](https://redirect.github.com/DetachHead/basedpyright/pull/694) #### New Contributors - [@​sena-nana](https://redirect.github.com/sena-nana) made their first contribution in [https://github.com/DetachHead/basedpyright/pull/598](https://redirect.github.com/DetachHead/basedpyright/pull/598) **Full Changelog**: https://github.com/DetachHead/basedpyright/compare/v1.17.5...v1.18.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» 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.



This PR was generated by Mend Renovate. View the repository job log.