4169 Commits

Author SHA1 Message Date
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
Juri Strumpflohner
0a6434dbf6
docs(nextjs): adjust script for affected deployments to Vercel (#6894) 2021-08-30 12:35:37 -04:00
Leosvel Pérez Espinosa
bdd01ed1dd
fix(core): use defaultConfiguration in run-many and affected when no configuration is specified (#6884) 2021-08-28 18:07:41 +01:00
Jason Jean
1b6c0ee7fa
feat(misc): add x-type to app and lib generators (#6874) 2021-08-27 19:28:01 -04:00
Jason Jean
677e481729
fix(core): hash npm projects based on version (#6879) 2021-08-27 19:26:38 -04:00
Jason Jean
12ed2d3437
fix(devkit): normalizing paths when moving files (#6877) 2021-08-27 18:08:44 -04:00
Jason Jean
9c07d7fa06
fix(core): use tao generate for angular devkit workspace-schematics (#6861) 2021-08-27 14:56:16 -04:00
Leosvel Pérez Espinosa
301e70aa7a
fix(linter): fix how eslint hasher gets projects from task dependencies (#6875) 2021-08-27 17:54:38 +01:00
Tony
d0e217666a
docs(angular): update setup for micro frontend (#6863) 2021-08-26 20:48:29 +00:00
Jason Jean
6d8fa39d29
chore(misc): fix failing workspace lib unit test (#6862) 2021-08-26 16:47:32 -04:00
Cristóbal Domínguez
b820f72f12
fix(repo): fix error in contributing docs (#6860)
the provided scope in the commit message example is not an accepted one

Co-authored-by: Cristóbal Domínguez <cristobal.dominguez@allmyhomes.com>
2021-08-26 16:28:04 -04:00
Chau Tran
62f2fb621f
fix(angular): move upgrade 12.2 to 12.9.0 migrations (#6857)
* fix(angular): move upgrade 12.2 to 12.9.0 migrations

* fix(angular): move typescript version to 12.9

Co-authored-by: Chau Tran <ctran@Chaus-MacBook-Pro.local>
2021-08-26 13:39:28 -04:00
Jason Jean
a7f89508e5
feat(linter): cache --outputFile (#6852) 2021-08-26 11:25:51 -04:00
Emily Xiong
387af0cf3f
feat(core): add react native to main repo (#6493) 2021-08-25 15:54:23 -04:00
Chau Tran
5ff55ced15
feat(angular): upgrade to ~12.2.0 (#6836)
* feat(angular): upgrade to ~12.2.0

* fix(angular): adjust nrwl/angular packageJson to pass depCheck

* fix(angular): add @angular/platform-server to migrations

Co-authored-by: Chau Tran <ctran@Chaus-MacBook-Pro.local>
2021-08-25 15:51:22 -04:00
Jason Jean
e412ff0ae2
chore(repo): update lerna doc in the repo (#6846) 2021-08-25 15:25:07 +00:00
Jason Jean
6d6964ab03
chore(nxdev): update latest version documentation to v12.8.0 (#6844) 2021-08-25 14:44:18 +00:00
Nrwl CI Machine
f4f6d4fe46 docs(misc): add a guide on using nx with yarn workspaces 2021-08-25 10:37:52 -04:00
Jason Jean
1fdbba9917 Release 12.8.0 2021-08-25 10:27:14 -04:00
Brandon
0c9ac4f1e7
chore(nxdev): update speaker list (#6837) 2021-08-24 12:47:10 -05:00
Leosvel Pérez Espinosa
a30d9e11f8
docs(core): improve cli docs (#6669) 2021-08-24 16:05:02 +00:00
Brandon
c1c7a42444
feat(angular): update NgRx to 12.4.0 (#6828) 2021-08-24 11:26:12 -04:00
Colum Ferry
9b3f920a3b
docs(angular): add mfe guide (#6829)
* docs(angular): add mfe guide

Add guide "How to setup a Micro Frontend with Angular and Nx" to docs

* docs(angular): fix some issues with mfe guide

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-08-24 11:23:20 -04:00
Jason Jean
fa3dcabe8a
docs(core): add cli overview page and a section documenting how to keep configuration in sync (#6832)
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2021-08-24 02:13:25 +00:00
Jason Jean
da7bbc908e
docs(core): rewrite the CLI guide (#6801) 2021-08-23 22:08:41 -04:00
Jason Jean
0772cb3642
Revert "chore(repo): update nx to 12.8.0-beta.1 (#6804)" (#6831)
This reverts commit 8e8191f22c7bce330c2c314f37bdf57c71cabadb.
2021-08-24 01:48:50 +00:00
Jason Jean
8e8191f22c
chore(repo): update nx to 12.8.0-beta.1 (#6804) 2021-08-23 18:03:59 +00:00
Nrwl CI Machine
8cc41de22a fix(core): updateWorkspaceConfiguration does not respect extends 2021-08-23 10:51:19 -04:00
AlmarAubel
e2637760ca
feat(storybook): add vue3 support for storybook executer (#6604)
`This PR adds support for 'vue3' so it can be used to run storybook in a NX workspace

Closes #6603
2021-08-23 10:16:16 +03:00
Jason Jean
84e7f46473
fix(repo): fix npm e2e tests (#6806) 2021-08-22 16:45:55 -04:00
Juri
4305c5ef63 fix(testing): jest migration for Angular in 12.4 2021-08-22 12:50:47 +02:00
Sumit Parakh
47d1d38fae
feat(testing): update cypress to 8.x (#6808)
ISSUES CLOSED: #6430
2021-08-21 15:08:34 -04:00