-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency @11ty/eleventy to ^0.12.0 #46
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/11ty-eleventy-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
from
March 29, 2021 05:28
c036f08
to
95085ad
Compare
renovate
bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
from
April 12, 2021 02:55
95085ad
to
4bf9d32
Compare
renovate
bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
3 times, most recently
from
April 26, 2021 02:40
6ec569e
to
8689125
Compare
renovate
bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
from
April 26, 2021 21:27
8689125
to
016495d
Compare
renovate
bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
3 times, most recently
from
May 14, 2021 10:34
5018112
to
7b86a4f
Compare
renovate
bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
from
May 24, 2021 03:50
7b86a4f
to
ba4f4bf
Compare
renovate
bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
2 times, most recently
from
June 10, 2021 17:22
a67823c
to
24c702a
Compare
renovate
bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
2 times, most recently
from
June 24, 2021 16:15
edb092f
to
0455830
Compare
renovate
bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
3 times, most recently
from
July 5, 2021 01:51
a057a17
to
c475971
Compare
renovate
bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
3 times, most recently
from
July 19, 2021 01:22
828e46c
to
9a75e52
Compare
renovate
bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
3 times, most recently
from
July 26, 2021 02:03
e612784
to
7e34a80
Compare
renovate
bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
2 times, most recently
from
August 2, 2021 01:47
e33d02f
to
f24bfec
Compare
renovate
bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
from
August 9, 2021 02:49
f24bfec
to
6152f6e
Compare
renovate
bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
2 times, most recently
from
August 23, 2021 03:28
242e6ab
to
1a4b919
Compare
renovate
bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
from
August 30, 2021 03:30
1a4b919
to
4ced655
Compare
renovate
bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
from
September 6, 2021 03:43
4ced655
to
35245a9
Compare
renovate
bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
from
September 13, 2021 04:31
35245a9
to
f33a875
Compare
renovate
bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
from
October 21, 2021 17:03
f33a875
to
6cdf169
Compare
renovate
bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
3 times, most recently
from
December 1, 2021 13:43
05088ad
to
164f993
Compare
renovate
bot
force-pushed
the
renovate/11ty-eleventy-0.x
branch
from
December 1, 2021 19:23
164f993
to
be785fd
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.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
Configuration
📅 Schedule: Branch creation - "every weekday" (UTC), 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.