Skip to content
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: bump @11ty/eleventy from 3.0.0-alpha.10 to 3.0.0-beta.1 in the eleventy-ecosystem group #4653

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 6, 2024

Bumps the eleventy-ecosystem group with 1 update: @11ty/eleventy.

Updates @11ty/eleventy from 3.0.0-alpha.10 to 3.0.0-beta.1

Release notes

Sourced from @​11ty/eleventy's releases.

Eleventy v3.0.0-beta.1: ESM like a Phoenix (the mythical bird, not Arizona)

We did it. It’s happening. After 18 alpha pre-releases and over a year of work, our very first beta release of Eleventy 3.0 is now available. We’re still working on shipping documentation for some of these features but you can try it out now on your project using:

npm install @11ty/eleventy@beta

If you’re upgrading, use the Upgrade Help plugin for automated project checks and help!

A few numbers on the best version of Eleventy yet:

Stats v2.0.1 v3.0.0-beta.1
23% smaller 35.2 MB 27.1 MB
6.6% fewer third-party dependencies 210 196
21.7% faster npm install 6.572s* 5.146s*

(*fastest time of 3 runs bypassing cache)

🙌🏻🚨 We still need your help! 🚨🙌🏻

11ty is now operating independently, with full time development and maintenance funded by our Open Collective supporters. We need your help to keep going! We have a goal of $6000 USD recurring monthly budget. Read more about this fundraising push and head directly to our Open Collective to start your recurring contribution!

Every recurring contribution helps!

Flagship 3.0 features

  1. Eleventy is now written in ESM with full support for ESM in your projects (#836): configuration, data files, 11ty.js templates, etc. For many projects this won’t be a breaking change and we’ll continue to support CommonJS too. You can read more about what ECMAScript Modules (ESM) means for Eleventy projects on the 11ty Blog.
// ESM
export default function(eleventyConfig) {}
// We’ll keep supporting CommonJS:
module.exports = function(eleventyConfig) {}

  1. Supporting more package managers and runtimes: Deno, pnpm, yarn (more to come!)
  2. Asynchronous configuration #614
// ESM
export default async function(eleventyConfig) {}
// CommonJS
module.exports = async function(eleventyConfig) {}

  1. For-free performance improvement to built-in slugify, inputPathToUrl universal filters (via memoization) #840
  2. Named config export improves consistency for plugins #3246 and set*Directory configuration API methods #1503

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner August 6, 2024 20:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 6, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eleventy-ecosystem-e6807cec96 branch 2 times, most recently from 4aba5f4 to 9a44afe Compare August 13, 2024 19:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eleventy-ecosystem-e6807cec96 branch 6 times, most recently from ec8b552 to e7823f1 Compare August 27, 2024 10:19
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eleventy-ecosystem-e6807cec96 branch from e7823f1 to 5dc4fb8 Compare August 27, 2024 19:33
@coveralls
Copy link
Collaborator

coveralls commented Aug 27, 2024

Pull Request Test Coverage Report for Build 11020755357

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 98.209%

Totals Coverage Status
Change from base Build 10940625012: 0.0%
Covered Lines: 32542
Relevant Lines: 32961

💛 - Coveralls

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eleventy-ecosystem-e6807cec96 branch 4 times, most recently from 3c1dc6e to 0f6b742 Compare September 3, 2024 14:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eleventy-ecosystem-e6807cec96 branch 2 times, most recently from c9ca236 to 46c249b Compare September 10, 2024 19:43
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eleventy-ecosystem-e6807cec96 branch from 46c249b to eb68c36 Compare September 17, 2024 19:09
Bumps the eleventy-ecosystem group with 1 update: [@11ty/eleventy](https://github.com/11ty/eleventy).


Updates `@11ty/eleventy` from 3.0.0-alpha.10 to 3.0.0-beta.1
- [Release notes](https://github.com/11ty/eleventy/releases)
- [Changelog](https://github.com/11ty/eleventy/blob/main/docs/release-instructions.md)
- [Commits](11ty/eleventy@v3.0.0-alpha.10...v3.0.0-beta.1)

---
updated-dependencies:
- dependency-name: "@11ty/eleventy"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eleventy-ecosystem
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eleventy-ecosystem-e6807cec96 branch from eb68c36 to 429b8c7 Compare September 24, 2024 19:39
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2024

Superseded by #4797.

@dependabot dependabot bot closed this Oct 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eleventy-ecosystem-e6807cec96 branch October 1, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant