Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2021

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.

@renovate renovate bot force-pushed the renovate/11ty-eleventy-0.x branch 2 times, most recently from 29c8047 to 23df68f Compare August 3, 2021 08:03
@renovate renovate bot changed the title Update dependency @11ty/eleventy to ^0.12.0 fix(deps): update dependency @11ty/eleventy to ^0.12.0 Aug 30, 2021
@renovate renovate bot force-pushed the renovate/11ty-eleventy-0.x branch from 23df68f to fd87da1 Compare December 28, 2021 10:31
@renovate renovate bot force-pushed the renovate/11ty-eleventy-0.x branch 6 times, most recently from 534c21b to 8555268 Compare January 30, 2022 13:52
@renovate renovate bot force-pushed the renovate/11ty-eleventy-0.x branch from 8555268 to a6e6b2e Compare June 18, 2022 13:02
@renovate renovate bot force-pushed the renovate/11ty-eleventy-0.x branch from a6e6b2e to 98ce738 Compare August 10, 2025 15:51
@renovate renovate bot force-pushed the renovate/11ty-eleventy-0.x branch from 98ce738 to 1a5cbaf Compare August 19, 2025 12:11
@renovate renovate bot force-pushed the renovate/11ty-eleventy-0.x branch from 1a5cbaf to c6e2973 Compare September 25, 2025 17:07
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.

1 participant