SenseNet / sn-controls-aurelia

Aurelia controls for sensenet ECM
GNU General Public License v2.0
2 stars 0 forks source link

An in-range update of aurelia-templating is breaking the build 🚨 #80

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

The devDependency aurelia-templating was updated from 1.8.3 to 1.9.0.

🚨 View failing branch.

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

aurelia-templating 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 - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/SenseNet/sn-controls-aurelia/builds/433217674?utm_source=github_status&utm_medium=notification)).

Release Notes for 1.9.0

aurelia-templating 1.9.0

Bug Fixes

  • StaticViewStrategy: check for null template before compiling (37d23ea)
  • StaticViewStrategy: use DOM.Element instead of HTMLTemplateElement (f9fb639)
Commits

The new version differs by 3 commits.

  • eba6110 chore(all): prepare release 1.9.0
  • 37d23ea fix(StaticViewStrategy): check for null template before compiling
  • f9fb639 fix(StaticViewStrategy): use DOM.Element instead of HTMLTemplateElement

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 6 years ago

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

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 1.10.0

aurelia-templating 1.10.0

Bug Fixes

  • : enable backward compat, fix doc (90684ed)
  • Let: respect DOM order (dd4ff67)
  • test: remove old implementation fix in test (88cf718)
  • typings: fix let expression typings (a756dfe)

Features

  • Let: let element for computed property declaration (b898ef7)

Note: For let support, version 1.5.0 of templating-binding is required.

Commits

The new version differs by 8 commits.

  • faaa6cf chore(all): prepare release 1.10.0
  • a756dfe fix(typings): fix let expression typings
  • 88cf718 fix(test): remove old implementation fix in test
  • 90684ed fix(): enable backward compat, fix doc
  • 44c8b87 chore(Let): fix build
  • 15c103c test(Let): complete tests
  • dd4ff67 fix(Let): respect DOM order
  • b898ef7 feat(Let): let element for computed property declaration

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 1.10.1

aurelia-templating 1.10.1

Bug Fixes

Commits

The new version differs by 9 commits.

  • c970fe2 chore(all): prepare release 1.10.1
  • 4149e73 fix(static-view-strategy): correctly handles invalid resources
  • c0e6204 fix(static-view-strategy): correctly loads multiple custom elements in single file
  • ac3cb2b fix(Let): properly create instruction Id
  • bbdbc43 chore(package): add module field
  • 93fa9cc fix(Let): mark as target after creating instrutions
  • 8452a66 fix(doc): fix html5 syntax
  • c836af5 Added a closing tag to the let elements
  • 3093b49 doc(custom-elements): fix syntax errors and improve grammar

See the full diff