Kenneth Chau
520225c867
Merge branch 'master' into fix-readme
2020-04-24 11:18:04 -07:00
kchau@microsoft.com
ce0c3057ce
applying package updates
2020-04-24 17:48:46 +00:00
Ian Craig
915383709e
Resolve from custom resolve paths before __dirname ( #367 )
...
* Resolve from custom resolve paths before __dirname
* Refactor and add UT
* Change files
Co-authored-by: Kenneth Chau <34725+kenotron@users.noreply.github.com>
2020-04-24 17:46:05 +00:00
kchau@microsoft.com
c7bcd969ba
applying package updates
2020-04-24 17:42:34 +00:00
Luan Nguyen
14bea01d53
Add 'open' flag to WebpackTaskOptions ( #362 )
...
* Add 'noOpen' flag to tell webpack not to open browser page.
* Change files
* change noOpen to open
Co-authored-by: Kenneth Chau <34725+kenotron@users.noreply.github.com>
2020-04-24 10:39:51 -07:00
Ken Chau
9425da97c1
adding more guidelines to how to make changes in the repo
2020-04-24 10:18:10 -07:00
Kenneth Chau
bafe187758
Merge branch 'master' into fix-readme
2020-04-24 09:47:20 -07:00
Ken Chau
89ac1eab40
fixing readme for contrib guide
2020-04-24 09:46:54 -07:00
kchau@microsoft.com
fba88a47fa
applying package updates
2020-04-24 16:46:48 +00:00
ByungJoon Lee
4ef6cbc097
change target in enableTypeScript ( #363 )
...
* exnext -> es2017
* support nullish coalescing operator
2020-04-24 09:44:03 -07:00
kchau@microsoft.com
85874d7d37
applying package updates
2020-04-13 15:57:30 +00:00
Elizabeth Craig
4cd4166900
Disable stale action bc it's not useful in current form ( #347 )
2020-04-13 08:55:29 -07:00
Elizabeth Craig
ced1172601
API extractor task updates and other fixes ( #336 )
...
* Fix executeCopyInstructions chaining
* add execSync helper
* Update custom reporter to match the one from fabric, and add shared version
* API extractor task updates
* Change files
2020-04-13 08:53:50 -07:00
kchau@microsoft.com
5bf815a8de
applying package updates
2020-04-10 20:34:02 +00:00
Kenneth Chau
df664ff35c
Switching to yargs-parser rather than yargs ( #356 )
...
* totally changing how args are parsed with yargs-parser
* fix up initCommand with new yargs types
* Change files
* fixing up resolve
* making the watch script to be consistent
* fixing the mocks with yargs init
2020-04-10 13:31:08 -07:00
kchau@microsoft.com
b57d6acd84
applying package updates
2020-04-07 17:35:38 +00:00
Kenneth Chau
709364fc49
use tar-fs instead of node-tar to make tarTask more robust ( #351 )
...
* another take on tar task using tar-fs instead because it can actually handle large amounts of data
* Change files
2020-04-07 17:32:49 +00:00
kchau@microsoft.com
ce4b606d86
applying package updates
2020-04-06 21:43:56 +00:00
Kenneth Chau
75b14a7d48
Added a tar task ( #348 )
...
* adding a tartask
* update tar version
* Change files
2020-04-06 14:41:28 -07:00
Elizabeth Craig
b371807229
Update stale.yml
2020-03-09 17:48:14 -07:00
kchau@microsoft.com
bd99a8c9f8
applying package updates
2020-03-06 19:44:20 +00:00
Ken Chau
d6681b8c66
get rid of docs builds
2020-03-06 11:40:40 -08:00
Jason Morse
7b2254a3f9
Add more general findRepoRoot helper ( #331 )
...
* add more general findRepoRoot utility
* Change files
Co-authored-by: Kenneth Chau <kenotron@users.noreply.github.com>
2020-03-06 11:27:18 -08:00
Kenneth Chau
13dada36fd
automerge
2020-03-06 11:05:17 -08:00
dependabot-preview[bot]
b2d6d0ab8e
[Security] Bump https-proxy-agent from 2.2.1 to 2.2.4 ( #282 )
...
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent ) from 2.2.1 to 2.2.4. **This update includes security fixes.**
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases )
- [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.1...2.2.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Kenneth Chau <kenotron@users.noreply.github.com>
2020-03-06 10:09:03 -08:00
dependabot-preview[bot]
1269a16726
[Security] Bump handlebars from 4.1.2 to 4.3.0 ( #299 )
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.1.2 to 4.3.0. **This update includes a security fix.**
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Kenneth Chau <kenotron@users.noreply.github.com>
2020-03-06 09:48:31 -08:00
Kenneth Chau
0f0a3bf17a
use built-in github_token for automerge
2020-03-06 09:44:02 -08:00
Kenneth Chau
29c86c05d2
use the standard github_token secret
2020-03-06 09:43:23 -08:00
Jason Morse
af337993f5
add just-repo-utils package ( #324 )
...
* add repo utils project
* fix cache creation when directory doesn't exist
* fix git utils adding an extra empty array entry
* Change files
* (greatly) improve cache key generation perf
* add flexible findGitRoot implementation
* update packageInfo API and add tests
* add repoInfo unit tests
* Update packages/just-repo-utils/src/repoInfo.ts
Updating the comment for findGitRoot
Co-Authored-By: Kenneth Chau <kenotron@users.noreply.github.com>
* update API names for consistency
* allow filtering of dependency results
Co-authored-by: Kenneth Chau <kenotron@users.noreply.github.com>
2020-03-06 09:40:31 -08:00
Jason Gore
2e8305d9fb
Unit Tests: Fix test failures on Windows clients ( #315 )
...
* Use Node's path so that tests don't fail in Windows clients.
* Change files
2020-01-31 14:57:56 -08:00
kchau@microsoft.com
950ea9cedb
applying package updates
2019-11-13 19:42:46 +00:00
Kenneth Chau
501e4b6098
Get rid of all the forced options to the jestTask ( #281 )
...
* adding options to turn off colors
* Change files
* add all jest options so there are not forced options
2019-11-13 11:39:08 -08:00
kchau@microsoft.com
9b25f96ff5
applying package updates
2019-11-11 21:09:42 +00:00
Elizabeth Craig
961f055936
api-extractor task updates ( #278 )
...
* api-extractor task: add callback to access ExtractorResult, add typings, improve logic
* Show full stack on config file errors
* Change files
2019-11-11 13:06:04 -08:00
kchau@microsoft.com
51817b11ca
applying package updates
2019-11-07 04:07:08 +00:00
Kenneth Chau
6a680840bf
Adds environment variable support for various just-scripts ( #273 )
...
* adding environment variable support for jestTask
* Change files
* fix the default options
2019-11-06 20:03:14 -08:00
dependabot-preview[bot]
bcf808588f
[Security] Bump eslint-utils from 1.3.1 to 1.4.2 ( #214 )
...
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils ) from 1.3.1 to 1.4.2. **This update includes a security fix.**
- [Release notes](https://github.com/mysticatea/eslint-utils/releases )
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-04 15:31:27 -08:00
Kenneth Chau
cd531f07f0
Stale github action integration ( #270 )
...
* adds a plain old webpack-cli task
* adding stale checks
2019-11-04 13:37:15 -08:00
Kenneth Chau
cf6178947c
Automerge ( #269 )
...
* adds a plain old webpack-cli task
* adding automerge action as well as simplifying bug templates
2019-11-04 13:26:23 -08:00
kchau@microsoft.com
ab6568a48a
applying package updates
2019-11-04 20:25:32 +00:00
Kenneth Chau
d8f3ab2f85
Jest task - reverts the use of force exit as it really just masks a deeper issue ( #268 )
...
* adds a plain old webpack-cli task
* get rid of force exit for jest task as it masks the real test problems
* Change files
* get rid of comment about forcexit
2019-11-04 12:21:59 -08:00
kchau@microsoft.com
7b8691aa43
applying package updates
2019-10-31 21:15:50 +00:00
Kenneth Chau
5db3d28e0c
adds a plain old webpack-cli task ( #266 )
...
* adds a plain old webpack-cli task
* Change files
2019-10-31 14:12:22 -07:00
kchau@microsoft.com
c6b1439e29
applying package updates
2019-10-23 15:48:00 +00:00
Matthias Klass
28b958c986
Add a "project" option to the tslint task ( #264 )
...
* Add a "project" option to the tslint task
* Change files
2019-10-23 08:41:18 -07:00
kchau@microsoft.com
946bf5ab15
applying package updates
2019-10-18 22:08:36 +00:00
Ken Chau
14e49f8794
change file
2019-10-18 15:03:35 -07:00
Ken Chau
68a2a49b5c
Change files
2019-10-18 15:03:16 -07:00
Ken Chau
2221e316d2
Change files
2019-10-18 15:02:58 -07:00
kchau@microsoft.com
fe79818e3f
applying package updates
2019-10-18 21:58:37 +00:00