Update dependency stephenberry/glaze to v7.3.3 #79

Merged
Bluemedia merged 1 commit from renovate/stephenberry-glaze-7.x into main 2026-04-14 18:24:24 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
stephenberry/glaze minor 7.2.37.3.3

Release Notes

stephenberry/glaze (stephenberry/glaze)

v7.3.3

Compare Source

Fixes

JSON Schema

  • jsonchema prefixItems for tuples and arrays in #​2461
  • Proper vector of pairs support for JSON Schema in #​2464
  • Single string type when not an array for JSON Schema in #​2465
  • Proper JSON Schema for Glaze value metadata in #​2466

Improvements

Full Changelog: https://github.com/stephenberry/glaze/compare/v7.3.2...v7.3.3

v7.3.2

Compare Source

Hotfix

Full Changelog: https://github.com/stephenberry/glaze/compare/v7.3.1...v7.3.2

v7.3.1

Compare Source

Fixes

Full Changelog: https://github.com/stephenberry/glaze/compare/v7.3.0...v7.3.1

v7.3.0

Compare Source

[!IMPORTANT]
BEVE boolean arrays layout specification compliance fix
Proper LSB encoding for BEVE boolean arrays by @​stephenberry in #​2444

Fixes

Improvements

Full Changelog: https://github.com/stephenberry/glaze/compare/v7.2.3...v7.3.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [stephenberry/glaze](https://github.com/stephenberry/glaze) | minor | `7.2.3` → `7.3.3` | --- ### Release Notes <details> <summary>stephenberry/glaze (stephenberry/glaze)</summary> ### [`v7.3.3`](https://github.com/stephenberry/glaze/releases/tag/v7.3.3) [Compare Source](https://github.com/stephenberry/glaze/compare/v7.3.2...v7.3.3) #### Fixes - Guard fixed\_padding for prettify by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2460](https://github.com/stephenberry/glaze/pull/2460) - skip\_toml\_field boolean fix for MSVC compiler bug by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2463](https://github.com/stephenberry/glaze/pull/2463) #### JSON Schema - jsonchema prefixItems for tuples and arrays in [#&#8203;2461](https://github.com/stephenberry/glaze/pull/2461) - Proper vector of pairs support for JSON Schema in [#&#8203;2464](https://github.com/stephenberry/glaze/pull/2464) - Single string type when not an array for JSON Schema in [#&#8203;2465](https://github.com/stephenberry/glaze/pull/2465) - Proper JSON Schema for Glaze value metadata in [#&#8203;2466](https://github.com/stephenberry/glaze/pull/2466) #### Improvements - Update MSVC version in README to the correct one used in CI by [@&#8203;DockedFerret800](https://github.com/DockedFerret800) in [#&#8203;2462](https://github.com/stephenberry/glaze/pull/2462) **Full Changelog**: <https://github.com/stephenberry/glaze/compare/v7.3.2...v7.3.3> ### [`v7.3.2`](https://github.com/stephenberry/glaze/releases/tag/v7.3.2) [Compare Source](https://github.com/stephenberry/glaze/compare/v7.3.1...v7.3.2) #### Hotfix - noexcept member-function custom support fix by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2452](https://github.com/stephenberry/glaze/pull/2452) **Full Changelog**: <https://github.com/stephenberry/glaze/compare/v7.3.1...v7.3.2> ### [`v7.3.1`](https://github.com/stephenberry/glaze/releases/tag/v7.3.1) [Compare Source](https://github.com/stephenberry/glaze/compare/v7.3.0...v7.3.1) #### Fixes - \[tsan] Fix data race on http\_server::running flag by [@&#8203;polyxemus](https://github.com/polyxemus) in [#&#8203;2446](https://github.com/stephenberry/glaze/pull/2446) - Fix stale optional/variant registry fields by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2450](https://github.com/stephenberry/glaze/pull/2450) **Full Changelog**: <https://github.com/stephenberry/glaze/compare/v7.3.0...v7.3.1> ### [`v7.3.0`](https://github.com/stephenberry/glaze/releases/tag/v7.3.0) [Compare Source](https://github.com/stephenberry/glaze/compare/v7.2.3...v7.3.0) > \[!IMPORTANT] > BEVE boolean arrays layout specification compliance fix > Proper LSB encoding for BEVE boolean arrays by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2444](https://github.com/stephenberry/glaze/pull/2444) #### Fixes - Fix UB for itoa: forming pointer before the start of an array by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2440](https://github.com/stephenberry/glaze/pull/2440) - Fix (yaml): quote strings containing commas in needs\_quoting() by [@&#8203;psallandre](https://github.com/psallandre) in [#&#8203;2433](https://github.com/stephenberry/glaze/pull/2433) - Fix (yaml): custom\_t/skip\_if support and custom read tail scan by [@&#8203;psallandre](https://github.com/psallandre) in [#&#8203;2434](https://github.com/stephenberry/glaze/pull/2434) - `write_block_sequence` uses compact style by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2441](https://github.com/stephenberry/glaze/pull/2441) - Fix YAML empty array formatting by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2443](https://github.com/stephenberry/glaze/pull/2443) #### Improvements - YAML support for glz::custom by [@&#8203;stephenberry](https://github.com/stephenberry) in [#&#8203;2442](https://github.com/stephenberry/glaze/pull/2442) - Add eetf\_to\_json function by [@&#8203;fregate](https://github.com/fregate) in [#&#8203;2439](https://github.com/stephenberry/glaze/pull/2439) **Full Changelog**: <https://github.com/stephenberry/glaze/compare/v7.2.3...v7.3.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4xNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Update dependency stephenberry/glaze to v7.3.0
All checks were successful
ci/woodpecker/push/glaze Pipeline was successful
49b5e8a7ee
Renovate force-pushed renovate/stephenberry-glaze-7.x from 49b5e8a7ee
All checks were successful
ci/woodpecker/push/glaze Pipeline was successful
to 8735a0d467
All checks were successful
ci/woodpecker/push/glaze Pipeline was successful
2026-04-08 17:22:03 +00:00
Compare
Renovate changed title from Update dependency stephenberry/glaze to v7.3.0 to Update dependency stephenberry/glaze to v7.3.2 2026-04-08 17:22:03 +00:00
Renovate force-pushed renovate/stephenberry-glaze-7.x from 8735a0d467
All checks were successful
ci/woodpecker/push/glaze Pipeline was successful
to fa0041466a
All checks were successful
ci/woodpecker/push/glaze Pipeline was successful
2026-04-11 05:21:50 +00:00
Compare
Renovate changed title from Update dependency stephenberry/glaze to v7.3.2 to Update dependency stephenberry/glaze to v7.3.3 2026-04-11 05:21:51 +00:00
Bluemedia deleted branch renovate/stephenberry-glaze-7.x 2026-04-14 18:24:24 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Bluemedia/desktop-environment-rpms!79
No description provided.