Skip to content

build(deps-dev): bump eleventy-plugin-vento from 4.0.1 to 4.1.0 #1229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps eleventy-plugin-vento from 4.0.1 to 4.1.0.

Release notes

Sourced from eleventy-plugin-vento's releases.

v4.1.0

Minor Changes

  • eb33d79: Expose Vento's FilterThis on Eleventy-declared filters. (fixes #72)

    [!IMPORTANT] Using this feature incurs the same performance regression that eleventyComputed template strings do. Caching can assist with this, see README for more information.

    Vento binds its own this object when executing filter functions. The this object contains 2 keys, this.env and this.data, for getting access to both the Vento environment and the template data respectively.

    In addition to Vento's object, this.page and this.eleventy are also cloned to the top level from this.data to maintain feature-parity with Eleventy.

    With this change, you can now create filters that leverage the Vento environment. See README for more info.

  • eb33d79: Update vento to 1.12.12

Changelog

Sourced from eleventy-plugin-vento's changelog.

4.1.0

Minor Changes

  • eb33d79: Expose Vento's FilterThis on Eleventy-declared filters. (fixes #72)

    [!IMPORTANT] Using this feature incurs the same performance regression that eleventyComputed template strings do. Caching can assist with this, see README for more information.

    Vento binds its own this object when executing filter functions. The this object contains 2 keys, this.env and this.data, for getting access to both the Vento environment and the template data respectively.

    In addition to Vento's object, this.page and this.eleventy are also cloned to the top level from this.data to maintain feature-parity with Eleventy.

    With this change, you can now create filters that leverage the Vento environment. See README for more info.

  • eb33d79: Update vento to 1.12.12

Commits
  • 73ae6fe Release v4.1.0
  • e6e1e30 [ci] release
  • af4b4d2 remove 'unreleased' note from filters
  • a17fad9 remove section from readme regarding shortcode feature that was removed
  • 1461e20 rename symbol env.utils._11tyFns -> env.utils.eleventyFunctions
  • 4e4078c rework type imports and rename template render function
  • d8bb3e9 rework permalink logic
  • 6579cc8 add tests for #72
  • 0794368 rename create-vento-engine.ts -> engine.ts
  • a84bed6 remove _11tyCtx key from env.utils - not needed anymore since this obje...
  • 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 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 4.0.1 to 4.1.0.
- [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@v4.0.1...v4.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ship it! Triggers automation for completing PRs for dependencies labels Nov 25, 2024
@kodiakhq kodiakhq bot merged commit 8df6fc7 into source Nov 25, 2024
7 checks passed
@kodiakhq kodiakhq bot deleted the dependabot/npm_and_yarn/eleventy-plugin-vento-4.1.0 branch November 25, 2024 07:59
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.

0 participants