fix(deps): update dependency @11ty/eleventy to ^0.12.0 #29
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: 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.
This PR was generated by Mend Renovate. View the repository job log.