Jack Hsu
e8c324fc60
fix(gatsby): fix build errors due to incompatible webpack API ( #7032 )
2021-09-16 18:36:59 -04:00
Jack Hsu
f4bc240064
docs(core): update broken link; wrap nx-dev serve command with npx so ts-node does not need to be available globally ( #7030 )
2021-09-16 17:36:58 +00:00
Jay Bell
e18c0a0221
docs(misc): add https to slack links ( #7028 )
...
* docs(misc): change slack invite links to use https
* docs(misc): regenerate documentation after adding https to links
2021-09-16 11:22:00 -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
488456790e
docs(nxdev): remove enterprise page ( #7024 )
2021-09-16 13:29:52 +00:00
Philip Fulcher
ecf3244d81
feat(misc): add dep graph search depth ( #6933 )
...
* feat(misc): add dep graph search depth
ISSUES CLOSED : #5101
2021-09-15 15:38:56 -06:00
Benjamin Cabanes
7c75e9c658
docs(nxdev): update docs content ( #7017 )
2021-09-15 16:54:48 -04:00
Benjamin Cabanes
6542168bdb
docs(nxdev): add enterprise page ( #7016 )
2021-09-15 20:41:59 +00:00
Benjamin Cabanes
efe780cfc9
chore(core): format fix ( #7018 )
2021-09-15 16:29:18 -04:00
Victor Savkin
e77f675118
fix(repo): fix a broken unit test
2021-09-15 15:21:06 -04:00
Victor Savkin
402969a948
docs(react): fix broken images
2021-09-15 14:11:21 -04:00
James Henry
d739f0c864
feat(core): daemon supports incremental file hashing
2021-09-15 13:54:23 -04:00
James Henry
5cce731fdb
fix(core): daemon server should reinitialize file hashes on each connection
2021-09-15 13:54:23 -04:00
James Henry
36facd8948
fix(core): ensure daemon server perf logging instantiated only once
2021-09-15 13:54:23 -04:00
James Henry
fe40485e1c
fix(core): git-hasher checkForDeletedFiles will now hard error
2021-09-15 13:53:40 -04:00
Wedema, D. (Daniël)
305813e3f2
fix(core): resolve nested files using tsConfig paths that have similar names
...
When tsConfig paths with overlapping names were configured (e.g. @my/project/*
and
@my/project-core/*), the project locator would always return the shorter name first.
ISSUES CLOSED : #6672
2021-09-15 13:25:59 -04:00
Linbudu
ebee6388cf
feat(workspace): Enable run-commands preferLocal option by default ( #6807 )
2021-09-15 13:08:39 -04:00
Patrick de Klein
effbdc7fac
fix(web): remove a typo to fix storybook component setup for webcomponents
2021-09-15 13:02:12 -04:00
Jay Bell
470f86d0ab
feat(nest): feat(nest): add standalone config flag to nest library generator
2021-09-15 12:10:58 -04:00
khalilou88
ff023bbf57
docs(misc): fix executor example
2021-09-15 12:06:03 -04:00
kl
1a781aca4c
chore(core): nx plugin submission @jnxplus/nx-boot-gradle
2021-09-15 12:02:47 -04:00
samdanae
5266a4cd1a
fix(docs): update to correct anchor link ( #6986 )
...
Co-authored-by: Samdanae Imran <samdanae.imranuzzaman@serko.com>
2021-09-15 11:59:53 -04:00
Nrwl CI Machine
e2e8693e16
chore(repo): add commit message check to the pipeline
2021-09-15 11:57:38 -04:00
AgentEnder
a3599a525b
fix(core): convert-to-nx-project should normalize paths
...
fixes #6968
2021-09-15 11:54:03 -04:00
AgentEnder
8f9da7c762
fix(core): read v2 workspace format in converted nx generators
...
closes #6452
2021-09-15 11:54:03 -04:00
AgentEnder
f929a474c6
fix(core): display dynamic prompts in angular cli
2021-09-15 11:54:03 -04:00
Andrew Luca
fe7c25d00f
chore(misc): add repository directory for all packages.json ( #6973 )
2021-09-15 11:53:08 -04:00
Bjorn S
34848b8612
fix(angular): adds missing @angular/cdk to migrations
...
If @angular/material is used and updated, without updating the underlaying @angular/cdk (and is used); the application might have trouble starting and result in weird errors that are hard to debug.
Example error:
```
./node_modules/@angular/material/fesm2015/autocomplete.js:536:32-47 - Error: export '_getEventTarget' (imported as '_getEventTarget') was not found in '@angular/cdk/platform' (possible exports: Platform, PlatformModule, _getFocusedElementPierceShadowDom, _getShadowRoot, _supportsShadowDom, getRtlScrollAxisType, getSupportedInputTypes, normalizePassiveListenerOptions, supportsPassiveEventListeners, supportsScrollBehavior)
```
Fixed after updating the @angular/cdk to the same version as @angular/material.
2021-09-15 11:48:47 -04:00
Marko Grešak
bbeb89cbc2
fix(web): fix stylesOptimization for webpack 5 ( #6817 )
...
ISSUES CLOSED : #6816
2021-09-15 15:22:07 +00:00
Benjamin Cabanes
434eb7cf36
docs(nxdev): update sponsors list ( #7010 )
2021-09-15 09:10:36 -06:00
Vivek 🧐
7c6b931705
cleanup(core): simplify code
2021-09-15 10:42:55 -04:00
Ali Yusuf
93f9569deb
feat(angular): add support to sass style to the generator
2021-09-15 09:58:49 -04:00
Guilherme Siquinelli (guiseek)
4f63089958
chore(core): nx plugin submission @nx-clean/plugin-core
2021-09-15 09:49:50 -04:00
mmuenker
ab2f526021
fix(core): support hidden files in assets ( #6298 )
...
The transformation of `AssetGlob` objects into `FileInputOutput` objects does not include hidden files. The glob option `dot: true` is required to include hidden files. The commit extends the AssetGlob interface with the optional property `dot`. The glob check will include hidden files when the property `dot` is set to true.
Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
2021-09-15 09:45:36 -04:00
Benjamin Cabanes
ac218c6f46
docs(nxdev): conf ui glow quirks ( #6998 )
2021-09-13 15:26:45 +00:00
Benjamin Cabanes
122e4d2639
docs(nxdev): update sponsors list ( #6996 )
2021-09-13 15:09:18 +00:00
Benjamin Cabanes
848436bca5
docs(nxdev): master docs is latest ( #6975 )
...
* docs(nxdev): master docs is latest
* docs(nxdev): update latest documentation
* docs(nxdev): removing NX ROOT
2021-09-13 13:55:18 +00:00
Benjamin Cabanes
b1165cdc85
docs(nxdev): conf speaker thumbnail ( #6995 )
2021-09-13 13:34:07 +00:00
Nathan Walker
0e3b94af56
chore(core): nx plugin submission @nativescript/nx ( #6937 )
2021-09-12 14:29:04 -05:00
Benjamin Cabanes
bd6d95d5c9
docs(nxdev): simpler doc meta title ( #6982 )
2021-09-10 16:41:17 -04:00
Benjamin Cabanes
89d2c43e34
docs(nxdev): update sponsors list ( #6981 )
2021-09-10 14:27:38 -04:00
Benjamin Cabanes
5c4991caa6
docs(nxdev): conf ui quirks ( #6972 )
2021-09-09 16:41:41 +01:00
Benjamin Cabanes
80a2339e62
docs(nxdev): sponsors section scrollto ( #6971 )
2021-09-09 11:32:05 -04:00
Benjamin Cabanes
5466206b87
docs(nxdev): add sponsors section ( #6966 )
2021-09-09 14:43:30 +00:00
Brandon
7e26e3d26c
docs(nxdev): update schedule, speakers, and workshop instructors ( #6965 )
2021-09-08 18:31:01 -04:00
Benjamin Cabanes
ed44876625
docs(nxdev): conf speaker update ( #6964 )
2021-09-08 20:50:59 +00:00
Benjamin Cabanes
ffb38b062b
docs(nxdev): fix check script output ( #6963 )
2021-09-08 19:05:33 +00:00
Benjamin Cabanes
3fc074cf75
docs(nxdev): fix code format bash ( #6962 )
2021-09-08 15:02:37 -04:00
Ashwin Gokhale
8757423924
feat(react): Allow tailwind glob to watch for changes to html files
2021-09-07 17:48:22 +02:00
Jason Jean
c96c68f213
chore(nxdev): update latest version documentation to v12.9.0 ( #6950 )
2021-09-07 15:40:16 +00:00