fix(deps): update dependency @11ty/eleventy to ^0.12.0#29
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
2 times, most recently
from
August 3, 2021 08:03
29c8047 to
23df68f
Compare
renovate
Bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
from
December 28, 2021 10:31
23df68f to
fd87da1
Compare
renovate
Bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
6 times, most recently
from
January 30, 2022 13:52
534c21b to
8555268
Compare
renovate
Bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
from
June 18, 2022 13:02
8555268 to
a6e6b2e
Compare
renovate
Bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
from
August 10, 2025 15:51
a6e6b2e to
98ce738
Compare
renovate
Bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
from
August 19, 2025 12:11
98ce738 to
1a5cbaf
Compare
renovate
Bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
from
September 25, 2025 17:07
1a5cbaf to
c6e2973
Compare
renovate
Bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
from
March 1, 2026 17:47
c6e2973 to
73f6919
Compare
renovate
Bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
2 times, most recently
from
April 8, 2026 15:59
ebeac31 to
a6f53e1
Compare
renovate
Bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
from
April 29, 2026 17:12
a6f53e1 to
014c444
Compare
renovate
Bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
from
May 12, 2026 14:29
014c444 to
dec5eab
Compare
renovate
Bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
from
May 28, 2026 22:47
dec5eab to
2d44fa2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.10.0→^0.12.0Release Notes
11ty/eleventy (@11ty/eleventy)
v0.12.1: Eleventy v0.12.1Compare Source
v0.12.1 Documentation
Install or Upgrade
npm install @​11ty/eleventynpm update @​11ty/eleventyHow 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.0Compare Source
v0.12.0 Documentation
Install or Upgrade
npm install @​11ty/eleventynpm update @​11ty/eleventyHow 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
pug2.0.4 to 3.0.2npm auditissue, tracking on Eleventy Issue: #1674pugrelease notes https://github.com/pugjs/pug/releases/tag/pug%403.0.0chalk3.0.0 to 4.1.0chalkrelease notes https://github.com/chalk/chalk/releases/tag/v4.0.0fs-extra8.1.0 to 9.1.0Administration
v0.11.1: Eleventy v0.11.1Compare Source
v0.11.1 Documentation
Install or Upgrade
npm install @​11ty/eleventynpm update @​11ty/eleventyHow 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
afterBuild,beforeBuildand Changed Files argument passed tobeforeWatchAdministration
v0.11.0: Eleventy v0.11.0: The Eponymous ReleaseCompare Source
v0.11.0 Documentation
Install or Upgrade
npm install @​11ty/eleventynpm update @​11ty/eleventyHow 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.
renderDatafeature (not removed yet): #942 #941 #289 #816 #912Incremental Builds
--incrementalis ongoing. Follow along at https://github.com/orgs/11ty/projects/3--watchor--serveonly copies the changed file and does not trigger a full build. #977Shortcodes
this.pagewithout needing to pass in as an argument (works with Nunjucks, Liquid, 11ty.js JavaScript, Handlebars) #741The Road to ESM
*.11ty.cjsfiles (same as*.11ty.jsfiles)—thanks @justinfagnani! #826 #827.cjsin config file, template/directory/global data files—thanks @gloryofrobots! #837 #848New Filters
logfilter for easy console.log from inside templates. #929The Nitty Gritty List™
.npmignoreto streamline npm payload—thanks @pdehaan! #951 #962setWatchThrottleWaitTimeto 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: #1003beforeWatchbuild event (runs before a re-build during watch or serve, not the initial build) #1042getFilter, docs pending #284Bug fixes
Cannot read property 'trim' of undefinedrenderData(details above in the Computed Data section)npm audit: #1023 #1026 #1025Administration
Dependency Major Release Bumps
markdown-itfrom v8.4.2 to v10.0.0. Read more: https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.mdConfiguration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.