3317 Commits

Author SHA1 Message Date
Tasos Bekos
ee0d346c4a fix(core): don't allow pnpm to install with frozen lockfile on CI
In our tool, package manager installation is usually called after "manual" update of `package.json`. In such cases, using a frozen lockfile is not desired. This commit disables PNPM's default behavior of using `--frozen-lockfile` flag when running on CI.

Closes #4495
2021-01-17 09:35:50 -05:00
Tasos Bekos
166dc7d03b feat(repo): PRs use PNPM & add scheduled matrix for e2e tests 2021-01-17 09:35:21 -05:00
Victor Savkin
1961bc97fb feat(core): support executors returning async iterators 2021-01-17 09:34:13 -05:00
Victor Savkin
a996db280a docs(misc): fix a broken link the migration guide 2021-01-16 14:49:38 -05:00
Tasos Bekos
96625c77fb fix(repo): fix dependenies/discrepancies causing e2e tests with PNPM to fail 2021-01-16 17:54:54 +02:00
Tasos Bekos
c92f4ba96b feat(repo): support dynamic package manager for e2e tests 2021-01-16 17:54:54 +02:00
Tasos Bekos
659eb12047 cleanup(repo): return project scope for e2e tests 2021-01-16 17:54:54 +02:00
Victor Savkin
d6a26c7aa6 Revert "fix(angular): Honor buildableProjectDepsInPackageJsonType in package builder"
This reverts commit b4100648bb085ad704e8ab85284a463490e3a1c5.
2021-01-15 16:12:40 -05:00
Victor Savkin
0a20e131c8 feat(misc): clarify plugin installation instructions 2021-01-15 12:24:34 -05:00
Victor Savkin
a565717728 fix(repo): fix formatting 2021-01-15 12:22:09 -05:00
Mehrad Rafigh
bce2c56754
fix(core): update jest config correctly when using move schematic (#4501)
ISSUES CLOSED: #4500
2021-01-15 10:01:55 -05:00
Victor Savkin
cd2d2c95fe fix(repo): update circle config to run e2e tests 2021-01-15 09:48:13 -05:00
William Ghelfi
742ea79d53
Fix svgr/webpack conf (#4327)
* fix(misc): avoid issues with refs in SVGs

The previous "import friendly" syntax was actually disabling refs in SVGs parsed by svgr.

I found 3 possible solutions:
1. Removing "![path]"
2. Separating "+ref![path]" with another comma: "+ref,![path]"
3. Rewriting the loader entry in the style of the other loader entries

I chose the last one for added clarity within the file.

* fix(core): fix compilation errors
2021-01-15 09:09:55 -05:00
mehrad-rafigh
9267008320 feat(angular): update jest-preset-angular to 8.3.2 2021-01-15 08:46:23 -05:00
Matt Hodgson
b4100648bb fix(angular): Honor buildableProjectDepsInPackageJsonType in package builder
Fixes the angular:package builder to honor the `buildableProjectDepsInPackageJsonType` setting. It was previously ignored.
2021-01-15 08:45:41 -05:00
Levent Arman Özak
41f10b5a05
fix(web): convert scripts and styles to extra entry points (#4471)
ISSUES CLOSED: #3730
2021-01-14 20:41:04 -05:00
Victor Savkin
9a84179117 fix(repo): restore circle config 2021-01-14 20:31:43 -05:00
Victor Savkin
8653d37e11 fix(repo): remove windows executor 2021-01-14 16:14:07 -05:00
Benjamin Cabanes
bb77e1254a
docs(core): update yt embeded dimensions (#4531) 2021-01-14 15:31:44 -05:00
Jason Jean
7482944eea feat(testing): move jest builder to devkit 2021-01-14 08:54:38 -05:00
Kevin Brewer
b10e92818f
fix(linter): allow type imports from lazy-loaded libraries (#4431) 2021-01-14 08:45:26 +00:00
Jason Jean
716bb44254
feat(core): migrate library to devkit (#4512)
* migrate lint

* feat(core): migrate library to devkit
2021-01-13 16:57:19 -05:00
Jason Jean
611128d648
fix(repo): fix failing unit tests in workspace (#4519) 2021-01-13 13:01:27 -05:00
hiepxanh
504466f288
feat(storybook): allow to specify angular target project for storybook (#4099)
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2021-01-13 15:58:14 +01:00
Jason Jean
687786fcba feat(core): migrate run-commands to devkit 2021-01-13 08:52:34 -05:00
Jason Jean
09c78c4750 feat(core): migrate create-nx-workspace to devkit 2021-01-13 08:51:50 -05:00
Victor Savkin
764f580e99 fix(core): workaround node 12 resolve issue in migration host 2021-01-12 20:41:37 -05:00
Victor Savkin
683d6f4e19 fix(core): use tmp folder for migrate instead of npx 2021-01-12 20:37:40 -05:00
Victor Savkin
c5d78f2b1a Release 11.1.4 2021-01-12 13:02:00 -05:00
Victor Savkin
d54189166f fix(core): update the list command for pnpm 2021-01-12 13:00:29 -05:00
Victor Savkin
074fe5a9af Release 11.1.3 2021-01-12 12:08:53 -05:00
James Henry
2c72a6ede2 docs(nextjs): make it clear 11.1.0 of Nx is required 2021-01-12 11:59:53 -05:00
James Henry
3c96286e39 docs(nextjs): make it clear 11.1.0 of Nx is required 2021-01-12 11:59:53 -05:00
James Henry
625de37163 docs(nextjs): add section on Vercel deployment configuration 2021-01-12 11:59:53 -05:00
Devin Shoemaker
758cff9353 chore(core): nx plugin submission @nxtend/firebase 2021-01-12 11:59:35 -05:00
Victor Savkin
1167e65bf8 feat(core): improve ergonomics of the migrate command 2021-01-12 11:58:29 -05:00
Victor Savkin
8a88fc8c71 feat(core): support schema properties without type 2021-01-11 14:12:30 -05:00
Victor Savkin
969888e0f1 Release 11.1.2 2021-01-11 14:03:48 -05:00
Victor Savkin
ac87c5954e fix(repo): temp disable running e2e tests on windows 2021-01-11 13:51:40 -05:00
Victor Savkin
04f2abd65c fix(repo): fix unit tests not working on node 15 2021-01-11 13:39:25 -05:00
Jason Jean
82f801b0db
fix(core): run-commands should fail when a command in serial fails (#4477) 2021-01-11 12:19:41 -05:00
Victor Savkin
19c5f53ebf Revert "fix(core): prioritize local projects over npm when sharing names"
This reverts commit f10ba2f42e218e2e79470ac3928c40b589460f83.
2021-01-11 12:07:54 -05:00
Jason Jean
38889cfcd3
chore(repo): remove unnecessary eslint plugins (#4479) 2021-01-11 11:57:19 -05:00
Jason Jean
f10ba2f42e fix(core): prioritize local projects over npm when sharing names 2021-01-11 11:46:29 -05:00
Edouard Bozon
9f8e450ba3 chore(core): nx plugin submission @jscutlery/semver 2021-01-11 10:07:27 -05:00
Mehrad Rafigh
fd93b84bac fix(core): delete project from root jest config when running remove command
ISSUES CLOSED: #4192
2021-01-11 09:57:33 -05:00
Dominik Pieper
892313ecc2 feat(storybook): add @storybook/html for generic non React/Angular projects
ISSUES CLOSED: 4466
2021-01-11 09:50:19 -05:00
mehrad-rafigh
eb0a472366 fix(core): update eslintrc when project is moved
ISSUES CLOSED: #2951
2021-01-11 09:48:40 -05:00
Ali Yusuf
872ebd89c4 fix(core): fix(core): validate options for oneOf rule with factorized type
ISSUES CLOSED: #4484
2021-01-11 09:20:24 -05:00
scottlee309
f3b67cc2b6 chore(core): nx plugin submission [@srleecode/domain] 2021-01-11 09:19:11 -05:00