-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update devdependencies #426
base: main
Are you sure you want to change the base?
Conversation
e94a4ed
to
22cd3b3
Compare
c5355ac
to
bf40564
Compare
f3a4cf8
to
c5feca8
Compare
d5de89e
to
cb1d059
Compare
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
dcd9e46
to
286e5c0
Compare
f291a70
to
0e96f58
Compare
f74d32e
to
d353d6b
Compare
d1846b6
to
de0a606
Compare
7e5041a
to
dcabe71
Compare
4d8d8e4
to
df320cf
Compare
df320cf
to
290f27c
Compare
|
This PR contains the following updates:
^1.0.1
->^3.0.0
7.19.0
->7.26.0
15.1.4
->22.0.0
2.2.0
->2.2.4
7.1.0
->8.2.1
17.6.1
->19.6.1
17.6.1
->19.6.0
2.0.0
->2.2.0
^2.6.0
->^5.0.0
^1.0.4
->^2.0.0
1.24.0
->1.30.6
3.1.2
->3.1.3
4.3.6
->6.0.3
0.2.1
->0.4.6
1.0.1
->1.0.3
0.5.0
->0.6.4
0.7.0
->2.0.3
0.1.34
->0.1.37
0.18.0
->0.19.0
0.7.0
->0.7.2
^2.15.1
->^3.0.0
5.3.1
->6.2.0
^8.2.3
->^9.0.0
8.0.1
->10.1.3
6.17.3
->11.25.0
12.15.0
->14.0.0
1.1.2
->1.2.2
2.4.2
->2.10.0
~4.7.0
->~6.1.0
^5.0.0
->^7.0.0
^7.26.11
->^8.0.0
3.3.1
->3.3.3
6.1.1
->6.3.0
~4.7.0
->~5.3.0
^2.1.2
->^3.0.0
^7.0.0
->^8.0.0
^5.1.5
->^9.0.0
^8.0.3
->^13.0.0
~4.7.0
->~6.1.0
^4.2.0
->^6.0.0
^3.0.0
->^4.0.0
0.17.10
->0.24.2
8.39.0
->9.18.0
^8.0.0
->^9.0.0
^8.4.0
->^10.0.0
^11.0.0
->^12.0.0
43.1.1
->50.6.2
^4.0.0
->^5.0.0
^7.2.0
->^8.0.0
2.6.0
->2.6.9
8.0.3
->9.1.7
^2.5.1
->^3.0.0
2.19.1
->2.23.1
^2.0.0
->^3.0.0
17.0.1
->19.0.2
2.0.0
->2.0.10
15.6.1
->16.13.2
33.0.0
->37.0.0
Release Notes
11ty/eleventy (@11ty/eleventy)
v3.0.0
: Eleventy v3.0.0: Possums ❤️ ESMCompare Source
We did it. After 22 pre-releases and over a year of work, Eleventy 3.0.0 is now available. You can try it out now on your project using:
If you’re upgrading from a previous version of Eleventy, use the Upgrade Help plugin for automated checks and help with your upgrade!
Why should you use Eleventy? Eleventy is a flexible and production-ready site generator known for its zero-client JavaScript footprint, speedy sites, speedy builds, and full control over the output.
A few numbers on the best version of Eleventy yet:
v2.0.1
v3.0.0
*fastest time of 3 runs (bypassing local cache)
Flagship 3.0 features
slugify
,inputPathToUrl
universal filters (via memoization) #840 Docs: https://v3.11ty.dev/docs/memoize/config
export improves consistency for plugins #3246 andset*Directory
configuration API methods #1503 Docs: https://v3.11ty.dev/docs/config-shapes/#optional-export-config-object and https://v3.11ty.dev/docs/config/#configuration-optionsid
attributes to headings for on-page anchor links (supports all template-languages) #3363 Docs: https://v3.11ty.dev/docs/plugins/id-attribute/js
Front Matter #2819 Docs: https://v3.11ty.dev/docs/data-frontmatter/#javascript-front-matterpage.rawInput
unlocks access to raw template content #1206 https://v3.11ty.dev/docs/data-eleventy-supplied/#page-variableaddPreprocessor
configuration API to modify raw content before rendering works for file ignores and drafts #188 Docs: https://v3.11ty.dev/docs/config-preprocessors/addDateParsing
configuration API to add your own custom date parsing logic #867 Docs: https://v3.11ty.dev/docs/dates/#configuration-api-for-custom-date-parsingeleventyDataSchema
data option to validate data cascade values #879 Docs: https://v3.11ty.dev/docs/data-validate/addPlugin
configuration API #2675 Docs: https://v3.11ty.dev/docs/plugins/#plugins-are-configurationuseLayouts
option for Custom Template Languages allows opt-out of Eleventy Layouts #2830 Docs: https://v3.11ty.dev/docs/languages/custom/#uselayoutsrenderTransforms
Universal Filter will run project transforms on an arbitrary block of content (useful for RSS and other feeds) #3294--incremental=filename.md
on the command line #3324 Docs: https://v3.11ty.dev/docs/usage/#incremental-for-partial-incremental-buildsrenderContent
Universal Filter now included with Render Plugin #3370 Docs: https://v3.11ty.dev/docs/plugins/render/#rendercontent-filteronRequest
API for handling requests dynamically during development (used with the new Image Transform plugin)Breaking Changes and Upgrade Path
Rather than navigating this list manually, use the Upgrade Help plugin for automated project checks and upgrade help!
require("@​11ty/eleventy")
toawait import("@​11ty/eleventy")
for ESM reasons. We provide helpful error messaging for this.pug
,ejs
,haml
,mustache
, andhandlebars
template languages moved from core to official plugins:handlebars
: https://v3.11ty.dev/docs/languages/handlebars/mustache
: https://v3.11ty.dev/docs/languages/mustache/ejs
: https://v3.11ty.dev/docs/languages/ejs/haml
: https://v3.11ty.dev/docs/languages/haml/pug
: https://v3.11ty.dev/docs/languages/pug/--config=
command line file is missing #3373htmlOutputSuffix
feature was removed #3327--formats=
and--formats=""
on command line means no formats (previously aliased to*
) #3255compileOptions.permalink
option changed fromtrue
to"raw"
#2780js-yaml
v3 to v4 Changelog@sindresorhus/slugify
v2 to v3 Changelog: Node 12+, Pure ESMbcp-47-normalize
v1 to v2 Changelog: Pure ESMdependency-graph
v0.x to v1 Changelogiso-639-1
v2 to v3 Changelog: Pure ESMmarkdown-it
v13 to v14 Changelog: Pure ESM, removeddist
folderMinutiae
Full Eleventy v3 Milestone (177 closed): https://github.com/11ty/eleventy/milestone/40?closed=1
Full Changelog: 11ty/eleventy@v2.0.1...v3.0.0
Thank You Notes
This release would not have been possible without our community and supporters.
Thank you to @bobmonsour, @pdehaan, @Snapstromegon, @cdransf, @5t3ph, @BenDMyers, @siakaramalegos, @shivjm, @dleatherman, @darthmall, [@clottman](https://redirect.github.com/clottma
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.