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
Jason Jean
a4f449e88f
Release 12.9.0
2021-09-07 11:04:19 -04:00
Benjamin Cabanes
b73c7088c8
docs(nxdev): fix check script output ( #6949 )
2021-09-07 14:37:06 +00:00
Benjamin Cabanes
4231bba7db
docs(nxdev): add new speakers ( #6948 )
2021-09-07 10:34:44 -04:00
Craigory Coppola
25519a91ad
fix(testing): fix(testing): support for typescript jest configs ( #6920 )
...
ISSUES CLOSED : #5394
2021-09-03 14:40:56 -04:00
Jack Hsu
06d20352f7
fix(react): fix extracCss option for webpack 5 ( #6925 )
2021-09-03 12:17:48 -04:00
Russell Ormes
26f82b9059
fix(devkit): add '.tgz' to binaryExts array ( #6930 )
...
devkit's generateFiles function excludes parsing binary files with the templating engine.
This
patch adds .tgz files to the list of binary files to ignore.
2021-09-03 11:04:35 -05:00
Kirils L
b0b500676f
fix(nextjs): align next-env.d.ts file ( #6929 )
2021-09-03 14:51:02 +00:00
Craigory Coppola
06dc66b770
chore(repo): fix copy dep ordering ( #6919 )
2021-09-02 17:52:38 -04:00
kazamov
804cc73f52
fix(web): npm dependencies from the project graph ( #6843 )
...
get the npm dependencies from the project graph correctly. Allow deep import from `externals` passed from settings
Co-authored-by: Zakir Nuriiev <zakir.nuriev@caspio.com>
2021-09-02 12:51:05 -04:00
Craigory V Coppola
b416bb6dc9
fix(core): npmrc should be obeyed during nx migrate ( #6781 )
2021-09-01 23:37:40 +00:00
Brandon
98d3b4a990
chore(nxdev): update description for ESLint talk ( #6913 )
2021-09-01 12:35:14 -05:00
Jeff Stieler
648514f08d
docs(core): remove duplicated sentence in affected doc ( #6912 )
...
Remove repeated sentence.
2021-09-01 13:14:12 -04:00
Colum Ferry
aa81561b06
fix(angular): importPath migration to fix broken paths ( #6902 )
...
Fixes broken importPaths and package.json names due to incorrect logic that has already been fixed
ISSUES CLOSED : #6648
2021-09-01 12:58:32 -04:00
James Henry
bafabb3a11
feat(linter): add support for workspace rules ( #6859 )
...
* feat(linter): add support for workspace rules
* chore(linter): move deps to correct package
* feat(linter): workspace-lint-rules as project with test target
* chore(linter): tiny clean up
* fix(linter): update generators.json after refactor
* chore(linter): implement e2e test and PR feedback
* docs(linter): update generator docs
* docs(linter): update generator docs
* docs(linter): update generator docs
2021-09-01 12:49:11 -04:00
Kyle Cannon
40532a2155
fix(linter): disabled eslint rules dont count as type checked rules ( #6897 )
2021-08-31 16:51:48 -04:00
srleecode
69005cc097
fix (angular): allows importing from @nrwl/angular:init ( #6883 )
...
* fix (angular): allows importing from @nrwl/angular:init
fix (angular): allows importing from @nrwl/angular:init
Closes #6790
* chore(angular): fixed formatting error
chore(angular): fixed formatting error
2021-08-31 16:47:25 -04:00
Craigory V Coppola
a656959204
fix(core): configFilePath included in hash ( #6881 )
...
closes #6880
2021-08-31 16:46:26 -04:00
Brandon
1a6f2537f7
chore(nxdev): update schedule for conference ( #6847 )
2021-08-31 14:16:40 -05:00
Jack Hsu
44db568261
fix(nextjs): add displayName to CustomDocument component when using styled-components ( #6903 )
2021-08-31 11:40:43 -04:00