fix(deps): update all non-major dependencies - autoclosed #132

Closed
renovatebot wants to merge 0 commits from renovate/all-minor-patch into master
Collaborator

This PR contains the following updates:

Package Type Update Change
css-inline dependencies minor 0.15.0 -> 0.16.0
lol_html dependencies minor 2.5.0 -> 2.6.0
serde_json dependencies patch 1.0.140 -> 1.0.141
tantivy dependencies patch 0.24.1 -> 0.24.2

Release Notes

Stranger6667/css-inline (css-inline)

v0.16.0

Compare Source

Added
  • CLI: --extra-css-file option to load additional CSS from files. #​67
Changed
  • CLI: Remove pico-args
  • Bump MSRV to 1.75.
  • Update selectors to 0.30.
  • Update html5ever to 0.35.
Fixed
  • Ignored !important that has insignificant whitespace after it.
Performance
  • Use interned string to compare style element name.
  • Only check the value suffix for !important.
cloudflare/lol-html (lol_html)

v2.6.0

Compare Source

  • Added source code locations to the C and JS APIs
  • Significant performance improvements and code size reductions
serde-rs/json (serde_json)

v1.0.141

Compare Source

quickwit-oss/tantivy (tantivy)

v0.24.2

Compare Source


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.

👻 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [css-inline](https://github.com/Stranger6667/css-inline) | dependencies | minor | `0.15.0` -> `0.16.0` | | [lol_html](https://github.com/cloudflare/lol-html) | dependencies | minor | `2.5.0` -> `2.6.0` | | [serde_json](https://github.com/serde-rs/json) | dependencies | patch | `1.0.140` -> `1.0.141` | | [tantivy](https://github.com/quickwit-oss/tantivy) | dependencies | patch | `0.24.1` -> `0.24.2` | --- ### Release Notes <details> <summary>Stranger6667/css-inline (css-inline)</summary> ### [`v0.16.0`](https://github.com/Stranger6667/css-inline/blob/HEAD/CHANGELOG.md#0160---2025-07-16) [Compare Source](https://github.com/Stranger6667/css-inline/compare/v0.15.0...v0.16.0) ##### Added - **CLI**: `--extra-css-file` option to load additional CSS from files. [#&#8203;67](https://github.com/Stranger6667/css-inline/pull/67) ##### Changed - **CLI**: Remove `pico-args` - Bump MSRV to `1.75`. - Update `selectors` to `0.30`. - Update `html5ever` to `0.35`. ##### Fixed - Ignored `!important` that has insignificant whitespace after it. ##### Performance - Use interned string to compare `style` element name. - Only check the value suffix for `!important`. </details> <details> <summary>cloudflare/lol-html (lol_html)</summary> ### [`v2.6.0`](https://github.com/cloudflare/lol-html/blob/HEAD/CHANGELOG.md#v260) [Compare Source](https://github.com/cloudflare/lol-html/compare/v2.5.0...v2.6.0) - Added source code locations to the C and JS APIs - Significant performance improvements and code size reductions </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.141`](https://github.com/serde-rs/json/releases/tag/v1.0.141) [Compare Source](https://github.com/serde-rs/json/compare/v1.0.140...v1.0.141) - Optimize string escaping during serialization ([#&#8203;1273](https://github.com/serde-rs/json/issues/1273), thanks [@&#8203;conradludgate](https://github.com/conradludgate)) </details> <details> <summary>quickwit-oss/tantivy (tantivy)</summary> ### [`v0.24.2`](https://github.com/quickwit-oss/tantivy/compare/0.24.1...0.24.2) [Compare Source](https://github.com/quickwit-oss/tantivy/compare/0.24.1...0.24.2) </details> --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNy42IiwidXBkYXRlZEluVmVyIjoiNDEuMzguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2025-07-16 14:31:13 -07:00
fix(deps): update rust crate css-inline to 0.16.0
Some checks failed
Continuous integration / Check (push) Successful in 1m46s
Continuous integration / Test Suite (push) Successful in 2m0s
Continuous integration / Trunk (push) Failing after 7m14s
Continuous integration / Rustfmt (push) Successful in 40s
Continuous integration / build (push) Successful in 1m34s
Continuous integration / Disallow unused dependencies (push) Successful in 2m11s
7ba39587d3
renovatebot force-pushed renovate/all-minor-patch from 7ba39587d3 to fe92cc7984 2025-07-16 20:16:21 -07:00 Compare
renovatebot changed title from fix(deps): update rust crate css-inline to 0.16.0 to fix(deps): update all non-major dependencies 2025-07-16 20:16:23 -07:00
renovatebot force-pushed renovate/all-minor-patch from fe92cc7984 to 02175bcaf3 2025-07-18 05:46:24 -07:00 Compare
renovatebot force-pushed renovate/all-minor-patch from 02175bcaf3 to b764d725b1 2025-07-18 12:01:33 -07:00 Compare
renovatebot changed title from fix(deps): update all non-major dependencies to fix(deps): update all non-major dependencies - autoclosed 2025-07-18 16:15:49 -07:00
renovatebot closed this pull request 2025-07-18 16:15:49 -07:00
Some checks failed
Continuous integration / Check (push) Successful in 1m18s
Continuous integration / Test Suite (push) Successful in 1m59s
Continuous integration / Trunk (push) Failing after 58s
Continuous integration / Rustfmt (push) Successful in 38s
Continuous integration / build (push) Successful in 3m24s
Continuous integration / Disallow unused dependencies (push) Successful in 2m5s

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wathiede/letterbox#132
No description provided.