1389 Commits

Author SHA1 Message Date
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
Jason Jean
bbb7cfdb3f fix(misc): add prettier to create-nx-workspace sandbox 2019-12-22 11:22:05 -05:00
Jason Jean
9fea0bc02b fix(core): add import to project string comparitor locator 2019-12-20 18:24:50 -05:00
Jack Hsu
3a36c24873 feat(core): add support for npm package dependencies in project graph 2019-12-20 18:23:02 -05:00
Jonathan Cammisuli
6328b8f718 feat(node): add library schematic 2019-12-20 10:52:57 -05:00
Jason Jean
cee6888a12
feat(misc): export mock builder context from workspace (#2221) 2019-12-19 18:30:21 -05:00
Andrew Yang
6ef95bd454 feat(testing): add --ci-build-id option to cypress in order to make parallel work for some ci (#2218) 2019-12-19 16:07:41 -05:00
Kristof degrave
8579894796 feat(storybook): added static storybook build (#2074)
* chore(nx): added static storybook build

Added static storybook build builder

* chore(nx): added documentation + configuration for storybook-static

Added documentation files for storybook-static builder task
Added creation of storybook-static task to the configuration schematics of storybook

* docs(nx): generated documentation correctly

Generated documentation correctly

* chore(nx) renamed task to storybook-build

Renamed task to storybook-build
Builder task is now @nwrl/storybook:build
Added e2e-test

* chore(nx): renamed task to storybook-build

Renamed task to storybook-build
Builder task is now @nwrl/storybook:build
Added e2e-test

* chore(nx): improved e2e test

Improved e2e test

* chore(nx): fixed missing import e2e test

fixed missing import e2e test

* chore(nx): excluded added storybook build test

Verifiy of the test run correctly when the last added test is excluded

* chore(nx): refactored e2e test

refactored e2e test build storybook for beter performance
extended the wait in travis yaml file to fix timeouts on the test

* chore(nx): fixed issue with travis file

fixed issue with travis file

* chore(nx): fixed merge issue

fixed merge issue

* chore(nx): increased timout of travis_wait

increased timeout of travis_wait

* chore(nx): ignored original test

ignored original test to check how long mine taks.

* chore(nx): increased travis wait (again)

increased travis wait (again)

* chore(nx): wrapped storybook build in from observable

wrapped storybook build in from observable so it would finish
Moved to one storybook test again for performance
Remove travis_wait statement

* chore(nx): fix import for build

fixed import for build

* chore(nx): removed commented out code

Removed comments

* chore(nx): run yarn format

run yarn format

* chore(nx): fixed line endings

fixed line endings

* chore(nx): needed correct commitmsg

needed a correct commit message to build.

* chore(storybook): needed correct commitmsg

needed a correct commit message to build.

* chore(storybook): removed whitespaces

removed whitespaces

* chore(storybook): removed whitespaces

removed whitespaces

* chore(storybook): rename to build-storybook

Renamed 'storybook-build' to 'build-storybook'

* chore(storybook): added unit test

Added a unit test

* chore(storybook): applied formatting

* test(storybook): added additional tests

Added additional tests for the build-storybook + fixed the unittests

* test(storybook): formatted tests

formatted test build-storybook

* chore(storybook): provide a correct commitmsg

Provide a correct commit message

* chore(storybook): increased test timeout build-storybook

increased the timeout of a test in the build-storybook tests

* chore(storybook): ignore storybook test except one failing

ignore storybook tests except the one failing on the buildserver for investigation

* chore(storybook): reenabled stroybook tests

Reenabled storybook tests

* chore(storybook): consolidated unit tests

Consolidated unit tests into a single one
2019-12-19 15:13:58 -05:00
Jason Jean
6c83f2dc59
feat(nextjs): support next@9.1.5 and add log when ready (#2216) 2019-12-18 23:10:29 -05:00