squirrellyjs / squirrelly

Semi-embedded JS template engine that supports helpers, filters, partials, and template inheritance. 4KB minzipped, written in TypeScript β›Ί
https://squirrelly.js.org
MIT License
571 stars 81 forks source link

An in-range update of typedoc is breaking the build 🚨 #186

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency typedoc was updated from 0.17.4 to 0.17.5.

🚨 View failing branch.

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

typedoc is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **Travis CI - Branch:** The build **errored**.

Release Notes for 0.17.5

0.17.5 (2020-04-26)

Bug Fixes

  • Do not silently swallow missing include/media file errors (#1277) (4067f2c)
  • Enable lax overloads only in release (b870905)
  • Fix extends option in tsconfig.json doesn't work (#1273) (d5c2d47), closes #1272
  • Improve output for object's computed property names (#1275) (8c2b698)
  • Remove Result object (262a89c), closes #1238

Features

Thanks!

Commits

The new version differs by 13 commits.

  • b2a5421 chore: Bump version to 0.17.5
  • 8fb1258 chore: Fixed test for map declaration type (#1282)
  • 829f147 chore: Fix lint
  • d222fb6 chore: Upgrade dependencies
  • 8708143 Merge branch 'library-mode'
  • b03a13b chore: Fix typos is bounds check
  • 42de2af feat: Number options may require min and max values (#1278)
  • 4067f2c fix: Do not silently swallow missing include/media file errors (#1277)
  • d5c2d47 fix: Fix extends option in tsconfig.json doesn't work (#1273)
  • 91644a9 feat: Add detecting read-only properties (#1268)
  • 8c2b698 fix: Improve output for object's computed property names (#1275)
  • 262a89c feat: Remove Result object
  • b870905 fix: Enable lax overloads only in release

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 4 years ago

After pinning to 0.17.4 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 0.17.6

0.17.6 (2020-04-27)

Bug Fixes

  • Correct prepublish script, it was supposed to enable more lax typings for plugins, but failed to do so. (3b081de)
Commits

The new version differs by 2 commits.

  • bc20444 chore: Bump version to 0.17.6
  • 3b081de fix: Correct prepublish script

See the full diff