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
Victor Savkin
aff592b930
feat(angular): add an option to use eslint
2020-08-06 22:08:16 -04:00
Muhammad Muhajir
920328ca71
fix(storybook): properly resolve TS paths in storybook webpack config
...
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2020-08-01 11:41:42 +02:00
Bucky Maler
61761959be
feat(storybook): add docs mode option to dev server builder ( #2882 )
...
closes #3147
2020-07-24 22:21:14 +02:00
Katerina Skroumpelou
5474fa46e9
fix(storybook): removed test.ts from tsconfig excludes array ( #3379 )
2020-07-21 22:40:58 +02:00
Victor Savkin
5d53661139
fix(repo): update the repo to nx 10
2020-07-16 16:18:00 -04:00
Jason Jean
a7b7af2dfe
feat(core): switch over to angular 10 ( #3056 )
...
* feat(core): switch over to devkit 10-rc.0
* feat(core): implement solution tsconfigs wip
* feat(angular): add angular migrations
* fix(angular): modify angularjs tests
2020-07-07 17:02:06 -04:00
Jason Jean
0ab2fc7875
fix(repo): register local collections for unit tests ( #3207 )
2020-06-20 03:01:03 -04:00
Victor Savkin
0111d87575
feat(repo): have separate readmes for all plugins
2020-06-14 23:33:05 -04:00
Victor Savkin
e71ceba4ce
feat(repo): run e2e tests using nx
2020-06-07 23:31:38 -04:00
Victor Savkin
d0cbc35efa
feat(repo): build nx with nx
2020-06-03 16:25:25 -04:00
Jack Hsu
d593153a33
feat(react): refactored babel support so options are more easily customized ( #3089 )
...
This reverts commit 7679df22f5b90d085b5f32f2135d828036ee5aa7.
2020-05-29 02:09:47 -04:00
Victor Savkin
7679df22f5
Revert "feat(react): refactored babel support so options are more easily customized ( #3058 )"
...
This reverts commit 0e036272cbe156fe9750a2f2bc6498a08cf7f457.
2020-05-28 13:11:56 -04:00
Jack Hsu
0e036272cb
feat(react): refactored babel support so options are more easily customized ( #3058 )
2020-05-26 09:16:36 -04:00
Juri Strumpflohner
4341328dd4
fix(storybook): only install the necessary package dependencies ( #2886 )
2020-04-30 10:07:36 -04:00
Jason Jean
e06822da7e
chore(repo): update prettier to v2 ( #2934 )
...
this is just for the repo, and not the workspace
Co-authored-by: Rares Matei <matei.rar@gmail.com>
2020-04-29 01:09:37 -04:00
Juri Strumpflohner
c9cac2d57a
fix(react): pass linter option properly to storybook cypress setup ( #2903 )
...
* fix(react): pass linter option to cypress storybook setup
* fix(react): add storybook linter defaults
2020-04-28 20:28:54 -04:00
Juri Strumpflohner
a47c24c05f
feat(react): improve storybook schematics ( #2831 )
2020-04-27 18:47:23 +02:00
Jason Jean
670a5f9084
fix(storybook): add install after adding @nrwl/storybook
2020-03-29 11:33:39 -04:00
Jason Jean
09c4654ae9
fix(misc): add formatting to all migrations
2020-03-29 11:30:59 -04:00
Jason Jean
aeb0bdcb4e
feat(core): enable caching by default
2020-03-26 17:14:17 -04:00
Sam Coenen
7de5dc0483
fix(storybook): fix an invalid dependency version for @babel/core ( #2666 )
...
Fixes #2665
2020-03-24 14:33:20 -04:00
Isaac Mann
b70fe0535d
fix(storybook): replace storybook cypress e2e architect configuration ( #2533 )
2020-03-04 14:53:24 -05:00
Mathias Remshardt
7aaa09bfff
cleanup(node): moves some schematic helper to shared workspace rules
2020-02-26 20:19:17 -05:00
Maxi Gimenez
cd2597066b
feat(storybook): add docsMode support ( #2551 )
2020-02-25 15:17:48 -05:00
Jason Jean
adc2b2a2c4
fix(storybook): fix ng update for @nrwl/storybook ( #2410 )
2020-01-31 16:33:43 -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
Jack Hsu
a0299cbb64
feat(react): update to babel 8.7.0 which includes nullish coalescing and optional chaining ( #2346 )
2020-01-20 13:49:54 -05:00
Jonathan Cammisuli
342ee9db77
chore(misc): update tree-kill package to 1.2.2 ( #2328 )
2020-01-16 19:53:04 -05:00
Jonathan Bonnefoy
3646b6209e
fix(storybook): change staticDir items type to string
...
The `staticDir` should be an array of string but was defined as an array of number in the `schema.json`
2020-01-08 13:08:29 -05:00
leota
0ab2fc5176
fix(storybook): add support for .ts extension in storybook webpack configuration template ( #2270 )
...
can import from .ts files in .stories.tsx
ISSUES CLOSED : #2259
2020-01-06 14:46:45 -05:00
Jack Hsu
fd47229764
feat(react): add option to generate js files instead of ts files ( #2247 )
2020-01-02 15:56:14 -05:00
Jason Jean
cee6888a12
feat(misc): export mock builder context from workspace ( #2221 )
2019-12-19 18:30:21 -05:00