Skip to content

Commit

Permalink
Bump @11ty/eleventy from 3.0.0-alpha.4 to 3.0.0-alpha.5 (#5534)
Browse files Browse the repository at this point in the history
Bumps [@11ty/eleventy](https://github.com/11ty/eleventy) from
3.0.0-alpha.4 to 3.0.0-alpha.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/11ty/eleventy/releases"><code>@​11ty/eleventy</code>'s
releases</a>.</em></p>
<blockquote>
<h2>Eleventy v2.0.0-beta.3: One solitary serverless bug fix.</h2>
<h2>What's Changed</h2>
<ul>
<li>Fixes serverlessFilePath is not defined (2.0.0-beta.2) <a
href="https://redirect.github.com/11ty/eleventy/issues/2782">#2782</a>
by <a
href="https://github.com/mrmartineau"><code>@​mrmartineau</code></a> in
<a
href="https://redirect.github.com/11ty/eleventy/pull/2783">11ty/eleventy#2783</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/mrmartineau"><code>@​mrmartineau</code></a>
made their first contribution in <a
href="https://redirect.github.com/11ty/eleventy/pull/2783">11ty/eleventy#2783</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/11ty/eleventy/compare/v2.0.0-beta.2...v2.0.0-beta.3">https://github.com/11ty/eleventy/compare/v2.0.0-beta.2...v2.0.0-beta.3</a></p>
<h2>Eleventy v2.0.0-beta.1, the very first beta release of Eleventy
2.0</h2>
<p><strong>🚨 The full release notes are available on <a
href="https://www.11ty.dev/blog/eleventy-v2-beta/">The Eleventy Blog:
The Very First Beta Release of Eleventy v2.0</a> or you can <a
href="https://www.youtube.com/watch?v=TcTR0TLqM3I">watch me talk about
this release on YouTube</a>.</strong></p>
<p>The very first Eleventy 2.0 Beta release is now available on the
<code>@beta</code> channel and we’re looking for Beta testers! You can
try it out now:</p>
<pre lang="sh"><code># Local project
npm install @11ty/eleventy@beta
<h1>Global install</h1>
<p>npm install <code>@​11ty/eleventy</code><a
href="https://github.com/beta"><code>@​beta</code></a> -g
</code></pre></p>
<p>Read more about <a
href="https://www.11ty.dev/docs/global-installation/">local versus
global installation</a>.</p>
<p>New to Eleventy? Eleventy is a flexible and production-ready site
generator known for its zero-client JavaScript footprint, <a
href="https://www.11ty.dev/docs/performance/">speedy sites, speedy
builds</a>, and <a
href="https://www.youtube.com/watch?v=b4frtsT4Cgo">full control over the
output</a>. Watch <a
href="https://www.youtube.com/watch?v=EZfNr-YblBE">The State of Eleventy
in Two Minutes</a> or <a href="https://www.11ty.dev/docs/">read more
about Eleventy’s project goals.</a></p>
<h2>The Big Features</h2>
<h3>Smaller, More Secure</h3>
<ul>
<li>✅ Dependencies decreased by <strong>32.1%</strong>: <a
href="https://npmgraph.js.org/?q=@11ty/eleventy@2.0.0-beta.1">211
modules</a> (<a
href="https://npmgraph.js.org/?q=@11ty/eleventy@1.0.2">311 in
v1.0.2</a>)</li>
<li>✅ <code>node_modules</code> file weight decreased by
<strong>77.8%</strong>: 34.3 MB (155 MB in v1.0.2)</li>
<li>✅ <a
href="https://docs.google.com/spreadsheets/d/1lkeWOhEXTNh0yxWaNOl_UFOHQea2YnSHit4QLjqXUb8/edit?usp=sharing"><strong>30.5%
faster</strong> <code>npm install</code></a></li>
</ul>
<h3>Faster Builds</h3>
<ul>
<li>Improved build performance (tested on <a
href="https://docs.google.com/spreadsheets/d/1-H3wmT7q7m7G7d5M_dCLxQOiAAX3TP0byQdf0pP1fAQ/edit?usp=sharing">a
sample 500 page site</a> against v1.0.2) using:
<ul>
<li>Liquid: ✅ <strong>18.18% faster</strong></li>
<li>Nunjucks: ✅ <strong>17.74% faster</strong></li>
<li>Markdown (with Liquid): ✅ <strong>17.95% faster</strong></li>
<li>JavaScript (11ty.js): ✅ <strong>8.33% faster</strong></li>
</ul>
</li>
<li><a
href="https://www.11ty.dev/docs/usage/incremental/"><code>--incremental</code>
for incremental builds</a> <a
href="https://redirect.github.com/11ty/eleventy/issues/108#issuecomment-1362030361">#108</a>
<ul>
<li>Smarter incremental builds with support for layout dependencies, <a
href="https://www.11ty.dev/docs/languages/custom/#registering-dependencies">registered
dependencies on custom templates</a>, dependencies in
<code>pagination</code> data or <a
href="https://www.11ty.dev/docs/collections/#declare-your-collections-for-incremental-builds"><code>eleventyImport</code></a>
<a
href="https://redirect.github.com/11ty/eleventy/issues/975">#975</a></li>
</ul>
</li>
<li><a
href="https://www.11ty.dev/docs/usage/#ignore-initial-to-run-eleventy-without-an-initial-build"><code>--ignore-initial</code>
command line option</a> to skip the first build (best paired with
<code>--incremental</code>)</li>
<li>Use <a
href="https://www.11ty.dev/docs/copy/#emulate-passthrough-copy-during-serve">emulated
passthrough copy</a> to serve passthrough files directly without
triggering a build (will still work with live reload) <a
href="https://redirect.github.com/11ty/eleventy/issues/2456">#2456</a></li>
</ul>
<h3>Plugins</h3>
<ul>
<li>Support for <a
href="https://www.11ty.dev/docs/languages/webc/">WebC, the new single
file format for web components</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/11ty/eleventy/commit/797a31a788f36492694f1961fb24c5cdc9dc9502"><code>797a31a</code></a>
Update license date</li>
<li><a
href="https://github.com/11ty/eleventy/commit/49df0c62e75cfea2434a02a6c78ce2ba35d5cc85"><code>49df0c6</code></a>
v3.0.0-alpha.5</li>
<li><a
href="https://github.com/11ty/eleventy/commit/85fdde99a0212d7715e0575905eb68abbc5e76d9"><code>85fdde9</code></a>
Update dep</li>
<li><a
href="https://github.com/11ty/eleventy/commit/5000f7e1c0f4850075e78630f05eb9a87514ae60"><code>5000f7e</code></a>
More tests for Eleventy transform Image optimization pipeline.</li>
<li><a
href="https://github.com/11ty/eleventy/commit/481a1b5da011da94c3cc9397e47e7ccb1751b177"><code>481a1b5</code></a>
Upstream Eleventy Image transform test</li>
<li><a
href="https://github.com/11ty/eleventy/commit/1e760ebb3397f21914b15a543b4d1561dc1692f4"><code>1e760eb</code></a>
Refactors to the html transform pipeline for auto image
optimization</li>
<li><a
href="https://github.com/11ty/eleventy/commit/153e1b2ece852ffce79ec0ff2cbf1e3bafbf7b7e"><code>153e1b2</code></a>
Upgrade GitHub actions versions</li>
<li><a
href="https://github.com/11ty/eleventy/commit/b959ef5246ecb5c2beb887987b18d52e4a09eeec"><code>b959ef5</code></a>
Condensed author entry</li>
<li><a
href="https://github.com/11ty/eleventy/commit/ce4ab8b18f81e0fdebd88c7f998a71e73ae88797"><code>ce4ab8b</code></a>
Swap to forked version of posthtml-urls</li>
<li><a
href="https://github.com/11ty/eleventy/commit/a8f0990ab270f9db6b446eb886b4afedb34699dc"><code>a8f0990</code></a>
Update (minor) dependencies</li>
<li>Additional commits viewable in <a
href="https://github.com/11ty/eleventy/compare/v3.0.0-alpha.4...v3.0.0-alpha.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@11ty/eleventy&package-manager=npm_and_yarn&previous-version=3.0.0-alpha.4&new-version=3.0.0-alpha.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent 7eb7791 commit b258cbc
Show file tree
Hide file tree
Showing 2 changed files with 426 additions and 29 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"bootstrap-scss": "^4.6.2"
},
"devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.4",
"@11ty/eleventy": "3.0.0-alpha.5",
"firebase-tools": "^13.2.1",
"hast-util-from-html": "^2.0.1",
"hast-util-select": "^6.0.2",
Expand Down
Loading

0 comments on commit b258cbc

Please sign in to comment.