Artem Berezin
dedd2e49d6
fix(storybook): rename storybook dev server ssl param to https ( #5096 )
...
`ssl` don't work, because `https` is expected by storybook's dev-server
https://github.com/storybookjs/storybook/blob/next/lib/core-server/src/dev-server.ts#L40
Co-authored-by: juristr <juri.strumpflohner@gmail.com>
2021-03-26 11:22:52 +01:00
Jason Jean
9348eae236
feat(linter): update tslint-to-eslint-config to ^2.2.0 ( #5117 )
2021-03-25 13:03:15 -04:00
Jason Jean
24a5cb0b25
fix(linter): keep plugins other than typescript-eslint/tslint ( #5111 )
2021-03-25 11:30:12 -04:00
Tasos Bekos
47812d3352
fix(core): git hasher handles workspaces not only in root
2021-03-24 20:11:53 -04:00
Vivek More 🧐
212fb00548
cleanup(misc): use more es6 features
...
- Single char alternation (e.g. a|b|c|d) in a RegExp can be simplified to use a character class ([abcd]) instead.
This usually also provides slightly better matching performance.
- Character escapes that are replaceable with the unescaped character without a change in meaning. Inside the square brackets of a character class, many escapes are unnecessary that would be necessary outside of a character class. For example the regex [\.] is identical to [.]
- If several qualified expressions occur after the qualifier having been checked for nullable, they can be replaced with optional chaining
2021-03-24 20:11:32 -04:00
Leosvel Pérez Espinosa
4b669f2d52
docs(angular): update AngularJS migration to Nx guide
...
ISSUES CLOSED : #4695
2021-03-24 20:08:59 -04:00
Jason Jean
578455f032
fix(linter): remove unused parameter from convert-to-eslint-config ( #5108 )
2021-03-24 20:04:05 +00:00
Jason Jean
be600ef15e
feat(linter): install tslint-to-eslint in a tmp dir
2021-03-24 15:16:18 -04:00
Jason Jean
eb2fa0fac0
fix(linter): remove tslint/config rule from converted eslint configs
2021-03-24 15:16:18 -04:00
vsavkin
9d36c5a5f0
fix(core): respect patterns when hashing implicit deps
2021-03-24 13:10:14 -04:00
Jack Hsu
3587492bb8
fix(nextjs): improve documentation for "nextConfig" option and provide better error messages ( #5098 )
2021-03-24 10:29:47 -04:00
Jason Jean
46e64fc188
fix(linter): always add eslint dependencies ( #5095 )
2021-03-23 20:41:53 +00:00
Kirils L
14888e50f4
fix(nextjs): leverage nextjs for loading svgs ( #5060 )
...
omit our own svg loading fallback, so that next.js webpack config is used instead
2021-03-23 15:14:09 -04:00
Jason Jean
6d7b9d5902
Revert "fix(devkit): omit identical file updates from actions preventing unnecessary installs ( #5055 )"
...
This reverts commit 754ccf2983ff3c02728f5253d4e1c075b6db7ae7.
2021-03-23 15:07:38 -04:00
vsavkin
b75180353a
cleanup(core): remove dead code
2021-03-23 14:01:23 -04:00
Jason Jean
9acf8cbbf0
fix(angular): fix angular move merge conflict ( #5094 )
2021-03-23 17:22:41 +00:00
Vivek
2c72700526
feat(nx-plugin): default the import path to the npmPackageName ( #4777 )
...
ISSUES CLOSED : #4700
2021-03-23 13:19:57 -04:00
Vivek
d1b09eaabd
cleanup(misc): make code more consistent and fix typos
2021-03-23 13:03:17 -04:00
Diego Juliao
8510ba2c2c
chore(core): nx plugin submission ngx-deploy-npm
2021-03-23 12:56:30 -04:00
Phillip Barta
f58887099b
chore(core): nx plugin submission nx-stylelint
2021-03-23 12:55:00 -04:00
Leosvel Pérez Espinosa
36f3a662c3
fix(web): fix dev-server executor output causing ng cli schema validation to fail
2021-03-23 12:53:56 -04:00
Jason Jean
1918e62625
Revert "fix(angular): fix angular move merge conflict ( #5088 )"
...
This reverts commit e6ec5f914232f81e5393d4d528b35d77f7528582.
2021-03-23 11:51:30 -04:00
Jason Jean
86856f3020
feat(repo): enable smart analysis of workspace.json and nx.json ( #5089 )
2021-03-22 18:14:10 -04:00
Jason Jean
e6ec5f9142
fix(angular): fix angular move merge conflict ( #5088 )
2021-03-22 21:40:57 +00:00
Jason Jean
c0cd606759
chore(repo): update nx to 11.6.0-beta.2 ( #5086 )
2021-03-22 16:15:16 +00:00
Tasos Bekos
82799042db
fix(node): fix unreachable code on library generation ( #5080 )
2021-03-22 11:18:42 -04:00
Juri Strumpflohner
2ac10d9952
fix(storybook): changes in Storybook server options path in v6.2 ( #5072 )
...
ISSUES CLOSED : #4747
2021-03-22 14:28:17 +02:00
vsavkin
ba38da909c
docs(misc): add embedded videos showing add-nx-to-monorepo
2021-03-19 15:56:47 -04:00
James Henry
00dec221e2
feat(linter): convert-tslint-to-eslint generators ( #4943 )
...
* feat(linter): convert-tslint-to-eslint generators
* fix(core): remove generators in collection for ng and nest
* fix(core): update tao to support mixed generators and schematics
* fix(core): update tao to support mixed generators and schematics
* fix(core): address some PR feedback
* fix(core): fix snapshots after syncing up with master
* feat(core): store user preference for removeTSLintIfNoMoreTSLintTargets
* fix(linter): unit tests
* feat(core): apply root tslint.json conversion to root .eslintrc.json
2021-03-19 13:41:13 -04:00
Katerina Skroumpelou
4eebad2a6d
docs(nxdev): fixed a broken link in shared docs referencing Angular incremental builds guide ( #5061 )
2021-03-18 13:30:47 -04:00
Jason Jean
754ccf2983
fix(devkit): omit identical file updates from actions preventing unnecessary installs ( #5055 )
2021-03-18 12:44:27 -04:00
Kirils L
0822d00e0c
fix(nextjs): support next 10.0.9 ( #5033 )
2021-03-17 19:40:42 +00:00
Jack Hsu
31404cb969
fix(react): add migrations to fix babel setup for workspaces using react, next.js, and gatsby ( #5041 )
2021-03-17 19:25:32 +00:00
Tasos Bekos
5eab44bdbe
chore(repo): free space during angular e2e tests ( #5035 )
2021-03-17 15:04:41 -04:00
Jason Jean
dafdfded95
fix(core): fix prompts for enums ( #5036 )
2021-03-17 14:29:35 -04:00
Sebastián Cruz
6e8349f6ed
Fix error when importing .js libraries into nextjs app ( #4996 )
...
ISSUES CLOSED : #4904
2021-03-17 19:46:38 +02:00
Jack Hsu
f6c4958e80
feat(web): added runtimeChunk option ( #5043 )
...
Co-authored-by: Tycho Bokdam <tycho@palmtreecoding.com>
2021-03-16 14:47:51 +00:00
Noriyuki Shinpuku
6dbdaee9f6
feat(react): add strict option to react library generator ( #5006 )
2021-03-16 10:31:14 -04:00
Tasos Bekos
4f95d4e7ec
fix(core): git hasher identifies deleted files
...
Closes #4201
2021-03-15 20:47:13 -04:00
Jack Hsu
6909926bf3
chore(repo): remove presets from babel.config.json ( #5034 )
2021-03-15 11:47:34 -04:00
Tasos Bekos
26a383912a
fix(core): git hashing handles "unusual" pathname characters
...
See: https://git-scm.com/docs/git-status#_pathname_format_notes_and_z
2021-03-15 10:30:54 -04:00
kirjai
9d863a7073
fix(nextjs): include peer dependencies in built package.json
2021-03-15 10:29:33 -04:00
Vivek More
caf553132c
cleanup(misc): refactor file to fix typo
...
pallette.ts -> palette.ts
NrwlPallette -> NrwlPalette
2021-03-15 10:27:35 -04:00
Vivek More
af27f975a4
docs(misc): improve grammar and fix typos
2021-03-15 10:27:35 -04:00
vsavkin
e40c65194d
feat(misc): add a spinner when creating a workspace
2021-03-15 10:25:14 -04:00
Jason Jean
d4629be208
feat(node): migrate @nrwl/node builders to devkit ( #5012 )
2021-03-12 23:06:32 +00:00
Jason Jean
3137511626
fix(storybook): do not update existing root configuration ( #5023 )
2021-03-12 17:10:59 -05:00
Jason Jean
4d1cddaec4
chore(repo): update nx to 11.5.1 ( #5021 )
2021-03-12 15:58:06 -05:00
Philip Fulcher
80f3039176
fix(misc): display nested apps properly in dep graph ( #5022 )
...
ISSUES CLOSED : #4906
2021-03-12 13:49:21 -07:00
johannesf95
71d9f86762
fix(core): fix project dependency resolution for relative imports on windows ( #5009 )
...
* fix(core): fix project dependency resolution for relative imports on windows
Replaced `join` with `posix.join` to fix comparison with root of projects for relative import paths on windows
Closes #5002
* fix(core): project dependency resolution for relative imports on windows
fixed format
2021-03-12 13:07:36 -05:00