davidedantonio/create-fastify-app

An in-range update of handlebars is breaking the build 🚨

Closed this issue Β· 2 comments

The dependency handlebars was updated from 4.4.5 to 4.5.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

handlebars is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Commits

The new version differs by 12 commits.

  • b24797d v4.5.0
  • a243067 Update release notes
  • 088e618 chore: add eslint-plugin-compat and eslint-plugin-es5
  • 7052e88 Resolve deprecation warning message from eslint while running eslint (#1586)
  • b8913fc Add missing types for the Exception class properties (#1583)
  • 62ed3c2 Add Handlebars.parseWithoutProcessing (#1584)
  • 7fcf9d2 Use objects for hash value tracking
  • c76ded8 fix: add guard to if & unless helpers (#1549)
  • a15d01d Merge branch '4.4.x' into 4.x
  • fd2e5c9 fix: non-eager matching raw-block-contents
  • aaab609 fix: prevent zero length tokens in raw-blocks (#1577)
  • feb60f8 show source location for the strict lookup exceptions

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

After pinning to 4.4.5 your tests are passing again. Downgrade this dependency πŸ“Œ.

  • The dependency handlebars was updated from 4.5.0 to 4.5.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 7ef8617 v4.5.1
  • b75e3e1 Update release notes
  • 5e9d17f fix: move "eslint-plugin-compat" to devDependencies

See the full diff