
Security News
GitHub Actions Adds cache-mode to Limit Cache Poisoning Risk
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.
@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 to a new major version. 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) {
eleventyConfig.addPlugin(UpgradeHelper);
};
slug to slugify FilterIssue 278. Useful when you want to swap your existing use of the slug filter to the new slugify filter and want to compare any URLs that may have changed. Read more about the slug to slugify transition on the Eleventy docs.
Issue 1753. Warns if you do not use eleventyConfig.setDataDeepMerge in your configuration file that the default value has changed.
strict_filters instead of strictFilters.strict_filters or strictFilters that the new default is true.dynamicPartials, the new default is true..gitignoreIssue 364. If your input directory is not . and you have a .gitignore file inside (e.g. src/.gitignore), this file is no longer supported.
{ROOT}/.gitignore{INPUT_DIR}/.gitignore (removed in 1.0){ROOT}/.eleventyignore{INPUT_DIR}/.eleventyignoreconst UpgradeHelper = require("@11ty/eleventy-upgrade-help");
module.exports = function(eleventyConfig) {
eleventyConfig.addPlugin(UpgradeHelper, {
slugToSlugify: false,
dataDeepMerge: false,
liquidOptions: false,
inputDirGitignore: false,
});
};
FAQs
Helper plugin when upgrading your Eleventy project to a new major version.
The npm package @11ty/eleventy-upgrade-help receives a total of 747 weekly downloads. As such, @11ty/eleventy-upgrade-help popularity was classified as not 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
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.