Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2023

This PR contains the following updates:

Package Change Age Confidence
@11ty/eleventy (source) ^0.10.0^0.12.0 age confidence

Release Notes

11ty/eleventy (@​11ty/eleventy)

v0.12.1: Eleventy v0.12.1

Compare Source

v0.12.1 Documentation

Install or Upgrade
  • Install to your local project: npm install @​11ty/eleventy
  • Already installed in your local project? Upgrade your version: npm update @​11ty/eleventy
  • Read more about local project versus global installation
How can you support Eleventy?

Thank you to everyone that contributed code, documentation, answered questions, filed issues, said a kind word on Twitter ❤️

The TL;DR List

Fix for error messaging when attempting to use Node 8

As of Eleventy v0.12.0, Node 10 is now required. Node 8 is end of life (EOL) and no longer supported by Node. There was a small bug in the 0.12.0 release that would not show friendly error messaging when attempting to use Node 8 with Eleventy. That has been fixed.

Administration

v0.12.0: Eleventy v0.12.0

Compare Source

v0.12.0 Documentation

Install or Upgrade
  • Install to your local project: npm install @​11ty/eleventy
  • Already installed in your local project? Upgrade your version: npm update @​11ty/eleventy
  • Read more about local project versus global installation
How can you support Eleventy?

Thank you to everyone that contributed code, documentation, answered questions, filed issues, said a kind word on Twitter ❤️

The TL;DR List

Node version support bumped from 8 to 10+

Node 8 is end of life (EOL) and no longer supported by Node.

Dependency Major Release Bumps

pug 2.0.4 to 3.0.2

chalk 3.0.0 to 4.1.0

fs-extra 8.1.0 to 9.1.0

Administration

v0.11.1: Eleventy v0.11.1

Compare Source

v0.11.1 Documentation

Install or Upgrade
  • Install to your local project: npm install @​11ty/eleventy
  • Already installed in your local project? Upgrade your version: npm update @​11ty/eleventy
  • Read more about local project versus global installation
How can you support Eleventy?

Thank you to everyone that contributed code, documentation, answered questions, filed issues, said a kind word on Twitter ❤️

The TL;DR List

New Build Events

Administration

v0.11.0: Eleventy v0.11.0: The Eponymous Release

Compare Source

v0.11.0 Documentation

Install or Upgrade
  • Install to your local project: npm install @​11ty/eleventy
  • Already installed in your local project? Upgrade your version: npm update @​11ty/eleventy
  • Read more about local project versus global installation
How can you support Eleventy?

Thank you to everyone that contributed code, documentation, answered questions, filed issues, said a kind word on Twitter ❤️

The TL;DR List

Computed Data

Computed Data is a mechanism to transform the data at the end of the data cascade, before template rendering.

Incremental Builds
  • Incremental support for --incremental is ongoing. Follow along at https://github.com/orgs/11ty/projects/3
  • This version supports incremental passthrough copy. Changing a passthrough copy file during --watch or --serve only copies the changed file and does not trigger a full build. #​977
Shortcodes
  • In shortcodes you can now access page variable data under this.page without needing to pass in as an argument (works with Nunjucks, Liquid, 11ty.js JavaScript, Handlebars) #​741
The Road to ESM
New Filters

The Nitty Gritty List™

  • Adds .npmignore to streamline npm payload—thanks @​pdehaan! #​951 #​962
  • Adds additional performance-related debug messages to help developers analyze and improve performance of builds: https://www.11ty.dev/docs/debug-performance/ #​1078
  • Make the priority of different file extensions explicit in Global Data—thanks @​gloryofrobots! #​794 #​821
  • Now parses a directory data file in the top level input directory. #​935 #​993
  • Support for cooldown period between builds during watch/serve. Adds Configuration API method setWatchThrottleWaitTime to set (in milliseconds). Useful if you use a Save All feature in your editor that saves multiple files at the same time. #​559 Related to #​977 Docs forthcoming: #​1003
  • Adds beforeWatch build event (runs before a re-build during watch or serve, not the initial build) #​1042
  • To discourage huge passthrough copy in the build, we now show the number of files copied in console log output #​1077
  • Markdown templates (and thus markdown-it plugins) can receive and use data—thanks @​blacksquaresa! #​643
  • Throw an error if an 11ty.js JavaScript template doesn’t return anything! Thanks @​ithinkihaveacat #​1013 #​1012
  • Retrieve a reference to existing Eleventy provided filters in with Configuration API method getFilter, docs pending #​284

Bug fixes

Administration

Dependency Major Release Bumps

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Oct 7, 2023

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
portfolio Error Error Jan 24, 2026 0:03am

@renovate renovate bot force-pushed the renovate/11ty-eleventy-0.x branch from 610213c to ceffc10 Compare August 14, 2025 12:11
@renovate renovate bot force-pushed the renovate/11ty-eleventy-0.x branch from ceffc10 to b799269 Compare August 23, 2025 11:08
@renovate renovate bot force-pushed the renovate/11ty-eleventy-0.x branch from b799269 to 91c0d89 Compare September 26, 2025 19:54
@renovate renovate bot force-pushed the renovate/11ty-eleventy-0.x branch from 91c0d89 to 92765f6 Compare October 23, 2025 06:46
@renovate renovate bot force-pushed the renovate/11ty-eleventy-0.x branch from 92765f6 to 6e69f0d Compare November 16, 2025 15:48
@renovate renovate bot force-pushed the renovate/11ty-eleventy-0.x branch from 6e69f0d to 78a283b Compare November 19, 2025 19:06
@renovate renovate bot force-pushed the renovate/11ty-eleventy-0.x branch from 78a283b to e35e6a3 Compare January 1, 2026 00:01
@renovate renovate bot force-pushed the renovate/11ty-eleventy-0.x branch from e35e6a3 to 1cbc0c6 Compare January 20, 2026 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants