
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@11ty/eleventy-upgrade-help
Advanced tools
Helper plugin when upgrading your Eleventy project to a new major version.
A plugin to help you upgrade your Eleventy project from Eleventy v1.x to v2.x.
The major version of this plugin will always match the major version of Eleventy that you’re upgrading to.
Install from npm:
npm install @11ty/eleventy-upgrade-help
Add to your configuration file (probably .eleventy.js):
const UpgradeHelper = require("@11ty/eleventy-upgrade-help");
module.exports = function(eleventyConfig) {
// If you have other `addPlugin` calls, it’s important that UpgradeHelper is added last.
eleventyConfig.addPlugin(UpgradeHelper);
};
After your upgrade is complete and you’ve removed all of the violations/warnings from your output, delete the plugin from your package.json and .eleventy.js configuration file.
You can review a sample project using this upgrade plugin.
FAQs
Helper plugin when upgrading your Eleventy project to a new major version.
The npm package @11ty/eleventy-upgrade-help receives a total of 1,144 weekly downloads. As such, @11ty/eleventy-upgrade-help popularity was classified as popular.
We found that @11ty/eleventy-upgrade-help demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.