Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps eleventy-plugin-vento from 5.0.1 to 5.1.1.

Release notes

Sourced from eleventy-plugin-vento's releases.

v5.1.1

Patch Changes

  • deadab6: Update Vento to v2.1.1

v5.1.0

Minor Changes

  • d8813e4: Update Vento to v2.1.0

    Vento 2.1.0 adds a strict mode to fail compilation if a variable is undefined. Because this option changes the performance profile of Vento, this plugin keeps it disabled (the default).

    If you'd like to enable it, you can do so by setting it in the Vento config key when loading this plugin, like so:

    eleventyConfig.addPlugin(VentoPlugin, {
      ventoOptions: {
        strict: true,
      },
    });

    See Vento's (changelog) for more information.

Changelog

Sourced from eleventy-plugin-vento's changelog.

5.1.1

Patch Changes

  • deadab6: Update Vento to v2.1.1

5.1.0

Minor Changes

  • d8813e4: Update Vento to v2.1.0

    Vento 2.1.0 adds a strict mode to fail compilation if a variable is undefined. Because this option changes the performance profile of Vento, this plugin keeps it disabled (the default).

    If you'd like to enable it, you can do so by setting it in the Vento config key when loading this plugin, like so:

    eleventyConfig.addPlugin(VentoPlugin, {
      ventoOptions: {
        strict: true,
      },
    });

    See Vento's (changelog) for more information.

Commits

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)

Bumps [eleventy-plugin-vento](https://github.com/noelforte/eleventy-plugin-vento) from 5.0.1 to 5.1.1.
- [Release notes](https://github.com/noelforte/eleventy-plugin-vento/releases)
- [Changelog](https://github.com/noelforte/eleventy-plugin-vento/blob/main/CHANGELOG.md)
- [Commits](noelforte/eleventy-plugin-vento@v5.0.1...v5.1.1)

---
updated-dependencies:
- dependency-name: eleventy-plugin-vento
  dependency-version: 5.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ship it! Triggers automation for completing PRs for dependencies labels Sep 22, 2025
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedeleventy-plugin-vento@​5.0.1 ⏵ 5.1.173 +11009995 +1100

View full report

@kodiakhq kodiakhq bot merged commit f3d0440 into source Sep 22, 2025
7 checks passed
@kodiakhq kodiakhq bot deleted the dependabot/npm_and_yarn/eleventy-plugin-vento-5.1.1 branch September 22, 2025 07:03
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 ship it! Triggers automation for completing PRs for dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant