Greenkeeper update broke fang API use
See original GitHub issueI might be wrong about this, but I’m having an issue whereby the output of fang@2.x is inconsistent with the output of fang@1.x, which the code in the config loader relies on.
The config loader relies on a key mode
coming back from fang (see https://github.com/frctl/fractal/blob/master/src/core/data.js#L50), but fang no longer returns a mode
key, instead going for two possible separate *_mode
keys: ace_mode
and codemirror_mode
.
As such, either the fang
dep should be reverted to ^1.0.0
or the code should be updated to use the ace_mode
or codemirror_mode
key (though it’s worth saying that different languages in fang
appear to sometimes not have the codemirror_mode
key in v2, ace_mode
appears to be consistent, though).
Issue Analytics
- State:
- Created 6 years ago
- Reactions:6
- Comments:7 (2 by maintainers)
Top Results From Across the Web
An in-range update of eslint is breaking the build · Issue #3 ... - GitHub
This version is covered by your current version range and after updating it in your project the build failed. eslint is a devDependency...
Read more >Untitled
Baltic sea anomaly update august 2013, Fame cast now, Me ha sentado mal la ... date shipped on board date, Seth curry shoes...
Read more >Can automated pull requests encourage software developers ...
The authors quantitatively studied whether automated pull requests encourage developers to update their dependencies: projects that used ...
Read more >QlK - River Thames Conditions - Environment Agency - GOV.UK
Cissy houston one broken heart for sale, Haussegger virginia, Spike's keg o ... Fang xiang painter, Estillo furniture kolkata, 40 pop 2014 gran...
Read more >Untitled
Palazzetto orzinuovi, Google play store new update, Via jwl rims, Pludine sistemele, ... Rg 15/1997 api, Mano po costume, Paco malgesto y madaleno!...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
v1.1.7 fixes the fang issue for me.
That’s what I’ve done here so this should fix it.