惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
罗磊的独立博客
M
MIT News - Artificial intelligence
G
Google Developers Blog
V
V2EX
D
Docker
博客园_首页
The Cloudflare Blog
人人都是产品经理
人人都是产品经理
Y
Y Combinator Blog
WordPress大学
WordPress大学
T
Tailwind CSS Blog
博客园 - 司徒正美
J
Java Code Geeks
L
LangChain Blog
博客园 - 三生石上(FineUI控件)
B
Blog RSS Feed
博客园 - 【当耐特】
小众软件
小众软件
Apple Machine Learning Research
Apple Machine Learning Research
大猫的无限游戏
大猫的无限游戏
P
Proofpoint News Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - Franky

The Eleventy Firehose

New Sponsorship Tiers for the Build Awesome Kickstarter Securely Publishing our Packages to npm Back Build Awesome Pro and make it easier to build for the web! The Possum Mascot, now with additional Awesome Build Awesome (11ty) (@11ty.dev) Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Build Awesome (11ty) (@11ty.dev) Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Build Awesome (11ty) (@11ty.dev) Release Import v1.0.20 · 11ty/import Release Import v1.0.21 · 11ty/import Build Awesome (11ty) (@11ty.dev) Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Build Awesome (11ty) (@11ty.dev) Cozy Keyboard Build and Build Awesome AMA Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Build Awesome (11ty) (@11ty.dev) A few demos of Editing and Collaboration in Build Awesome Pro (as always, AMA!) Build Awesome (11ty) (@11ty.dev) Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Bluesky: May 6, 2026 at 7:54:00 PM UTC An Awesome Theming Demo with Dave Gandy (and more Build Awesome AMA) Build Awesome (11ty) (@11ty@neighborhood.11ty.dev) Release v8.0.0 · 11ty/eleventy-plugin-vite Build Awesome Pro Kickstarter AMA
Eleventy Core Dependency Watch (2025 Edition)
Zach Leather · 2025-12-12 · via The Eleventy Firehose

In our quest for smoother long term maintenance and hardened security footprint, we wanted to let folks know that we’ve made even more exciting dependency simplification improvements on the v4 canary prereleases!

Notably when comparing v4.0.0-alpha.6 to v3.1.2, we’ve:

  • Reduced our total dependency count from 134 to 105 (21.6%)
  • Dropped third-party dependency count from 123 to 89 (27.6%)
  • Decreased node_modules weight from 21 MiB to 14 MiB (33.3%)

Full History

Here’s how things have looked over the full length of the project:

Version Deps (3rd-party) Change node_modules Size Change
v0.2.0 (2018 January) First npm release! ×401 (400) - 51 MiB -
v0.12.1 (2021 March) ×362 (360) 9.7% 68 MiB 33.3%
v1.0.2 (2022 August) ×360 (357) 0.5% 71 MiB 4.4%
v2.0.1 (2023 March) ×213 (208) 40.8% 35 MiB 50.7%
v3.0.0 (2024 October) ×187 (174) 12.2% 27 MiB 22.8%
v3.1.2 (2025 June) ×134 (123) 28.3% 21 MiB 22.2%
v4.0.0-alpha.1 (2025 July) ×130 (116) 2.9% 16 MiB 23.8%
v4.0.0-alpha.6 (2025 December) ×105 (89) 19.2% 14 MiB 12.5%
  • Numbers were compiled via fresh install of Eleventy core in a new directory (with npm@11.7.0 and Node v24.11.1).
  • npm ls --omit=dev --all --parseable | wc -l provided the dependency count (minus one for the root directory).
  • node_modules folder sizes via du -m node_modules.

More Blog Posts