6927 Commits

Author SHA1 Message Date
Miroslav Jonaš
33ad692a0e
fix(nxdev): fix wrong page generation for deamon start and stop (#7180) 2021-09-30 11:17:12 +00:00
Miroslav Jonaš
97e6df55b0
chore(linter): optimize e2e tests (#7171) 2021-09-30 10:58:04 +02:00
Brandon
d920f03149
fix(angular): bump jasmine-marbles to 0.8.4 release (#7162) 2021-09-29 09:29:17 -05:00
Miroslav Jonaš
49a7c2952a
chore(repo): exclude projects running on multiple OSs (#7168) 2021-09-29 15:24:42 +02:00
Miroslav Jonaš
5b61bf198a
chore(repo): disable android workflows until needed (#7164) 2021-09-28 20:32:46 +00:00
Miroslav Jonaš
d4d2af1670
chore(repo): enable windows tests for the nightly (#7163) 2021-09-28 16:47:27 +00: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
Benjamin Cabanes
88fa507f1b
docs(nxdev): sync content (#7138) 2021-09-25 15:23:45 +00:00
Elderov Ali
3e3ec2e981
docs(angular): fix embedded link in talk section (#7037) 2021-09-25 11:09:38 -04: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
Benjamin Cabanes
4fb351617d
docs(nxdev): enable svg support on path transform (#7119) 2021-09-23 21:40:40 +00:00
Benjamin Cabanes
262cd19c91
docs(nxdev): custom img render for lazy loading (#7118) 2021-09-23 23:38:25 +02:00
Benjamin Cabanes
1377728f41
docs(nxdev): better path interpolation (#7112) 2021-09-23 14:07:15 -04: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
Miroslav Jonaš
a61068d544
chore(repo): add isAndroid check (#7094) 2021-09-23 00:52:03 +00:00
Benjamin Cabanes
b5db3a0a3c
docs(nxdev): use alias version & flavor for internal links (#7099) 2021-09-22 22:45:50 +00: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
Miroslav Jonaš
84d64284f8
feat(nxdev): rename getting started to docs (#7090) 2021-09-22 09:27:05 -04:00
Benjamin Cabanes
3ad053b611
docs(nxdev): update a11y links (#7086) 2021-09-21 23:02:59 +00:00
Benjamin Cabanes
62e16ad41e
docs(nxdev): remove black drop on flavour selector (#7085) 2021-09-21 22:56:36 +00:00
Benjamin Cabanes
06433ead15
docs(core): computation caching checksum long vars (#7079) 2021-09-21 14:53:06 -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
Miroslav Jonaš
3a6c7363bc
chore(repo): switch on multiple main jobs on circleci (#6735)
* chore(repo): test osx runnner on circleci

* chore(repo): add pnpm to all the platforms

* chore(repo): comment out temporarily osx job

* chore(repo): add dummy MACOS test

* chore(repo): add workflow id

* chore(repo): switch on android

* chore(repo): remove os mains temporarily

* chore(repo): turn off all non-linux agents

* chore(repo): switch on macos run

* chore(repo): switch on android run

* chore(repo): set nx run group dynamically

* chore(repo): cleanup before merge
2021-09-21 16:57:49 +02:00
Jack Hsu
9dc2c40480
chore(gatsby): add migration for update gatsby packages (#7065) 2021-09-21 10:13:51 -04:00
Benjamin Cabanes
85ee0eb74c
docs(nxdev): remove conf menu pill (#7076) 2021-09-21 06:55:22 -07:00
Miroslav Jonaš
7c75f3f0db
docs(nxdev): remove CTA for nx conf from index and adapt content (#7075) 2021-09-21 09:35:38 -04:00
Miroslav Jonaš
a70c8212cb
docs(testing): add missing cypress.md (#7073) 2021-09-21 14:36:12 +02:00
Miroslav Jonaš
7c4643a914
chore(linter): upgrade typescript-eslint to latest version (#7060) 2021-09-21 14:07:09 +02:00
Victor Savkin
4647f75816 chore(repo): update nx-cloud to 12.3.11 2021-09-20 21:09:04 -04: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
Benjamin Cabanes
9a34fdd551
docs(nxdev): remove debug (#7063) 2021-09-20 13:49:25 +00:00
Benjamin Cabanes
70ff791b62
docs(nxdev): shorter url shemes (#7049)
* docs(nxdev): flavor interface consolidation

* docs(nxdev): shorten version & flavor notation
2021-09-20 09:22:54 -04:00
Miroslav Jonaš
fce939636f
chore(nxdev): improve colours on website according to latest design (#6769) 2021-09-20 09:43:14 +02: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
Benjamin Cabanes
5452599576
docs(nxdev): update conf sponsors (#7042) 2021-09-17 16:33:51 +00:00
Victor Savkin
0bee059f9c Release 12.10.0-beta.1 2021-09-17 11:29:28 -04:00