Michael Bradley, Jr
706e43c9c5
chore(release): 4.1.1
2019-08-28 14:52:21 -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
4b4a00bd4d
chore(release): 4.1.0
2019-08-12 12:14:12 -05:00
Michael Bradley, Jr
cda40b93c4
chore(release): 4.1.0-beta.6
2019-08-09 17:50:05 -05:00
Michael Bradley, Jr
5930cce7dd
chore(release): 4.1.0-beta.5
2019-07-10 16:21:47 -05:00
Michael Bradley, Jr
158de04baf
refactor(@embark/ens): remove caret range from async dependency
2019-07-05 16:05:21 -05:00
Michael Bradley, Jr
eecb48f5b6
chore(release): 4.1.0-beta.4
2019-06-27 14:23:32 -05:00
Michael Bradley, Jr
ff3100b035
chore(release): 4.1.0-beta.3
2019-06-07 13:42:13 -05:00
Michael Bradley, Jr
ed65b066e7
refactor (@embark/embarkjs-ens): move embarkjs-ens to its own module
2019-06-06 11:47:03 -05:00
Michael Bradley, Jr
030aba190d
build: change the engines range for NodeJS to indicate embark is not compatible with v12.x
2019-05-28 09:35:44 +02:00
Michael Bradley, Jr
91f87d2057
chore(release): 4.1.0-beta.2
2019-05-22 18:09:06 -05:00
Pascal Precht
3df7f81732
refactor: move `dappPath`, `ipcPath` and `embarkPath` into @embark/utils
2019-05-17 11:25:40 +02:00
Michael Bradley, Jr
4ee1567264
chore(release): 4.1.0-beta.1
2019-05-15 18:44:46 -05:00
Michael Bradley, Jr
8b94419670
refactor(@embark/i18n): expose __ from embark-i18n, drop global __
2019-05-08 11:01:16 +02:00
Michael Bradley, Jr
2044ed5e9b
build: bump tslint in all relevant pkgs from v5.11.0 to v5.16.0
...
Related to bumping the typescript package to its latest version
2019-05-03 08:53:43 -05:00
Michael Bradley, Jr
d5c984c592
build: use babel cli's `--extensions` consistently in all packages
...
If a package uses only `.js` then supply `--extensions ".js"`. If a package
uses only `.ts` then supply `--extensions ".ts"`. If a package uses both, then
supply `--extensions ".js,.ts"`.
The reason for this is that adding/removing TS/JS support ought to occasion
revising a package's `package.json` file and adjusting other scripts as well,
e.g. for linting. With these changes, it won't work to simply start adding
`.ts` files in a package's `src/` directory, which should prompt the developer
to review `package.json` and make the appropriate changes, and/or other
developers may realize changes need to be made during code review.
2019-05-02 20:33:42 -05:00
Michael Bradley, Jr
142130e533
build: bump typescript in all relevant pkgs from v3.3.1 to v3.4.5
...
The more recent version of TypeScript works around a [problem][chalk-problem]
encountered with the chalk package's type definitions.
[chalk-problem]: https://github.com/chalk/chalk/pull/296#issuecomment-418789492
2019-05-02 20:24:02 -05:00
Jonathan Rainville
7495095d49
refactor(@embark/ens): move ens module to embark-ens package
2019-04-30 16:31:07 +02:00