Jack Hsu
9c2a8b155c
feat(react): buildable React libraries now generate smaller ESM packages ( #7199 )
2021-10-04 14:39:20 -04:00
Santosh Yadav
364a276bc0
fix(core): fix vulnerabilities ( #7222 )
2021-10-04 16:05:55 +00:00
Philip Fulcher
1d8a8878dc
feat(misc): add --open option for dep-graph command ( #7209 )
2021-10-04 11:45:00 -04:00
James Henry
0d84a61b72
fix(core): changes to the daemon in order to support windows ( #7211 )
2021-10-04 11:42:45 -04:00
Juri Strumpflohner
83a6ffb47a
fix(nxdev): verify whether srcFolder passed to generateFiles exists ( #7219 )
2021-10-04 11:30:02 -04:00
Jason Jean
6df11a2a18
fix(core): apply NX_variables on top of env variables ( #7205 )
2021-10-01 20:18:56 -05:00
Jason Jean
a57ca80a19
fix(core): fix error when tsconfig.base.json is invalid json ( #7204 )
2021-10-01 20:05:30 -04:00
Craigory Coppola
ec633e3dfb
feat(core): obey git's init.defaultBranch when initializing nx.json ( #7192 )
2021-10-01 22:19:43 +00:00
Miroslav Jonaš
2bc103d599
fix(linter): linter should distinguish between ignored and projects with invalid configuration ( #7096 )
...
* fix(linter): linter should not break if project is ignored
* fix(linter): improve error message on ignored project and add tests
* fix(linter): fallback to eslint error handling to track ignored files
* fix(linter): pass original eslint error message through
* fix(linter): revert to the modified original solution
2021-10-01 21:40:31 +00:00
Jason Jean
04f8426fa8
fix(angular): remove relative calculation for config paths in wrapped angular devkit schematics ( #7201 )
2021-10-01 21:13:41 +00:00
Minijus L
259ac84c63
fix(angular): update jest-preset-angular to 10.0.1 ( #7139 )
2021-10-01 16:47:52 -04:00
Alex Herbig
8addb45fd0
fix(angular): stop modifying tags that match app name ( #7137 )
...
ISSUES CLOSED : #7097
2021-10-01 14:57:26 -04:00
Miroslav Jonaš
6217899e24
chore(react): migrate testing library to v11.2.6 ( #7190 )
2021-10-01 18:19:09 +00:00
Jack Hsu
2cd26c47d3
fix(nextjs): fix buildable nextjs libs ( #7197 )
2021-10-01 14:16:03 -04:00
Minijus L
ae7361c0aa
fix(core): gracefully handle errors when writing the latest output hash cache files ( #6959 )
...
* fix(core): wrap writing cache hash into try/catch
Instead of failing the task run process it will allow the process to continue.
Fixes of #6957
* fix(core): ignore errors writing latest output hash cache files
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2021-10-01 17:02:38 +01:00
Kirils L
61bcab3a83
feat(nextjs): expose environment variables prefixed with NX_ ( #7193 )
2021-10-01 15:49:02 +00:00
Gaurav Mukherjee
2b5f1aad39
fix(core): handle empty root path in angular.json ( #7036 )
...
ref https://github.com/nrwl/nx/issues/7008
Co-authored-by: gmfun <gaurav@ves.io>
2021-09-30 16:58:29 -04:00
samdanae
0fc9e9d51b
fix(node): Prevent extra kebab-case files being generated with --pascalCaseFiles option ( #7087 )
...
* fix(node): prevent extra kebab-case files being generated when pascal case option is on
* fix(node): remove unused variable
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
* fix(node): bundle new expectations into the existing test cases
Co-authored-by: Samdanae Imran <samdanae.imranuzzaman@serko.com>
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-09-30 16:55:21 -04:00
Minijus L
da658e10a7
fix(testing): update Jest to 27.2.x ( #7101 )
2021-09-30 16:46:45 -04:00
Brandon
d920f03149
fix(angular): bump jasmine-marbles to 0.8.4 release ( #7162 )
2021-09-29 09:29:17 -05:00
AgentEnder
3a9910e311
fix(devkit): normalizePath should not be dependant on host OS
...
Currently, we split on path.sep in normalizePath. This results in differing results based on if the host file system is unix or windows. I
would expect that normalizePath(...) should return the same result wether or not it was executed in windows.
2021-09-28 11:37:03 -04:00
Miroslav Jonaš
8424c69320
fix(linter): improve error message on no matching dependency restriction ( #7143 )
2021-09-27 12:45:20 +00:00
Emily Xiong
c7f18ca83b
feat(react-native): add macos tests in e2e test header ( #7131 )
2021-09-27 09:28:19 +02:00
Jason Jean
4c3d65541e
fix(core): simplify the way angular devkit migrations run ( #7135 )
2021-09-24 21:31:13 -04:00
Jonathan Romano
f8f09b91df
fix(linter): add setParserOptionsProject option to generators missing it ( #7103 )
2021-09-24 21:02:52 -04:00
Artur Androsovych
2db6f89d04
feat(angular): allow exporting function and promise within the custom Webpack config ( #7129 )
2021-09-24 18:19:14 -04:00
Emily Xiong
18e369c85c
bugfix(core): fix issue when having a project name with directory in it ( #7120 )
2021-09-24 15:10:44 -04:00
Leosvel Pérez Espinosa
9f1fe34b8b
fix(angular): update ng-package.json dest property when moving a library ( #7132 )
2021-09-24 17:58:03 +01:00
Kirils L
e1553a097a
fix(nextjs): include typescript in build package.json ( #7130 )
2021-09-24 12:07:43 -04:00
Artur Androsovych
8d0b421545
feat(angular): allow exporting function and promise within the custom Webpack config ( #7029 )
2021-09-24 11:10:32 -04:00
Leosvel Pérez Espinosa
d52aed9fde
fix(angular): remove extra comma when generating application with --inlineTemplate ( #7126 )
2021-09-24 15:24:18 +01:00
Miroslav Jonaš
c18a40b1f0
feat(linter): show files involved in circular dependency ( #7113 )
2021-09-24 09:00:15 +00:00
Jack Hsu
fec1c39be0
feat(react): add migration to replace deprecated node-sass with sass ( #7105 )
2021-09-23 12:01:38 -04:00
James Henry
8dcf391649
chore(core): daemon cache pre-serialized project graph ( #7104 )
2021-09-23 11:18:56 -04:00
Emily Xiong
181d149872
feat(gatsby): migrate gatsby-image to gatsby-plugin-image ( #7069 )
2021-09-22 11:14:06 -04:00
James Henry
98527acabc
chore(core): daemon uses cached project graph whenever possible
2021-09-22 09:46:10 -04:00
Manoj Bahuguna
fa0cd72ccc
fix(storybook): warn if skipping generating files in .storybook folder ( #6502 )
...
during storybook-configuration, if .storybook folder already exists, generating files in it is skipped
we should show warnings in this case, as sometimes those directories can exists but be empty, which can cause issues
this can happen for example when reverting from previous setup using git reset (or something similar)
in that case content is deleted, but empty folder remains
showing warning will make it easier to debug what went wrong
2021-09-21 19:55:41 +03:00
Jack Hsu
9dc2c40480
chore(gatsby): add migration for update gatsby packages ( #7065 )
2021-09-21 10:13:51 -04:00
Miroslav Jonaš
7c4643a914
chore(linter): upgrade typescript-eslint to latest version ( #7060 )
2021-09-21 14:07:09 +02:00
Victor Savkin
d79bba3630
chore(repo): update to nx 12.10
2021-09-20 16:39:13 -04:00
Jack Hsu
d2c5161b9a
fix(gatsby): update gatsby to fix webpack build issues with 5.53.0 ( #7062 )
2021-09-20 10:07:53 -04:00
Tyler Morrison
17d8647818
feat(testing): remediate headless option for Cypress 8.x ( #6882 )
...
* feat(testing): warn Cypress 8.x users about deprecation
* feat(testing): add `headed` option to executor
* chore(testing): refactor `CypressExecutorOptions` to match schema
* docs(testing): update based on schema
CLOSES : #6811
Co-authored-by: Tyler Morrison <tyler.morrison@ally.com>
2021-09-20 09:42:16 +02:00
Victor Savkin
3e8427f783
docs(misc): clarify a few things regarding incremental builds
2021-09-18 21:13:53 -04:00
Victor Savkin
dca092874b
feat(core): add examples and links to nx.dev when using --help
2021-09-17 10:02:44 -04:00
James Henry
31a9bff5b0
chore(core): properly add strip-ansi to dependencies for workspace
2021-09-17 08:58:34 -04:00
James Henry
4956ebea9f
fix(core): ensure ANSI escape codes are stripped in git-hasher process outputs
2021-09-17 08:58:34 -04:00
Victor Savkin
a5ba9bc0c3
docs(core): add better docs for run-script
2021-09-16 20:30:00 -04:00
Jack Hsu
e8c324fc60
fix(gatsby): fix build errors due to incompatible webpack API ( #7032 )
2021-09-16 18:36:59 -04:00
Himadu2000
e5b9d80abc
feat(react): updating @reduxjs/toolkit to 1.6.1 ( #6939 )
...
Updated @reduxjs/toolkit from 1.5.0 to 1.6.1
2021-09-16 14:05:32 +00:00
Benjamin Cabanes
efe780cfc9
chore(core): format fix ( #7018 )
2021-09-15 16:29:18 -04:00