-
Couldn't load subscription status.
- Fork 6
Update devDependencies (major) #73
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-devdependencies
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
87c9e49 to
1849bc7
Compare
8b5ebf4 to
575d17d
Compare
8b44a7a to
a27b55c
Compare
9591622 to
09e4e54
Compare
58121b0 to
30dc486
Compare
73614e2 to
ca7aa02
Compare
ca7aa02 to
c5e9fa0
Compare
7d57a27 to
a753fbb
Compare
5489714 to
f5309e3
Compare
dd9a9b9 to
ab99d30
Compare
ab99d30 to
a1ce881
Compare
a1ce881 to
0d6fcea
Compare
0d6fcea to
27e4d55
Compare
27e4d55 to
6a5d3ce
Compare
6a5d3ce to
075323c
Compare
075323c to
5b52e79
Compare
5b52e79 to
d42b8d8
Compare
d42b8d8 to
792defc
Compare
d16e0d6 to
c3caa48
Compare
933e9fb to
6ea06fb
Compare
3c44475 to
0c9a189
Compare
aea8878 to
a951e53
Compare
d42ee69 to
dfad23a
Compare
fe99f94 to
bc34948
Compare
bc34948 to
2ab6f44
Compare
2ab6f44 to
f6cfcbd
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
^2.0.0->^3.0.0^4.0.0->^5.0.0^1.2.0->^2.0.0^6.0.1->^7.0.0^0.7.0->^1.0.0^3.2.0->^4.0.0^10.2.7->^11.0.0^13.0.1->^14.0.015.1.0->16.1.1^8.0.0->^10.0.0^2.8.1->^3.0.0^11.0.0->^12.0.0^4.0.1->^5.0.0^3.0.1->^4.0.0^3.1.1->^4.0.0^3.1.1->^4.0.0^5.1.1->^6.0.0^5.1.2->^6.0.0^6.1.2->^7.0.0^5.0.1->^6.0.0^12.1.0->^13.0.0^5.2.0->^6.0.0^4.2.0->^5.0.0^4.1.0->^5.0.0^6.6.0->^7.0.0^4.2.0->^5.0.0^6.2.0->^7.0.0^4.2.0->^5.0.0^7.2.2->^8.0.0^5.2.0->^6.0.0^7.2.0->^8.0.0^4.3.0->^5.0.0^4.2.0->^5.0.0^5.2.0->^6.0.0^7.2.0->^8.0.0^5.3.0->^6.0.0^2.0.0->^3.0.0^14.16.1->^16.0.0^29.0.0->^39.0.0^2.0.1->^4.0.0^4.0.0->^6.0.0^4.0.0->^6.0.0Release Notes
11ty/eleventy (@11ty/eleventy)
v3.1.2: Eleventy v3.1.2 (we fixed 15 more things)Compare Source
Try it out in your project
Release notes
tinyglobbywhen using../for input directory (and/or passthrough copy) #3854 #3862collectionsmissing theallcollection #3860cacheablevalue for advanced control of internal cache (related docs). Fixes issues with JavaScript import cache busting in Windows #3824 #3832templateRender has not yet initializederror after Configuration reset #3870npmaudit withbrace-expansiondependency #3866entitiesfrom 6.0.0 to 6.0.1 in #3855v3.1.1: Eleventy v3.1.1 (we fixed some things)Compare Source
Try it out in your project
Read more about getting started with Eleventy or why you should use Eleventy.
Release notes
eleventyConfig.amendLibraryandeleventyConfig.setLibrarytogether on the same syntax type, amendLibrary would run multiple times #3816includesdirectory is set to an empty string""#3797eleventyComputed.permalinkvalues when used with non-computedpermalink#3818"../") #3809datevalues in Data Cascade #3833v3.1.0: Eleventy v3.1.0: 11% faster and 22% smaller!Compare Source
Try it out in your project
Read more about getting started with Eleventy or why you should use Eleventy.
What’s new?
import data from './data.json' with { type: 'json' };, see 11ty/eleventy-dependency-tree-esm#2 and 11ty/eleventy-dependency-tree-esm#4html-relativePassthrough Copy mode for relative asset references in HTML. Learn more at #3573 (from issue #3552)checkDuplicatesoption (always enabled by default, now allows you to disable) #3560 Docs: https://www.11ty.dev/docs/plugins/id-attribute/#with-optionspermalink: falsetemplate (in the HTML<base>plugin) #3503.11ty.jsfiles #3571Bug fixes
eleventyConfig.addCollectionAPI #3467link.slice is not a functionerrors when using function permalinks #3472 #3619eleventyConfig.setUseTemplateCache(false);and11ty.jsJavaScript templates #3667Error.causeforTemplateContentPrematureUseErrorwhen rendering by @noelforte in #3651dateValue.toLowerCase() is not a functionerror when using addDateParsing API #3674eleventy.templateModifiedlisteners warning #3735eleventyComputed. Arrays are now treated as a single entity when merging over non-computed data. Arrays will still be merged in the data cascade from multipleeleventyComputedentries. #3728Dependency Watch
v3.1.0×14221.4 MBv3.0.0×18727.4 MBv2.0.1×21536.4 MBv1.0.2×35673.3 MBliquidjsdependency to10.21.0(from10.17.0)rifrafdependency by @jeffalo #3622 #3673fast-glob+is-glob->tinyglobby,micromatch->picomatchby @pralkarz in #3680Major Upgrades
@11ty/dependency-treefrom v3 to v4 (bumps to Node 18+) https://github.com/11ty/eleventy-dependency-tree/releases/tag/v4.0.0@11ty/dependency-tree-esmfrom v1 to v2 (bumps to Node 18+) https://github.com/11ty/eleventy-dependency-tree-esm/releases/tag/v2.0.0@11ty/eleventy-utilsfrom v1 to v2 (bumps to Node 18+) https://github.com/11ty/eleventy-utils/releases/tag/v2.0.0@11ty/recursive-copyfrom v3 to v4 (bumps to Node 18+, dependency cleanup) https://github.com/11ty/recursive-copy/releases/tag/v4.0.0entitiesfrom v5 to v6 (upstream change related to deep import paths https://github.com/fb55/entities/releases/tag/v6.0.0)eleventy-benchmarkBuild PerformanceWe’re showing the benchmark from the latest beta here — there were no core code changes between v3.1.0-beta.1 and v3.1.0.
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.1v3.0.0*fastest time of 3 runs (bypassing local cache)
Flagship 3.0 features
slugify,inputPathToUrluniversal filters (via memoization) #840 Docs: https://v3.11ty.dev/docs/memoize/configexport improves consistency for plugins #3246 andset*Directoryconfiguration API methods #1503 Docs: https://v3.11ty.dev/docs/config-shapes/#optional-export-config-object and https://v3.11ty.dev/docs/config/#configuration-optionsidattributes to headings for on-page anchor links (supports all template-languages) #3363 Docs: https://v3.11ty.dev/docs/plugins/id-attribute/jsFront Matter #2819 Docs: https://v3.11ty.dev/docs/data-frontmatter/#javascript-front-matterpage.rawInputunlocks access to raw template content #1206 https://v3.11ty.dev/docs/data-eleventy-supplied/#page-variableaddPreprocessorconfiguration API to modify raw content before rendering works for file ignores and drafts #188 Docs: https://v3.11ty.dev/docs/config-preprocessors/addDateParsingconfiguration API to add your own custom date parsing logic #867 Docs: https://v3.11ty.dev/docs/dates/#configuration-api-for-custom-date-parsingeleventyDataSchemadata option to validate data cascade values #879 Docs: https://v3.11ty.dev/docs/data-validate/addPluginconfiguration API #2675 Docs: https://v3.11ty.dev/docs/plugins/#plugins-are-configurationuseLayoutsoption for Custom Template Languages allows opt-out of Eleventy Layouts #2830 Docs: https://v3.11ty.dev/docs/languages/custom/#uselayoutsrenderTransformsUniversal Filter will run project transforms on an arbitrary block of content (useful for RSS and other feeds) #3294--incremental=filename.mdon the command line #3324 Docs: https://v3.11ty.dev/docs/usage/#incremental-for-partial-incremental-buildsrenderContentUniversal Filter now included with Render Plugin #3370 Docs: https://v3.11ty.dev/docs/plugins/render/#rendercontent-filteronRequestAPI 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, andhandlebarstemplate 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 #3373htmlOutputSuffixfeature was removed #3327--formats=and--formats=""on command line means no formats (previously aliased to*) #3255compileOptions.permalinkoption changed fromtrueto"raw"#2780js-yamlv3 to v4 Changelog@sindresorhus/slugifyv2 to v3 Changelog: Node 12+, Pure ESMbcp-47-normalizev1 to v2 Changelog: Pure ESMdependency-graphv0.x to v1 Changelogiso-639-1v2 to v3 Changelog: Pure ESMmarkdown-itv13 to v14 Changelog: Pure ESM, removeddistfolderMinutiae
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, @nachtfunke, @David-Large, Olivia Nicholson, and @mneumegen for their community contributions!
Thank you for the code contributions from @VividVisions, @mayank99, @Zearin, @chriskirknielsen, @mendhak, @fqueze, @shivjm, @rdela, @w0whitaker, @vrugtehagel, @sachac, @Snapstromegon, @alifeee, @uncenter, @Zwyx, @mayankkamboj47, @aschrab, @jgarber623, @korverdev, @mathertel, @mathieuprog, @epelc, @Ryuno-Ki, @lexoyo, @satgo1546, @KiwiKilian
11ty/eleventy-fetch (@11ty/eleventy-fetch)
v5.1.0: Eleventy Fetch v5.1.0Compare Source
v5.0.2v5.1.0node_modulesWeightFull Changelog: 11ty/eleventy-fetch@v5.0.2...v5.1.0
Milestone: https://github.com/11ty/eleventy-fetch/milestone/6?closed=1
v5.0.2: Eleventy Fetch v5.0.2Compare Source
Fetchnamed export to create a Fetch instance without fetching data automatically. Works with the concurrency queue. Use thequeue()method to fetch data.wasLastFetchCacheHit()onFetchinstances, used to solve bug with Eleventy Image disk cache 11ty/eleventy-img#146fetchor file systemreadcalls.fs.mkdircallsFull Changelog: 11ty/eleventy-fetch@v5.0.1...v5.0.2
v5.0.1: Eleventy Fetch v5.0.1Compare Source
11ty/eleventy-img, related to 11ty/eleventy-img#252Full Changelog: 11ty/eleventy-fetch@v5.0.0...v5.0.1
v5.0.0: Eleventy Fetch v5.0.0Compare Source
11ty.dev docs for Fetch have been updated for v5.0.0: https://www.11ty.dev/docs/plugins/fetch/
fetch()and dropnode-fetchdependency by @uncenter in #37URLinstance target #41AbortSignalfor fetch timeouts #39functionsource (async-friendly) @doug-wade in #32filenameFormatby @chriskirknielsen in #49type: "xml"(alias for"text")type: "parsed-xml"#53 returns a JS object via @rgrove’s https://github.com/rgrove/parse-xmlreturnType: "response"option to return (and cache)Responsemetadata, includingurl,status,headers,body.requestIdoption to control reuse, de-duping, unique cache keys when caching non-URL sources. Fixes a few more bugs with de-duping internally when HTTP methods and body requests are used for cache keys.11ty/eleventy-plugin-rss (@11ty/eleventy-plugin-rss)
v2.0.4: Eleventy RSS v2.0.4Compare Source
urlimport.Full Changelog: 11ty/eleventy-plugin-rss@v2.0.3...v2.0.4
v2.0.3: Eleventy RSS v2.0.3Compare Source
mainv2.0.2: Eleventy RSS Plugin v2.0.2Compare Source
Configuration
📅 Schedule: Branch creation - "before 9am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.