Eric Mastro
db71a93bba
fix(@embark/proxy): Check if WebSocket open before sending ( #1978 )
...
Add error handling to the proxy so that websocket frames are not sent on a socket that is not open.
2019-10-21 13:23:34 -04:00
Jonathan Rainville
a3b52676fc
Fix part of the test app and add new test util functions ( #1977 )
...
* fix: fix tests hanging because the console is not started
* fix(@embark/proxy): send back errors correctly to the client
Code originally by @emizzle and fixed by me
* feat(@embark/test-runner): add assert.reverts to test reverts
* fix: make test app actually run its test and not hang
* fix(@embark/proxy): fix listening to contract event in the proxy
* feat(@embark/test-runner): add assertion for events being triggered
* docs(@embark/site): add docs for the new assert functions
* feat(@embark/test-runner): add increaseTime util function to globals
* docs(@embark/site): add docs for increaseTime
2019-10-17 14:39:25 -04:00
Iuri Matias
cb0995f3f6
chore(@embark/stack/blockchain-client): re-add missing file ( #1973 )
2019-10-16 11:00:26 -04:00
Eric Mastro
9b57a912cf
refactor(@embark/ethereum-blockchain-client): move module into own package ( #1956 )
2019-10-16 10:02:05 -04:00
Eric Mastro
3b8f8f9ea7
refactor(@embark/blockchain-client): move module into own package ( #1955 )
...
refactor(@embark/blockchain-client): move module into own package
update package.json
2019-10-16 09:41:17 -04:00
Eric Mastro
e2efbbd846
refactor(@embark/parity): move module into own package ( #1951 )
...
Contains bug fixes to get parity to work as a blockchain client.
**NOTE:** Please merge https://github.com/embark-framework/embark/pull/1950 first before merging this PR, as this PR contains removal of dependencies from `packages/embark` that are needed for geth. So if this is merged first, and the geth PR (https://github.com/embark-framework/embark/pull/1950 ) is not merged, then geth will not have some of the dependencies it needs.
2019-10-16 09:35:26 -04:00
Eric Mastro
ed0d3afb4f
refactor(@embark/blockchain): move module into own package ( #1942 )
2019-10-16 09:30:14 -04:00
dependabot-preview[bot]
85be192879
build(deps-dev): bump @types/request from 2.48.1 to 2.48.3 ( #1957 )
...
Bumps [@types/request](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/request ) from 2.48.1 to 2.48.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/request )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-16 09:11:53 -04:00
Jonathan Rainville
08c97a2964
fix: fix windows build for pipeline and embarkjs ( #1971 )
2019-10-16 09:07:42 -04:00
Eric Mastro
908064f4e1
refactor(@embark/ganache): move module into own package ( #1952 )
...
**NOTE:** Running a dapp with `client: “vm”` does not work, however I am not sure if that is intentional in v5 or not.
**NOTE:** Running `embark test` in the demo DApp does work, although there is an error that I am assuming does actually pertain to this PR:
```
made request without listener: whisper:node:register
Trace:
at EmbarkEmitter.trace [as request] (/Users/emizzle/Code/__Github/embk-fw/embark/packages/embark/src/lib/core/events.js:142:13)
at new request (/Users/emizzle/Code/__Github/embk-fw/embark/packages/embark/src/lib/modules/geth/index.js:49:17)
at Plugin.loadInternalPlugin (/Users/emizzle/Code/__Github/embk-fw/embark/packages/embark/src/lib/core/plugin.js:117:10)
at Plugins.loadInternalPlugin (/Users/emizzle/Code/__Github/embk-fw/embark/packages/embark/src/lib/core/plugins.js:96:40)
at Engine.loadInternalPlugin [as registerModule] (/Users/emizzle/Code/__Github/embk-fw/embark/packages/embark/src/lib/core/engine.js:69:18)
at Engine.registerModule [as blockchainComponents] (/Users/emizzle/Code/__Github/embk-fw/embark/packages/embark/src/lib/core/engine.js:183:10)
at Engine.apply [as registerModuleGroup] (/Users/emizzle/Code/__Github/embk-fw/embark/packages/embark/src/lib/core/engine.js:104:18)
at registerModuleGroup (/Users/emizzle/Code/__Github/embk-fw/embark/packages/embark/src/cmd/cmd_controller.js:740:16)
at nextTask (/Users/emizzle/Code/__Github/embk-fw/embark/node_modules/async/dist/async.js:5324:14)
at next (/Users/emizzle/Code/__Github/embk-fw/embark/node_modules/async/dist/async.js:5331:9)
at /Users/emizzle/Code/__Github/embk-fw/embark/node_modules/async/dist/async.js:969:16
at callback (/Users/emizzle/Code/__Github/embk-fw/embark/packages/embark/src/lib/core/engine.js:47:9)
at Client.done (/Users/emizzle/Code/__Github/embk-fw/embark/packages/core/core/src/ipc.js:46:11)
at Client.emit (/Users/emizzle/Code/__Github/embk-fw/embark/node_modules/event-pubsub/es5.js:74:21)
at Socket.connectionClosed (/Users/emizzle/Code/__Github/embk-fw/embark/node_modules/node-ipc/dao/client.js:201:20)
at Socket.emit (events.js:198:13)
```
2019-10-14 16:28:54 +09:00
Eric Mastro
8aa6496f93
refactor(@embark/geth): move module into own package ( #1950 )
2019-10-14 16:14:07 +09:00
Eric Mastro
e03ae120fe
refactor(@embark/embarkjs): move module into own package ( #1943 )
2019-10-14 16:08:21 +09:00
Eric Mastro
3f7842cf24
refactor(@embark/embarkjs): move module into own package ( #1945 )
...
**TODO:** The `embark eject-webpack` command needs to be updated. @michaelsbradleyjr - do you have suggestions as to how we could port this over? We could **assume** that the `basic-pipeline` plugin will be installed, and then read the embark config and overrides from the file system, however this feels like we are sort adding a dependency to a plugin, which is not right. Any suggestions?
2019-10-14 16:05:17 +09:00
Eric Mastro
5dbc1c791a
fix(@embark/basic-pipeline): Remove `_1_` from pipeline output ( #1941 )
2019-10-14 16:01:18 +09:00
Jonathan Rainville
915b9493ef
feat(@embark/cmd_controller): add back embark simulator ( #1965 )
2019-10-14 15:59:37 +09:00
Jonathan Rainville
637e4f965d
Show TX reason when there is a failure ( #1970 )
...
* feat(@embark/transactions-logger): show reason of failure in tx log
* feat(@embark/ui): show tx failure reason in cockpit contract logs
2019-10-14 11:00:24 +09:00
Jonathan Rainville
918a00c24c
fix: add back log command for modules ( #1969 )
2019-10-14 10:58:57 +09:00
Jonathan Rainville
af3c0f0bcb
Fix whisper callback and start ( #1968 )
...
* fix(@embark/geth/whisper): add ipcdisable for whisper geth client
* fix(@embarkjs/whisper): fix callback not used in send
2019-10-14 10:55:37 +09:00
Jonathan Rainville
4b947bb5c2
fix: fix error logs in the cockpit due from negative blocks numbers ( #1967 )
2019-10-14 10:53:14 +09:00
Jonathan Rainville
d86c26d71a
Fix VM as a client and cleanup template configs ( #1966 )
...
* chore(templates): clean up template configs
* fix: enable vm as a client
Bug was caused by the web3 listening to events too late (race)
2019-10-14 10:42:13 +09:00
Jonathan Rainville
913267b1ce
fix: fix process logs not showing on errors ( #1962 )
2019-10-14 10:31:20 +09:00
Jonathan Rainville
80df4fa11d
fix: patch for infinite loop with panic override ( #1964 )
2019-10-12 12:17:33 +09:00
Jonathan Rainville
5b72620c92
fix: re-enable plugin command module and clean up engine ( #1961 )
2019-10-12 12:06:29 +09:00
Jonathan Rainville
6f90099d47
Add tests for ENS ( #1933 )
...
* add basic test to ens
* add more tests
* test arguments for test
2019-10-12 11:42:16 +09:00
Michael Bradley, Jr
3f65077268
build(deps): downgrade ethereumjs-tx to 1.3.7
2019-10-09 22:30:06 +09:00
Jonathan Rainville
2f09a88b2d
feat(deployement): add back deployment message with hash
2019-10-04 11:36:33 -04:00
Jonathan Rainville
7fae609d87
fix(template_generator): fix condition for windows
2019-10-04 10:12:46 -04:00
Jonathan Rainville
d6bf5c24b9
fix: do not start modules if they are disabled
2019-10-04 10:12:16 -04:00
Jonathan Rainville
c54b8d9e44
feat: call action before starting the blockchain node
2019-10-04 10:12:16 -04:00
Michael Bradley, Jr
1bb25b9082
build(deps): remove unused http-shutdown package
2019-10-03 12:06:13 -05:00
Michael Bradley, Jr
3f4ce3b549
build: fix win compat for collective build and embark-solo cli
2019-10-02 16:23:57 -05:00
Pascal Precht
7ea9aa417d
test(@embark/commmunication): add test for artifact generation
...
This also makes `fakeEmbark` configurable
2019-10-02 17:40:44 +02:00
Iuri Matias
67207a239a
fix modules in console cmd controller ( #1947 )
2019-10-02 11:27:44 -04:00
Michael Bradley, Jr
17ccd5c1bd
build: tidy up the monorepo in prep for v5.0.0-alpha.0
2019-10-01 13:29:53 -05:00
Michael Bradley, Jr
3b649fa455
build: phase 1 of introducing embark-collective
2019-10-01 13:28:13 -05:00
Iuri Matias
de85076d48
Console fix ( #1940 )
...
* bugfix(@embark/embark): fix default values so choosing different environment doesn't cause hang
* bugfix(@embark/stack/watcher): add callback so initializating watcher does not hang cmd controller
2019-10-01 14:18:16 -04:00
Iuri Matias
eb23acb0f8
bugfix(@embark/embark): fix default values so choosing different environment doesn't cause hang ( #1939 )
2019-10-01 14:18:10 -04:00
dependabot-preview[bot]
c03a2588fe
build(deps-dev): bump @types/body-parser from 1.17.0 to 1.17.1
...
Bumps [@types/body-parser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/body-parser ) from 1.17.0 to 1.17.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/body-parser )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-27 12:00:59 -05:00
dependabot-preview[bot]
17c98d9ada
build(deps): bump webpack from 4.39.2 to 4.41.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.39.2 to 4.41.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.39.2...v4.41.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-25 09:36:07 -05:00
Michael Bradley, Jr
166f339a03
refactor(@cockpit/ui/utils): adjust date-fns imports/usage re: changes in 2.x
2019-09-25 09:35:05 -05:00
dependabot-preview[bot]
ec4e3cd9d0
build(deps-dev): bump date-fns from 1.30.1 to 2.3.0
...
Bumps [date-fns](https://github.com/date-fns/date-fns ) from 1.30.1 to 2.3.0.
- [Release notes](https://github.com/date-fns/date-fns/releases )
- [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md )
- [Commits](https://github.com/date-fns/date-fns/compare/v1.30.1...v2.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-25 09:35:05 -05:00
Michael Bradley, Jr
7063ac2963
build(deps-dev): bump react-scripts from 3.1.1 to 3.1.2
2019-09-24 11:39:06 -05:00
dependabot-preview[bot]
0804525b02
build(deps): bump sass-loader from 7.1.0 to 8.0.0
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 7.1.0 to 8.0.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v7.1.0...v8.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-24 11:32:51 -05:00
Michael Bradley, Jr
14d20e1b6f
test(@embark/core/console): fix bad setUpEnv path
2019-09-24 10:51:27 -05:00
Michael Bradley, Jr
d4deb8b990
refactor(@embark/services_monitor): use Object.keys instead of Object.entries
2019-09-24 10:51:27 -05:00
Michael Bradley, Jr
98400dcef7
fix(@embark/cmd_controller): use the correct path for eject-webpack
2019-09-24 10:51:27 -05:00
Michael Bradley, Jr
ff75fe98a1
refactor(@embark/template_generator): use embark-utils monorepo APIs
2019-09-24 10:51:27 -05:00
Michael Bradley, Jr
686b327bd0
refactor(@embark/stack/api): use embark-utils monorepo APIs
2019-09-24 10:51:27 -05:00
Michael Bradley, Jr
de0e12d039
feat(@embark/utils): "inside monorepo" APIs
2019-09-24 10:51:27 -05:00
Michael Bradley, Jr
1ba9e4b0a2
test(@embark/communication): remove test stub
2019-09-24 10:14:32 -05:00
Pascal Precht
633683e12f
test(@embark/communication): add test for embark communication module ( #1908 )
2019-09-24 09:44:57 -04:00
dependabot-preview[bot]
6f766e1e3e
build(deps): bump @babel/preset-typescript from 7.1.0 to 7.6.0
...
Bumps [@babel/preset-typescript](https://github.com/babel/babel ) from 7.1.0 to 7.6.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.1.0...v7.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-18 10:42:49 -05:00
dependabot-preview[bot]
2c6ed2727b
build(deps): bump glob from 7.1.3 to 7.1.4
...
Bumps [glob](https://github.com/isaacs/node-glob ) from 7.1.3 to 7.1.4.
- [Release notes](https://github.com/isaacs/node-glob/releases )
- [Changelog](https://github.com/isaacs/node-glob/blob/master/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v7.1.3...v7.1.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-18 10:42:30 -05:00
Michael Bradley, Jr
924ae38799
refactor(@cockpit/editor): Resizable component is strictly a named export for re-resizable >4.1.1
2019-09-17 12:20:46 -05:00
dependabot-preview[bot]
e4e856f274
build(deps-dev): bump re-resizable from 4.9.3 to 6.0.0
...
Bumps [re-resizable](https://github.com/bokuweb/react-resizable-box ) from 4.9.3 to 6.0.0.
- [Release notes](https://github.com/bokuweb/react-resizable-box/releases )
- [Changelog](https://github.com/bokuweb/re-resizable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bokuweb/react-resizable-box/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-17 12:20:46 -05:00
Michael Bradley, Jr
316a91dfa5
build(deps): removed unused ethereumjs-tx from packages/embark
2019-09-17 11:58:08 -05:00
dependabot-preview[bot]
c3061e316d
build(deps): bump ethereumjs-tx from 1.3.7 to 2.1.1
...
Bumps [ethereumjs-tx](https://github.com/ethereumjs/ethereumjs-tx ) from 1.3.7 to 2.1.1.
- [Release notes](https://github.com/ethereumjs/ethereumjs-tx/releases )
- [Changelog](https://github.com/ethereumjs/ethereumjs-tx/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ethereumjs/ethereumjs-tx/compare/v1.3.7...v2.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-17 11:58:08 -05:00
Michael Bradley
b74debfb8d
refactor(@cockpit/ui): use non-ejected create-react-app ( #1910 )
...
Change components/TexEditor re: how monaco-editor is loaded, since difficulties
with monaco-editor were the original motivation for "ejecting" the CRA setup.
Specify "nohoist" for `embark-ui/react-scripts` and all its dependencies to
avoid potential headaches when upgrading the react-scripts, i.e. upgrading to
newer versions of create-react-app.
2019-09-17 17:32:45 +02:00
Michael Bradley
fe107546a8
refactor(@embark): remove the embark-async-wrapper package ( #1911 )
...
It's principal use was in `stack/compiler`, but that package was refactored
in #1878 to use async/await. There was a replica in
`packages/embark/src/lib/utils/async_extend.js` but it wasn't being used to do
async operations and could be replaced with `Object.entries().forEach()`. It
was required by `plugins/vyper` but the wrapper's custom `eachObject` method
wasn't being used. `stack/api` had it as a dependency but wasn't using it.
2019-09-17 17:31:57 +02:00
dependabot-preview[bot]
6c5a4ce536
build(deps): bump axios from 0.18.1 to 0.19.0
...
Bumps [axios](https://github.com/axios/axios ) from 0.18.1 to 0.19.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.18.1...v0.19.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-16 10:12:55 -05:00
Michael Bradley, Jr
86a97667e8
fix(@embark/stack/pipeline): set missing `this.fs` to `embark.fs`
2019-09-15 15:17:45 -05:00
Michael Bradley, Jr
c69a4734d3
test(@embark/plugins/snark): fix some small typos/errors in the tests
2019-09-15 15:17:45 -05:00
Michael Bradley, Jr
ba671b9953
test: refactor some recent jest-tests' configuration, placement, and related babel configuration
2019-09-13 19:31:38 -05:00
Michael Bradley, Jr
0050adb4bb
docs: add dependabot badge to the main readme
2019-09-13 16:37:48 -05:00
Michael Bradley, Jr
00fa5f2272
refactor(@embark/plugins/snark): add embark-snark package to the monorepo
2019-09-13 09:52:01 -05:00
dependabot-preview[bot]
bcca315b4e
build(deps): bump body-parser from 1.18.3 to 1.19.0
...
Bumps [body-parser](https://github.com/expressjs/body-parser ) from 1.18.3 to 1.19.0.
- [Release notes](https://github.com/expressjs/body-parser/releases )
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md )
- [Commits](https://github.com/expressjs/body-parser/compare/1.18.3...1.19.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-13 09:28:14 -05:00
Michael Bradley, Jr
b262a18441
build(deps): bump pretty-ms from 4.0.0 to 5.0.0
2019-09-12 21:45:42 -05:00
dependabot-preview[bot]
0cabff3eb9
build(deps-dev): bump @types/pretty-ms from 3.2.0 to 5.0.1
...
Bumps [@types/pretty-ms](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pretty-ms ) from 3.2.0 to 5.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pretty-ms )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-12 21:45:42 -05:00
dependabot-preview[bot]
e67e47c31a
build(deps-dev): bump html-webpack-plugin
...
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin ) from 4.0.0-alpha.2 to 4.0.0-beta.8.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases )
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jantimon/html-webpack-plugin/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-12 21:37:06 -05:00
Michael Bradley, Jr
4499f1580f
style(@embark/plugins/whisper): fix linter errors
2019-09-12 19:40:53 -05:00
Michael Bradley, Jr
fce8bca509
style(@embark/plugins/coverage): fix linter errors
2019-09-12 19:40:53 -05:00
Michael Bradley, Jr
433ff4a27f
style(@embark): fix linter errors
2019-09-12 19:40:47 -05:00
Michael Bradley, Jr
9b75165b90
style(@embark/testing): fix linter errors
2019-09-12 19:38:20 -05:00
Jonathan Rainville
107e730fc3
refactor(@embark/ens): refactor and clean up embark-ens ( #1900 )
2019-09-12 17:36:16 -04:00
Pascal Precht
e282ae4974
refactor(@embark/communication): move module into own package ( #1899 )
2019-09-12 17:30:46 -04:00
Jonathan Rainville
f54fbf0b3d
feat(@embark/test-runner): make vm default node ( #1846 )
...
* feat: make vm default node
* feat(@embark/tests): enable switching node between tests
2019-09-12 17:30:28 -04:00
André Medeiros
2f9d5e6085
chore: test framework ( #1894 )
...
* chore: test framework
* chore(@embark/testing): introduce Plugin apis and other changes
* refactor(@embark/deployment): use new testing APIs for tests
2019-09-12 17:26:57 -04:00
Pascal Precht
501066e2a2
test(@embark/deployment): introduce tests for deployment stack module ( #1897 )
2019-09-11 14:32:54 -04:00
Iuri Matias
e330b338ea
Fix/whisper communication ( #1895 )
...
* fix(@cockpit/utils): make communications tab work again
* fix whisper node start; fix whisper console api registration; fix/refactor whisper web api
2019-09-11 14:21:53 -04:00
Iuri Matias
e598e3f998
chore(@embark/embark-reset): move embark-reset package ( #1898 )
2019-09-11 14:16:23 -04:00
Michael Bradley
043ccc0a24
feat(@embark/compiler): support :before and :after hooks on event compiler:contracts:compile ( #1878 )
...
* feat(@embark/compiler): support :before and :after hooks on event compiler:contracts:compile
* style: keep root package.json sorted cleanly
* style: formatting with prettier where print-width is 200
Per the suggestion of @iurimatias
* WIP: PR review
* WIP: PR review
* WIP: refactor to check if file.path is within dappPath() or os.tmpdir()
* WIP: PR review
* WIP: use native async functions (and related JS lang constructs) instead of the async library
* WIP: async.eachObject is no longer a dependency
2019-09-11 13:08:52 -04:00
André Medeiros
5faa07cc9f
chore: set contract objects to EmbarkJS' wrapper ( #1893 )
2019-09-11 13:06:39 -04:00
Iuri Matias
8849aca264
chore(@embark/blockchain-listeener): remove blockchain-listener package ( #1887 )
2019-09-11 12:32:16 -04:00
Jonathan Rainville
ee634c8403
fix: fix test-app, contracts index file and reload on change ( #1892 )
...
* fix: fix test-app, contracts index file and reload on change
* fix(@embark/cmd_controller): fix missing nodes
Was removed by accident
* feat(@embark/demo): add favicon to embark demo
* chore(@embark/cockpit): change favicon to new Embark logo
* fix(@embark/embarkjs-ens): fix ENS config for embarkjs-ens
* remove comments
2019-09-11 12:31:57 -04:00
André Medeiros
3fe5b93a1f
chore: refactor requestManager use ( #1891 )
...
Use our own object instance by giving it the existing provider instead
of fishing out private properties inside the `web3` instance.
2019-09-09 15:29:49 -04:00
Michael Bradley, Jr
c057695b09
test(@embark/plugins/solidity-tests): supply mock options object to SolidityTestRunner constructor
...
When an options object is not supplied the tests fail because the constructor
expects the options argument to be an object, i.e. referencing
`options.plugins` should not cause a TypeError
2019-09-09 11:40:21 -05:00
André Medeiros
2900e04cae
chore: use libraries to generate coverage report ( #1876 )
2019-09-09 08:47:22 -04:00
Michael Bradley, Jr
8779476ac0
style: make eslint aware of mocha globals in plugins/mocha-tests and stack/test-runner
...
Also remove some `/* globals ... */` comments and supply missing semicolons
2019-09-08 15:29:03 -05:00
André Medeiros
5e560768ad
chore: test runner tests ( #1884 )
...
* chore: test runner tests
* chore: mocha test runner tests
* chore: add solidity test file to dapp
2019-09-07 15:55:24 -04:00
Iuri Matias
14155285b3
move rest of the packages to their logical folders ( #1886 )
...
* chore(@embark/): move more packages to their logical folders, remove embark- prefix
* chore(@embark/): move embark-process-logs-api-manager to stack folder, remove embark- prefix
* chore(@embark/): move embark-coverage to plugins folder, remove embark- prefix
* chore(@embark/): move api, async-wrapper, authenticator, library-managre to folders, remove embark- prefix
2019-09-07 15:45:25 -04:00
Iuri Matias
f7e226fdd4
chore(@embark/): move cockpit packages to their own folder ( #1883 )
2019-09-07 12:02:49 -04:00
Iuri Matias
8cf458b129
chore(@embark/): move more packages to their logical folders, remove embark- prefix ( #1882 )
2019-09-07 11:27:08 -04:00
Michael Bradley, Jr
25a06447c8
fix(@embarkjs/swarm): web3@1.0.0-beta.37 -> web3@1.2.1
2019-09-06 19:31:18 -05:00
Michael Bradley, Jr
2dedfaa127
build: use only exact versions for deps because unexpected yarn.lock causes CI/release to fail
...
The exception is `embark/-*` packages that are in the monorepo, should always
use caret ranges for those packages.
2019-09-06 19:31:18 -05:00
Michael Bradley, Jr
4e590991a8
style: fix linter errors on master after recent PR merges
2019-09-06 19:31:18 -05:00
Iuri Matias
c46c52ff5c
move embarkjs packages & remove embark- prefix from some folders ( #1879 )
...
* chore(@embark/): move embarkjs packages to their own folder
* chore(@embark/): rename embark-ui folder to cockpit
* chore(@embark/): rename packages already in logical folders to remove embark- prefix
chore(@embark/): rename packages already in logical folders to remove embark- prefix
update package.json files to use correct eslint config
remove core/* from package.json workspaces
2019-09-06 18:26:08 -04:00
Iuri Matias
48c328e39e
refactor(@embark/): move several packages into logical folders ( #1877 )
2019-09-06 17:39:51 -04:00
Iuri Matias
43386ff35d
chore(@embark/): remove old modules blockchain-process & code-generator; remove old methods from engine.js ( #1875 )
...
chore (@embark/) remove old modules blockchain-process and code-generator
chore (@embark/) remove old module blockchain-process
chore (@embark/) remove embark blockchain & embark simulator cmds
chore (@embark/) remove old methods from engine.js
Revert "chore (@embark/) remove embark blockchain & embark simulator cmds"
This reverts commit 703a424fb9e720b9342acb4cf9d00530f7393059.
re-add cockpit modules
re-add cockpit modules
2019-09-06 17:35:44 -04:00
Jonathan Rainville
0b9670fd33
Fix embark blockchain command + fix wss in Embark ( #1874 )
...
* fix(@embark/cmd_controller): fix embark blockchain command
* feat(@embark/blockchain): ping endpoint before starting the node
also use web3 instead of function to ping endpoint
* dont override console.error completely
2019-09-06 15:08:33 -04:00
Pascal Precht
86ee867689
feat(@embark/specialconfigs): introduce dynamic addresses ( #1873 )
...
* fix embarkjs generation
fix ens setProvider
fix embarkjs objects
fix generated embarkjs provider
generate contracts
fix embarkjs-ens
* address some of the issues in the code review
* feat(@embark/specialconfigs): introduce dynamic addresses
This commit introduces a new Smart Contract configuration addressHandler
that lets users define a function to "lazily" compute the address of the
Smart Contract in question.
This is useful when a third-party takes care of deploying a dependency
Smart Contract, but the address of that Smart Contract only being available
at run-time.
Example:
```
deploy: {
SimpleStorage: {
fromIndex: 0,
args: [100],
},
OtherContract: {
deps: ['SimpleStorage'],
address: async (deps) => {
// use `deps.contracts.SimpleStorage` to determine address
},
abiDefinition: ABI
},
}
```
In the example above, OtherContract will be deployed after SimpleStorage
because it uses the deps property to define Smart Contracts that it depends
on. All dependencies are exposed on the addressHandler function parameter
similar to deployment hooks.
Closes #1690
2019-09-06 15:02:51 -04:00
Eric Mastro
022a3c11ec
fix(@embark/embark-deploy-tracker): Fix reading of empty file ( #1872 )
...
There was an error that would display on the second+ run of embark, that was causing by trying to read JSON of an empty file.
The solution was a combination of ensuring the file existed with defaults when enabled, and also ensuring we await the saving of the file.
Included is a bit of a refactor of how the tracking functions handled the “current chain”. Hopefully, this should make things more clear.
Tests have been updated accordingly.
2019-09-06 14:30:12 -04:00
André Medeiros
7e839e758e
refactor: wire up coverage ( #1865 )
...
* refactor: wire up coverage
* refactor: coverage now reacts instead of being told what to do
2019-09-05 16:35:17 -04:00
Iuri Matias
718d19f7d3
re-add embarkjs generation ( #1858 )
...
* fix embarkjs generation
fix ens setProvider
fix embarkjs objects
fix generated embarkjs provider
generate contracts
fix embarkjs-ens
* address some of the issues in the code review
* address some of the issues in the code review
* address some of the issues in the code review
* address some of the issues in the code review
2019-09-05 16:04:52 -04:00
Jonathan Rainville
b260e81055
refactor(@embark/cmd-controller): re add cargo for file watcher ( #1855 )
...
* refactor(@embark/cmd-controller): re add cargo for file watcher
(cherry picked from commit 5c77b4000742a14f42a6dc5c145672b9cd0957a3)
* use generate:all instea dof the event
2019-09-05 15:49:44 -04:00
Michael Bradley, Jr
8716373be2
fix: type checker and linter errors on master after recent PR merges
2019-09-05 13:33:34 -05:00
Jonathan Rainville
58ad62f32b
refactor(@embark/cmd-controller): re add cargo for file watcher ( #1857 )
2019-09-03 14:03:29 -04:00
André Medeiros
230fe592a6
feat(@embark/test-runner): add reports to tests ( #1864 )
2019-09-03 13:38:36 -04:00
Eric Mastro
f9557d4c93
refactor(@cockpit): Re-add APIs ( #1831 )
...
* refactor(@cockpit/contract-apis): Re-add contract APIs
Re-add functionality for Contract functionality to work in Cockpit.
# Conflicts:
# packages/embark/src/lib/modules/blockchain-client/index.js
# packages/embark/src/lib/modules/blockchain/index.js
* fix(@embark/transaction-tracker): re-enable oracle apis
2019-09-03 12:02:52 -04:00
Pascal Precht
dd82a01b65
fix(@embark/cmd_controller): ensure namesystem is set up in console command ( #1822 )
...
This caused the console command to hang
2019-09-03 11:59:00 -04:00
Pascal Precht
c7eb5868b9
fix(@embark/cmd_controller): ensure blockchain module is started before storage ( #1821 )
...
This is crucial as the storage module tries to generate/eval artifacts that
depend on a `web3` object inside the VM scope. The registration of that object
can only be garuanteed when the `blockchain:started` event has been fired.
This commit ensures these modules are not spinned up in parallel as we're running
into race conditions.
2019-09-03 11:56:12 -04:00
Michael Bradley, Jr
58c55ed88b
fix(@cockpit): PropTypes typos: boolean -> bool, function -> func
2019-09-03 09:55:00 -05:00
dependabot-preview[bot]
939596cd58
build(deps-dev): bump eslint-config-react-app from 3.0.5 to 3.0.8
...
Bumps [eslint-config-react-app](https://github.com/facebook/create-react-app/tree/HEAD/packages/eslint-config-react-app ) from 3.0.5 to 3.0.8.
- [Release notes](https://github.com/facebook/create-react-app/releases )
- [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-1.x.md )
- [Commits](https://github.com/facebook/create-react-app/commits/eslint-config-react-app@3.0.8/packages/eslint-config-react-app )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-03 09:55:00 -05:00
Michael Bradley, Jr
37b5cc0941
build(deps): add ajv@6.10.2 to deps of embark-scaffolding
...
embark-scaffolding imports ajv but it was not properly listed as a dependency
2019-09-03 09:22:18 -05:00
dependabot-preview[bot]
43cc536d4e
build(deps): bump ajv from 6.5.5 to 6.10.2
...
Bumps [ajv](https://github.com/epoberezkin/ajv ) from 6.5.5 to 6.10.2.
- [Release notes](https://github.com/epoberezkin/ajv/releases )
- [Commits](https://github.com/epoberezkin/ajv/compare/v6.5.5...v6.10.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-03 09:22:18 -05:00
Michael Bradley
b736ebefcd
refactor: initial steps toward 5.0.0-alpha.0 ( #1856 )
...
BREAKING CHANGE:
There are more than several breaking changes, including DApp configuration for
accounts.
2019-08-30 16:50:20 -04:00
dependabot-preview[bot]
1e13398933
build(deps): bump @babel/plugin-proposal-class-properties
...
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel ) from 7.3.0 to 7.5.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.3.0...v7.5.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-30 06:57:48 -05:00
dependabot-preview[bot]
59c92e121d
build(deps): bump babel-loader from 8.0.4 to 8.0.6
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.0.4 to 8.0.6.
- [Release notes](https://github.com/babel/babel-loader/releases )
- [Changelog](https://github.com/babel/babel-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel-loader/compare/v8.0.4...v8.0.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-30 06:56:40 -05:00
Michael Bradley, Jr
775881318f
refactor(@embark/utils): bip39.mnemonicToSeed -> bip39.mnemonicToSeedSync
2019-08-29 12:39:15 -05:00
dependabot-preview[bot]
faa36550f7
build(deps): bump bip39 from 2.5.0 to 3.0.2
...
Bumps [bip39](https://github.com/bitcoinjs/bip39 ) from 2.5.0 to 3.0.2.
- [Release notes](https://github.com/bitcoinjs/bip39/releases )
- [Changelog](https://github.com/bitcoinjs/bip39/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bitcoinjs/bip39/compare/v2.5.0...v3.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-29 12:39:15 -05:00
dependabot-preview[bot]
459079cfe5
build(deps-dev): bump eslint-loader from 2.2.1 to 3.0.0
...
Bumps [eslint-loader](https://github.com/webpack-contrib/eslint-loader ) from 2.2.1 to 3.0.0.
- [Release notes](https://github.com/webpack-contrib/eslint-loader/releases )
- [Changelog](https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/eslint-loader/compare/v2.2.1...v3.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-29 12:27:07 -05:00
Michael Bradley, Jr
706e43c9c5
chore(release): 4.1.1
2019-08-28 14:52:21 -05:00
dependabot-preview[bot]
ac919e9429
build(deps): bump @babel/plugin-transform-flow-strip-types
...
Bumps [@babel/plugin-transform-flow-strip-types](https://github.com/babel/babel ) from 7.2.3 to 7.4.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.2.3...v7.4.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-28 08:48:47 -05:00
dependabot-preview[bot]
8ff844041c
build(deps): bump @babel/plugin-transform-destructuring
...
Bumps [@babel/plugin-transform-destructuring](https://github.com/babel/babel ) from 7.3.2 to 7.5.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.3.2...v7.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-28 08:37:19 -05:00
Michael Bradley, Jr
c4d68c7898
build(deps): bump follow-redirects from 1.7.0 to 1.8.0
2019-08-27 10:56:52 -05:00
dependabot-preview[bot]
080540fb01
build(deps): bump follow-redirects from 1.5.7 to 1.7.0
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.5.7 to 1.7.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.5.7...v1.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-27 10:56:52 -05:00
dependabot-preview[bot]
e0e783c525
build(deps-dev): bump react-bootstrap-typeahead from 3.2.4 to 3.4.6
...
Bumps [react-bootstrap-typeahead](https://github.com/ericgio/react-bootstrap-typeahead ) from 3.2.4 to 3.4.6.
- [Release notes](https://github.com/ericgio/react-bootstrap-typeahead/releases )
- [Changelog](https://github.com/ericgio/react-bootstrap-typeahead/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ericgio/react-bootstrap-typeahead/compare/v3.2.4...v3.4.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-27 10:43:08 -05:00
dependabot-preview[bot]
2eeda93f16
build(deps-dev): bump mini-css-extract-plugin from 0.4.3 to 0.8.0
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 0.4.3 to 0.8.0.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.4.3...v0.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-27 10:40:32 -05:00
dependabot-preview[bot]
5a03a703dc
build(deps-dev): bump @types/mocha from 5.2.0 to 5.2.7
...
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha ) from 5.2.0 to 5.2.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-26 11:41:27 -05:00
dependabot-preview[bot]
259ec442eb
build(deps): bump url-loader from 1.1.1 to 2.1.0
...
Bumps [url-loader](https://github.com/webpack-contrib/url-loader ) from 1.1.1 to 2.1.0.
- [Release notes](https://github.com/webpack-contrib/url-loader/releases )
- [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/url-loader/compare/v1.1.1...v2.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-26 11:36:34 -05:00
dependabot-preview[bot]
bdb1177159
build(deps): bump webpack from 4.29.3 to 4.39.2
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.29.3 to 4.39.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.29.3...v4.39.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-26 10:56:30 -05:00
dependabot-preview[bot]
f9975bea9a
build(deps-dev): bump prop-types from 15.6.2 to 15.7.2
...
Bumps [prop-types](https://github.com/facebook/prop-types ) from 15.6.2 to 15.7.2.
- [Release notes](https://github.com/facebook/prop-types/releases )
- [Changelog](https://github.com/facebook/prop-types/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/prop-types/compare/v15.6.2...v15.7.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-26 10:20:07 -05:00
Michael Bradley, Jr
6a64124e13
build(deps-dev): bump react-dom to 16.9.0
2019-08-26 09:41:27 -05:00
dependabot-preview[bot]
97cc709d7f
build(deps-dev): bump react from 16.7.0 to 16.9.0
...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react ) from 16.7.0 to 16.9.0.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v16.9.0/packages/react )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-26 09:41:27 -05:00
Jonathan Rainville
d2fc210706
fix(@mbark/embarkjs): enable using wss in embarkjs and the Dapp
2019-08-21 14:52:44 -04:00
Michael Bradley, Jr
ff97aa5b3e
fix(@embark/pipeline): revise require in embarkArtifacts/contracts/index
2019-08-20 14:25:45 -05:00
Michael Bradley, Jr
3a9fa56349
build(deps): remove unused mocha-sinon package
2019-08-20 14:25:25 -05:00
dependabot-preview[bot]
ea1c654a19
build(deps): bump source-map-support from 0.5.9 to 0.5.13
...
Bumps [source-map-support](https://github.com/evanw/node-source-map-support ) from 0.5.9 to 0.5.13.
- [Release notes](https://github.com/evanw/node-source-map-support/releases )
- [Commits](https://github.com/evanw/node-source-map-support/compare/v0.5.9...v0.5.13 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 14:00:18 -05:00
dependabot-preview[bot]
55a8f70337
build(deps-dev): bump eslint-loader from 2.1.1 to 2.2.1
...
Bumps [eslint-loader](https://github.com/webpack-contrib/eslint-loader ) from 2.1.1 to 2.2.1.
- [Release notes](https://github.com/webpack-contrib/eslint-loader/releases )
- [Changelog](https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/eslint-loader/compare/2.1.1...v2.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 13:45:53 -05:00
dependabot-preview[bot]
dca6342330
build(deps): bump rimraf from 2.6.3 to 3.0.0
...
Bumps [rimraf](https://github.com/isaacs/rimraf ) from 2.6.3 to 3.0.0.
- [Release notes](https://github.com/isaacs/rimraf/releases )
- [Changelog](https://github.com/isaacs/rimraf/blob/master/CHANGELOG.md )
- [Commits](https://github.com/isaacs/rimraf/compare/v2.6.3...v3.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 13:44:24 -05:00
Michael Bradley, Jr
b4247fbc61
build(deps): opn 6.0.0 -> open 6.4.0
2019-08-20 13:39:44 -05:00
dependabot-preview[bot]
fd28a642d9
build(deps): bump opn from 5.3.0 to 6.0.0
...
Bumps [opn](https://github.com/sindresorhus/open ) from 5.3.0 to 6.0.0.
- [Release notes](https://github.com/sindresorhus/open/releases )
- [Commits](https://github.com/sindresorhus/open/compare/v5.3.0...v6.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 13:39:44 -05:00
dependabot-preview[bot]
2329cf49f3
build(deps): bump ws from 6.1.2 to 7.1.2
...
Bumps [ws](https://github.com/websockets/ws ) from 6.1.2 to 7.1.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/6.1.2...7.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-19 21:04:39 -05:00
Michael Bradley, Jr
fdc3242a4f
build(deps-dev): bump all @storybook packages from 4.1.11 to 5.1.11
2019-08-19 17:28:43 -05:00
dependabot-preview[bot]
5269764017
build(deps-dev): bump @storybook/addons from 4.1.11 to 5.1.11
...
Bumps [@storybook/addons](https://github.com/storybookjs/storybook/tree/HEAD/lib/addons ) from 4.1.11 to 5.1.11.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.1.11/lib/addons )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-19 17:28:43 -05:00
Jonathan Rainville
0fe070c6d5
fix(@embark/deploy-tracker): continue if getting block fails
...
Makes using the --fork option of ganache work even in mainnet
2019-08-19 18:17:54 -04:00
dependabot-preview[bot]
a4dbf92078
build(deps): bump file-loader from 2.0.0 to 4.2.0
...
Bumps [file-loader](https://github.com/webpack-contrib/file-loader ) from 2.0.0 to 4.2.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases )
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v2.0.0...v4.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-19 17:03:26 -05:00
dependabot-preview[bot]
b04ce30073
build(deps-dev): [security] bump webpack-dev-server from 3.1.9 to 3.1.11
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 3.1.9 to 3.1.11. **This update includes a security fix.**
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.1.9...v3.1.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-19 17:02:41 -05:00
dependabot-preview[bot]
4ad1fc9aa6
build(deps-dev): bump eslint-plugin-react from 7.12.4 to 7.14.3
...
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react ) from 7.12.4 to 7.14.3.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases )
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.12.4...v7.14.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-19 17:02:09 -05:00
dependabot-preview[bot]
98e5ed07fc
build(deps-dev): bump postcss-preset-env from 6.0.6 to 6.7.0
...
Bumps [postcss-preset-env](https://github.com/csstools/postcss-preset-env ) from 6.0.6 to 6.7.0.
- [Release notes](https://github.com/csstools/postcss-preset-env/releases )
- [Changelog](https://github.com/csstools/postcss-preset-env/blob/master/CHANGELOG.md )
- [Commits](https://github.com/csstools/postcss-preset-env/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-19 17:00:08 -05:00
dependabot-preview[bot]
b94cedce07
build(deps-dev): bump redux from 4.0.1 to 4.0.4
...
Bumps [redux](https://github.com/reduxjs/redux ) from 4.0.1 to 4.0.4.
- [Release notes](https://github.com/reduxjs/redux/releases )
- [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md )
- [Commits](https://github.com/reduxjs/redux/compare/v4.0.1...v4.0.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-19 09:23:41 -05:00