Skip to content

build(deps-dev): bump eleventy-plugin-vento from 5.3.0 to 5.4.2#1279

Merged
kodiakhq[bot] merged 1 commit intosourcefrom
dependabot/npm_and_yarn/eleventy-plugin-vento-5.4.2
Mar 18, 2026
Merged

build(deps-dev): bump eleventy-plugin-vento from 5.3.0 to 5.4.2#1279
kodiakhq[bot] merged 1 commit intosourcefrom
dependabot/npm_and_yarn/eleventy-plugin-vento-5.4.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 16, 2026

Bumps eleventy-plugin-vento from 5.3.0 to 5.4.2.

Release notes

Sourced from eleventy-plugin-vento's releases.

v5.4.2

Patch Changes

  • 3ae32e5: Revise error creation method to explicitly check for undefined in ctx.position and ctx.file as opposed to coercing to booleans. This resolves edge cases where errors thrown with a position of 0 would incorrectly log position warnings.

v5.4.1

Patch Changes

  • 744f059: correct minor formatting issue in errors

v5.4.0

Minor Changes

  • 712a39d: Error logging improvements (thanks @​tmcw for the help on this!)

    Re-implements Vento's stringifyError function tailored specifically for Eleventy in order to show errors in a nice format that Eleventy expects

    Notably, the one case where this doesn't work is if Vento cannot capture a position from the source code due to limitations in Node/Bun. In this case, we'll log a warning to the console...

    [warning] A `SyntaxError` was thrown, but the exact position within the source code cannot be obtained
    [warning] Use DEBUG="Eleventy:Vento*" to view raw `ErrorContext` information
    

    ...and log the entire context object to the DEBUG namespace Eleventy:Vento:Error:

    Eleventy:Vento:Error ErrorContext (via Vento) {
    Eleventy:Vento:Error   type: 'SyntaxError',
    Eleventy:Vento:Error   message: "Unexpected token '{'",
    Eleventy:Vento:Error   source: '<div class="image-grid">\n' +
    Eleventy:Vento:Error     '  {{ for image of collections.{{gallery}} }}\n' +
    Eleventy:Vento:Error     '    <img src="{{ image }} ">\n' +
    Eleventy:Vento:Error     '  {{ /for }}\n' +
    Eleventy:Vento:Error     '</div>\n',
    Eleventy:Vento:Error   code: '\n' +
    Eleventy:Vento:Error     '          var {image,collections,gallery} = it;\n' +
    Eleventy:Vento:Error     '          {\n' +
    Eleventy:Vento:Error     '__exports.content += "<div class=\\"image-grid\\">\\n  ";\n' +
    Eleventy:Vento:Error     '__pos=27;\n' +
    Eleventy:Vento:Error     'for (let image of __env.utils.toIterator(collections.{{gallery}})) {\n' +
    Eleventy:Vento:Error     '__exports.content += "\\n    <img src=\\"";\n' +
    Eleventy:Vento:Error     '__pos=84;\n' +
    Eleventy:Vento:Error     '__exports.content += (image) ?? "";\n' +
    Eleventy:Vento:Error     '__exports.content += " \\">\\n  ";\n' +
    Eleventy:Vento:Error     '}\n' +
    Eleventy:Vento:Error     '__exports.content += "\\n</div>\\n";\n' +
    Eleventy:Vento:Error     '}\n' +
    Eleventy:Vento:Error     '        ',
    Eleventy:Vento:Error   file: '_includes/partials/imageGrid.vto'
    Eleventy:Vento:Error } +0ms
    

Patch Changes

... (truncated)

Changelog

Sourced from eleventy-plugin-vento's changelog.

5.4.2

Patch Changes

  • 3ae32e5: Revise error creation method to explicitly check for undefined in ctx.position and ctx.file as opposed to coercing to booleans. This resolves edge cases where errors thrown with a position of 0 would incorrectly log position warnings.

5.4.1

Patch Changes

  • 744f059: correct minor formatting issue in errors

5.4.0

Minor Changes

  • 712a39d: Error logging improvements (thanks @​tmcw for the help on this!)

    Re-implements Vento's stringifyError function tailored specifically for Eleventy in order to show errors in a nice format that Eleventy expects

    Notably, the one case where this doesn't work is if Vento cannot capture a position from the source code due to limitations in Node/Bun. In this case, we'll log a warning to the console...

    [warning] A `SyntaxError` was thrown, but the exact position within the source code cannot be obtained
    [warning] Use DEBUG="Eleventy:Vento*" to view raw `ErrorContext` information
    

    ...and log the entire context object to the DEBUG namespace Eleventy:Vento:Error:

    Eleventy:Vento:Error ErrorContext (via Vento) {
    Eleventy:Vento:Error   type: 'SyntaxError',
    Eleventy:Vento:Error   message: "Unexpected token '{'",
    Eleventy:Vento:Error   source: '<div class="image-grid">\n' +
    Eleventy:Vento:Error     '  {{ for image of collections.{{gallery}} }}\n' +
    Eleventy:Vento:Error     '    <img src="{{ image }} ">\n' +
    Eleventy:Vento:Error     '  {{ /for }}\n' +
    Eleventy:Vento:Error     '</div>\n',
    Eleventy:Vento:Error   code: '\n' +
    Eleventy:Vento:Error     '          var {image,collections,gallery} = it;\n' +
    Eleventy:Vento:Error     '          {\n' +
    Eleventy:Vento:Error     '__exports.content += "<div class=\\"image-grid\\">\\n  ";\n' +
    Eleventy:Vento:Error     '__pos=27;\n' +
    Eleventy:Vento:Error     'for (let image of __env.utils.toIterator(collections.{{gallery}})) {\n' +
    Eleventy:Vento:Error     '__exports.content += "\\n    <img src=\\"";\n' +
    Eleventy:Vento:Error     '__pos=84;\n' +
    Eleventy:Vento:Error     '__exports.content += (image) ?? "";\n' +
    Eleventy:Vento:Error     '__exports.content += " \\">\\n  ";\n' +
    Eleventy:Vento:Error     '}\n' +
    Eleventy:Vento:Error     '__exports.content += "\\n</div>\\n";\n' +
    

... (truncated)

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 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 ship it! Triggers automation for completing PRs for dependencies labels Mar 16, 2026
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Mar 16, 2026

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.3.0 ⏵ 5.4.273 +110099 +194 +2100

View full report

@ADobin
Copy link
Copy Markdown
Owner

ADobin commented Mar 18, 2026

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eleventy-plugin-vento-5.4.2 branch from 00ad849 to d439a8b Compare March 18, 2026 06:01
@ADobin
Copy link
Copy Markdown
Owner

ADobin commented Mar 18, 2026

@dependabot rebase

Bumps [eleventy-plugin-vento](https://github.com/noelforte/eleventy-plugin-vento) from 5.3.0 to 5.4.2.
- [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.3.0...v5.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eleventy-plugin-vento-5.4.2 branch from d439a8b to dd17ebb Compare March 18, 2026 06:08
@kodiakhq kodiakhq Bot merged commit 449c95a into source Mar 18, 2026
7 checks passed
@kodiakhq kodiakhq Bot deleted the dependabot/npm_and_yarn/eleventy-plugin-vento-5.4.2 branch March 18, 2026 06:09
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