tiborv / memory-cache-ttl

A simple in-memory cache with Time To Live functionality
BSD 2-Clause "Simplified" License
7 stars 0 forks source link

An in-range update of object-sizeof is breaking the build 🚨 #55

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency object-sizeof was updated from 1.5.1 to 1.5.2.

🚨 View failing branch.

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

object-sizeof 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 passed ([Details](https://travis-ci.org/tiborv/memory-cache-ttl/builds/598453882?utm_source=github_status&utm_medium=notification)). - ❌ **Build:** This repository is not mapped to a Google Cloud Platform project. Please connect it to a project in the [cloud console](https://console.cloud.google.com/m/gcb/github/setup?installation_id=2609603).

Release Notes for ES5 compatibility, security fixes

ES5 compatibility, security fixes

Commits

The new version differs by 2 commits.

  • 81557e3 1.5.2 release (#37)
  • 15141a0 Replaces arrow function to make ES5 compatible (#36)

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

After pinning to 1.5.1 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 Fixes object circular references

Kudos to @jamesacres !

Commits

The new version differs by 2 commits.

  • ccfee89 Fixes #38 (#40)
  • 1a5484b Bugfix/object circular references (#39)

See the full diff