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
dependabot-preview[bot]
a57ef50a07
build(deps): [security] bump axios from 0.18.0 to 0.18.1
...
Bumps [axios](https://github.com/axios/axios ) from 0.18.0 to 0.18.1. **This update includes a security fix.**
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-18 19:32:33 -05:00
Michael Bradley, Jr
4b4a00bd4d
chore(release): 4.1.0
2019-08-12 12:14:12 -05:00
Michael Bradley, Jr
5930cce7dd
chore(release): 4.1.0-beta.5
2019-07-10 16:21:47 -05:00
Michael Bradley, Jr
ff3100b035
chore(release): 4.1.0-beta.3
2019-06-07 13:42:13 -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
4ee1567264
chore(release): 4.1.0-beta.1
2019-05-15 18:44:46 -05: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
bcd006a1cf
refactor(@embark/utils): move copyToCliboard to embark-utils
2019-04-30 12:06:54 -04:00
Michael Bradley, Jr
579328a9f4
chore(release): 4.1.0-beta.0
2019-04-17 11:11:28 -05:00
Iuri Matias
4d2ffb9f28
[CHERRY PICKED] chore(release): 4.0.1
...
This commit has been originally cherry-picked from d0d89fc5ae
and
slightly modified to update all packages, as meanwhile, new packages have been added to `master`.
The reason this commit is cherry-picked from `4.0.x` branch is because
it wasn't created from `master`.
Purpose is mainly to update `CHANGELOG` and get the package versions in sync again.
2019-04-10 12:18:35 +02:00
Andre Medeiros
49f195be30
feature: azure pipelines for windows
2019-04-01 11:45:39 -05:00
Iuri Matias
bb55ae120e
refactor(@embark/embark-utils): move findNextPort to embark-utils
...
refactor(@embark/embark-utils): move findNextPort to embark-utils
refactor(@embark/embark-utils): move findNextPort to embark-utils
refactor(@embark/embark-utils): move findNextPort to embark-utils
fix linting issue
fix lint
fix lint
2019-03-28 15:50:56 -04:00
Iuri Matias
c1bbdbf345
move embark api client code into its own package
...
move embark api client code into its own package
move embark api client code into its own package
remove unused dependencies
fix linting
2019-03-26 17:36:26 -04:00