Skip to content

fix(deps): update visulima (patch) - #83

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/patch-visulima
Open

fix(deps): update visulima (patch)#83
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/patch-visulima

Conversation

@renovate

@renovate renovate Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@visulima/packem (source) 2.0.0-alpha.922.0.0-alpha.93 age confidence
@visulima/pail (source) 4.0.0-alpha.164.0.0-alpha.23 age confidence
@visulima/vite-overlay (source) 2.0.0-alpha.342.0.0-alpha.36 age confidence

Release Notes

visulima/packem (@​visulima/packem)

v2.0.0-alpha.93

Compare Source

@​visulima/packem 2.0.0-alpha.93 (2026-06-20)

Miscellaneous Chores
Dependencies
visulima/visulima (@​visulima/pail)

v4.0.0-alpha.23

Compare Source

⚠ BREAKING CHANGES

Co-Authored-By: Claude Haiku 4.5 noreply@anthropic.com

  • change min node version to 22.13
Features
  • pail: add braille progress bar style with rounded caps and peak marker (8302d7f)
  • pail: add self-documenting errors, sampling processor, and environment processor (3ec79de)
  • pail: add wide events, framework middleware, tests, and docs (6d1a4f3)
  • pail: remove spinner, progress-bar, and interactive from pail (b600f82)
  • web: auto-generate packages page from workspace metadata (623e520)
Bug Fixes
  • add new package image, fixed readme rendering on npm, fixed building of packages (b790ba2)
  • error-debugging: resolve eslint and type-safety issues (886dbff)
  • fixed package version (710e732)
  • lint: clear pre-existing eslint rot across packages (#​674) (5354253)
  • pail, boxen: resolve eslint unsafe type issues (d6e852e)
  • pail,fs: bind logger.raw and inline picomatch options (e8b20d2)
  • pail: 3 bug fixes + 2 perf (b90de36)
  • pail: create rotating-file-stream factory in immediate mode (a72ac70)
  • pail: disable noUncheckedIndexedAccess and fix middleware return types (0e94d32)
  • pail: fix rfc5424 stream routing and add reporter lifecycle (2c798f5)
  • pail: properly fix eslint errors in code (31e1eba)
  • pail: remove remaining eslint suppressions with proper code fixes (ea50721)
  • pail: resolve eslint and formatting issues (3697233)
  • pail: resolve eslint errors (966eabe)
  • pail: resolve eslint issues with terminal-size and interactive-manager (0776deb)
  • pail: resolve typescript-eslint strict lint errors (a0e6b1f)
  • pail: route stderr levels via isStderrLevel (c4ac8a5)
  • pail: update package files (7797567)
  • pail: update packem to 2.0.0-alpha.54 (100f545)
  • pail: use default colorize import in reporters (0e07c5f)
  • pail: use workspace:* for internal @​visulima deps (8423dd7)
  • Remove JSR configuration generation script and generated jsr.json files (#​616) (533744b)
  • storage-client: percent-encode user fields in defaultFingerprint (7c78a0f)
  • update Node.js engine version requirement to >=22.13 in multiple package.json files for improved compatibility (b828e9a)
  • update package OG images across multiple packages (f08e4dd)
  • web: improve build setup with incremental stats caching and prod install (fe33e75)
Performance Improvements
  • pail: disable esbuild keepNames in prod build (346908c)
  • pail: drop per-log meta spread and date rewrap (dbc4622)
Documentation
  • prettier-format agent instructions (71b6414)
Styles
Miscellaneous Chores
Code Refactoring
  • pail: extract CounterManager from PailBrowserImpl (9698faf)
  • pail: extract TimerManager from PailBrowserImpl (551271b)
  • pail: route wide-event serializer through error (3c7010a)
  • resolve fallow dead-code across 13 packages (8c458d2)
Tests
  • pail: add unit tests for TimerManager and CounterManager (38c0580)
  • pail: cover browser logger scope, timers, groups, raw, and reporter paths (7b1ba52)
  • pail: cover browser pretty reporter console and DOM formatting paths (f8c1742)
  • pail: cover browser wrapConsole rewrap, processless exception, and throttle resolve (b28e8fa)
  • pail: cover http reporter data/rest payload, force-send, and batch errors (d00c4cc)
  • pail: cover http reporter error and batch edge paths (fceb9f5)
  • pail: cover middleware fallbacks, storage throw, and reporter edge branches (25cc807)
  • pail: cover middleware route glob patterns for mid and trailing ** (9b5da54)
  • pail: cover next and elysia middleware exclude/include and emit guards (c75e359)
  • pail: cover object-tree option validation and safe stream handler (3efeda2)
  • pail: cover object-tree sort fallback branch (6e7c68f)
  • pail: cover pretty browser date, badge, message, and context branches (a05a7ba)
  • pail: cover pretty reporter interactive, context, error, and caller paths (8fdd0cc)
  • pail: cover pretty server group, nameless file, and empty message (0552536)
  • pail: cover reporter utils, raw object/interactive paths, and json context (f7e228c)
  • pail: cover retry throws without onError for client and retryable errors (776ab80)
  • pail: cover server child overrides and stream wrap (2e30e6f)
  • pail: cover server child scope, wrap/clear, and reporter extension paths (c4abf3f)
  • pail: cover server/browser entry points and default log level resolution (c1c34f6)
  • pail: cover simple reporter and message formatter (31d7d1e)
  • pail: cover simple reporter interactive, context, error, and caller paths (d75bd5f)
  • pail: cover wide-event duration seconds and stackless error (56cf694)
  • pail: expect honored replacement in redact-processor (ef3f5fb)
  • pail: fix message-formatter benchmark format string (c0567c6)
  • pail: route warning fixtures to stdout for ESM check (116c0d0)
  • repo: add dist runtime + types integration tests (32ee300)
Build System
  • deps: update pail dependencies (d88731f)
  • regenerate bundled-license manifests and types ordering (af26588)
Continuous Integration
  • fallow: make fallow:health advisory (--report-only) (d57148e)
  • integrate codspeed for benchmark tracking (e758f3d)
Dependencies

v4.0.0-alpha.22

Compare Source

⚠ BREAKING CHANGES

Co-Authored-By: Claude Haiku 4.5 noreply@anthropic.com

  • change min node version to 22.13
Features
  • pail: add braille progress bar style with rounded caps and peak marker (8302d7f)
  • pail: add self-documenting errors, sampling processor, and environment processor (3ec79de)
  • pail: add wide events, framework middleware, tests, and docs (6d1a4f3)
  • pail: remove spinner, progress-bar, and interactive from pail (b600f82)
  • web: auto-generate packages page from workspace metadata (623e520)
Bug Fixes
  • add new package image, fixed readme rendering on npm, fixed building of packages (b790ba2)
  • error-debugging: resolve eslint and type-safety issues (886dbff)
  • fixed package version (710e732)
  • lint: clear pre-existing eslint rot across packages (#​674) (5354253)
  • pail, boxen: resolve eslint unsafe type issues (d6e852e)
  • pail,fs: bind logger.raw and inline picomatch options (e8b20d2)
  • pail: 3 bug fixes + 2 perf (b90de36)
  • pail: create rotating-file-stream factory in immediate mode (a72ac70)
  • pail: disable noUncheckedIndexedAccess and fix middleware return types (0e94d32)
  • pail: fix rfc5424 stream routing and add reporter lifecycle (2c798f5)
  • pail: properly fix eslint errors in code (31e1eba)
  • pail: remove remaining eslint suppressions with proper code fixes (ea50721)
  • pail: resolve eslint and formatting issues (3697233)
  • pail: resolve eslint errors (966eabe)
  • pail: resolve eslint issues with terminal-size and interactive-manager (0776deb)
  • pail: resolve typescript-eslint strict lint errors (a0e6b1f)
  • pail: route stderr levels via isStderrLevel (c4ac8a5)
  • pail: update package files (7797567)
  • pail: update packem to 2.0.0-alpha.54 (100f545)
  • pail: use default colorize import in reporters (0e07c5f)
  • pail: use workspace:* for internal @​visulima deps (8423dd7)
  • Remove JSR configuration generation script and generated jsr.json files (#​616) (533744b)
  • storage-client: percent-encode user fields in defaultFingerprint (7c78a0f)
  • update Node.js engine version requirement to >=22.13 in multiple package.json files for improved compatibility (b828e9a)
  • update package OG images across multiple packages (f08e4dd)
  • web: improve build setup with incremental stats caching and prod install (fe33e75)
Performance Improvements
  • pail: disable esbuild keepNames in prod build (346908c)
  • pail: drop per-log meta spread and date rewrap (dbc4622)
Documentation
  • prettier-format agent instructions (71b6414)
Styles
Miscellaneous Chores

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • "after 1am and before 5am every weekend"
  • 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate
renovate Bot requested a review from prisis as a code owner June 21, 2026 00:58
@github-actions

Copy link
Copy Markdown
Contributor

Thank you for following the naming conventions! 🙏

@renovate
renovate Bot force-pushed the renovate/patch-visulima branch from ce69bf3 to 56f9cb3 Compare June 27, 2026 02:28
@renovate renovate Bot changed the title fix(deps): update visulima to v4.0.0-alpha.22 fix(deps): update visulima (patch) Jun 27, 2026
@codecov

codecov Bot commented Jun 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.69%. Comparing base (b1ceb8b) to head (09caf45).
⚠️ Report is 7 commits behind head on main.

❌ Your project check has failed because the head coverage (54.69%) is below the target coverage (75.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #83   +/-   ##
=======================================
  Coverage   54.69%   54.69%           
=======================================
  Files          37       37           
  Lines        1022     1022           
  Branches      286      286           
=======================================
  Hits          559      559           
  Misses        463      463           
Flag Coverage Δ
ai-model-registry 54.69% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate
renovate Bot force-pushed the renovate/patch-visulima branch from 56f9cb3 to 09caf45 Compare July 4, 2026 02:13
@github-actions github-actions Bot added the Stale label Jul 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants