Skip to content

Bump css-inline from 0.18.0 to 0.19.0#1723

Merged
felixrindt merged 1 commit intomainfrom
dependabot/pip/css-inline-0.19.0
Jan 6, 2026
Merged

Bump css-inline from 0.18.0 to 0.19.0#1723
felixrindt merged 1 commit intomainfrom
dependabot/pip/css-inline-0.19.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps css-inline from 0.18.0 to 0.19.0.

Release notes

Sourced from css-inline's releases.

[C] Release 0.19.0

Added

  • remove_inlined_selectors option to remove selectors that were successfully inlined from <style> blocks.

Changed

  • Update cssparser to 0.36.
  • Update html5ever to 0.36.
  • Update selectors to 0.33.

Performance

  • Use element indexes for faster selector lookups on large documents.
  • Use more efficient data structures for storing element styles.

[Java] Release 0.19.0

Added

  • removeInlinedSelectors option to remove selectors that were successfully inlined from <style> blocks.

Changed

  • Update cssparser to 0.36.
  • Update html5ever to 0.36.
  • Update selectors to 0.33.

Performance

  • Use element indexes for faster selector lookups on large documents.
  • Use more efficient data structures for storing element styles.

[JavaScript] Release 0.19.0

Added

  • removeInlinedSelectors option to remove selectors that were successfully inlined from <style> blocks.

Changed

  • Update napi to 3.
  • Update cssparser to 0.36.
  • Update html5ever to 0.36.
  • Update selectors to 0.33.
  • Bump MSRV to 1.88.
  • Drop Node.js 18 support.

Performance

  • Use element indexes for faster selector lookups on large documents.
  • Use more efficient data structures for storing element styles.

... (truncated)

Changelog

Sourced from css-inline's changelog.

[0.19.0] - 2025-12-29

Added

  • InlineOptions::remove_inlined_selectors option to remove selectors that were successfully inlined from <style> blocks.

Changed

  • Update cssparser to 0.36.
  • Update html5ever to 0.36.
  • Update selectors to 0.33.

Fixed

  • CLI tests compatibility with future Cargo versions. #602

Performance

  • Use element indexes for faster selector lookups on large documents.
  • Use more efficient data structures for storing element styles.
Commits
  • 514a2e0 chore(c): Release 0.19.0
  • dfe11f7 chore(python): Release 0.19.0
  • b8340dd chore(ruby): Update dependency on css-inline to 0.19.0
  • 266bb5f feat: remove inlined selectors
  • e4efb2e chore: Update to edition 2024 in bindings
  • c3b5bcd docs: Update benchmarks
  • 1fb6466 perf: Use smallvec for styles collection
  • 5ad73be feat: PHP bindings
  • 30e18dd build(js): Fix node builds
  • 8d66557 build(js): Fix node builds
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 5, 2026
@coveralls
Copy link

coveralls commented Jan 5, 2026

Coverage Status

coverage: 84.428%. remained the same
when pulling ff5b47b on dependabot/pip/css-inline-0.19.0
into fac675b on main.

Bumps [css-inline](https://github.com/Stranger6667/css-inline) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/Stranger6667/css-inline/releases)
- [Changelog](https://github.com/Stranger6667/css-inline/blob/master/CHANGELOG.md)
- [Commits](Stranger6667/css-inline@v0.18.0...c-v0.19.0)

---
updated-dependencies:
- dependency-name: css-inline
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/css-inline-0.19.0 branch from 04fc81b to ff5b47b Compare January 6, 2026 15:32
@felixrindt felixrindt merged commit 23af0c5 into main Jan 6, 2026
16 checks passed
@felixrindt felixrindt deleted the dependabot/pip/css-inline-0.19.0 branch January 6, 2026 16:57
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.

2 participants