Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 22, 2019

This PR contains the following updates:

Package Type Update Change
@nrwl/angular (source) dependencies minor 8.7.1 -> 8.10.1
@nrwl/cypress (source) devDependencies minor 8.7.1 -> 8.10.1
@nrwl/jest (source) devDependencies minor 8.7.1 -> 8.10.1
@nrwl/workspace (source) devDependencies minor 8.7.1 -> 8.10.1

Release Notes

nrwl/nx

v8.10.1

Compare Source

Bug Fixes
  • core: fix cache hasher to work without implicitDependencies (417d443)
  • react: add migration to remove svg.d.ts entry from tsconfig (which is now image.d.ts) (#​2271) (d874826)
  • storybook: add support for .ts extension in storybook webpack configuration template (#​2270) (0ab2fc5), closes #​2259

v8.10.0

Compare Source

Bug Fixes
  • angular: migrate users to matching versions of cli and build-angular (965901f)
  • bazel: add bazel to e2e tests (5fcbc5a)
  • bazel: fix bazel e2e tests (6a6f795)
  • bazel: move dependencies to srcs file_group (bf4728a)
  • core: account for files with paths (#​2166) (8da8ee0)
  • core: add import to project string comparitor locator (9fea0bc)
  • core: default to whole file change type (e41b448)
  • core: fix calculation of json diff (#​2234) (cc5050e)
  • core: forbid project dependencies onto self (#​2190) (8d96737)
  • core: handle projects with directories correctly (#​2194) (f9da4d9)
  • core: hasher should not process more than 2000 files at a time (6bcffed)
  • core: make prettier a peerDependency to respect installed version of prettier (77ee6f8)
  • core: pass options to tasks runner correctly (eb455b9)
  • core: wait for deps to be built before building projects (c98745a)
  • docs: fix formatting of tutorial (#​2162) (3766991)
  • misc: add missing packages to package group (#​2208) (36b757b)
  • misc: add prettier to create-nx-workspace sandbox (bbb7cfd)
  • misc: fix project tslint generation (88920ac)
  • misc: reenable run-many tests (f5b56fd)
  • misc: resolve projects for linting using TypeScript (6411a29)
  • node: add webpack-merge to @​nrwl/node dependencies (#​2171) (617e4c3)
  • node: fix and reenable node e2e tests (#​2145) (fd6b120)
  • node: fix node e2e test for circle (#​2163) (5229529)
  • node: fix node tests for circle (#​2156) (a346817)
  • nx: skip existing stories and cypress specs (ac33f04)
  • react: add babel-plugin-const-enum as a dependency (#​2237) (80b9af1)
  • react: file name and style are properly shown when creating a new react app (445e794), closes #​2049
  • react: fix security vulnerability in serialize-javascript (d7a769c)
  • repo: disable failing run-many test (567b9b5)
  • repo: do not publish bazel package (b794aa6)
  • repo: fix imports and error on unsuccessful documentation generation (40ae203)
  • storybook: fix storybook peer dependencies (9c50569)
  • testing: fix cypress 8.10 migration (#​2236) (f8b3f4c)
  • testing: fix migration for cypress (#​2141) (29176f8)
  • testing: set cypress 3.6.1 migration to 8.x version (#​2185) (34f5163)
  • testing: set NODE_ENV to 'test' when running jest (bf56469)
  • web: clean up third-party code to drop unnecessary deps from web's package.json (dbd9492)
Features
  • bazel: add init for bazel (#​2135) (b84aca5)
  • bazel: generate all target rules (e56dadc)
  • bazel: re-introduce @​nrwl/bazel (2e2167d)
  • core: add ability to select data from the print affected output (8e08924)
  • core: add support for npm package dependencies in project graph (3a36c24)
  • core: implement caching (d2d9f1c)
  • core: improves print-affected command to support more use cases (e5377d2)
  • core: simplify the migrate command and provide more info about it (a99eefe)
  • core: update run-many to handle --with-deps (734acef)
  • core: update to next version of angular deps (bd230e0)
  • core: use TypeScript to resolve import modules for dependencies (aeeebeb)
  • misc: add color option to run-commands (8eea4b3)
  • misc: add first version of the nx insights plugin (6eae959)
  • misc: export mock builder context from workspace (#​2221) (cee6888)
  • nextjs: support next@9.1.5 and add log when ready (#​2216) (6c83f2d)
  • node: add library schematic (6328b8f)
  • node: add package target for node libs (#​2226) (dec7063)
  • react: add --flat option for component schematic to add file at the source root (f58e6d3)
  • react: add better support for file and image imports (#​2245) (df7ff8c)
  • react: add option to generate js files instead of ts files (#​2247) (fd47229)
  • react: add support for const enums (#​2224) (5d0e1ad)
  • react: add SVG and SVGR support for React apps (ef995fd)
  • repo: add circleci config (#​2146) (74c5c69)
  • repo: correctly validate revert commits (b04b18d)
  • repo: link to the how-to-get-started video (d71e9df)
  • repo: only format documentation when generating documentation (#​2186) (ebfa645)
  • repo: set names for tasks in circle ci (#​2187) (fb4fccb)
  • storybook: added static storybook build (#​2074) (8579894)
  • testing: add --ci-build-id option to cypress in order to make parallel work for some ci (#​2218) (6ef95bd)

v8.9.0

Compare Source

Bug Fixes
  • backend: use consistent webpack version (0000266)
  • nx: fix support for * in lint rules (feca793), closes #​2076
  • nx: polyfill rxjs to avoid version mismatch issues (a88ee63)
  • nx: remove unneeded webpack rules (ae38c8c)
  • nx: update storybook configuration (#​2104) (c4cba1c)
  • web: do not replace 0.0.0.0 with localhost (91e1f4e)
Features
  • testing: added test for ts options required by nest (18d0798)
  • set tsconfig’s emitDecoratorMetadata=true in nestjs application schematic (6a14b66)

v8.8.3

Compare Source

Bug Fixes
  • web: resolve issue where different core-js versions exist in the same workspace (7a434d4), closes #​2086
  • invalid projects to run-many cause it to exit (#​2094) (4fada77)
  • nx: align package versions for web and node packages (#​2098) (4ab9827)

v8.8.2

Compare Source

Bug Fixes
  • nx: fix migration script (f916379)

v8.8.1

Compare Source

Bug Fixes

v8.8.0

Bug Fixes
  • angular: allow creating an app named 'app' or lib named 'lib' (f095647), closes #​1844
  • nx: add storybook to deploy pipeline (26ead7b)
  • nx: affected --all should not parse for affected files (49e6a58), closes #​1988
  • nx: affected maximum call stack size exceeded when circular dependencies (e4d54f0)
  • nx: clean up some storybook bugs (2425436)
  • nx: configure knobs correctly (ae93a87)
  • nx: migrate command should not download migrations for packages that arent installed (35f20b1)
  • nx: ng-add schematic updated for ng8 (2d61945)
  • nx: parse schema boolean properties as booleans for workspace-schematic (99bc6df), closes #​1952
  • nx: processing tests config properly on ng-add (d7184df)
  • nx: typo in @​nrwl/web dependency (949869e)
  • nx: update style paths. Fixes #​1468 (48dae93)
  • web: fixes devserver allowed hosts option schema validation error (e85f56f)
Features

Renovate configuration

📅 Schedule: "after 5pm on friday" (UTC).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 2bdeffd to 637b9d2 Compare November 23, 2019 00:49
@renovate renovate bot changed the title Update nrwl monorepo to v8.8.1 Update nrwl monorepo Nov 23, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 637b9d2 to 637d605 Compare November 23, 2019 00:51
@renovate renovate bot changed the title Update nrwl monorepo Update nrwl monorepo to v8.8.2 Nov 23, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch 4 times, most recently from 5d5c9f4 to 1716e66 Compare November 28, 2019 19:51
@renovate renovate bot changed the title Update nrwl monorepo to v8.8.2 Update nrwl monorepo to v8.8.3 Nov 28, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch 2 times, most recently from 541fa0c to 38c108b Compare December 3, 2019 15:58
@renovate renovate bot changed the title Update nrwl monorepo to v8.8.3 Update nrwl monorepo Dec 3, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 38c108b to deb075c Compare December 3, 2019 15:59
@renovate renovate bot changed the title Update nrwl monorepo Update nrwl monorepo to v8.9.0 Dec 3, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch 2 times, most recently from b10f285 to 5f801d1 Compare December 5, 2019 15:12
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 5f801d1 to d57cb1b Compare December 13, 2019 00:39
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from d57cb1b to e21e304 Compare January 6, 2020 13:44
@renovate renovate bot changed the title Update nrwl monorepo to v8.9.0 Update nrwl monorepo Jan 6, 2020
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from e21e304 to 3064bd2 Compare January 6, 2020 13:45
@renovate renovate bot changed the title Update nrwl monorepo Update nrwl monorepo to v8.10.0 Jan 6, 2020
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 3064bd2 to ae70ff3 Compare January 6, 2020 21:28
@renovate renovate bot changed the title Update nrwl monorepo to v8.10.0 Update nrwl monorepo Jan 6, 2020
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from ae70ff3 to 36beeba Compare January 6, 2020 21:29
@renovate renovate bot changed the title Update nrwl monorepo Update nrwl monorepo to v8.10.1 Jan 6, 2020
@dianjuar dianjuar merged commit 8797b7a into master Jan 8, 2020
@dianjuar dianjuar deleted the renovate/nrwl-monorepo branch January 8, 2020 15:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants