Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the minor-and-patch group with 1 update in the / directory: juice.

Updates juice from 11.0.3 to 11.1.0

Release notes

Sourced from juice's releases.

v11.1.0

New features

  • feat: juice ignore comments ce49f21 (#578)
  • feat: remove inlined selectors 130184e (#577)
  • feat: inline duplicate properties c5b78ae (#575)
  • feat: preservedSelectors option fbd82ca (#579)

Automattic/juice@v11.1.0-2...v11.1.0

v11.1.0-2

  • revert: selectors must match exactly de7a6ed

Automattic/juice@v11.1.0-1...v11.1.0-2

v11.1.0-1

This pre-release adds the preservedSelectors option, which can be used to preserve CSS rules in <style> tags when removeStyleTags or removeInlinedSelectors are true.

For example, this:

juice(`
  <style>
    div { color: red; } 
    .preserve-me { background: blue; }
  </style>
  <div class="preserve-me">Test</div>
  `, 
  { 
    removeStyleTags: true, 
    preservedSelectors: ['.preserve-me'] 
  }
)

... would return this HTML:

<style>
  .preserve-me { background: blue; }
</style>
<div class="preserve-me" style="color: red; background: blue">Test</div>


... (truncated)

Commits
  • a7f8bd6 11.1.0
  • 7e22852 Merge pull request #586 from Automattic/dependabot/npm_and_yarn/types/node-25...
  • c682186 Merge pull request #583 from Automattic/dependabot/npm_and_yarn/mocha-11.7.5
  • 57a1d19 chore: update changelog.md
  • 5c1d388 build(deps-dev): bump @​types/node from 24.9.2 to 25.0.3
  • cfe3cb2 build(deps-dev): bump mocha from 11.7.4 to 11.7.5
  • 1e62f52 11.1.0-2
  • 39159ff Merge pull request #580 from Automattic/revert-preserve-substring
  • de7a6ed revert: selectors must match exactly
  • 8d74a76 11.1.0-1
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 1 update in the / directory: [juice](https://github.com/Automattic/juice).


Updates `juice` from 11.0.3 to 11.1.0
- [Release notes](https://github.com/Automattic/juice/releases)
- [Changelog](https://github.com/Automattic/juice/blob/master/CHANGELOG.md)
- [Commits](Automattic/juice@v11.0.3...v11.1.0)

---
updated-dependencies:
- dependency-name: juice
  dependency-version: 11.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 28, 2026
@github-actions
Copy link

🚀 Surge Preview has been successfully deployed!

Preview URL: https://doocs-md-preview-pr-1287.surge.sh

Built with commit 7b5cd87

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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants