-
Notifications
You must be signed in to change notification settings - Fork 602
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ember-try: Fix broken `ember-data` dependency declarations `ember-data` is a monorepo now, so these kinds of version constraint declarations won't work anymore. see emberjs/data#6010 * CI: Use default dependencies for default scenarios The `latest` version of ember-data (v3.11) is using async/await in Node.js code, but since we run CI on Node.js 6 it does not support that yet. This means we will have to use an older version of ember-data for now until we drop support for Node.js 6. * CI: Allow failures for `ember-beta` scenario see previous commit about async/await usage in recent ember-data releases * package.json: Pin `cssstyle` to v1.2.x see jsdom/cssstyle#95 * package.json: Pin `ember-data` to v3.7.x Using `^3.0.0` currently resolves to v3.11.x which is not compatible with Node.js 6 anymore. v3.8.x and above have some other issues so we will use v3.7.x until we figure those out. * Revert "Build(deps-dev): bump mermaid from 7.1.2 to 8.0.0 (#1765)" This reverts commit 95ae7cb. Some dependencies of `mermaid@8` are incompatible with Node.js 6
- Loading branch information
Showing
4 changed files
with
72 additions
and
400 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.