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

Bump @11ty/eleventy from 1.0.0 to 1.0.1 #384

Merged
merged 1 commit into from May 13, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2022

Bumps @11ty/eleventy from 1.0.0 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 1.0.0 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@v1.0.0...v1.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2022
@rafaelfranca rafaelfranca merged commit b8156fd into main May 13, 2022
@rafaelfranca rafaelfranca deleted the dependabot/npm_and_yarn/11ty/eleventy-1.0.1 branch May 13, 2022 15:03
@shopify-shipit shopify-shipit bot temporarily deployed to rubygems May 13, 2022 19:59 Inactive
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.

None yet

2 participants