-
Notifications
You must be signed in to change notification settings - Fork 5
Description
The dependency done-ssr was updated from 3.2.11 to 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).
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. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴