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
Victor Savkin
35f20b1382
fix(nx): migrate command should not download migrations for packages that arent installed
2019-10-26 16:07:48 -04:00
Isaac Mann
c60857a6df
feat(nx): storybook schematics
...
chore(nx): move some schematics into @nrwl/angular
chore(nx): add e2e test
feat(nx): add storybook schematics and builder
test: Add tests
test: remove test
chore: Move some schematics into @nrwl/angular
test: fix tests
chore: Add e2e test
chore: Bump storybook versions
chore: createTestUiLib takes a libName argument
chore: configs extend root config
fix: Remove custom scss loader
feat: add storybook builder
fix: generate documentation and fix linting
chore: Builder tests passing
fix(nx): configuration schematic can run multiple times
feat(nx): component story format
docs(nx): update storybook docs
fix(nx): pin core-js dev dependency to ^2.6.9
chore(nx): fix formatting
chore(nx): match core-js version for web/storybook
chore(nx): remove storybook's angular dependencies
chore(nx): modifyObstructiveCode to false in cypress.json
See: https://github.com/cypress-io/cypress/issues/4042#issuecomment-487562075
chore(nx): storybook tests --no-interactive
chore(nx): add storybook to e2e tests
chore(nx): reorder e2e tests
2019-10-23 17:16:19 -04:00
Victor Savkin
2c3327480c
build(nx): split e2e tests into 2 targets
2019-10-21 22:12:36 -04:00
Joshua D. Mentzer
f6ad171450
feat(nx): inclusion and exclusion capability added to nx dep-graph
...
`nx dep-graph --filter=todos-feature-main --exclude=shared-utils` will launch dep graph with all
ancestors and descendants of todos-feature-main and exclude the shared-utils library
fix #1864
2019-10-21 21:46:15 -04:00
Jo Hanna Pearce
b962b09ac6
feat(nx): add new nx list command which enables simpler schematic discovery
2019-10-08 10:59:38 -04:00
Victor Savkin
156f961195
fix(nx): make dep-graph work on node 12
2019-10-02 16:26:28 -04:00
Mehrad Rafigh
e6b07e282c
fix(nx): use same prettier version ( #1869 )
2019-09-23 11:24:13 +01:00
Victor Savkin
4ef3a771ef
fix(nx): update the migrate command to handle edge cases
2019-09-11 18:09:28 -04:00
victor savkin
87f4d45311
Revert "chore(nx): add typescript eslint to 2.1.0"
...
This reverts commit 12f62ece58c3132f04e331f7f49f39377b3afe43.
2019-09-09 12:21:05 -04:00
Victor Savkin
12f62ece58
chore(nx): add typescript eslint to 2.1.0
2019-09-08 14:40:21 -04:00
Victor Savkin
09a94b8958
feat(nx): implement next support
2019-09-08 14:36:30 -04:00
Victor Savkin
70d71b3516
feat(nx): add support for migrations
2019-09-02 14:33:56 -04:00
Victor Savkin
644047b474
build(nx): more strickly enforce commit messages
2019-08-29 15:57:25 -04:00
Victor Savkin
74442e4329
fix(docs): fix docs generation
2019-08-27 21:39:15 -04:00
Victor Savkin
64063f72df
docs(nx): update api docs to contain examples
2019-08-21 11:56:21 -04:00
Victor Savkin
9a8f637899
docs(nx): generate different flavours of nx docs
2019-08-17 13:25:22 -04:00
James Henry
49dcacfd1a
feat(eslint-plugin-nx): new package, ESLint enforce-module-boundaries rule
2019-08-13 21:13:46 -04:00
Bucky Maler
07d963befd
fix(nx): npm scripts documentation generation
...
Before, a single instance of yargs was accumulating options, so commands parsed later would have options from prior commands. That's because all yargs options are global by default. Now, a new instance of yargs is required before each command is parsed, so global options aren't accumulated.
fixes #1567
2019-08-06 14:27:31 -04:00