Greg Hurrell
Greg Hurrell
As part of the grand refactoring (#113), we have an opportunity to rename the package to better reflect what it does: it happens to use Express as a dev dependency,...
Adding this to the wishlist. I'm not suggesting we do this immediately (probably some refactoring in order first) but it is something to eventually take steps towards.
I don't think all the tests are running when you do `npm run test`. Sample output: ``` Suites and tests results: * should throw exception when no parent or child...
Similar to issues in other repos: - https://github.com/liferay/liferay-npm-tools/issues/491 - https://github.com/liferay/liferay-js-themes-toolkit/issues/504 This issue will substitute these currently open dependabot PRs: - https://github.com/liferay/alloy-editor/pull/1346 (mixin-deep) - https://github.com/liferay/alloy-editor/pull/1347 (lodash.mergewith) - https://github.com/liferay/alloy-editor/pull/1348 (fstream) - https://github.com/liferay/alloy-editor/pull/1389...
Not sure whether this will be easy or hard, so consider this "wish list". Motivation: our team doesn't have admin permissions on the Travis integration, so when things go wrong,...
Just putting this here so we don't forget it. cc @julien @edalgrin-work
Splitting this one off from #1091: - [x] Update build instructions (#1197, done in #1203): - Currently [here](https://alloyeditor.com/docs/develop/how-to-build-it.html), they tell you to install and use `gulp build`, which is no...
Once node-sass is updated for compatibility with Node v12, we'll be able to update. Until then, we will need to remain on Node v11. Upstream issue: https://github.com/sass/node-sass/issues/2632 Note that we...
For consistency with the style we using in other projects (eg. Clay, like in [this file](https://github.com/liferay/clay/blob/860f3be9e01cbab321bd7f2ff2abfdc931383b61/packages/clay-button/src/ClayButton.js)), we should give our files names like "ButtonStylesListItem.jsx" instead of "button-styles-list-item.jsx".
`findDOMNode()` is deprecated. It is disallowed in strict mode. Corresponding internal issue: https://issues.liferay.com/browse/IFI-415