canjs / can-ejs

The EJS templates on their own
https://canjs.com/doc/can-ejs.html
MIT License
4 stars 3 forks source link

An in-range update of can-reflect is breaking the build 🚨 #63

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

The dependency can-reflect was updated from 1.17.5 to 1.17.6.

🚨 View failing branch.

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

can-reflect 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 - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/canjs/can-ejs/builds/442356978?utm_source=github_status&utm_medium=notification)).

Release Notes for IE 11 Compatibility

Fixes missing function.name in IE 11

Commits

The new version differs by 6 commits.

  • b387b14 Update dist for release
  • e431d12 Merge pull request #146 from canjs/ie11-compat
  • 943013f Merge pull request #147 from canjs/139-jshint-coverage
  • a816ef4 Fixes #139. Adds other directories to jshint
  • 33ec41c Let other browsers keep anonymous functions anonymous
  • 912cfaf Workaround for missing function.name in IE

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.17.5 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Allows hasOwnKey to work on null derived objects

This fixes this case:

var obj = Object.create(null);
obj.foo = "bar";

reflect.hasOwnKey(obj, "foo");
Commits

The new version differs by 3 commits.

  • 07b65f1 Update dist for release
  • 804c5ee Merge pull request #149 from canjs/haskeynull
  • d5feaae Make hasOwnKey work on null derived objects

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Using canSymbol polyfill instead of another polyfill

#154

Commits

The new version differs by 3 commits.

  • f63f827 Update dist for release
  • c9fbde6 Merge pull request #154 from canjs/polyfilled-symbols
  • 039eb06 using canSymbol polyfill instead of another polyfill

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for not using relative module path with steal-clone

#155

Commits

The new version differs by 3 commits.

  • 052a920 Update dist for release
  • 5e62efc Merge pull request #155 from canjs/fix-clone-test
  • 11d367a not using relative module path with steal-clone

See the full diff

greenkeeper[bot] commented 5 years ago

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

Commits

The new version differs by 12 commits.

  • c4e1514 Update dist for release
  • f2f3aa5 Merge pull request #164 from canjs/special-case-dates
  • aec565d Add a sanity check for dates to date test
  • c03d172 Add a dates test
  • 7e07a84 Make a special case for Dates when sorting keys in objects
  • 7cfa06a Upgrade Sauce Labs Appium version (#161)
  • 6b8c65a regenerated travis deploy key
  • 2632be5 Merge pull request #156 from canjs/greenkeeper/testee-0.9.0
  • 09dba37 Merge pull request #157 from canjs/landscaper/update-default-repos
  • 59d314a Update README.md
  • 21ff285 Update README generated by DoneJS
  • a69bda1 chore(package): update testee to version 0.9.0

See the full diff

greenkeeper[bot] commented 5 years ago

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

Commits

The new version differs by 17 commits.

  • 7717bb3 Update dist for release
  • ec0b5e8 Merge pull request #160 from canjs/landscaper/qunit2
  • 5ce1f05 resolve conflicts
  • c4e1514 Update dist for release
  • f2f3aa5 Merge pull request #164 from canjs/special-case-dates
  • aec565d Add a sanity check for dates to date test
  • c03d172 Add a dates test
  • 7e07a84 Make a special case for Dates when sorting keys in objects
  • a72e7a2 Fix tests for QUnit 2
  • 7cfa06a Upgrade Sauce Labs Appium version (#161)
  • 6a29ffc Landscaper: QUnit2 upgrade
  • 6b8c65a regenerated travis deploy key
  • 2632be5 Merge pull request #156 from canjs/greenkeeper/testee-0.9.0
  • 09dba37 Merge pull request #157 from canjs/landscaper/update-default-repos
  • 59d314a Update README.md

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for Making it possible to serialize observable built-ins

This is necessary so you can use StacheElement as route.data as described in canjs/can-stache-element#56.

#168

Commits

The new version differs by 22 commits.

  • d9625b3 Update dist for release
  • f6096d6 Merge pull request #168 from canjs/observable-built-ins
  • 88c4f3d making it possible to serialize observable built-ins
  • c59a289 Merge pull request #165 from canjs/landscaper/travis-xenial
  • 9e2424a Migrate to xenial in travis
  • 7717bb3 Update dist for release
  • ec0b5e8 Merge pull request #160 from canjs/landscaper/qunit2
  • 5ce1f05 resolve conflicts
  • c4e1514 Update dist for release
  • f2f3aa5 Merge pull request #164 from canjs/special-case-dates
  • aec565d Add a sanity check for dates to date test
  • c03d172 Add a dates test
  • 7e07a84 Make a special case for Dates when sorting keys in objects
  • a72e7a2 Fix tests for QUnit 2
  • 7cfa06a Upgrade Sauce Labs Appium version (#161)

There are 22 commits in total.

See the full diff