Bump @11ty/eleventy from 3.1.1 to 3.1.2 #481

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/11ty/eleventy-3.1.2 into main 2025-06-30 13:07:58 +02:00
dependabot[bot] commented 2025-06-28 06:25:33 +02:00 (Migrated from github.com)

Bumps @11ty/eleventy from 3.1.1 to 3.1.2.

Release notes

Sourced from @​11ty/eleventy's releases.

Eleventy v3.1.2 (we fixed 15 more things)

Try it out in your project

npm install @11ty/eleventy@latest

Release notes

  • Bug fix: issue with Computed Data with Array -> Object -> Template Strings #3850
  • Bug fix:Workaround dependency bug in tinyglobby when using ../ for input directory (and/or passthrough copy) #3854 #3862
  • Bug fix: issue with absolute path for input directory resulting in incorrect output directory #3853
  • Bug fix: issue with pagination over collections missing the all collection #3860
  • Bug fix: Custom template engines should inherit aliased the parent cacheable value for advanced control of internal cache (related docs). Fixes issues with JavaScript import cache busting in Windows #3824 #3832
  • Bug fix: Server cache issue with newly created directory data file not picked up during --watch or --serve (on subsequent builds) #3569
  • Bug fix: Saving your Configuration file may keep the process open after ⌘+C or CTRL+C #3873
  • Bug fix: Incremental builds may result in templateRender has not yet initialized error after Configuration reset #3870
  • Bug fix: #3874 Config reset for dev server restart
  • Bug fix: #3875 #1525 numeric tags for collection names
  • Audit fix: npm audit with brace-expansion dependency #3866
  • Dependency update: bump entities from 6.0.0 to 6.0.1 in 11ty/eleventy#3855

Eleventy v3.1.2-beta.4

Installation: npm install @11ty/eleventy@beta --save-exact Issue Milestone: https://github.com/11ty/eleventy/milestone/50?closed=1 Commit log (from last stable): https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2-beta.4

  • Bug Fix: #3874 Config reset for dev server restart
  • Bug Fix: #3875 #1525 numeric tags for collection names

Eleventy v3.1.2-beta.3

Installation: npm install @11ty/eleventy@beta --save-exact Issue Milestone: https://github.com/11ty/eleventy/milestone/50?closed=1 Commit log (from last stable): https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2-beta.3

  • Bug Fix: Server cache issue with newly created directory data file not picked up during --watch or --serve (on subsequent builds) #3569
  • Bug Fix: Saving your Configuration file may keep the process open after ⌘+C or CTRL+C #3873
  • Bug Fix: Incremental builds may result in templateRender has not yet initialized error after Configuration reset #3870

Eleventy v3.1.2-beta.2

Installation: npm install @11ty/eleventy@beta --save-exact Issue Milestone: https://github.com/11ty/eleventy/milestone/50?closed=1 Commit log: https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2-beta.2

  • Custom template engines should inherit aliased the parent cacheable value for advanced control of internal cache (related docs). Fixes issues with JavaScript import cache busting in Windows #3824 #3832

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [@11ty/eleventy](https://github.com/11ty/eleventy) from 3.1.1 to 3.1.2. <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 v3.1.2 (we fixed 15 more things)</h2> <h2>Try it out in your project</h2> <pre><code>npm install @11ty/eleventy@latest </code></pre> <ul> <li>Read more about <a href="https://www.11ty.dev/docs/">getting started with Eleventy</a> or <a href="https://www.11ty.dev/#why-should-you-use-eleventy">why you should use Eleventy</a>.</li> <li><strong>Milestone</strong>: <a href="https://github.com/11ty/eleventy/milestone/50?closed=1">https://github.com/11ty/eleventy/milestone/50?closed=1</a></li> <li><strong>Commit log</strong> (from previous stable release): <a href="https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2">https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2</a></li> </ul> <h2>Release notes</h2> <ul> <li>Bug fix: issue with Computed Data with Array -&gt; Object -&gt; Template Strings <a href="https://redirect.github.com/11ty/eleventy/issues/3850">#3850</a></li> <li>Bug fix:Workaround dependency bug in <code>tinyglobby</code> when using <code>../</code> for input directory (and/or passthrough copy) <a href="https://redirect.github.com/11ty/eleventy/issues/3854">#3854</a> <a href="https://redirect.github.com/11ty/eleventy/issues/3862">#3862</a></li> <li>Bug fix: issue with absolute path for input directory resulting in incorrect output directory <a href="https://redirect.github.com/11ty/eleventy/issues/3853">#3853</a></li> <li>Bug fix: issue with pagination over <code>collections</code> missing the <code>all</code> collection <a href="https://redirect.github.com/11ty/eleventy/issues/3860">#3860</a></li> <li>Bug fix: Custom template engines should inherit aliased the parent <code>cacheable</code> value for advanced control of internal cache (<a href="https://www.11ty.dev/docs/languages/custom/#compile-options-cache-for-advanced-control-of-caching">related docs</a>). Fixes issues with JavaScript import cache busting in Windows <a href="https://redirect.github.com/11ty/eleventy/issues/3824">#3824</a> <a href="https://redirect.github.com/11ty/eleventy/issues/3832">#3832</a></li> <li>Bug fix: Server cache issue with newly created directory data file not picked up during --watch or --serve (on subsequent builds) <a href="https://redirect.github.com/11ty/eleventy/issues/3569">#3569</a></li> <li>Bug fix: Saving your Configuration file may keep the process open after ⌘+C or CTRL+C <a href="https://redirect.github.com/11ty/eleventy/issues/3873">#3873</a></li> <li>Bug fix: Incremental builds may result in <code>templateRender has not yet initialized</code> error after Configuration reset <a href="https://redirect.github.com/11ty/eleventy/issues/3870">#3870</a></li> <li>Bug fix: <a href="https://redirect.github.com/11ty/eleventy/issues/3874">#3874</a> Config reset for dev server restart</li> <li>Bug fix: <a href="https://redirect.github.com/11ty/eleventy/issues/3875">#3875</a> <a href="https://redirect.github.com/11ty/eleventy/issues/1525">#1525</a> numeric tags for collection names</li> <li>Audit fix: <code>npm</code> audit with <code>brace-expansion</code> dependency <a href="https://redirect.github.com/11ty/eleventy/issues/3866">#3866</a></li> <li>Dependency update: bump <code>entities</code> from 6.0.0 to 6.0.1 in <a href="https://redirect.github.com/11ty/eleventy/pull/3855">11ty/eleventy#3855</a></li> </ul> <h2>Eleventy v3.1.2-beta.4</h2> <p><strong>Installation</strong>: <code>npm install @11ty/eleventy@beta --save-exact</code> <strong>Issue Milestone</strong>: <a href="https://github.com/11ty/eleventy/milestone/50?closed=1">https://github.com/11ty/eleventy/milestone/50?closed=1</a> <strong>Commit log</strong> (from last stable): <a href="https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2-beta.4">https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2-beta.4</a></p> <ul> <li>Bug Fix: <a href="https://redirect.github.com/11ty/eleventy/issues/3874">#3874</a> Config reset for dev server restart</li> <li>Bug Fix: <a href="https://redirect.github.com/11ty/eleventy/issues/3875">#3875</a> <a href="https://redirect.github.com/11ty/eleventy/issues/1525">#1525</a> numeric tags for collection names</li> </ul> <h2>Eleventy v3.1.2-beta.3</h2> <p><strong>Installation</strong>: <code>npm install @11ty/eleventy@beta --save-exact</code> <strong>Issue Milestone</strong>: <a href="https://github.com/11ty/eleventy/milestone/50?closed=1">https://github.com/11ty/eleventy/milestone/50?closed=1</a> <strong>Commit log</strong> (from last stable): <a href="https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2-beta.3">https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2-beta.3</a></p> <ul> <li>Bug Fix: Server cache issue with newly created directory data file not picked up during --watch or --serve (on subsequent builds) <a href="https://redirect.github.com/11ty/eleventy/issues/3569">#3569</a></li> <li>Bug Fix: Saving your Configuration file may keep the process open after ⌘+C or CTRL+C <a href="https://redirect.github.com/11ty/eleventy/issues/3873">#3873</a></li> <li>Bug Fix: Incremental builds may result in <code>templateRender has not yet initialized</code> error after Configuration reset <a href="https://redirect.github.com/11ty/eleventy/issues/3870">#3870</a></li> </ul> <h2>Eleventy v3.1.2-beta.2</h2> <p><strong>Installation</strong>: <code>npm install @11ty/eleventy@beta --save-exact</code> <strong>Issue Milestone</strong>: <a href="https://github.com/11ty/eleventy/milestone/50?closed=1">https://github.com/11ty/eleventy/milestone/50?closed=1</a> <strong>Commit log</strong>: <a href="https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2-beta.2">https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2-beta.2</a></p> <ul> <li>Custom template engines should inherit aliased the parent <code>cacheable</code> value for advanced control of internal cache (<a href="https://www.11ty.dev/docs/languages/custom/#compile-options-cache-for-advanced-control-of-caching">related docs</a>). Fixes issues with JavaScript import cache busting in Windows <a href="https://redirect.github.com/11ty/eleventy/issues/3824">#3824</a> <a href="https://redirect.github.com/11ty/eleventy/issues/3832">#3832</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/0064599391499da31800af1b7130a036f576ad5a"><code>0064599</code></a> v3.1.2 code coverage</li> <li><a href="https://github.com/11ty/eleventy/commit/8300873fb9cdd716649ec2133739f2c4ca85b2ff"><code>8300873</code></a> v3.1.2</li> <li><a href="https://github.com/11ty/eleventy/commit/976642710fb7ba09a7ae11b3d8071f8dc0f8addf"><code>9766427</code></a> v3.1.2-beta.4</li> <li><a href="https://github.com/11ty/eleventy/commit/c64da14483f9ef43a6caf61e656a2d9fe0ef155a"><code>c64da14</code></a> Fixes <a href="https://redirect.github.com/11ty/eleventy/issues/3875">#3875</a></li> <li><a href="https://github.com/11ty/eleventy/commit/94ca1282472a4c797e87078315e2cae9e58c1606"><code>94ca128</code></a> Fixes <a href="https://redirect.github.com/11ty/eleventy/issues/3874">#3874</a></li> <li><a href="https://github.com/11ty/eleventy/commit/8053d2c1e63097d15c79111c65db0034958bac6c"><code>8053d2c</code></a> v3.1.2-beta-3</li> <li><a href="https://github.com/11ty/eleventy/commit/8c0a6d5908899196f81df7afa66c7442674d5b76"><code>8c0a6d5</code></a> Deleted too much for <a href="https://redirect.github.com/11ty/eleventy/issues/3870">#3870</a></li> <li><a href="https://github.com/11ty/eleventy/commit/a930225f6fc080d2e4061f687753544e2eb22c42"><code>a930225</code></a> v3.1.2-beta.3</li> <li><a href="https://github.com/11ty/eleventy/commit/8320760c6b86bcbf27a8e1a724a9894939914bee"><code>8320760</code></a> Fixes <a href="https://redirect.github.com/11ty/eleventy/issues/3870">#3870</a> Fixes <a href="https://redirect.github.com/11ty/eleventy/issues/3873">#3873</a></li> <li><a href="https://github.com/11ty/eleventy/commit/afa9d9b8b5398da35aa3fc375c08889bf29a5182"><code>afa9d9b</code></a> Fixes <a href="https://redirect.github.com/11ty/eleventy/issues/3569">#3569</a></li> <li>Additional commits viewable in <a href="https://github.com/11ty/eleventy/compare/v3.1.1...v3.1.2">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.1.1&new-version=3.1.2)](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>
dependabot[bot] commented 2025-06-28 06:25:34 +02:00 (Migrated from github.com)

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

The `reviewers` field in the `dependabot.yml` file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see [this blog post](https://github.blog/changelog/2025-04-29-dependabot-reviewers-configuration-option-being-replaced-by-code-owners/).
robbevp (Migrated from github.com) approved these changes 2025-06-30 13:07:52 +02:00
Sign in to join this conversation.
No description provided.