[Snyk] Upgrade @11ty/eleventy from 0.8.3 to 0.9.0 #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade @11ty/eleventy from 0.8.3 to 0.9.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.The recommended version fixes:
SNYK-JS-HANDLEBARS-480388
SNYK-JS-HANDLEBARS-534478
SNYK-JS-HANDLEBARS-534988
Release notes
Eleventy is a Simpler Static Site Generator.
v0.9.0 Documentation
Support Eleventy:
Install
npm install @11ty/eleventy
npm update @11ty/eleventy
npm install -g @11ty/eleventy
npm update -g @11ty/eleventy
Thank you to the 10 contributors that helped with this release!
@danielstaleiny @veleek @aarongustafson @edwardhorsford @Ryuno-Ki @paulshryock @jakearchibald @MadeByMike @Munter (and @zachleat I guess)
Changelog
Features
page.filePathStem
variable for permalinks #244*.11ty.js
) #622 #627 Thanks @jakearchibald!exports = { data: {}, render: function() {}
exports = class { data = {}; render() {} }
exports.data = {}; exports.render = function() {}
node_modules
directory if.gitignore
does not exist. Eleventy will now also auto-ignore if.gitignore
does exist but is empty. #389 Thank you @danielstaleiny!Bug fixes
Unknown path
) #547page.fileSlug
with JavaScript Templates (was returningfileName.11ty
, should befileName
) #588page.*
variables) #600eleventyExcludeFromCollections
templates incorrectly throwingTemplateContentPrematureUseError
errors. #522browser-sync
to remove audit report #428TemplateContentPrematureUseError
error when using pagination #551, #634.Docs and other
Dependency Major Release Bumps
Note that
dev-dependencies
are not included here.fast-glob
from v2 to v3: Release noteschokidar
from v2 to v3: requires Node 8+ Release notesdependency-tree
from v6 to v7: upgraded precinct from 5.x to 6.x for some typescript things ¯_(ツ)_/¯ (No release notes for this project: issue filed)fs-extra
from v7 to v8: Release notesmultimatch
from v3 to v4: requires Node 8+ Release notesAdministration
npm audit
found 0 vulnerabilities in 7917 scanned packagesEleventy is a Simpler Static Site Generator.
Install this 🚧🚧 prerelease 🚧🚧 to help test the upcoming Eleventy 0.9.0 release:
Thank you to the 10 contributors that helped with this release!
@danielstaleiny @veleek @aarongustafson @edwardhorsford @Ryuno-Ki @paulshryock @jakearchibald @MadeByMike @Munter (and @zachleat I guess)
Features
page.filePathStem
variable for permalinks #244*.11ty.js
) #622 #627 Thanks @jakearchibald!exports = { data: {}, render: function() {}
exports = class { data = {}; render() {} }
exports.data = {}; exports.render = function() {}
node_modules
directory if.gitignore
does not exist. Eleventy will now also auto-ignore if.gitignore
does exist but is empty. #389 Thank you @danielstaleiny!Bug fixes
Unknown path
) #547page.fileSlug
with JavaScript Templates (was returningfileName.11ty
, should befileName
) #588page.*
variables) #600eleventyExcludeFromCollections
templates incorrectly throwingTemplateContentPrematureUseError
errors. #522browser-sync
to remove audit report #428TemplateContentPrematureUseError
error when using pagination #551, #634.Docs and other
Dependency Major Release Bumps
fast-glob
from v2 to v3: Release notesAdministration
Eleventy is a Simpler Static Site Generator.
Install this 🚧🚧 prerelease 🚧🚧 to help test the upcoming Eleventy 0.9.0 release:
Thank you to the 10 contributors that helped with this release!
@danielstaleiny @veleek @aarongustafson @edwardhorsford @Ryuno-Ki @paulshryock @jakearchibald @MadeByMike @Munter (and @zachleat I guess)
Features
page.filePathStem
variable for permalinks #244*.11ty.js
) #622 #627 Thanks @jakearchibald!exports = { data: {}, render: function() {}
exports = class { data = {}; render() {} }
exports.data = {}; exports.render = function() {}
node_modules
directory if.gitignore
does not exist. Eleventy will now also auto-ignore if.gitignore
does exist but is empty. #389 Thank you @danielstaleiny!Bug fixes
Unknown path
) #547page.fileSlug
with JavaScript Templates (was returningfileName.11ty
, should befileName
) #588page.*
variables) #600eleventyExcludeFromCollections
templates incorrectly throwingTemplateContentPrematureUseError
errors. #522browser-sync
to remove audit report #428Docs and other
Dependency Major Release Bumps
fast-glob
from v2 to v3: Release notesAdministration
Eleventy is a Simpler Static Site Generator.
v0.8.3 Documentation
Support Eleventy:
Install
npm install @11ty/eleventy
npm update @11ty/eleventy
npm install -g @11ty/eleventy
npm update -g @11ty/eleventy
Changelog
Bug fixes
markdownTemplateEngine
isfalse
#466Tried to use templateContent too early
error would be thrown #479url
filter on Windows #485 #486 Thank you @AndrewAsquith!Enhancements
NPM Audits
None
Dependency Major Release Bumps
None
Administration
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs