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(deps): update dependency @11ty/eleventy to v2 #370

Merged
merged 2 commits into from
Jul 27, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 8, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@11ty/eleventy (source) ^1.0.0 -> ^2.0.0 age adoption passing confidence

Release Notes

11ty/eleventy (@​11ty/eleventy)

v2.0.1: Eleventy v2.0.1: a Bug Fix Release

Compare Source

Eleventy v2.0.1 is now available! You can try it out in your project now:

npm install @​11ty/eleventy@latest

New to 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.

Features and Fixes

Housekeeping

Thank You Notes

This project would not be possible without our lovely community. Thank you to everyone that built something with Eleventy (×684 authors on our web site!), wrote a blog post about Eleventy, contributed code, wrote a plugins, helped with documentation, asked questions, answered questions, braved The Leaderboards, participated on Discord, filed issues, attended (or organized!) a meetup, said a kind word on social media ❤️.

Open Collective Supporters

v2.0.0: Eleventy v2.0.0: Now with twice as many Possums

Compare Source

🚨 The full release notes are available on The Eleventy Blog: Eleventy v2.0.0 or you can watch me talk about v2.0 on YouTube.

Eleventy v2.0.0 is now available! You can try it out now:

### Local project
npm install @​11ty/eleventy@latest

### Global install
npm install @​11ty/eleventy@latest -g

New to 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. Watch The State of Eleventy in Two Minutes or read more about Eleventy’s project goals.

The Big Features

Smaller, More Secure
Faster Builds
Plugins
And more…
  • Support for aliasing to an existing template language #​2248
    • This unlocks TypeScript or JSX in Eleventy when you use esbuild-register and alias 11ty.ts or 11ty.tsx to 11ty.js.
  • Event arguments unlock new plugin abilities: dir (input/output/includes/data/layouts locations),
    outputMode (where the templates are going: fs, json, ndjson), runMode (build, watch, or serve), or results for the processed Eleventy output.
  • Memory usage improvements to Pagination

Breaking Changes

⚠️ Rather than review this list, it’d be faster to use the eleventy-upgrade-helper plugin, which runs a suite of tests to see whether or not you need to worry about these breaking changes in your project: https://github.com/11ty/eleventy-upgrade-help

The Small Features

Even Smaller Features

Housekeeping

Thank You Notes

This project would not be possible without our lovely community. Thank you to everyone that built something with Eleventy (×684 authors on our web site!), wrote a blog post about Eleventy, contributed code, wrote a plugins, helped with documentation, asked questions, answered questions, braved The Leaderboards, participated on Discord, filed issues, attended (or organized!) a meetup, said a kind word on social media ❤️.

Pull Requests From

@​AleksandrHovhannisyan 🆕, @​amareshsm ×2 🆕, @​binyamin, @​DamianOsipiuk 🆕, @​epelc ×2 🆕, @​j-f1 🆕, @​Jaza 🆕, @​kentaroi 🆕, @​kev4ev 🆕, @​LeoSchae 🆕, @​milahu ×3, @​nasivuela 🆕, @​NickColley 🆕, @​NotWoods, @​Obayanju 🆕, @​Snapstromegon ×16 (wow! 🤯), @​TheDocTrier 🆕, @​thinkverse 🆕, @​TigersWay 🆕, @​wes-goulet 🆕, @​mrmartineau 🆕, @​danburzo 🆕

Read more from the Community
Open Collective Supporters

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link

github-actions bot commented Feb 8, 2023

Visit the preview URL for this PR (updated for commit b999e8e):

https://ameba-a11y-guidelines--pr370-renovate-11ty-eleven-a36ebaz5.web.app

(expires Thu, 03 Aug 2023 04:32:44 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: b5ed0ee52825c395d695adc443890c0775e604f1

@renovate renovate bot force-pushed the renovate/11ty-eleventy-2.x branch from cedb347 to 8bf23d4 Compare July 14, 2023 01:25
@renovate renovate bot force-pushed the renovate/11ty-eleventy-2.x branch from 8bf23d4 to 8be1bee Compare July 24, 2023 06:08
@tokimari
Copy link
Contributor

#396 の変更を取り込むためにrebaseさせてみました:eyes:

@renovate renovate bot force-pushed the renovate/11ty-eleventy-2.x branch 8 times, most recently from 778dac4 to 25f7a6c Compare July 27, 2023 00:49
@reg-suit
Copy link

reg-suit bot commented Jul 27, 2023

✨✨ That's perfect, there is no visual difference! ✨✨

Check out the report here.

@yasuda-shin
Copy link
Contributor

https://www.11ty.dev/docs/server-browsersync/

Starting with Eleventy 2.0, the Eleventy Dev Server is now the default stock development server in Eleventy core. This section of documentation only applies to Eleventy 1.x and 0.x and will be removed when Eleventy 2.0 is stable. If you want to use Browsersync with Eleventy 2.0, learn how to swap back to Browsersync.

ということでv2.0からサーバー設定が少し変わりまして、

https://www.11ty.dev/docs/dev-server/

setServerOptions を利用しつつ今までのport 3000 にする修正コミット(b999e8e
)を追加してみました。

あとはビルドと動作確認した感じ問題なさそうだったのでworkflow問題なさそうならマージしてしまおうかと思います。

@yasuda-shin yasuda-shin merged commit 798df35 into master Jul 27, 2023
5 checks passed
@yasuda-shin yasuda-shin deleted the renovate/11ty-eleventy-2.x branch July 27, 2023 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants