Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2025

Updates the requirements on css-inline to permit the latest version.

Release notes

Sourced from css-inline's releases.

[C] Release 0.17.0

Added

  • keep_at_rules option to keep all "at-rules" (ones starting with @) inside a "style" element. #265

Performance

  • Avoid unnecessary check for double quotes.
  • Avoid creating an unnecessary string cache entry.
  • Use a more precise estimate for the size of the number of applied styles.
  • Avoid hashtable rebuilding on small hashmaps.
Changelog

Sourced from css-inline's changelog.

[0.17.0] - 2025-07-26

Added

  • keep_at_rules option to keep all "at-rules" (ones starting with @) inside a "style" element. #265

Performance

  • Avoid unnecessary check for double quotes.
  • Avoid creating an unnecessary string cache entry.
  • Use a more precise estimate for the size of the number of applied styles.
  • Avoid hashtable rebuilding on small hashmaps.

[0.16.0] - 2025-07-16

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.

[0.15.0] - 2025-06-17

Changed

  • Update cssparser to 0.35.
  • Update html5ever to 0.31.
  • Update selectors to 0.28.

[0.14.5] - 2025-06-16

Performance

  • Slightly improve performance of HTML serialization.
  • Avoid creating unused caches.

... (truncated)

Commits
  • 9d4ca21 chore(javascript): Release 0.17.0
  • 9628722 chore(ruby): Release 0.17.0
  • f24256b chore(java): Release 0.17.0
  • d77ba74 chore(c): Release 0.17.0
  • 5f7dc9b chore(python): Release 0.17.0
  • fe53f44 chore(ruby): Fix Ruby builds
  • 234dc28 chore(javascript): Update TS interface
  • 3b48196 perf: Avoid hashtable rebuilding on small hashmaps
  • 8b9815f perf: Use a more precise estimate for the size of the number of applied styles
  • 3e9c33a perf: Avoid creating an unnecessary string cache entry
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [css-inline](https://github.com/Stranger6667/css-inline) to permit the latest version.
- [Release notes](https://github.com/Stranger6667/css-inline/releases)
- [Changelog](https://github.com/Stranger6667/css-inline/blob/master/CHANGELOG.md)
- [Commits](Stranger6667/css-inline@c-v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: css-inline
  dependency-version: 0.17.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants