An in-range update of done-ssr is breaking the build 🚨
- Dominant language
- JavaScript
- Stars
- 8
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
## The dependency [done-ssr](https://github.com/donejs/done-ssr) was updated from `3.2.11` to `3.3.0`.
🚨 [View failing branch](https://github.com/donejs/done-serve/compare/master...donejs:greenkeeper%2Fdone-ssr-3.3.0).
This version is **covered** by your **current version range** and after updating it in your project **the build failed**.
done-ssr 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/donejs/done-serve/builds/604631434?utm_source=github_status&utm_medium=notification)).
---
Release Notes for Adds the xhrCache option
This adds xhrCache: false as an option.
Specifies if the XHR cache should be inlined into the page. The XHR cache is used to prevent duplicate requests from occuring in the client when hydrating from server-rendering HTML. In some cases you might not use XHR in the client and therefore want to prevent the script from being included.
const ssr = require('done-ssr');
const render = ssr({}, {
xhrCache: false
});
Commits
The new version differs by 8 commits.
1e06c8a3.3.032a1a02Merge pull request #692 from donejs/xhr-optioncde8e8cAdds the xhrCache option0bfcdc2Merge pull request #681 from donejs/xenial-migration589010eDon't bump dependecies8f0df61Upgrading dependciesf1e5145Fix gcc installation for travis90881acMigrate to use Xenial in Travis
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](https://greenkeeper.io) Bot :palm_tree:
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by comparing the failing branch linked in the issue with master and reviewing the Travis CI failure details for the done-ssr 3.3.0 update. Trace the direct dependency change in the project metadata and confirm the build passes with the compatible dependency behavior; the issue does not name a source file or test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100