Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 10, 2025

This PR contains the following updates:

Package Change Age Confidence
liblaf-grapes (changelog) >=6,<7 -> >=8,<9 age confidence

Release Notes

liblaf/grapes (liblaf-grapes)

v8.9.2

Compare Source

🐛 Bug Fixes
❤️ Contributors

v8.9.1

Compare Source

🐛 Bug Fixes
  • conf: Correct default value handling in configuration fields - 6a84fa3 by @​liblaf
📝 Documentation
❤️ Contributors

v8.9.0

Compare Source

✨ Features
  • conf: implement modular configuration system with field specifiers and groups - e7cbe92 by @​liblaf
  • rich: enhance traceback and repr functionality - 0b69019 by @​liblaf
🐛 Bug Fixes
  • rich/progress: Improve progress bar update handling and refresh logic - f85da08 by @​liblaf
❤️ Contributors

v8.8.4

Compare Source

🐛 Bug Fixes
  • array: Handle array-like fields safely in rich representation - 71164a3 by @​liblaf
❤️ Contributors

v8.8.3

Compare Source

🐛 Bug Fixes
  • attrs: improve define decorator logic and update logging utilities - 3bee36d by @​liblaf
  • attrs: Prioritize pdoc_rich_repr for attrs-defined classes with __rich_repr__ - fe79845 by @​liblaf
♻ Code Refactoring
  • deps: migrate from cytoolz to toolz and standardize import alias - 06a8c21 by @​liblaf
❤️ Contributors

v8.8.2

Compare Source

🐛 Bug Fixes
  • logging: resolve missing depth_logger export and deprecate its usage - a804bab by @​liblaf
  • logging: Correctly determine release type in CleanLogger - 09dd88b by @​liblaf
  • Correct __tracebackhide__ usage in icecream and logging - 2aa6593 by @​liblaf
❤️ Contributors

v8.8.1

Compare Source

🐛 Bug Fixes
❤️ Contributors

v8.8.0

Compare Source

✨ Features
  • logging: Introduce CleanLogger and LimitsFilter for enhanced logging control - 355235b by @​liblaf
🐛 Bug Fixes
♻ Code Refactoring
❤️ Contributors

v8.7.1

Compare Source

🐛 Bug Fixes
♻ Code Refactoring
❤️ Contributors

v8.7.0

Compare Source

✨ Features
❤️ Contributors

v8.6.2

Compare Source

🐛 Bug Fixes
  • logging: Truncate log file on RichFileHandler initialization - 0bb9af7 by @​liblaf
❤️ Contributors

v8.6.1

Compare Source

🐛 Bug Fixes
❤️ Contributors

v8.6.0

Compare Source

✨ Features
  • deprecated: Add deprecation-aware contains and getitem operators - 48549a3 by @​liblaf
❤️ Contributors

v8.5.0

Compare Source

✨ Features
❤️ Contributors

v8.4.1

Compare Source

🐛 Bug Fixes
❤️ Contributors

v8.4.0

Compare Source

✨ Features
  • logging: add file logging handler and improve logger management - 2cf9fc2 by @​liblaf
🐛 Bug Fixes
❤️ Contributors

v8.3.0

Compare Source

✨ Features
  • logging: enhance logging configuration and output formatting - 9ae2923 by @​liblaf
🐛 Bug Fixes
  • logging, icecream: Ensure logging is initialized before use - 9d480bd by @​liblaf
  • rich: handle ANSI escape sequences in log and exception messages - 339dfcd by @​liblaf
❤️ Contributors

v8.2.1

Compare Source

🐛 Bug Fixes
  • deps: add asttokens and executing packages; update icecream dependency - 679878b by @​liblaf
❤️ Contributors

v8.2.0

Compare Source

✨ Features
♻ Code Refactoring
  • logging: Simplify attrs.field factories and update FilterOnce repr - 4f8f814 by @​liblaf
❤️ Contributors

v8.1.1

Compare Source

🐛 Bug Fixes
❤️ Contributors

v8.1.0

Compare Source

✨ Features
♻ Code Refactoring
✅ Tests
❤️ Contributors

v8.0.0

Compare Source

💥 BREAKING CHANGES
  • (conf, ext) overhaul configuration system with attrs and fieldz - 80b9b67 by @​liblaf
  • The configuration system has been refactored from Pydantic BaseModel to a custom attrs-based BaseConfig and Field system. Direct access to configuration attributes is no longer supported; values must now be accessed via the .get() method on Field objects (e.g., config.logging.level.get() instead of config.logging.level). - f52db00 by @​liblaf
  • Rename Timer.name to Timer.label and refactor package API - b15c21a by @​liblaf
✨ Features
🐛 Bug Fixes
  • logging: disable file links and abbreviate module names by default - 4a5ea32 by @​liblaf
♻ Code Refactoring
  • conf, ext: overhaul configuration system with attrs and fieldz - 80b9b67 by @​liblaf
  • errors, api: Centralize error handling and refine public API - 782dd5b by @​liblaf
  • logging: restructure filter system and improve traceback handling - e730a97 by @​liblaf
  • pretty: redesign duration formatting with auto-resolution - d0d89c1 by @​liblaf
  • rt, itertools, ext/wadler_lindig: Consolidate runtime utilities and enhance pretty printing - 72f472c by @​liblaf
  • Overhaul configuration system, introduce memorize decorator, and enhance array pretty-printing - f52db00 by @​liblaf
  • rename PydanticModelOptions to PydanticOptions - 7e18a7e by @​liblaf
  • Rename Timer.name to Timer.label and refactor package API - b15c21a by @​liblaf
❤️ Contributors

v7.0.0

Compare Source

💥 BREAKING CHANGES
✨ Features
✅ Tests
  • ext/wadler_lindig: Add test for pformat with Pydantic models - cc41cd8 by @​liblaf
🛠 Builds
⚙️ Continuous Integration
  • update Python version to 3.13 and reorder dependency groups - 5330cb5 by @​liblaf
❤️ Contributors

v6.1.2

Compare Source

🐛 Bug Fixes
❤️ Contributors

v6.1.1

Compare Source

🐛 Bug Fixes
  • logging: Handle tuple versions in FilterByVersion and update type stubs - 351b43b by @​liblaf
❤️ Contributors

v6.1.0

Compare Source

✨ Features
  • logging/sink/columns: Add module name abbreviation to log location - 75c758e by @​liblaf
❤️ Contributors

v6.0.1

Compare Source

♻ Code Refactoring
❤️ Contributors

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

renovate-approve[bot]
renovate-approve bot previously approved these changes Nov 10, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 10, 2025

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ COPYPASTE jscpd yes no no 1.47s
✅ JSON prettier 7 0 0 0 0.41s
✅ JSON v8r 7 0 0 5.13s
✅ PYTHON ruff yes yes no no 0.27s
✅ REPOSITORY git_diff yes no no 0.01s
✅ SPELL cspell 39 0 0 3.08s
✅ YAML prettier 4 0 0 0 0.43s
✅ YAML v8r 4 0 0 5.78s
✅ YAML yamllint 4 0 0 0.36s

See detailed reports in MegaLinter artifacts

MegaLinter is graciously provided by OX Security

renovate-approve[bot]
renovate-approve bot previously approved these changes Nov 15, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Nov 15, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Nov 16, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Nov 16, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Nov 17, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Nov 18, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Nov 19, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Nov 20, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Nov 22, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Nov 22, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Nov 24, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Nov 25, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 2, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 4, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 5, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants