Sourced from seleniumbase's releases.
4.53.7 - MCP Server: Patch 7
MCP Server: Patch 7
What's Changed
- MCP Server: Patch 7 by
@mdmintzin seleniumbase/SeleniumBase#4493Full Changelog: https://github.com/seleniumbase/SeleniumBase/compare/v4.53.6...v4.53.7
4.53.6 - MCP Server: Patch 6
MCP Server: Patch 6
What's Changed
- MCP Server: Patch 6 by
@mdmintzin seleniumbase/SeleniumBase#4491Full Changelog: https://github.com/seleniumbase/SeleniumBase/compare/v4.53.5...v4.53.6
4ee7dfc
Merge pull request #4493
from seleniumbase/mcp-server-patch-7a9c9253
Version 4.53.7f5c40a2
Refresh Python dependencies698672b
Update the MCP Serverdb0d404
Merge pull request #4491
from seleniumbase/mcp-server-patch-67b835cf
Version 4.53.6b477cb3
Update the MCP serverSourced from basedpyright's releases.
v1.40.0 (pyright 1.1.412)
What's Changed
- drop support for python 3.8 and 3.9 in the pypi package, which are EOL by
@DetachHeadin DetachHead/basedpyright#1876
- users who still need to use unsupported Python versions can still install the basedpyright npm package
- fix rendering of newlines for builtin docstrings by
@tommymingin DetachHead/basedpyright#1871- migrate the docs site to zensical by
@DetachHeadin DetachHead/basedpyright#1795- move locale env variable docs to the more appropriate "Environment Variables" page by
@DetachHeadin DetachHead/basedpyright#1878- Support new Python Environments API when enabled by
@Weidavin DetachHead/basedpyright#1860New Contributors
@tommymingmade their first contribution in DetachHead/basedpyright#1871@Weidavmade their first contribution in DetachHead/basedpyright#1860Full Changelog: https://github.com/DetachHead/basedpyright/compare/v1.39.10...v1.40.0
d64b227
1.40.01a9ec37
Support new Python Environments API when enabled (#1860)37ab66d
move locale env variable docs to the more appropriate "Environment
Variables"...db9be3c
zensical (#1795)f408bd7
fix rendering of newlines for builtin docstrings (#1871)0310a8d
drop support for python 3.8 and 3.9 in the pypi package, which are
EOL.8a06544
bump gg deps and python deps01ffa7f
bump gg to fix download indicator interfering with primer outputd5db35d
workaround gg download progress indicator interfering with primer
outputdc53c61
fix primerSourced from prek's releases.
0.5.2
Release Notes
Released on 2026-09-03.
Enhancements
- Allow unknown tags by default in
check-yaml(#2678)Contributors
Install prek 0.5.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.5.2/prek-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.5.2/prek-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install prekDownload prek 0.5.2
File Platform Checksum prek-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum prek-x86_64-apple-darwin.tar.gz Intel macOS checksum prek-aarch64-pc-windows-msvc.zip ARM64 Windows checksum prek-x86_64-pc-windows-msvc.zip x64 Windows checksum prek-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum prek-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum prek-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum prek-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
</tr></table>
... (truncated)
Sourced from prek's changelog.
0.5.2
Released on 2026-09-03.
Enhancements
- Allow unknown tags by default in
check-yaml(#2678)Contributors
0.5.1
Released on 2026-09-01.
Enhancements
- Add
--hide-status <passed|failed|skipped>for hook reports (#2644)- Add
prek initfor repository setup (#2636)- Apply hook
envduring environment creation (#2650)- Disable error snippets in
check-yamldiagnostics (#2664)- Show hooks excluded by skip selectors (#2645)
- Support Pixi for Conda environments (#2667)
- Support
cargo-binstallfor Rust CLI dependencies (#2658)- Warn about unused keys in user settings (#2665)
Bug fixes
- Reject unsupported YAML tags in check-yaml (#2656)
Documentation
- Clarify local hook documentation (#2640)
- Clarify pre-commit command compatibility (#2635)
- Document automatic PR fixes with autofix.ci (#2643)
- Document check-yaml unsafe support (#2632)
- Improve setup and workflow documentation (#2637)
Other changes
Contributors
bfaa03c
Bump version to 0.5.2 (#2679)f0ce4c2
Allow unknown tags by default in check-yaml (#2678)78bb3fe
Show verbose builtin details by default (#2676)57ea73d
Add --allow-unknown-tags to check-yaml to
disable tag checks (#2675)695f3d0
Show hook selectors first in prek run help (#2673)edf43d5
Reapply "Reject unsupported YAML tags in check-yaml (#2656)"
(#2672)ed225b1
Bump version to 0.5.2 (#2671)de6e614
Revert unsupported YAML tag rejection in check-yaml (#2670)10a896e
Bump version to 0.5.1 (#2669)8648709
Support Pixi for Conda environments (#2667)Sourced from ruff's releases.
0.16.6
Release Notes
Released on 2026-09-03.
Preview features
- Move
pytest-fixture-autouseto therestrictioncategory (#28219)- [
flake8-pytest-style] Add an autofix forPT020(#27993)- [
flake8-tidy-imports] Prevent fix loop betweenTID254andTID255(#28262)- [
isort] Exclude pragma comments from line length calculation (I001) (#27313)Bug fixes
- Validate unary expressions when parsing (#28233)
- [
flake8-async,pylint] Recognizebuiltins.open(ASYNC230,PLW1514) (#28021)- [
flake8-bugbear] Fix panic onmatchsubjects (B031) (#27781)- [
flake8-datetimez] Rejecttzinfo=Nonefordatetimebounds (DTZ901) (#28022)- [
flake8-pytest-style] Avoid duplicatePT017diagnostics (#27918)- [
ruff] Removelint.externalhint for Ruff-specific suppressions (RUF102) (#27923)Rule changes
- [
flake8-use-pathlib] Add display-only fix foros.listdir(PTH208) (#28027)Documentation
- Add another example and glob reference for
lint.per-file-ignores(#28106)- Add duplicate work guidance (#28229)
- [
flake8-async] Document thread offloading (ASYNC240) (#28008)- [
pyupgrade] Clarify defaultencodingargument handling (UP012) (#27315)Other changes
- Allow unary plus in match patterns on Python 3.15 (#28231)
Contributors
... (truncated)
Sourced from ruff's changelog.
0.16.6
Released on 2026-09-03.
Preview features
- Move
pytest-fixture-autouseto therestrictioncategory (#28219)- [
flake8-pytest-style] Add an autofix forPT020(#27993)- [
flake8-tidy-imports] Prevent fix loop betweenTID254andTID255(#28262)- [
isort] Exclude pragma comments from line length calculation (I001) (#27313)Bug fixes
- Validate unary expressions when parsing (#28233)
- [
flake8-async,pylint] Recognizebuiltins.open(ASYNC230,PLW1514) (#28021)- [
flake8-bugbear] Fix panic onmatchsubjects (B031) (#27781)- [
flake8-datetimez] Rejecttzinfo=Nonefordatetimebounds (DTZ901) (#28022)- [
flake8-pytest-style] Avoid duplicatePT017diagnostics (#27918)- [
ruff] Removelint.externalhint for Ruff-specific suppressions (RUF102) (#27923)Rule changes
- [
flake8-use-pathlib] Add display-only fix foros.listdir(PTH208) (#28027)Documentation
- Add another example and glob reference for
lint.per-file-ignores(#28106)- Add duplicate work guidance (#28229)
- [
flake8-async] Document thread offloading (ASYNC240) (#28008)- [
pyupgrade] Clarify defaultencodingargument handling (UP012) (#27315)Other changes
- Allow unary plus in match patterns on Python 3.15 (#28231)
Contributors
22f65a2
Bump 0.16.6 (#28280)7cc9f1e
[ty] Document CallableTypeKind variants (#28277)056ce07
Add UV_LOCKED to all workflows (#28261)6d6e35d
[flake8-pytest-style] Avoid duplicate PT017
diagnostics (#27918)80b4891
[ty] Temporarily disable tuple types in property tests (#28275)3f7a54d
[flake8-tidy-imports] Prevent fix loop between
TID254 and TID255 (#28262)35656cf
[ty] Preserve deprecations on decorated callables (#28256)d2626c8
[ty] Reject missing attributes on type[] aliases (#28267)ee6a6d1
[ty] Support ParamSpecs in ConstraintSet (#28028)7f6a170
[ty] Move bound APIs to constraint owners (#28094)