Skip to content

build(deps): bump the minor-and-patch group across 1 directory with 2 updates#1444

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/minor-and-patch-485224ab3a
Closed

build(deps): bump the minor-and-patch group across 1 directory with 2 updates#1444
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/minor-and-patch-485224ab3a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2026

Bumps the minor-and-patch group with 2 updates in the / directory: juice and @cloudflare/vite-plugin.

Updates juice from 11.0.3 to 11.1.1

Release notes

Sourced from juice's releases.

v11.1.1

  • fix: data-embed style tags db64a51
  • build(deps): bump entities from 7.0.0 to 7.0.1 476d286
  • build(deps-dev): bump @​types/node from 25.0.10 to 25.2.0 306ceb7

Automattic/juice@v11.1.0...v11.1.1

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:

... (truncated)

Changelog

Sourced from juice's changelog.

11.1.1 / 2026-02-04

  • fix: data-embed style tags db64a51
  • build(deps): bump entities from 7.0.0 to 7.0.1 476d286
  • build(deps-dev): bump @​types/node from 25.0.10 to 25.2.0 306ceb7

11.1.0 / 2026-01-05

New features

  • juice ignore CSS comments ce49f21
  • removeInlinedSelectors 130184e
  • inline duplicate properties c5b78ae
  • preservedSelectors option fbd82ca
Commits
  • a39341e 11.1.1
  • ac49410 chore: update changelog.md
  • feb3427 chore: update readme.md
  • 842c446 Merge pull request #591 from Automattic/dependabot/npm_and_yarn/entities-7.0.1
  • 476d286 build(deps): bump entities from 7.0.0 to 7.0.1
  • 7c5013d Merge pull request #595 from Automattic/dependabot/npm_and_yarn/types/node-25...
  • 6fd54f7 Merge pull request #596 from Automattic/fix-embed
  • db64a51 fix: data-embed style tags
  • 306ceb7 build(deps-dev): bump @​types/node from 25.0.10 to 25.2.0
  • 6328895 Merge pull request #592 from Automattic/dependabot/npm_and_yarn/types/node-25...
  • Additional commits viewable in compare view

Updates @cloudflare/vite-plugin from 1.31.0 to 1.31.1

Release notes

Sourced from @​cloudflare/vite-plugin's releases.

@​cloudflare/vite-plugin@​1.31.1

Patch Changes

Changelog

Sourced from @​cloudflare/vite-plugin's changelog.

1.31.1

Patch Changes

Commits

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 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

… updates

Bumps the minor-and-patch group with 2 updates in the / directory: [juice](https://github.com/Automattic/juice) and [@cloudflare/vite-plugin](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vite-plugin-cloudflare).


Updates `juice` from 11.0.3 to 11.1.1
- [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.1)

Updates `@cloudflare/vite-plugin` from 1.31.0 to 1.31.1
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/vite-plugin-cloudflare/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/@cloudflare/vite-plugin@1.31.1/packages/vite-plugin-cloudflare)

---
updated-dependencies:
- dependency-name: juice
  dependency-version: 11.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@cloudflare/vite-plugin"
  dependency-version: 1.31.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 8, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 8, 2026

🚀 Surge Preview has been successfully deployed!

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

Built with commit 11861c1

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 8, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/minor-and-patch-485224ab3a branch April 8, 2026 06:24
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