Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2025

Bumps @11ty/eleventy-plugin-bundle from 1.0.5 to 3.0.7.

Release notes

Sourced from @​11ty/eleventy-plugin-bundle's releases.

Eleventy Bundle v3.0.7

  • Fixes a bug with stale out-of-order rendering bundle checking in page urls (for @11ty/eleventy-plugin-webc@0.12.0-beta.4)

Full Changelog: 11ty/eleventy-plugin-bundle@v3.0.6...v3.0.7

Eleventy Bundle v3.0.6

Full Changelog: 11ty/eleventy-plugin-bundle@v3.0.5...v3.0.6

Eleventy Bundle v3.0.5

  • Adds support for eleventy:bucket attributes on HTML node content-driven bundles via bundleHtmlContentFromSelector.

Full Changelog: 11ty/eleventy-plugin-bundle@v3.0.4...v3.0.5

Eleventy Bundle v3.0.4

  • Adds support for eleventy:ignore attribute on HTML nodes on bundles via bundleHtmlContentFromSelector.

Full Changelog: 11ty/eleventy-plugin-bundle@v3.0.3...v3.0.4

Eleventy Bundle v3.0.3

  • Fix failing test on Eleventy core.

Full Changelog: 11ty/eleventy-plugin-bundle@v3.0.2...v3.0.3

Eleventy Bundle v3.0.2

Adds bundleHtmlContentFromSelector option to addBundle options to add HTML node content to bundles automatically.

eleventyConfig.addBundle("css", {
	// add <style> content to the css bundle automatically
	bundleHtmlContentFromSelector: "style",
})

Full Changelog: 11ty/eleventy-plugin-bundle@v3.0.1...v3.0.2

Eleventy Bundle v3.0.1

This is mostly an internals release!

  • Adds npm publishing provenance
  • Adds Node 22 to automated test suite
  • Simplified debug output (only logs new unique content added to bundles)
  • Adds force to eleventyConfig.addPlugin options
  • Adds delayed option to eleventyConfig.addBundle method for bundles that output after Eleventy transforms have completed. Allows transforms to modify bundles.

Full Changelog: 11ty/eleventy-plugin-bundle@v3.0.0...v3.0.1

Eleventy Bundle v3.0.1-beta.2

  • Revert unique shortcodes/transforms to fix regressions with configuration resets.

... (truncated)

Commits
  • 12d3df1 v3.0.7
  • 54b641c Fix eleventy-plugin-webc unit test bug with bundles not being processed
  • 1af1858 v3.0.6
  • d61fef7 Use new createHash function from Eleventy utils. Note: writeBundle was alread...
  • 2b76918 Simplify compatibility check and error messaging
  • 3a21f10 v3.0.5
  • 10dd21f Add support for eleventy:bucket to bundle plucker
  • da8fb54 v3.0.4
  • 08d0da9 Adds test for eleventy:ignore
  • ae1a507 Adds support for eleventy:ignore on bundleHtmlContentFromSelector nodes.
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@11ty/eleventy-plugin-bundle](https://github.com/11ty/eleventy-plugin-bundle) from 1.0.5 to 3.0.7.
- [Release notes](https://github.com/11ty/eleventy-plugin-bundle/releases)
- [Commits](11ty/eleventy-plugin-bundle@v1.0.5...v3.0.7)

---
updated-dependencies:
- dependency-name: "@11ty/eleventy-plugin-bundle"
  dependency-version: 3.0.7
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant