Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

chore(deps-dev): bump @11ty/eleventy from 0.12.1 to 1.0.1 #406

Open
wants to merge 1 commit into
base: vite
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 19, 2022

Bumps @11ty/eleventy from 0.12.1 to 1.0.1.

Release notes

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

Eleventy v1.0.1: It’s Elementary

Eleventy v1.0.1 🎈🐀⚡️🕚

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

Install or Upgrade

  • Install to your local project: npm install @11ty/eleventy
  • Already installed in your local project? Upgrade your version: npm update @11ty/eleventy
  • Read more about local project versus global installation

Features

  • Performance improvement to lodash/isPlainObject resulted in 28% build time improvement to web.dev (and likely made your project speedier too!) #2214 #2219
  • Adds new date: git Last Modified feature to fix issues with Content Dates in production environments #142
  • New default global data: eleventy.version (holds the current version e.g. 1.0.1) and eleventy.generator (for use in <meta name="generator" content="{{ eleventy.generator }}">) #1217 #2293
  • Extra argument to the pagination before callback with current template’s data. #1209
  • Improved error messaging with Transforms and Plugins #646
  • jsdoc Comments for ConsoleLogger class #1914

Milestone

All bug fix issues can be perused at the GitHub milestone: https://github.com/11ty/eleventy/milestone/37?closed=1

Some highlights:

  • #2221 Changes default serverless generated file content to fix bug with encoded path variables in Eleventy Serverless.
  • #2267 Regression with addExtension API and return; in the compile function to skip/ignore a template.
  • #2217 Fix for this.defaultRenderer is not a function error when using an async function with addExtension’s compile
  • #1313 When your config file throws an error, Eleventy would sometimes still process data files when using --version and --help.
  • #2298 Bug with front matter in layouts
  • #2278 Obscure bug with passthrough copy and --incremental mistakenly creating a file instead an output folder
  • #2145 Fix to allow setting a layout via addGlobalData configuration API
  • #2179 Fix addGlobalData configuration API to execute once per build

... (truncated)

Commits
  • 6ea1944 v1.0.1
  • b184ac9 v1.0.1-canary.4
  • 8fd660e Update dependencies for 1.0.1
  • e2b121f Add a named function for serverless middleware to make it more obvious what’s...
  • 6b3db05 Switch to static functions for Eleventy version and help args. Fixes #1313
  • e25a7d2 Fixes #2267
  • bf130f7 Downgrade ava for Node dump errors
  • 7ce1494 Cherry pick to 1.x: Adds eleventy.version and eleventy.generator to Eleve...
  • e42467b Update dependencies
  • 5d12aad Update dependencies for 1.x
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@11ty/eleventy](https://github.com/11ty/eleventy) from 0.12.1 to 1.0.1.
- [Release notes](https://github.com/11ty/eleventy/releases)
- [Changelog](https://github.com/11ty/eleventy/blob/master/docs/meta-release.md)
- [Commits](11ty/eleventy@v0.12.1...v1.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 19, 2022
@vercel
Copy link

vercel bot commented Apr 19, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/loctran016/eleventy-kickstart-blog/Gw3gsk4sZEpsckje9VwomaCCAT9R
✅ Preview: Failed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

0 participants