chore(deps): update all non-major dependencies
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| pre-commit | dev | minor |
3.6.1 -> 3.8.0
|
| rich | dev | patch |
13.7.0 -> 13.7.1
|
| structlog (changelog) | dependencies | minor |
24.1.0 -> 24.4.0
|
| uis/devops/continuous-delivery/ci-templates | repository | minor |
v4.4.0 -> v4.5.0
|
Release Notes
pre-commit/pre-commit (pre-commit)
v3.8.0
==================
Features
- Implement health checks for
language: rso environments are recreated if the system version of R changes.- #3206 issue by @lorenzwalthert.
- #3265 MR by @lorenzwalthert.
v3.7.1
==================
Fixes
- Fix
language: rustdefault language version check whenrust-toolchain.tomlis present.- issue by @gaborbernat.
- #3201 MR by @asottile.
v3.7.0
==================
Features
- Use a tty for
dockeranddocker_imagehooks when--coloris specified.- #3122 MR by @glehmann.
Fixes
- Fix
fail_fastfor individual hooks stopping when previous hooks had failed.- #3167 issue by @tp832944.
- #3168 MR by @asottile.
Updating
- The per-hook behaviour of
fail_fastwas fixed. If you want the pre-3.7.0 behaviour, addfail_fast: trueto all hooks before the lastfail_fasthook.
v3.6.2
==================
Fixes
- Fix building golang hooks during
git commit --all.- #3130 MR by @asottile.
- #2722 issue by @pestanko and @matthewhughes934.
Textualize/rich (rich)
v13.7.1
Fixed
- Updated the widths of some characters https://github.com/Textualize/rich/pull/3289
hynek/structlog (structlog)
v24.4.0
Changed
No code changes since 24.3.0
v24.3.0
Added
-
Restore feature parity between
structlog.traceback.ExceptionDictTransformerand Rich's traceback extractor:- When displaying locals, use Rich for formatting if it is available.
- When displaying locals, call
repr()on strings, too (improves handling ofSecretStrimplementations). - Add
locals_max_lengthconfig option - Add
locals_hide_sunderconfig option - Add
locals_hide_dunderconfig option - Add
suppressconfig option
Changed
-
structlog.testing.capture_logs()now maps theexceptionlog level toerror(as it's elsewhere). #628
v24.2.0
Added
-
It is now possible to disable log level-padding in
structlog.dev.LogLevelColumnFormatterandstructlog.dev.ConsoleRenderer. #599 -
The
structlog.processors.CallsiteParameterAddercan now be pickled. #603 -
structlog.processors.CallsiteParameterAddernow also works withstructlog.stdlib.BoundLogger's non-standard async methods (ainfo(), and so forth) #618
Changed
-
structlog.processors.LogfmtRenderernow escapes newlines. #592 -
structlog.processors.LogfmtRenderernow escapes backslashes and double quotes. #594 -
structlog.processors.CallsiteParameterAdderhas been optimized to be about 2x faster. #606
Fixed
-
structlog.stdlib.render_to_log_kwargsnow correctly passes stacklevel as a kwarg to stdlib logging. #619
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v4.5.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.