Benjamin Cabanes
e45b7a6124
docs(core): update documentation to reflect nx commands ( #2403 )
2020-02-25 11:55:57 -05:00
Max Koretskyi
9b2e07026d
Remove dependency on Angular specific tools from @nrwl/web ( #2543 )
...
cleanup(react): remove dependency on Angular specific tools from @nrwl/web
2020-02-25 08:57:56 -05:00
Victor Savkin
224dba38bc
feat(repo): split e2e tests into 4 groups
2020-02-24 15:01:12 -05:00
Victor Savkin
49168c10e3
feat(react): rework react buildable libraries to read deps from dist ( #2513 )
2020-02-20 11:00:13 -05:00
maxkoretskyi
30721d517c
fix(repo): fix yarn e2e create-playground
...
Added a conditional check to execute the file in the correct directory
2020-02-18 17:38:14 -05:00
Victor Savkin
01575f8b3c
feat(repo): add a command to test create-nx-workspace
2020-02-06 15:17:29 -05:00
Jo Hanna Pearce
e64f66ca32
feat(nextjs) : add proxy configuration support ( #2407 )
...
* feat(nextjs): add proxy configuration support
ISSUES CLOSED : #2011
* chore(bazel): disable recalcitrant bazel e2e tests for now
2020-02-05 10:42:10 -05:00
Rares Matei
305cd42002
feat(repo): add update-playground script ( #2433 )
...
After creating a new playground, you can now run `yarn update-playground` to update with the latest
changes to NX without deleting and recreating the whole playground
2020-02-05 15:25:40 +00:00
Jason Jean
4f29fb45a5
feat(repo): create local registry scripts
2020-02-04 15:17:09 -05:00
Victor Savkin
33107b050c
feat(core): remove deprecated schematics package
2020-02-04 12:14:52 -05:00
Jason Jean
b6e6b3f1c3
Revert "Revert "feat(core): update to next version of angular deps"" ( #2264 )
...
This reverts commit f816fc424d4b0d850e0a49d0ed8e4a30ddca308c.
2020-01-31 13:08:50 -05:00
Victor Savkin
f5d4af2a22
feat(core): create create-nx-plugin package to fix npx issues
2020-01-27 13:09:04 -05:00
Victor Savkin
6706a05042
feat(misc): move create-nx-plugin create script into create-nx-workspace package
2020-01-27 09:45:08 -05:00
Jason Jean
b30930f95f
feat(core): analyze changes to nx.json and workspace.json ( #2338 )
2020-01-24 12:59:31 -05:00
Jonathan Cammisuli
fe98e29e4b
feat(nx-plugin): add new package for creating nx plugins
2020-01-21 15:18:13 -05:00
Juri Strumpflohner
77298797ed
feat(repo): add --local to release and publish script ( #2323 )
...
This allows for easier publishing to a local npm registry (i.e. Verdaccio)
2020-01-20 11:36:13 -05:00
Victor Savkin
9c8e09ab2d
feat(core): make migrate command more permissive and add docs
2020-01-18 12:00:25 -05:00
Juri
7a9d4bde0c
chore(core): update @angular-devkit/* deps to fix browserslist out of date issue
...
see https://github.com/angular/angular-cli/issues/16560
2020-01-15 21:10:42 -05:00
Victor Savkin
d47d2546b8
chore(repo): remove dead code
2020-01-15 15:09:18 -05:00
Victor Savkin
f43897978c
Revert "chore(core): update @angular-devkit/* deps to fix browserslist out of date issue"
...
This reverts commit 3780eba421bda7f4755e6c433f1d6eba8fd86104.
2020-01-15 10:20:56 -05:00
Juri
3780eba421
chore(core): update @angular-devkit/* deps to fix browserslist out of date issue
...
see https://github.com/angular/angular-cli/issues/16560
2020-01-15 09:39:01 -05:00
Victor Savkin
c3fdf2e702
feat(core): running one task uses the same tasks runner as run-many
2020-01-09 12:07:41 -05:00
Jo Hanna Pearce
25de783a26
feat(angular): add move schematic for workspace and angular collections
2020-01-08 13:09:24 -05:00
Victor Savkin
eb455b93be
fix(core): pass options to tasks runner correctly
2020-01-02 15:10:57 -05:00
Victor Savkin
d2d9f1cca0
feat(core): implement caching
2020-01-01 10:51:58 -05:00
Victor Savkin
b04b18d07e
feat(repo): correctly validate revert commits
2019-12-28 11:55:40 -05:00
Jack Hsu
ef995fdabe
feat(react): add SVG and SVGR support for React apps
2019-12-28 11:06:45 -05:00
Jason Jean
bbb7cfdb3f
fix(misc): add prettier to create-nx-workspace sandbox
2019-12-22 11:22:05 -05:00
Jason Jean
40ae2032c7
fix(repo): fix imports and error on unsuccessful documentation generation
2019-12-16 17:36:57 -05:00
Victor Savkin
8e08924bc3
feat(core): add ability to select data from the print affected output
2019-12-16 16:04:35 -05:00
Victor Savkin
b794aa68a9
fix(repo): do not publish bazel package
2019-12-14 15:33:50 -05:00
Victor Savkin
f5b56fd41b
fix(misc): reenable run-many tests
2019-12-14 15:26:34 -05:00
Jason Jean
5fcbc5ab5b
fix(bazel): add bazel to e2e tests
2019-12-14 12:57:05 -05:00
Jason Jean
2e2167d9f3
feat(bazel): re-introduce @nrwl/bazel
2019-12-14 12:57:05 -05:00
Jason Jean
ebfa64570e
feat(repo): only format documentation when generating documentation ( #2186 )
2019-12-13 18:45:54 -05:00
Jason Jean
567b9b5b8e
fix(repo): disable failing run-many test
2019-12-13 17:02:55 -05:00
Matt Briggs
734acefeb2
feat(core): update run-many to handle --with-deps
2019-12-12 18:10:56 -05:00
Victor Savkin
e5377d223f
feat(core): improves print-affected command to support more use cases
2019-12-12 18:08:43 -05:00
Victor Savkin
f816fc424d
Revert "feat(core): update to next version of angular deps"
...
This reverts commit bd230e0530e690b2ae7896a876510f62002943c8.
2019-12-10 08:07:26 -05:00
Jason Jean
bd230e0530
feat(core): update to next version of angular deps
2019-12-08 16:16:33 -05:00
Victor Savkin
6eae959184
feat(misc): add first version of the nx insights plugin
2019-12-08 14:49:58 -05:00
Victor Savkin
370e87f53b
cleanup(repo): dev experience cleanup ( #2142 )
2019-12-04 14:47:21 -05:00
victor savkin
59543a3b70
cleanup(repo): clean up scopes and commit types
2019-12-04 09:45:15 -05:00
victor savkin
dbd94926bf
fix(web): clean up third-party code to drop unnecessary deps from web's package.json
2019-12-04 09:24:59 -05:00
Jack Hsu
4a3aa1f0fb
chore(react): update React-related libs ( #2089 )
2019-11-25 15:49:39 -05:00
Victor Savkin
fffd94ee88
build(nx): fix lint check
2019-11-22 19:44:33 -05:00
Brandon Roberts
c2ed286d5a
chore(nx): review feedback fixes
2019-11-12 09:53:43 -05:00
Isaac Mann
26ead7bfe3
fix(nx): add storybook to deploy pipeline
2019-11-11 16:29:11 -05:00
Jo Hanna Pearce
607bcfdeb2
feat(nx): refactor nx list to also show plugins with builders and uninstalled approved plugins
2019-11-11 13:09:18 -05:00
Victor Savkin
c23572a8fa
docs(nx): add an example of using --with-deps
2019-11-04 10:46:03 -05:00