dependabot-preview[bot]
d0f4236aff
build(deps): bump core-js from 3.3.4 to 3.3.5
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.3.4 to 3.3.5.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.3.4...v3.3.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-01 12:21:12 -05:00
Michael Bradley, Jr
85235f88b2
chore(release): 5.0.0-alpha.0
2019-10-28 16:05:13 -05:00
Michael Bradley, Jr
1225cb14e8
build(deps): add core-js@3 as a dep to all pkgs that have @babel/runtime-corejs3 dep
...
When making use of the `useBuiltIns: 'usage'` option for @babel/preset-env
(which is the case for all transpiled packages in Embark's monorepo) a package
needs to have both @babel/runtime-corejs3 and core-js@3 specified as
dependencies.
2019-10-28 11:40:48 -05:00
Michael Bradley
d17fe33339
build: update babel and webpack dependencies ( #1987 )
...
Includes a switch from core-js@2 to core-js@3
2019-10-24 17:41:28 -04:00
Michael Bradley
ed02cc849f
build: bump all packages' engines settings ( #1985 )
...
BREAKING CHANGE:
node: >=10.17.0 <12.0.0
npm: >=6.11.3
yarn: >=1.19.1
node v10.17.0 is the latest in the 10.x series and is still in the Active LTS
lifecycle. Embark is still not compatible with node's 12.x and 13.x
series (because of some dependencies), otherwise it would probably make sense
to bump our minimum supported node version all the way to the most recent 12.x
release.
npm v6.11.3 is the version that's bundled with node v10.17.0.
yarn v1.19.1 is the most recent version as of the time node v10.17.0 was
released.
2019-10-24 09:52:05 -04: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
Michael Bradley, Jr
3f65077268
build(deps): downgrade ethereumjs-tx to 1.3.7
2019-10-09 22:30:06 +09: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
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
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