394 Commits

Author SHA1 Message Date
Vivek More
49ba90b81a cleanup(misc): use shorthand 2021-03-08 10:13:06 -05:00
Jason Jean
fc9caccffb
chore(repo): update nx to 11.5.0-beta.0 (#4957) 2021-03-05 19:57:26 -05:00
Jason Jean
956dfe6509
fix(react): add dependency onto @nrwl/workspace (#4865) 2021-02-23 11:39:02 -05:00
Vivek
ff5048e23c
cleanup(misc): misc cleanup
* cleanup(testing): simplify registering of collections

* cleanup(testing): remove unnecessary number from variable name

* cleanup(core): update error message

* cleanup(nx-plugin): use object destructuring in normalize-options.ts
2021-02-22 12:46:46 -05:00
Jason Jean
35049dcdef
fix(storybook): emit a value from storybook executor so that e2e tests work (#4845) 2021-02-19 18:05:42 -05:00
Jason Jean
95263d7408
fix(storybook): fix windows path in storybook configuration (#4818) 2021-02-17 17:08:24 +00:00
Jason Jean
400277b170
fix(storybook): fix failing unit tests (#4789) 2021-02-12 23:05:43 +00:00
Jason Jean
18c8b2b30d
fix(core): change running tasks in parallel to running in serial (#4785) 2021-02-12 21:39:55 +00:00
Jason Jean
33acb41afb
cleanup(react): cleanup generators for react and next (#4769) 2021-02-12 15:29:31 -05:00
Jonathan Cammisuli
d9aef75bd5
chore(react): move react schematics to generators (#4745)
* chore(react): move react schematics to generators

* chore(react): update lib generators

* chore(react): update redux generators

* chore(react): move react story book generators

* chore(react): add old implementation for update babel in next

* chore(react): rename tsconfig json template files to include __tmpl__

* chore(react): update deps

* chore(react): fix component template file

* chore(react): remove angular-devkit deps

* chore(react): remove angular-devkit deps
2021-02-10 21:30:55 -05:00
Jason Jean
651f3b60e9
feat(storybook): migrate storybook builders to devkit (#4758) 2021-02-10 20:39:49 +00:00
Jason Jean
d51bbe04f9 feat(storybook): migrate storybook schematics to devkit 2021-02-10 09:35:54 -05:00
katerina
0fc65d8763 feat(storybook): Storybook v6 migration generator for default configurations
Co-authored-by: Philip Fulcher <philip@nrwl.io>
2021-02-01 09:17:49 -05:00
Victor Savkin
14503c27c9 Revert "feat(storybook): storybook v6 migration generator for default configuration"
This reverts commit e3c46f3fefd39c3095651d6074a04c0590433ecb.
2021-01-28 16:26:19 -05:00
Katerina Skroumpelou
e3c46f3fef
feat(storybook): storybook v6 migration generator for default configuration
Co-authored-by: Philip Fulcher <philip@nrwl.io>
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2021-01-28 21:45:32 +01:00
Jason Jean
1eda4dca18
fix(repo): fix tests (#4617) 2021-01-27 12:12:22 -05:00
Juri Strumpflohner
57ea3ac982
fix(storybook): check for presence of architect node on storybook migration (#4591)
ISSUES CLOSED: #3911
2021-01-22 13:30:59 -05:00
William Ghelfi
742ea79d53
Fix svgr/webpack conf (#4327)
* fix(misc): avoid issues with refs in SVGs

The previous "import friendly" syntax was actually disabling refs in SVGs parsed by svgr.

I found 3 possible solutions:
1. Removing "![path]"
2. Separating "+ref![path]" with another comma: "+ref,![path]"
3. Rewriting the loader entry in the style of the other loader entries

I chose the last one for added clarity within the file.

* fix(core): fix compilation errors
2021-01-15 09:09:55 -05:00
Jason Jean
611128d648
fix(repo): fix failing unit tests in workspace (#4519) 2021-01-13 13:01:27 -05:00
hiepxanh
504466f288
feat(storybook): allow to specify angular target project for storybook (#4099)
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2021-01-13 15:58:14 +01:00
Dominik Pieper
892313ecc2 feat(storybook): add @storybook/html for generic non React/Angular projects
ISSUES CLOSED: 4466
2021-01-11 09:50:19 -05:00
Victor Savkin
599923bc68 fix(misc): remov peer deps to make npm 7 install work
Closes #4436
2021-01-07 20:27:11 -05:00
Tasos Bekos
9abdb78a4a feat(repo): run E2E tests on Windows (cmd) 2021-01-06 15:47:18 -05:00
Aaron Brewer
172bb1431b fix(storybook): typo in build output 2021-01-04 20:04:42 -05:00
katerina
0c0713bdc1 chore(storybook): add "or application" to the Storybook package docs/description
Until recently we only supported Storybook configuration for libraries
now we support for apps as
well.
Some docs were out of date.
2020-12-19 14:20:27 -05:00
Jason Jean
399ceba192 fix(storybook): update storybook to 6.1.11 2020-12-17 16:47:43 -05:00
Isaac Mann
35015dd891 cleanup(docs): update terminology for docs related to nx/devkit 2020-12-06 13:52:08 -05:00
Victor Savkin
8224a1029e feat(core): switch default config to v2 2020-12-06 13:29:40 -05:00
victor savkin
93ebc835dc docs(misc): clean up api docs 2020-12-02 10:51:43 -05:00
victor savkin
baa8c23d0f feat(misc): make all generators public 2020-12-02 10:51:43 -05:00
victor savkin
8afc5c5bce feat(core): make older builders support new config formats 2020-12-01 15:46:00 -05:00
Tasos Bekos
6c1335ac83 feat(core): interpolated outputs & cache coverage folder 2020-12-01 13:49:43 -05:00
Tasos Bekos
1c3b215a9f cleanup(repo): enable missing dependencies check 2020-12-01 14:25:13 +02:00
victor savkin
234ca36385 cleanup(misc): clean up devkit 2020-11-26 10:19:13 -05:00
Katerina Skroumpelou
e9412d5ec7
fix(nextjs): if there is no tsconfig.app.json or tsconfig.lib.json then set path to tsconfig.json (#4101)
Storybook configuration could not be added to nextjs apps because they have a tsconfig.json
and
not a tsconfig.app.json

ISSUES CLOSED: #4092
2020-11-18 14:37:44 -05:00
Juri Strumpflohner
d1a086f9bd
fix(storybook): path on Win for tsconfig location in angular.json (#4080)
ISSUES CLOSED: #3956
2020-11-13 16:56:01 +00:00
James Henry
4f5fb0f8fc
feat(linter): use overrides in root eslint config (#3949)
* feat(linter): use overrides in root eslint config

* feat(linter): update-root-eslint-config-to-use-overrides migration
2020-10-23 16:14:09 -04:00
Jason Jean
30924e77e1
fix(storybook): move 10.0.12 migration to 10.3.1 because it was relea… (#3901) 2020-10-11 10:50:23 +02:00
Jason Jean
6c4aacf212
feat(repo): update to nx 10.3 (#3840) 2020-10-02 13:12:34 -04:00
Jason Jean
6fb780e474
fix(storybook): fix .eslintrc.json being undefined when adding storybook to project (#3851) 2020-10-02 08:43:39 -04:00
James Henry
e339ece224
feat(linter): add explicit file extension to config files (#3847)
* feat(linter): add explicit file extension to config files

* feat(linter): update references to .eslintrc for new projects

* fix(linter): fix quotes in global eslint config
2020-10-01 18:59:45 -04:00
James Henry
e22f9370f5
feat(linter): new eslint builder (#3834)
* feat(linter): new eslint builder

* chore(linter): move migration to linter, add implementation

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2020-09-29 20:52:10 -04:00
Katerina Skroumpelou
5da9e668fd
feat(storybook): add support for Storybook v6
Co-authored-by: Katerina Skroumpelou <katerina@fileas.local>
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2020-09-28 15:57:10 +02:00
Tasos Bekos
9153007462 feat(repo): check package dependencies on CI 2020-09-25 09:06:02 +03:00
Webber Wang
9efa305b62
feat(storybook): storybook config projectType application (#2382) (#3611)
* feat(storybook): storybook config projectType application

* docs(storybook): update auto-generated docs

* feat(storybook): supporting projectType application for storybook

feat(storybook): supporting projectType application for storybook

* fix(storybook): change build asset glob pattern

fix(storybook): change build asset glob pattern

Co-authored-by: Webber Wang <webber@codelabstudios.com>
2020-09-24 17:33:24 +03:00
Juri Strumpflohner
b19d29319a
fix(storybook): migration of tsconfig when now tsconfig.lib.json is present (#3786) 2020-09-22 18:58:56 -04:00
Juri
d34c3e6b82 fix(storybook): tsconfig extends mapping 2020-09-17 11:20:20 -04:00
Martin Hochel
2d7b7f57cb
feat(storybook): improve webpack DX by adding proper types and jsdoc (#3454) 2020-08-25 14:06:56 +02:00
Martin Hochel
08e4ee29fa
fix(storybook): properly resolve stories when linting (#3455)
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2020-08-24 16:33:22 +02:00
Jonathan Cammisuli
7dbf48a11e
chore(repo): update to 10.1.0-beta (#3561) 2020-08-19 13:06:12 -04:00