Miroslav Jonaš
a9945e2946
chore(testing): fix broken nx-plugin e2e test ( #6002 )
2021-06-14 16:47:06 +02:00
Miroslav Jonaš
bb8d73fb3e
feat(repo): remove obsolete kill commands and check if ports closed ( #5939 )
2021-06-14 12:48:33 +02:00
Benjamin Cabanes
8f397c5927
docs(core): nx dev release script ( #5979 )
2021-06-11 20:39:57 +00:00
Isaac Mann
c39135e0d2
docs(core): autogenerate nx devkit api ( #5827 )
...
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-06-11 15:34:55 +00:00
Benjamin Cabanes
9179609558
docs(core): add sitemap generation ( #5957 )
2021-06-10 12:23:13 -04:00
Phillip Barta
7c34f779e3
cleanup(core): remove unneccessary dependencies and refactored prettier path resolve ( #5852 )
...
removed depenedencies app-root-path and resolve
refactored workspace/src/command-line/format.ts to
use require.resolve
2021-06-01 21:49:15 -04:00
Leosvel Pérez Espinosa
a6772c4346
fix(angular): update angular deps to use the latest minor versions ( #5858 )
2021-06-01 17:52:38 +01:00
Jack Hsu
4a03859de4
fix(web): update packages that have audit errors and warnings ( #5847 )
2021-05-31 19:55:02 +00:00
Miroslav Jonaš
f92ac89cee
fix(repo): resolve xmlhttprequest-ssl to v1.6.2 ( #5842 )
2021-05-31 16:02:59 +02:00
Jack Hsu
e85172ed21
docs(core): add support for non-flavor-specific routes ( #5826 )
2021-05-29 03:11:29 +00:00
Jason Clark
0345d08fd7
fix(core): update rollup-plugin-typescript2 to fix array spread error ( #5704 )
...
* Update rollup-plugin-typescript2 to fix array spread
* fix(core): update rollup-plugin-typescript2 to 0.30.0 to fix issue with array spreading
Fixes : #5467 - Update rollup-plugin-typescript2 to fix array spread issue
ISSUES CLOSED : #5467
ISSUES CLOSED : #5467
* cleanup(core): cleanup(core): cleanup old rollup-plugin-typescript2 versions
2021-05-22 13:35:11 -04:00
Minijus L
2778e6e1ec
feat(testing): update cypress to 7.x ( #5624 )
...
Closes #5382
2021-05-21 09:44:35 -04:00
Emily Xiong
b8584a6f18
feat(react): add react fast refresh to webpack ( #5612 )
2021-05-18 15:47:18 -04:00
Miroslav Jonaš
b3df011f99
chore(misc): upgrade verdaccio and handle sigkill ( #5700 )
2021-05-18 15:29:41 +02:00
Jason Jean
ff69134373
chore(repo): update nx to 12.3.0-rc.1 ( #5645 )
2021-05-15 01:18:27 +00:00
Jason Jean
902c46e8f3
fix(angular): update angular-eslint to v12 stable ( #5649 )
2021-05-13 15:38:19 -04:00
vsavkin
3dadb304ad
chore(repo): update repo to use nx 12.3-beta.2 and latest @nrwl/nx-cloud
2021-05-12 20:10:47 -04:00
Jason Jean
7352fd0c1e
feat(angular): update to angular 12 stable ( #5643 )
2021-05-12 19:30:23 -04:00
Brandon
fb197a27a9
feat(angular): update to NgRx 12.0.0-rc.0 ( #5640 )
2021-05-12 15:34:22 -04:00
Leosvel Pérez Espinosa
678818a58b
feat(angular): upgrade Angular to v12.0.0-rc.3 ( #5630 )
...
* feat(angular): upgrade Angular to v12.0.0-rc.3
* feat(angular): target Nx v12.4.0-beta.0 for Angular v12.0.0-rc.0 upgrade
* fix(angular): use defaultConfiguration if no other configuration is passed
* cleanup(angular): sync migration folder name to target version
* fix(repo): creating custom schema flattener for docs
* chore(repo): amend yarn.lock
* feat(angular): update angular storybook to use webpack 5
* fix(angular): add legacy peer deps for angular+jest
* fix(angular): move migrations to 12.3.0-rc.0
Co-authored-by: Zack DeRose <zack.derose@gmail.com>
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-05-12 12:20:12 -04:00
vsavkin
0bd6deaa65
fix(core): misc fixes to make the task orchestration logic work with the existing nx cloud package
2021-05-12 08:11:53 -04:00
Jack Hsu
367b36c117
docs(core): update code syntax highlighting to support line numbers + copy to clipboard button ( #5632 )
2021-05-11 20:42:18 -04:00
Benjamin Cabanes
da8285be5d
feat(nxdev): add markdown display features ( #5601 )
2021-05-08 18:04:19 -04:00
Jack Hsu
5b635072a8
chore(repo): update to 12.2.0-beta.0 ( #5598 )
2021-05-07 19:09:12 +00:00
Victor Savkin
e20cf134a8
chore(repo): update nx-cloud to 12.1.1 ( #5571 )
2021-05-05 18:05:51 -04:00
Kirils L
d251a4f49f
feat(nextjs): update to 10.2.0 ( #5503 )
2021-05-06 00:05:40 +03:00
Victor Savkin
6aadf98fca
chore(repo): update to @nrwl/nx-cloud@12.1.0
2021-05-05 14:30:40 -04:00
Phillip Barta
cc69d90ba6
cleanup(core): cleanup usage of flat
2021-05-04 16:01:11 -04:00
vsavkin
c47b49cea1
chore(repo): update to nx 12-rc1.
2021-05-03 10:58:06 -04:00
vsavkin
92e33550ed
Release 12.1.0-rc.1
2021-05-03 10:45:04 -04:00
Benjamin Cabanes
bdb42e35dc
feat(nxdev): Add version and framework selectors ( #5518 )
2021-04-30 16:58:57 -04:00
James Henry
1cf7a69ce2
feat(angular): update angular-eslint to v4 ( #5499 )
...
* feat(angular): update angular-eslint to v4
* fix(linter): add check to see if right version is used
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-04-29 22:19:50 +00:00
Benjamin Cabanes
fb22ba48b0
feat(nxdev): Search component using Algolia ( #5451 )
2021-04-29 12:00:21 -04:00
vsavkin
85ceb3c790
fix(core): propagate sigterm and other signals correctly
2021-04-26 20:50:30 -04:00
Tasos Bekos
156e3c2c40
chore(repo): use jest-circus runner
2021-04-26 15:16:09 -04:00
Phillip Barta
06c8eac002
feat(repo): updated husky, is-ci and pretty-quick ( #5239 )
...
updated husky to 6.0.0
updated husky hooks
updated is-ci to 3.0.0
updated pretty-quick to 3.1.0
2021-04-26 17:57:35 +00:00
Jason Jean
57cff5d0d1
fix(core): do not report on tasks when being run within an Nx command ( #5466 )
2021-04-26 13:57:02 -04:00
Minijus L
357ecd09a4
fix(testing): update ts-jest to version 26.5.5 ( #5405 )
...
Update `jest.config.js` ts-jest section with lower-cased 'tsconfig' property as 'tsConfig' is to be deprecated in version 27.
2021-04-26 08:56:52 -04:00
Jack Hsu
ccfe57a495
docs(core): implement sidebar menu for nx.dev ( #5448 )
2021-04-23 14:58:50 -04:00
vsavkin
aef1b1783c
feat(repo): switch to using dependsOn for the relationship between build and build-base
2021-04-23 10:11:31 -04:00
Phillip Barta
c0ce1ce65e
cleanup(core): normalized usage of fs-extra and updated fs-extra to 9.1.0 ( #5199 )
...
* cleanup(core): normalized usage of fs-extra and updated fs-extra
* cleanup(misc): use fs over fs-extra when possible
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-04-22 12:52:52 -04:00
Phillip Barta
27df60164d
feat(misc): updated documentation generation scripts and removed shelljs ( #5381 )
...
cleanup(repo): updated documentation generation scripts and removed shelljs
2021-04-19 15:26:17 -04:00
Phillip Barta
647bfc9cdf
feat(core): refactored dep-graph to use latest tippy.js and cytoscape ( #5358 )
...
updated tippy.js to version 6 and migrated the TooltipService
updated cytoscape and its packages to
the latest versions
removed cytoscape-anywhere panning
2021-04-16 09:30:07 -06:00
Phillip Barta
2dbb6ec341
cleanup(repo): updated dependency 'tmp' ( #5340 )
2021-04-14 23:57:57 -04:00
Santosh Yadav
00d712dca0
chore(angular): update ngrx to 11.1.0 while migration ( #5321 )
...
Fixes #5261
2021-04-14 21:17:07 +01:00
Phillip Barta
2c58e0337c
cleanup(repo): removed leftover angular dependencies ( #5326 )
...
removed tsickle, codelyzer and @ngtools/webpack
2021-04-13 13:44:36 -04:00
Phillip Barta
0e99ffca2f
cleanup(repo): replaced deprecated opn package with open ( #5236 )
2021-04-12 15:42:22 -04:00
vsavkin
e3bb9eec29
chore(repo): update to nx 12
2021-04-10 21:30:27 -04:00
Benjamin Cabanes
76723b5ce6
feat(nxdev): setup tailwindcss jit ( #5301 )
2021-04-09 20:18:21 -04:00
Jack Hsu
402129ea19
chore(repo): remove unnecessary babel packages from root package.json ( #5270 )
2021-04-08 03:25:31 +00:00