Skip to content

build(deps-dev): bump eleventy-plugin-vento from 4.1.0 to 4.1.1 #1230

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 Jan 7, 2025

Bumps eleventy-plugin-vento from 4.1.0 to 4.1.1.

Release notes

Sourced from eleventy-plugin-vento's releases.

v4.1.1

Patch Changes

  • 335f21e: Select type updates (shouldn't affect compilation, however should improve DX)

    Changes are:

    • split types into separate files
    • namespace ventojs type imports
    • make PluginOptions optional by default
    • make Eleventy types more readable
    • declare a special (EleventyVentoEnvironment) for this plugin to replace Vento's own Environment
  • 070109a: Refactored files and functions internally that shouldn't have any impact on usage or performance:

    • Split debug functions into separate exports, renamed runCompatiblityCheck -> compatibilityCheck (dd4c379b)
    • Utilities are now split into separate files (e06a83ab)
    • Main file renamed from index.ts to plugin.ts (1b122d2a)
  • c382be0: Wrap all filters as regular synchronous functions to avoid ambiguity with sync and async handling. (fixes #96)

    This change enforces explicit use of the await keyword to unwrap returned values from filters before chaining more or printing the result.

    <!-- Single filters -->
    - {{ "Hello, async!" |> someAsyncFilter }}
    + {{ "Hello, async!" |> await someAsyncFilter }}
    <!-- Filter chains -->
    
    {{ "Hello, async!" |> someAsyncFilter |> someSyncFilter }}
    
    
    {{ "Hello, async!" |> await someAsyncFilter |> someSyncFilter }}

See the Vento docs on async chains for more information.

  • 9eaa059: Update debug to v4.4.0

  • 0b0f96a: Update ventojs to v1.12.14

  • v4.1.1-beta.0

    Patch Changes

    • 335f21e: Select type updates (shouldn't affect compilation, however should improve DX)

      Changes are:

      • split types into separate files
      • namespace ventojs type imports
      • make PluginOptions optional by default
      • make Eleventy types more readable

    ... (truncated)

    Changelog

    Sourced from eleventy-plugin-vento's changelog.

    4.1.1

    Patch Changes

    • 335f21e: Select type updates (shouldn't affect compilation, however should improve DX)

      Changes are:

      • split types into separate files
      • namespace ventojs type imports
      • make PluginOptions optional by default
      • make Eleventy types more readable
      • declare a special (EleventyVentoEnvironment) for this plugin to replace Vento's own Environment
    • 070109a: Refactored files and functions internally that shouldn't have any impact on usage or performance:

      • Split debug functions into separate exports, renamed runCompatiblityCheck -> compatibilityCheck (dd4c379b)
      • Utilities are now split into separate files (e06a83ab)
      • Main file renamed from index.ts to plugin.ts (1b122d2a)
    • c382be0: Wrap all filters as regular synchronous functions to avoid ambiguity with sync and async handling. (fixes #96)

      This change enforces explicit use of the await keyword to unwrap returned values from filters before chaining more or printing the result.

      <!-- Single filters -->
      - {{ "Hello, async!" |> someAsyncFilter }}
      + {{ "Hello, async!" |> await someAsyncFilter }}
      <!-- Filter chains -->
      
      {{ "Hello, async!" |> someAsyncFilter |> someSyncFilter }}
      
      
      {{ "Hello, async!" |> await someAsyncFilter |> someSyncFilter }}

    See the Vento docs on async chains for more information.

  • 9eaa059: Update debug to v4.4.0

  • 0b0f96a: Update ventojs to v1.12.14

  • 4.1.1-beta.0

    Patch Changes

    • 335f21e: Select type updates (shouldn't affect compilation, however should improve DX)

      Changes are:

      • split types into separate files
      • namespace ventojs type imports
      • make PluginOptions optional by default

    ... (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 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.1.0 to 4.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@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: eleventy-plugin-vento
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    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 Jan 7, 2025
    Copy link

    New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

    Package New capabilities Transitives Size Publisher
    npm/[email protected] Transitive: environment, eval, filesystem, network, shell +10 2.45 MB noelforte

    🚮 Removed packages: npm/[email protected]

    View full report↗︎

    @kodiakhq kodiakhq bot merged commit e913b9c into source Jan 7, 2025
    7 checks passed
    @kodiakhq kodiakhq bot deleted the dependabot/npm_and_yarn/eleventy-plugin-vento-4.1.1 branch January 7, 2025 07:54
    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