Update dependency @11ty/eleventy to ^0.12.0 #28
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.11.0
->^0.12.0
Release Notes
11ty/eleventy
v0.12.1
: Eleventy v0.12.1Compare Source
v0.12.1 Documentation
Install or Upgrade
npm install @​11ty/eleventy
npm update @​11ty/eleventy
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.0Compare Source
v0.12.0 Documentation
Install or Upgrade
npm install @​11ty/eleventy
npm update @​11ty/eleventy
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.2npm audit
issue, tracking on Eleventy Issue: https://github.com/11ty/eleventy/issues/1674pug
release notes https://github.com/pugjs/pug/releases/tag/pug%403.0.0chalk
3.0.0 to 4.1.0chalk
release notes https://github.com/chalk/chalk/releases/tag/v4.0.0fs-extra
8.1.0 to 9.1.0Administration
v0.11.1
: Eleventy v0.11.1Compare Source
v0.11.1 Documentation
Install or Upgrade
npm install @​11ty/eleventy
npm update @​11ty/eleventy
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
afterBuild
,beforeBuild
and Changed Files argument passed tobeforeWatch
Administration
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.
This PR has been generated by Mend Renovate. View repository job log here.