Skip to content

Commit

Permalink
Bump @11ty/eleventy from 3.0.0-alpha.15 to 3.0.0-alpha.17 (#5977)
Browse files Browse the repository at this point in the history
Bumps [@11ty/eleventy](https://github.com/11ty/eleventy) from
3.0.0-alpha.15 to 3.0.0-alpha.17.
<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>Pre-release: Eleventy v3.0.0-alpha.17</h2>
<ul>
<li>Adds new <code>eleventyConfig.addPreprocessor</code> API for
improved drafts workflow <a
href="https://redirect.github.com/11ty/eleventy/issues/188">#188</a>
Workaround for Nunjucks macros import <a
href="https://redirect.github.com/11ty/eleventy/issues/3345">#3345</a></li>
<li>New <code>IdAttributePlugin</code> adds <code>id</code> attributes
to headings across multiple template syntaxes <a
href="https://redirect.github.com/11ty/eleventy/issues/3363">#3363</a></li>
<li>Fix npm audit deprecation warnings from <code>recursive-copy</code>
package <a
href="https://redirect.github.com/11ty/eleventy/issues/3299">#3299</a></li>
<li>Missing layout error messaging now reports the template path <a
href="https://redirect.github.com/11ty/eleventy/issues/727">#727</a></li>
<li>Add <code>{ type: &quot;async&quot; }</code> option for
<code>getShortcodes</code>, <code>getFilters</code>, and
<code>getPairedShortcodes</code> configuration API methods (<a
href="https://redirect.github.com/11ty/eleventy/issues/3310">#3310</a>)</li>
<li>Fix issue with more complex <code>export</code> in
<code>11ty.js</code> templates <a
href="https://redirect.github.com/11ty/eleventy/issues/3359">#3359</a></li>
<li>Small tweaks to colorized terminal text</li>
<li>Internals: removes <code>multimatch</code> dependency, swaps to
already in-use <code>micromatch</code> <a
href="https://github.com/11ty/eleventy/commit/9698667bb73e1d8c378dda46291716e3ca789e60">https://github.com/11ty/eleventy/commit/9698667bb73e1d8c378dda46291716e3ca789e60</a></li>
<li>Fix bug with Eleventy Image On-request workflow
<code>eleventyConfig.getFilter(...) is not a function</code> <a
href="https://redirect.github.com/11ty/eleventy/issues/3365">#3365</a></li>
<li>Improvements to benchmarking debug mode outputs: <a
href="https://www.11ty.dev/docs/debug-performance/">https://www.11ty.dev/docs/debug-performance/</a>
<ul>
<li>Benchmarking logging output improvement for minimum thresholds <a
href="https://redirect.github.com/11ty/eleventy/issues/1570">#1570</a></li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/11ty/eleventy/compare/v3.0.0-alpha.16...v3.0.0-alpha.17">https://github.com/11ty/eleventy/compare/v3.0.0-alpha.16...v3.0.0-alpha.17</a>
<strong>Full Eleventy v3 Milestone</strong>: <a
href="https://github.com/11ty/eleventy/milestone/40">https://github.com/11ty/eleventy/milestone/40</a></p>
<p>🥳🥳🥳 5 issues left (137 closed) on the Eleventy 3.0.0 milestone!</p>
<h2>We need your help!</h2>
<p>11ty is now operating independently, with full time development and
maintenance funded by our Open Collective supporters. We need your help
to keep going! We have a goal of $6000 USD recurring monthly budget.
Read <a
href="https://www.11ty.dev/blog/sustainability-fundraising/">more about
this fundraising push</a> or head directly to <a
href="https://opencollective.com/11ty">our Open Collective to start your
recurring contribution</a>!</p>
<h2>Pre-release: Eleventy v3.0.0-alpha.16 (feel free to ignore this
one)</h2>
<ul>
<li>Seeing a <code>liquidjs</code>-related project regression (outside
of our test suite) in the newest minor version, temporarily reverting
from <code>10.15</code> to <code>10.14</code>.
<ul>
<li><strong>Investigation at <a
href="https://redirect.github.com/11ty/eleventy/issues/3356">#3356</a>
revealed an application code error and the revert is
unnecessary!</strong></li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/11ty/eleventy/compare/v3.0.0-alpha.14...v3.0.0-alpha.15">https://github.com/11ty/eleventy/compare/v3.0.0-alpha.14...v3.0.0-alpha.15</a>
<strong>Full Eleventy v3 Milestone</strong>: <a
href="https://github.com/11ty/eleventy/milestone/40">https://github.com/11ty/eleventy/milestone/40</a></p>
<h2>We need your help!</h2>
<p>11ty is now operating independently, with full time development and
maintenance funded by our Open Collective supporters. We need your help
to keep going! We have a goal of $6000 USD recurring monthly budget.
Read <a
href="https://www.11ty.dev/blog/sustainability-fundraising/">more about
this fundraising push</a> or head directly to <a
href="https://opencollective.com/11ty">our Open Collective to start your
recurring contribution</a>!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/11ty/eleventy/commit/00285b2a7f80d595094ee1ab89e4c942222846c4"><code>00285b2</code></a>
A few more tests for <a
href="https://redirect.github.com/11ty/eleventy/issues/188">#188</a></li>
<li><a
href="https://github.com/11ty/eleventy/commit/5a65b244235bfcb64ecf085bfc65a99a670e9df4"><code>5a65b24</code></a>
Improvements to benchmarking debug logs. debug now logs total
passthrough cop...</li>
<li><a
href="https://github.com/11ty/eleventy/commit/0526bff28cd42083b27fa124fc3e85f96554bec5"><code>0526bff</code></a>
v3.0.0-alpha.17</li>
<li><a
href="https://github.com/11ty/eleventy/commit/dbdf64a5056b252b34d982e1b5e781a2fdfb5045"><code>dbdf64a</code></a>
Update deps</li>
<li><a
href="https://github.com/11ty/eleventy/commit/926818eaa1a6b2e198033639312d79a7ca553f87"><code>926818e</code></a>
Fixes <a
href="https://redirect.github.com/11ty/eleventy/issues/3365">#3365</a></li>
<li><a
href="https://github.com/11ty/eleventy/commit/8dbc5543f3fcef34b55717448fb52aae4d67c84b"><code>8dbc554</code></a>
Passthrough copy files would log to the console twice.</li>
<li><a
href="https://github.com/11ty/eleventy/commit/9698667bb73e1d8c378dda46291716e3ca789e60"><code>9698667</code></a>
Swap from multimatch to micromatch</li>
<li><a
href="https://github.com/11ty/eleventy/commit/6db046fa79146d5680792169d97a8402dec4541a"><code>6db046f</code></a>
Add de-dupe tests for <a
href="https://redirect.github.com/11ty/eleventy/issues/3356">#3356</a></li>
<li><a
href="https://github.com/11ty/eleventy/commit/b5a88c61644da7c0dd640833d3161e45465ba684"><code>b5a88c6</code></a>
Test for <a
href="https://redirect.github.com/11ty/eleventy/issues/3363">#3363</a></li>
<li><a
href="https://github.com/11ty/eleventy/commit/9deb1576743f0be0b4dbf7b041bcc6f585bcf736"><code>9deb157</code></a>
Fixes <a
href="https://redirect.github.com/11ty/eleventy/issues/3363">#3363</a></li>
<li>Additional commits viewable in <a
href="https://github.com/11ty/eleventy/compare/v3.0.0-alpha.15...v3.0.0-alpha.17">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.15&new-version=3.0.0-alpha.17)](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 Jul 17, 2024
1 parent 6e1e1fb commit 806569c
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 54 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.15",
"@11ty/eleventy": "3.0.0-alpha.17",
"@11ty/eleventy-img": "5.0.0-beta.5",
"firebase-tools": "^13.13.2",
"hast-util-from-html": "^2.0.1",
Expand Down
99 changes: 46 additions & 53 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 806569c

Please sign in to comment.