Add us as a preferred source on Google
Виктория Кондратьева (Редактор отдела «Мир»)
,详情可参考heLLoword翻译官方下载
The JavaScript ecosystem moved on this faster than anyone else, with pnpm shipping minimumReleaseAge in version 10.16 in September 2025, covering both direct and transitive dependencies with a minimumReleaseAgeExclude list for packages you trust enough to skip. Yarn shipped npmMinimalAgeGate in version 4.10.0 the same month (also in minutes, with npmPreapprovedPackages for exemptions), then Bun added minimumReleaseAge in version 1.3 in October 2025 via bunfig.toml. npm took longer but shipped min-release-age in version 11.10.0 in February 2026. Deno has --minimum-dependency-age for deno update and deno outdated. Five package managers in six months, which I can’t think of a precedent for in terms of coordinated feature adoption across competing tools.
Actions that originate in the Infra-Module (i.e. incoming IoT signals) invoke classes in the Business-Module directly. There’s no need for any interface here. The Infrastructure-Module bootstraps the Business-Module, so it can just as well inject a real implementation to its classes. (In rare situations, an extra abstraction layer might be needed, but it should not be a default option).