Skip to content

Update all non-major dependencies#483

Merged
brianhelba merged 1 commit intomainfrom
renovate/all-minor-patch
Apr 14, 2026
Merged

Update all non-major dependencies#483
brianhelba merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 13, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@sentry/vue (source) 10.47.010.48.0 age confidence dependencies minor
axios (source) 1.14.01.15.0 age confidence dependencies minor
node 24.14.024.14.1 age confidence uses-with patch
rich ==14.3.3==14.3.4 age confidence project.dependencies patch

Release Notes

getsentry/sentry-javascript (@​sentry/vue)

v10.48.0

Compare Source

axios/axios (axios)

v1.15.0

Compare Source

Bug Fixes
Features
  • fomdata: added support for spec-compliant FormData & Blob types; (#​5316) (6ac574e)
Contributors to this release
PRs

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

1.2.6 (2023-01-28)

Bug Fixes
  • headers: added missed Authorization accessor; (#​5502) (342c0ba)
  • types: fixed CommonRequestHeadersList & CommonResponseHeadersList types to be private in commonJS; (#​5503) (5a3d0a3)
Contributors to this release
PRs

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

1.2.5 (2023-01-26)

Bug Fixes
  • types: fixed AxiosHeaders to handle spread syntax by making all methods non-enumerable; (#​5499) (580f1e8)
Contributors to this release
PRs

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

1.2.4 (2023-01-22)

Bug Fixes
Contributors to this release
PRs

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

1.2.3 (2023-01-10)

Bug Fixes
  • types: fixed AxiosRequestConfig header interface by refactoring it to RawAxiosRequestConfig; (#​5420) (0811963)
Contributors to this release
PRs

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

[1.2.2] - 2022-12-29

Fixed
Chores
  • chore(ci): set conventional-changelog header config #​5406
  • chore(ci): fix automatic contributors resolving #​5403
  • chore(ci): improved logging for the contributors list generator #​5398
  • chore(ci): fix release action #​5397
  • chore(ci): fix version bump script by adding bump argument for target version #​5393
  • chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 #​5342
  • chore(ci): GitHub Actions Release script #​5384
  • chore(ci): release scripts #​5364
Contributors to this release

[1.2.1] - 2022-12-05

Changed
  • feat(exports): export mergeConfig #​5151
Fixed
  • fix(CancelledError): include config #​4922
  • fix(general): removing multiple/trailing/leading whitespace #​5022
  • fix(headers): decompression for responses without Content-Length header #​5306
  • fix(webWorker): exception to sending form data in web worker #​5139
Refactors
  • refactor(types): AxiosProgressEvent.event type to any #​5308
  • refactor(types): add missing types for static AxiosError.from method #​4956
Chores
  • chore(docs): remove README link to non-existent upgrade guide #​5307
  • chore(docs): typo in issue template name #​5159
Contributors to this release
PRs

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

[1.2.0] - 2022-11-10

Changed
  • changed: refactored module exports #​5162
  • change: re-added support for loading Axios with require('axios').default #​5225
Fixed
  • fix: improve AxiosHeaders class #​5224
  • fix: TypeScript type definitions for commonjs #​5196
  • fix: type definition of use method on AxiosInterceptorManager to match the the README #​5071
  • fix: __dirname is not defined in the sandbox #​5269
  • fix: AxiosError.toJSON method to avoid circular references #​5247
  • fix: Z_BUF_ERROR when content-encoding is set but the response body is empty #​5250
Refactors
  • refactor: allowing adapters to be loaded by name #​5277
Chores
  • chore: force CI restart #​5243
  • chore: update ECOSYSTEM.md #​5077
  • chore: update get/index.html #​5116
  • chore: update Sandbox UI/UX #​5205
  • chore:(actions): remove git credentials after checkout #​5235
  • chore(actions): bump actions/dependency-review-action from 2 to 3 #​5266
  • chore(packages): bump loader-utils from 1.4.1 to 1.4.2 #​5295
  • chore(packages): bump engine.io from 6.2.0 to 6.2.1 #​5294
  • chore(packages): bump socket.io-parser from 4.0.4 to 4.0.5 #​5241
  • chore(packages): bump loader-utils from 1.4.0 to 1.4.1 #​5245
  • chore(docs): update Resources links in README #​5119
  • chore(docs): update the link for JSON url #​5265
  • chore(docs): fix broken links #​5218
  • chore(docs): update and rename UPGRADE_GUIDE.md to MIGRATION_GUIDE.md #​5170
  • chore(docs): typo fix line #​856 and #​920 #​5194
  • chore(docs): typo fix #​800 #​5193
  • chore(docs): fix typos #​5184
  • chore(docs): fix punctuation in README.md #​5197
  • chore(docs): update readme in the Handling Errors section - issue reference #​5260 #​5261
  • chore: remove \b from filename #​5207
  • chore(docs): update CHANGELOG.md #​5137
  • chore: add sideEffects false to package.json #​5025
Contributors to this release
PRs

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

[1.1.3] - 2022-10-15

Added
  • Added custom params serializer support #​5113
Fixed
  • Fixed top-level export to keep them in-line with static properties #​5109
  • Stopped including null values to query string. #​5108
  • Restored proxy config backwards compatibility with 0.x #​5097
  • Added back AxiosHeaders in AxiosHeaderValue #​5103
  • Pin CDN install instructions to a specific version #​5060
  • Handling of array values fixed for AxiosHeaders #​5085
Chores
  • docs: match badge style, add link to them #​5046
  • chore: fixing comments typo #​5054
  • chore: update issue template #​5061
  • chore: added progress capturing section to the docs; #​5084
Contributors to this release
PRs

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

[1.1.2] - 2022-10-07

Fixed
  • Fixed broken exports for UMD builds.
Contributors to this release
PRs

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

[1.1.1] - 2022-10-07

Fixed
  • Fixed broken exports for common js. This fix breaks a prior fix, I will fix both issues ASAP but the commonJS use is more impactful.
Contributors to this release
PRs

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

[1.1.0] - 2022-10-06

Fixed
  • Fixed missing exports in type definition index.d.ts #​5003
  • Fixed query params composing #​5018
  • Fixed GenericAbortSignal interface by making it more generic #​5021
  • Fixed adding "clear" to AxiosInterceptorManager #​5010
  • Fixed commonjs & umd exports #​5030
  • Fixed inability to access response headers when using axios 1.x with Jest #​5036
Contributors to this release
PRs

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

[1.0.0] - 2022-10-04

Added
  • Added stack trace to AxiosError #​4624
  • Add AxiosError to AxiosStatic #​4654
  • Replaced Rollup as our build runner #​4596
  • Added generic TS types for the exposed toFormData helper #​4668
  • Added listen callback function #​4096
  • Added instructions for installing using PNPM #​4207
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill #​4229
  • Added axios-url-template in ECOSYSTEM.md #​4238
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an axios instance #​4248
  • Added react hook plugin #​4319
  • Adding HTTP status code for transformResponse #​4580
  • Added blob to the list of protocols supported by the browser #​4678
  • Resolving proxy from env on redirect #​4436
  • Added enhanced toFormData implementation with additional options 4704
  • Adding Canceler parameters config and request #​4711
  • Added automatic payload serialization to application/x-www-form-urlencoded #​4714
  • Added the ability for webpack users to overwrite built-ins #​4715
  • Added string[] to AxiosRequestHeaders type #​4322
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config #​4721
  • Added isCancel type assert #​4293
  • Added data URL support for node.js #​4725
  • Adding types for progress event callbacks #​4675
  • URL params serializer #​4734
  • Added axios.formToJSON method #​4735
  • Bower platform add data protocol #​4804
  • Use WHATWG URL API instead of url.parse() #​4852
  • Add ENUM containing Http Status Codes to typings #​4903
  • Improve typing of timeout in index.d.ts #​4934
Changed
  • Updated AxiosError.config to be optional in the type definition #​4665
  • Updated README emphasizing the URLSearchParam built-in interface over other solutions #​4590
  • Include request and config when creating a CanceledError instance #​4659
  • Changed func-names eslint rule to as-needed #​4492
  • Replacing deprecated substr() with slice() as substr() is deprecated #​4468
  • Updating HTTP links in README.md to use HTTPS #​4387
  • Updated to a better trim() polyfill #​4072
  • Updated types to allow specifying partial default headers on instance create #​4185
  • Expanded isAxiosError types #​4344
  • Updated type definition for axios instance methods #​4224
  • Updated eslint config #​4722
  • Updated Docs #​4742
  • Refactored Axios to use ES2017 #​4787
Deprecated
  • There are multiple deprecations, refactors and fixes provided in this release. Please read through the full release notes to see how this may impact your project and use case.
Removed
  • Removed incorrect argument for NetworkError constructor #​4656
  • Removed Webpack #​4596
  • Removed function that transform arguments to array #​4544
Fixed
  • Fixed grammar in README #​4649
  • Fixed code error in README #​4599
  • Optimized the code that checks cancellation #​4587
  • Fix url pointing to defaults.js in README #​4532
  • Use type alias instead of interface for AxiosPromise #​4505
  • Fix some word spelling and lint style in code comments #​4500
  • Edited readme with 3 updated browser icons of Chrome, FireFox and Safari #​4414
  • Bump follow-redirects from 1.14.9 to 1.15.0 #​4673
  • Fixing http tests to avoid hanging when assertions fail #​4435
  • Fix TS definition for AxiosRequestTransformer #​4201
  • Fix grammatical issues in README #​4232
  • Fixing instance.defaults.headers type #​4557
  • Fixed race condition on immediate requests cancellation #​4261
  • Fixing Z_BUF_ERROR when no content #​4701
  • Fixing proxy beforeRedirect regression #​4708
  • Fixed AxiosError status code type #​4717
  • Fixed AxiosError stack capturing #​4718
  • Fixing AxiosRequestHeaders typings #​4334
  • Fixed max body length defaults #​4731
  • Fixed toFormData Blob issue on node>v17 #​4728
  • Bump grunt from 1.5.2 to 1.5.3 #​4743
  • Fixing content-type header repeated #​4745
  • Fixed timeout error message for http 4738
  • Request ignores false, 0 and empty string as body values #​4785
  • Added back missing minified builds #​4805
  • Fixed a type error #​4815
  • Fixed a regression bug with unsubscribing from cancel token; #​4819
  • Remove repeated compression algorithm #​4820
  • The error of calling extend to pass parameters #​4857
  • SerializerOptions.indexes allows boolean | null | undefined #​4862
  • Require interceptors to return values #​4874
  • Removed unused imports #​4949
  • Allow null indexes on formSerializer and paramsSerializer #​4960
Chores
  • Set permissions for GitHub actions #​4765
  • Included githubactions in the dependabot config #​4770
  • Included dependency review #​4771
  • Update security.md #​4784
  • Remove unnecessary spaces #​4854
  • Simplify the import path of AxiosError #​4875
  • Fix Gitpod dead link #​4941
  • Enable syntax highlighting for a code block #​4970
  • Using Logo Axios in Readme.md #​4993
  • Fix markup for note in README #​4825
  • Fix typo and formatting, add colons #​4853
  • Fix typo in readme #​4942
Security
Contributors to this release
actions/node-versions (node)

v24.14.1: 24.14.1

Compare Source

Node.js 24.14.1

Textualize/rich (rich)

v14.3.4

Compare Source

Changed
  • Breaking change: Dropped support for Python3.8
Fixed
  • Fixed empty print ignoring the end parameter #​4075
  • Fixed Text.from_ansi removing newlines #​4076
  • Fixed FileProxy.isatty not proxying #​4077
  • Fixed inline code in Markdown tables cells #​4079

[14.3.4] - 2026-04-11

Changed
  • Improved import time with lazy loading #​4070
  • Changed link id generation to avoid random number generation at runtime #​3845

[14.3.3] - 2026-02-19

Fixed
  • Fixed infinite loop with cells.split_graphemes #​4006

[14.3.2] - 2026-02-01

Fixed
  • Fixed solo ZWJ crash #​3953
  • Fixed control codes reporting width of 1 #​3953

[14.3.1] - 2026-01-24

Fixed
  • Fixed characters out of unicode range reporting a cell size if 0 #​3944

[14.3.0] - 2026-01-24

Fixed
  • IPython now respects when a Console instance is passed to pretty.install #​3915
  • Fixed extraneous blank line on non-interactive disabled Progress #​3905
  • Fixed extra padding on first cell in columns #​3935
  • Fixed trailing whitespace removed when soft_wrap=True #​3937
  • Fixed style new-lines when soft_wrap = True and a print style is set #​3938
Added
  • Added support for some multi-codepopint glyphs (will fix alignment issues for these characters) #​3930
  • Added support for UNICODE_VERSION environment variable #​3930
  • Added last_render_height property to LiveRender #​3934
  • Expose locals_max_depth and locals_overflow in traceback.install #​3906/
  • Added Segment.split_lines_terminator #​3938
Changed
  • cells.cell_len now has a unicode_version parameter (that you probably should never change) #​3930
  • Live will not write a new line if there was nothing rendered #​3934
  • Changed style of Markdown headers #​3942
  • Changed style of Markdown tables, added markdown.table.header and markdown.table.border styles #​3942
  • Changed style of Markdown rules #​3942

[14.2.0] - 2025-10-09

Changed
Fixed
  • Fixed exception when calling inspect on objects with unusual __qualname__ attribute #​3894

[14.1.0] - 2025-06-25

Changed
  • Removed typing_extensions from runtime dependencies #​3763
  • Live objects (including Progress) may now be nested #​3768
  • Added padding property to Syntax which returns a tuple of four integers #​3782
Fixed
  • Fixed extraction of recursive exceptions #​3772
  • Fixed padding applied to Syntax #​3782
  • Fixed Panel title missing the panel background style #​3569
Added
  • Added TTY_INTERACTIVE environment variable to force interactive mode off or on #​3777

[14.0.0] - 2025-03-30

Added
  • Added env var TTY_COMPATIBLE to override auto-detection of TTY support (See console.rst for details). #​3675
Changed
  • An empty NO_COLOR env var is now considered disabled. #​3675
  • An empty FORCE_COLOR env var is now considered disabled. #​3675
  • Rich tracebacks will now render notes on Python 3.11 onwards (added with Exception.add_note) #​3676
  • Indentation in exceptions won't be underlined #​3678
  • Rich tracebacks will now render Exception Groups #​3677

[13.9.4] - 2024-11-01

Changed
  • Optimizations to cell_len which may speed up Rich / Textual output #​3546

[13.9.3] - 2024-10-22

Fixed
  • Fixed broken regex that may have resulted in poor performance. #​3535

[13.9.2] - 2024-10-04

Fixed

[13.9.1] - 2024-10-01

Fixed
  • Fixed typing_extensions dependency

[13.9.0] - 2024-10-01

Changed
  • Dropped support for Python3.7 #​3509
  • Rich will display tracebacks with finely grained error locations on python 3.11+ #​3486
Fixed
  • Fixed issue with Segment._split_cells #​3506
  • Fix auto detection of terminal size on Windows #​2916
  • Text.style now respected in Panel title/subtitle #​3509

[13.8.1] - 2024-09-10

Fixed
  • Added support for Python 3.13 #​3481
  • Fixed infinite loop when appending Text to same instance #​3480

[13.8.0] - 2024-08-26

Fixed
  • Fixed Table rendering of box elements so "footer" elements truly appear at bottom of table, "mid" elements in main table body.
  • Fixed styles in Panel when Text objects are used for title #​3401
  • Fix pretty repr for collections.deque #​2864
  • Thread used in progress.track will exit if an exception occurs in a generator #​3402
  • Progress track thread is now a daemon thread #​3402
  • Fixed cached hash preservation upon clearing meta and links #​2942
  • Fixed overriding the background_color of Syntax not including padding #​3295
  • Fixed pretty printing of dataclasses with a default repr in Python 3.13 #​3455
  • Fixed selective enabling of highlighting when disabled in the Console #​3419
  • Fixed BrokenPipeError writing an error message #​3468
  • Fixed superfluous space above Markdown tables #​3469
  • Fixed issue with record and capture interaction #​3470
  • Fixed control codes breaking in append_tokens #​3471
  • Fixed exception pretty printing a dataclass with missing fields #​3472
Changed
  • RichHandler errors and warnings will now use different colors (red and yellow) #​2825
  • Removed the empty line printed in jupyter while using Progress #​2616
  • Running tests in environment with FORCE_COLOR or NO_COLOR environment variables
  • ansi decoder will now strip problematic private escape sequences (like \x1b7) #​3278/
  • Tree's ASCII_GUIDES and TREE_GUIDES constants promoted to class attributes
  • rich.Text.highlight_regex now accepts a regular expression object #​3347
Added
  • Adds a case_sensitive parameter to prompt.Prompt. This determines if the
    response is treated as case-sensitive. Defaults to True.
  • Added Console.on_broken_pipe #​3468

[13.7.1] - 2024-02-28

Fixed
  • Updated the widths of some characters #​3289
Added
  • Included a name attribute to the Spinner class #​3359

[13.7.0] - 2023-11-15

Added
  • Adds missing parameters to Panel.fit #​3142
Fixed
  • Some text goes missing during wrapping when it contains double width characters #​3176
  • Ensure font is correctly inherited in exported HTML #​3104
  • Fixed typing for FloatPrompt.

[13.6.0] - 2023-09-30

Added
  • Added Python 3.12 to classifiers.

[13.5.3] - 2023-09-17

Fixed
  • Markdown table rendering issue with inline styles and links #​3115
  • Fix Markdown code blocks on a light background #​3123

[13.5.2] - 2023-08-01

Fixed
  • Fixed Text.expand_tabs assertion error

[13.5.1] - 2023-07-31

Fixed
  • Fix tilde character (~) not included in link regex when printing to console #​3057

[13.5.0] - 2023-07-29

Fixed
  • Fixed Text.expand_tabs not expanding spans.
  • Fixed TimeElapsedColumn from showing negative.
  • Fix for escaping strings with a trailing backslash #​2987
  • Fixed exception in Markdown with partial table #​3053
  • Fixed the HTML export template so that the <html> tag comes before the <head> tag #​3021
  • Fixed issue with custom classes overwriting __eq__ #​2875
  • Fix rich.pretty.install breakage in iPython #​3013
Added
  • Added Text.extend_style method.
  • Added Span.extend method.
Changed
  • Text.tab_size now defaults to None to indicate that Console.tab_size should be used.

[13.4.2] - 2023-06-12

Changed
  • Relaxed markdown-it-py dependency

[13.4.1] - 2023-05-31

Fixed
  • Fixed typing extensions import in markdown #​2979

[13.4.0] - 2023-05-31

Added
  • Added support for tables in Markdown #​2977

[13.3.5] - 2023-04-27

Fixed
  • Fixed italic indent guides in SVG output

[13.3.4] - 2023-04-12

Fixed
  • Fixed for is_terminal ignoring FORCE_COLOR #​2923

[13.3.3] - 2023-02-27

Added
  • Added Style.clear_meta_and_links

[13.3.2] - 2023-02-04

Fixed
  • Reversed pre and code tags in base HTML format #​2642
  • Fix syntax error when building with nuitka #​2635
  • Fixed pretty printing of empty dataclass #​2819
  • Use Console(stderr=True) in rich.traceback.install to support io redirection.
  • Fixes superfluous spaces in html output #​2832
  • Fixed duplicate output in Jupyter https://github.com/Textualize/rich/pulls/2804
  • Filter ANSI character-encoding-change codes in Text.from_ansi parser
  • Fixes traceback failing when a frame filename is unreadable #​2821
  • Fix for live update rendering console markup #​2726
Added
  • Added Polish README
Changed
  • rich.progress.track() will now show the elapsed time after finishing the task #​2659

[13.3.1] - 2023-01-28

Fixed
  • Fixed truecolor to eight bit color conversion #​2785

[13.3.0] - 2023-01-27

Fixed
  • Fixed failing tests due to Pygments dependency #​2757
  • Relaxed ipywidgets #​2767
Added
  • Added encoding parameter in Theme.read

[13.2.0] - 2023-01-19

Changed
  • Switch Markdown parsing from commonmark to markdown-it-py #​2439

[13.1.0] - 2023-01-14

Fixed
  • Fixed wrong filenames in Jupyter tracebacks #​2271
Added
  • Added locals_hide_dunder and locals_hide_sunder to Tracebacks, to hide double underscore and single underscore locals. #​2754
Changed
  • Tracebacks will now hide double underscore names from locals by default. Set locals_hide_dunder=False to restore previous behaviour.

[13.0.1] - 2023-01-06

Fixed
  • Fixed issue with Segment.split_cells for mixed single and double cell widths

[13.0.0] - 2022-12-30

Fixed
  • Reversed pre and code tags in base HTML format #​2642
  • Improved detection of attrs library, that isn't confused by the presence of the attr library.
  • Fixed issue with locals_max_length parameter not being respected in Traceback #​2649
  • Handling of broken fileno made more robust. Fixes #​2645
  • Fixed missing fileno on FileProxy
Fixed
  • Fix type of spinner_style argument in Console.status #​2613.
Changed
  • Bumped minimum Python version to 3.7 #​2567
  • Pretty-printing of "tagged" __repr__ results is now greedy when matching tags #​2565
  • progress.track now supports deriving total from __length_hint__
Added
  • Add type annotation for key_separator of pretty.Node #​2625

[12.6.0] - 2022-10-02

Added
Fixed
  • Handle stdout/stderr being null #​2513
  • Fix NO_COLOR support on legacy Windows #​2458
  • Fix pretty printer handling of cyclic references #​2524
  • Fix missing mode property on file wrapper breaking uploads via requests #​2495
  • Fix mismatching default value of parameter ensure_ascii #​2538
  • Remove unused height parameter in Layout class #​2540
  • Fixed exception in Syntax.rich_measure for empty files
Changed
  • Removed border from code blocks in Markdown

[12.5.2] - 2022-07-18

Added
  • Add Turkish Readme.

[12.5.1] - 2022-07-11

Fixed
  • Fixed missing typing extensions dependency on 3.9 #​2386
  • Fixed Databricks Notebook is not detected as Jupyter environment. #​2422

[12.5.0] - 2022-07-11

Added
  • Environment variables JUPYTER_COLUMNS and JUPYTER_LINES to control width and height of console in Jupyter
  • Markdown friendly Box style, MARKDOWN, for rendering tables ready to copy into markdown files
  • inspect will prefix coroutine functions with async def
  • Style.__add__ will no longer return NotImplemented
  • Remove rich._lru_cache
Changed
  • Default width of Jupyter console size is increased to 115
  • Optimized Segment.divide
Fixed
  • Fix Rich clobbering cursor style on Windows #​2339
  • Fix text wrapping edge case #​2296
  • Allow exceptions that are raised while a Live is rendered to be displayed and/or processed #​2305
  • Fix crashes that can happen with inspect when docstrings contain some special control codes #​2294
  • Fix edges used in first row of tables when show_header=False #​2330
  • Fix interaction between Capture contexts and Console(record=True) #​2343
  • Fixed hash issue in Styles class #​2346
  • Fixed bug in Segment.split_and_crop_lines

[12.4.4] - 2022-05-24

Changed
  • Added clipping per line to SVG output to avoid box characters overlapping
  • Optimized SVG output

[12.4.3] - 2022-05-23

Changed
  • Further tweaks to SVG character matrix
  • Added clip rect to SVG to prevent box characters overlapping bottom of terminal

[12.4.2] - 2022-05-23

Fixed
  • Fix for SVG on Firefox
Changed
  • Removed excess margin from SVG, tweaked cell sizes to better render block characters

[12.4.1] - 2022-05-08

Fixed
  • Fix for default background color in SVG export #​2260
Changed
  • Added a keyline around SVG terminals which is visible on dark backgrounds
Changed
  • Added a keyline around SVG terminals which is visible on dark backgrounds

[12.4.0] - 2022-05-07

Changed
  • Rebuilt SVG export to create a simpler SVG that is more portable
  • Fix render_lines crash when render height

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Apr 13, 2026

Deploying bats-ai with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9232189
Status: ✅  Deploy successful!
Preview URL: https://933c85d9.bats-ai.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.bats-ai.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 85596b5 to 9232189 Compare April 14, 2026 05:55
@brianhelba brianhelba merged commit 159b2f5 into main Apr 14, 2026
5 checks passed
@brianhelba brianhelba deleted the renovate/all-minor-patch branch April 14, 2026 13:33
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.

1 participant