Skip to content

build(deps-dev): bump @11ty/eleventy from 3.0.0 to 3.1.0 #789

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 14, 2025

Bumps @11ty/eleventy from 3.0.0 to 3.1.0.

Release notes

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

Eleventy v3.1.0: 11% faster and 22% smaller!

Try it out in your project

npm install @11ty/eleventy@latest

Read more about getting started with Eleventy or why you should use Eleventy.

What’s new?

Bug fixes

  • Bug fix for returning non-traditional data with eleventyConfig.addCollection API #3467
  • Internals: consolidates TemplateMap with Dependency Graph for more accurate build order during incremental builds (fixing unrendered template errors) #3410 (Fair warning: this was a big change!)
  • Fix duplicate permaink error on Windows after file delete and re-add #3631
  • Fix (and better error messaging) for link.slice is not a function errors when using function permalinks #3472 #3619
  • Improvements to bundler-friendiness of imports (using Programmatic API in serverless contexts) #3656
  • Fix when using eleventyConfig.setUseTemplateCache(false); and 11ty.js JavaScript templates #3667
  • Fix for passthrough copy output locations during incremental builds #3285
  • Check Error.cause for TemplateContentPrematureUseError when rendering by @​noelforte in 11ty/eleventy#3651
  • Fix dateValue.toLowerCase() is not a function error when using addDateParsing API #3674
  • Improvements to engine consistency (improved use of Nunjucks cache) #3736
  • Fixes eleventy.templateModified listeners warning #3735
  • Fixes for bugs with merging Arrays in eleventyComputed. Arrays are now treated as a single entity when merging over non-computed data. Arrays will still be merged in the data cascade from multiple eleventyComputed entries. #3728
  • Fix bug with collection definition on subsequent builds #3711
  • HtmlBasePlugin: Fix confusing error message by @​noelleleigh in 11ty/eleventy#3709
  • Fix import-related error with CommonJS modules in Node 23 by @​vrugtehagel in 11ty/eleventy#3519 #3518
  • Fix for InputPathToUrl plugin to support unencoded paths with spaces #3559 #3583

Dependency Watch

... (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.0.0 to 3.1.0.
- [Release notes](https://github.com/11ty/eleventy/releases)
- [Changelog](https://github.com/11ty/eleventy/blob/main/docs/release-instructions.md)
- [Commits](11ty/eleventy@v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: "@11ty/eleventy"
  dependency-version: 3.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants