Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4->v5v4->v5v0.12.7->v0.12.11v1.54.2->v1.55.0==1.54.0->==1.55.0==4.2.0->==4.3.0v5.0.0->v6.0.00.33.2->0.33.3==2.32.4->==2.32.5==0.12.7->==0.12.11v1.12->v1.13Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
actions/checkout (actions/checkout)
v5Compare Source
actions/download-artifact (actions/download-artifact)
v5Compare Source
astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)
v0.12.11Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.12.11
v0.12.10Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.12.10
v0.12.9Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.12.9
v0.12.8Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.12.8
Microsoft/playwright-python (playwright)
v1.55.0Compare Source
Codegen
to_be_visible()assertions: Codegen can now generate automaticto_be_visible()assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.Breaking Changes
Miscellaneous
Browser Versions
This version was also tested against the following stable channels:
pre-commit/pre-commit (pre-commit)
v4.3.0Compare Source
==================
Features
language: docker/language: docker_image: detect rootless docker.language: julia: avoidstartup.jlwhen executing hooks.language: dart: support latest dart versions which require a higher sdklower bound.
pre-commit/pre-commit-hooks (pre-commit/pre-commit-hooks)
v6.0.0: pre-commit-hooks v6.0.0Compare Source
Fixes
check-shebang-scripts-are-executable: improve error message.Migrating
file-contents-sorter: disallow--uniqueand--ignore-caseat the sametime.
check-byte-order-markerandfix-encoding-pragma.check-byte-order-marker: migrate tofix-byte-order-marker.fix-encoding-pragma: migrate topyupgrade.python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)
v0.33.3Compare Source
github-actions, gitlab-ci, meltano, mergify, renovate, taskfile, woodpecker-ci
(2025-08-17)
psf/requests (requests)
v2.32.5Compare Source
Bugfixes
a new class of issues in Requests that have had negative impact across a number
of use cases. The Requests team has decided to revert this feature as long term
maintenance of it is proving to be unsustainable in its current iteration.
Deprecations
astral-sh/ruff (ruff)
v0.12.11Compare Source
Preview features
airflow] ExtendAIR311andAIR312rules (#20082)airflow] Replace wrong pathairflow.io.storagewithairflow.io.store(AIR311) (#20081)flake8-async] Implementblocking-http-call-httpx-in-async-function(ASYNC212) (#20091)flake8-logging-format] Add auto-fix for f-string logging calls (G004) (#19303)flake8-use-pathlib] Add autofix forPTH211(#20009)flake8-use-pathlib] MakePTH100fix unsafe because it can change behavior (#20100)Bug fixes
pyflakes,pylint] Fix false positives caused by__class__cell handling (F841,PLE0117) (#20048)pyflakes] Fixallowed-unused-importsmatching for top-level modules (F401) (#20115)ruff] Fix false positive for t-strings indefault-factory-kwarg(RUF026) (#20032)ruff] Preserve relative whitespace in multi-line expressions (RUF033) (#19647)Rule changes
ruff] Handle empty t-strings inunnecessary-empty-iterable-within-deque-call(RUF037) (#20045)Documentation
D413links in docstrings convention FAQ (#20089)flake8-use-pathlib] Update links to the table showing the correspondence betweenosandpathlib(#20103)v0.12.10Compare Source
Preview features
flake8-simplify] Implement fix formaxsplitwithout separator (SIM905) (#19851)flake8-use-pathlib] Add fixes forPTH102andPTH103(#19514)Bug fixes
isort] Handle multiple continuation lines after module docstring (I002) (#19818)pyupgrade] Avoid reporting__future__features as unnecessary when they are used (UP010) (#19769)pyupgrade] Handle nestedOptionals (UP045) (#19770)Rule changes
pycodestyle] MakeE731fix unsafe instead of display-only for class assignments (#19700)pyflakes] Add secondary annotation showing previous definition (F811) (#19900)Documentation
flake8-annotations] Remove unused import in example (ANN401) (#20000)v0.12.9Compare Source
Preview features
airflow] Add check forairflow.secrets.cache.SecretCache(AIR301) (#17707)ruff] Offer a safe fix for multi-digit zeros (RUF064) (#19847)Bug fixes
flake8-blind-except] FixBLE001false-positive onraise ... from None(#19755)flake8-comprehensions] Fix false positive forC420with attribute, subscript, or slice assignment targets (#19513)flake8-simplify] Fix handling of U+001C..U+001F whitespace (SIM905) (#19849)Rule changes
pylint] Use lowercase hex characters to match the formatter (PLE2513) (#19808)Documentation
lint.future-annotationslink (#19876)Other changes
riscv64binaries for release (#19819)v0.12.8Compare Source
Preview features
flake8-use-pathlib] ExpandPTH201to check allPurePathsubclasses (#19440)Bug fixes
flake8-blind-except] ChangeBLE001to correctly parse exception tuples (#19747)flake8-errmsg] Excludetyping.castfromEM101(#19656)flake8-simplify] Fix raw string handling inSIM905for embedded quotes (#19591)flake8-import-conventions] Avoid false positives for NFKC-normalized__debug__import aliases inICN001(#19411)isort] Fix syntax error after docstring ending with backslash (I002) (#19505)pylint] MarkPLC0207fixes as unsafe when*argsunpacking is present (#19679)pyupgrade] Prevent infinite loop withI002(UP010,UP035) (#19413)ruff] Parenthesize generator expressions in f-strings (RUF010) (#19434)Rule changes
eradicate] Don't flagpyreflypragmas as unused code (ERA001) (#19731)Documentation
RUF036(#19706)typingdocumentation (#19648)refurb] Make more examples error out-of-the-box (#19695,#19673,#19672)Other changes
ruffid (#19654)simple-elf/allure-report-action (simple-elf/allure-report-action)
v1.13Compare Source
What's Changed
New Contributors
Full Changelog: simple-elf/allure-report-action@v1.12...v1.13
Configuration
📅 Schedule: Branch creation - "monthly" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.