8697 Commits

Author SHA1 Message Date
ben
df72d317b4 chore(core): add free video course note for create-nx-workspace 2020-01-14 22:15:24 -05:00
Spencer Elliott
79a5c535a2 feat(nextjs): support a custom hostname (#2287) 2020-01-14 11:26:49 -05:00
Thomas
8010e67b00 fix(nextjs): fix issue where using .ts files in next.js app would res… (#2276)
* fix(nextjs): fix issue where using .ts files in next.js app would result in a compile error

The issue was just a misconfiguration in the next's config.ts file: Webpack was only applying the
babel loader on .tsx files.
The updated regex will now load both .ts and .tsx files.

ISSUES CLOSED: #2249

* cleanup(testing): add missing tests for pull request #2276

Co-authored-by: tdnll <40502786+tdnll@users.noreply.github.com>
2020-01-14 10:40:51 -05:00
Josip Bojčić
4060930240 feat(react): add an option to set memory limit for type checking service process (#2305) 2020-01-14 10:18:28 -05:00
Jack Hsu
b96dd1fd05 fix(core): handle removed npm package for affected logic
Closes #2274
2020-01-14 09:23:28 -05:00
Victor Savkin
0b77072fcf Revert "fix(core): sort node names for module resolution" 2020-01-11 22:42:33 -05:00
Victor Savkin
2c3d46a1d7 fix(core): hasher should handle circular dependencies 2020-01-11 22:42:33 -05:00
Victor Savkin
f84c55d5aa feat(core): remove old cache records 2020-01-10 08:04:55 -05:00
Jonathan Cammisuli
dddc1b1e6c fix(core): sort node names for module resolution 2020-01-09 19:13:53 -05:00
Jonathan Cammisuli
3d05bf08d0 Revert "Revert "fix(misc): resolve projects for linting using TypeScript""
This reverts commit ab25e84b08a938661d5766c5c7f4d501cfaf8b0b.
2020-01-09 19:13:53 -05:00
Jonathan Cammisuli
37d4ab2560 Revert "Revert "feat(core): use TypeScript to resolve import modules for dependencies""
This reverts commit d00e1f1eea4fae204eee04d07ed829959583ad1d.
2020-01-09 19:13:53 -05:00
Jason Jean
311685762e feat(core): generate implicit dependencies for e2e projects 2020-01-09 12:08:17 -05:00
Jonathan Cammisuli
67c2808076 fix(misc): update eslint-builder dependency 2020-01-09 12:07:57 -05:00
Victor Savkin
c3fdf2e702 feat(core): running one task uses the same tasks runner as run-many 2020-01-09 12:07:41 -05:00
Victor Savkin
66634804ad Release 8.11.0 2020-01-08 13:26:05 -05:00
Victor Savkin
0c7a9d3c87 fix(core): affected logic bug fixes 2020-01-08 13:19:02 -05:00
Jonathan Cammisuli
e8b47a41ca fix(node): update copy-webpack-plugin for fixes in serialize-javascript
There is a security vulnerability in serialize-javascript that is currently being used by the
copy-webpack-plugin. Updating our dependency of copy-webpack-plugin will update serialize-javascript

ISSUES CLOSED: #2278
2020-01-08 13:14:21 -05:00
Brandon Roberts
db0d133dbc fix(angular): support ng add with missing e2e, lint, test targets 2020-01-08 13:13:22 -05:00
Jonathan Cammisuli
696c4c2249 fix(misc): update eslint builder 2020-01-08 13:11:40 -05:00
Jo Hanna Pearce
25de783a26 feat(angular): add move schematic for workspace and angular collections 2020-01-08 13:09:24 -05:00
Jonathan Bonnefoy
3646b6209e fix(storybook): change staticDir items type to string
The `staticDir` should be an array of string but was defined as an array of number in the `schema.json`
2020-01-08 13:08:29 -05:00
Juri
02a5a0ef46 cleanup(repo): re-enable generating playground for all clis 2020-01-08 11:07:39 -05:00
Jonathan Cammisuli
90117910df
chore(misc): update license to the year 2020 (#2281) 2020-01-07 12:21:55 -05:00
Victor Savkin
0b520b9639 Release 8.10.1 2020-01-06 16:24:39 -05:00
Jack Hsu
417d443fb8 fix(core): fix cache hasher to work without implicitDependencies 2020-01-06 16:22:49 -05:00
Jack Hsu
d8748263a7
fix(react): add migration to remove svg.d.ts entry from tsconfig (which is now image.d.ts) (#2271) 2020-01-06 14:47:18 -05:00
leota
0ab2fc5176 fix(storybook): add support for .ts extension in storybook webpack configuration template (#2270)
can import from .ts files in .stories.tsx

ISSUES CLOSED: #2259
2020-01-06 14:46:45 -05:00
Victor Savkin
082529fdc0 Release 8.10.0 2020-01-06 08:41:52 -05:00
Jack Hsu
f58e6d3d78 feat(react): add --flat option for component schematic to add file at the source root 2020-01-05 16:37:26 -05:00
Jason Jean
8eea4b3157 feat(misc): add color option to run-commands 2020-01-05 16:37:10 -05:00
Victor Savkin
6bcffed425 fix(core): hasher should not process more than 2000 files at a time 2020-01-02 23:10:25 -05:00
Victor Savkin
d00e1f1eea Revert "feat(core): use TypeScript to resolve import modules for dependencies"
This reverts commit aeeebeb12c32d1cd8dfb73d8821ee1fd10102c25.
2020-01-02 22:19:39 -05:00
Victor Savkin
ab25e84b08 Revert "fix(misc): resolve projects for linting using TypeScript"
This reverts commit 6411a29683eff436ad314692aec61ea403155d3a.
2020-01-02 22:19:33 -05:00
Jack Hsu
fd47229764
feat(react): add option to generate js files instead of ts files (#2247) 2020-01-02 15:56:14 -05:00
Victor Savkin
eb455b93be fix(core): pass options to tasks runner correctly 2020-01-02 15:10:57 -05:00
Victor Savkin
d2d9f1cca0 feat(core): implement caching 2020-01-01 10:51:58 -05:00
Jonathan Cammisuli
6411a29683 fix(misc): resolve projects for linting using TypeScript 2019-12-30 15:39:46 -05:00
Jack Hsu
df7ff8cbae
feat(react): add better support for file and image imports (#2245) 2019-12-30 13:36:44 -05:00
Victor Savkin
b04b18d07e feat(repo): correctly validate revert commits 2019-12-28 11:55:40 -05:00
Victor Savkin
a0a2a6de76 Revert "fix(core): add import to project string comparitor locator"
This reverts commit 9fea0bc02ba4fe1c7239c821c8be31bf2ee24715.
2019-12-28 11:53:28 -05:00
Jack Hsu
ef995fdabe feat(react): add SVG and SVGR support for React apps 2019-12-28 11:06:45 -05:00
Victor Savkin
c98745a55e fix(core): wait for deps to be built before building projects 2019-12-28 10:57:03 -05:00
Jason Jean
d7a769ccf5 fix(react): fix security vulnerability in serialize-javascript 2019-12-26 16:35:14 -05:00
Jack Hsu
80b9af1244 fix(react): add babel-plugin-const-enum as a dependency (#2237) 2019-12-23 23:08:56 -05:00
Jason Jean
f8b3f4c3f5
fix(testing): fix cypress 8.10 migration (#2236) 2019-12-23 18:21:27 -05:00
Jonathan Cammisuli
dec7063b89 feat(node): add package target for node libs (#2226) 2019-12-23 16:56:44 -05:00
Jason Jean
e41b448085 fix(core): default to whole file change type 2019-12-23 16:08:47 -05:00
Jack Hsu
5d0e1ad199
feat(react): add support for const enums (#2224) 2019-12-23 14:06:58 -05:00
Jack Hsu
ed629114ce
chore(react): update React-related libs (#2235) 2019-12-23 11:32:18 -05:00
Jack Hsu
cc5050ebf7 fix(core): fix calculation of json diff (#2234) 2019-12-23 10:57:27 -05:00