Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nrwl/builders (source) 7.0.2 -> 7.8.7 age adoption passing confidence
@nrwl/schematics (source) 7.0.2 -> 7.8.7 age adoption passing confidence

Release Notes

nrwl/nx

v7.8.7

Bug Fixes
  • frontend: tsconfig paths resolution (c2a9271)
  • nx: fix affected params interpolation (b288abd)
  • nx: fix updating from 6 to 8 (33d3423)
  • nx: wrap tmp directory into quotes (df6cd70)
  • schematics: consider ExportDeclaration with a moduleSpecifier only for dependency calculation (9fc6e76), closes #​1303
  • schematics: topologically sort projects for affected:build --all in v7 (aef9170), closes #​1302
Features
  • nx: add ability to use interpolated arguments in affected (27e0780)
  • nx: support passing args to run-commands builder (fba08a5)

v7.8.1

Compare Source

Bug Fixes
Features

v7.8.0

Compare Source

Bug Fixes
  • nx: fix app generation for names which match builder properties (417863d)
  • nx: handle unnormalized names for project generation (259f662)
  • schematics: normalize path in findTargetProject (97457a2)
  • testing: warn on type checking errors (5137c18)
Features
  • node: add --host option when inspecting a node process (8428182)
  • schematics-cli: add multiple selection support for prompts (5e470ca)
  • testing: support for vscode-jest integration (c1aaed5)

v7.7.2

Compare Source

Bug Fixes
  • nx: migration fails when ngrx is not in package.json (3277b9d)

v7.7.1

Compare Source

Bug Fixes
  • nx: minify production web bundles (18c870c)

v7.7.0

Bug Fixes
  • angular: update app.component.ts to point to nx.dev (8d382a8)
  • doc: getting started video sizes (#​1097) (ca5cec6)
  • docs: typo in nx workspace without npx (#​1113) (19e90f8)
  • nx: add zone.js as a dependency of builders (938eb19)
  • nx: fix broken publish script (ea9d73b)
  • nx: format ng-new projects (37c7170)
  • nx: install ts-jest for non-angular apps (04c6966)
  • nx: lock version during update (a6fd16d)
  • nx: only add angular deps when generating angular apps (63691ec)
  • nx: pin cli version (759d4f9)
  • nx: remove es5BrowserSupport from non-angular apps (a34eb17)
  • nx: remove extension from export in lib index for react libs (#​1156) (7d59926)
  • nx: remove extract-i18n target from non-angular apps (460d2d7)
  • nx: small fixes (b4b38d1)
  • scripts: documentation file names generation (3eede56)
  • testing: do not generate serializers for non-angular apps (1dacfef)
  • testing: fix jest typings version (#​1155) (345170a)
  • testing: support loading css (268fe36)
Features
  • angular: update readme (67b68e3)
  • builders: support Cypress exit option (a84d671), closes #​1119
  • cypress: enable parallelization (6970911)
  • docs: fix typo in run-commands (c82cfe4)
  • nx: add appropriate favicons for different frameworks (#​1157) (0c07888)
  • nx: add create-nx-workspace package to simplify workspace creation (24f31d1)
  • nx: add framework react for libs (98e83f9)
  • nx: add js and jsx support to builders and affected (2a94649)
  • nx: add presets for web components and react (b81e767)
  • nx: add presets to simplify the creation of workspaces with angular and fullstack apps (7f2c16f)
  • nx: empty workspace should start with no dependencies (9ef7606)
  • nx: support no framework apps (3bad40e)
  • nx: update docs (eabcb96)
  • testing: update to jest v24 (132bf47)
  • tools: update documentation template (ea1caa1)

v7.6.0

Bug Fixes
Features
  • docs: add more guides (5f756bf)
  • docs: docs cleanup (e823df3)
  • frontend: generate NxModule only when generating NgRx (36b8ff9)
  • node: add frontendProject property (edff771)
  • node: add waitUntilTargets (c6c5059)
  • node: move the generated endpoint under /api (02d01b5)
  • node: read the port from env (6d661cf)
  • node: set externalDependencies to none for production builds (c2fc63d)
  • node: support .env files (8948c8d)
  • nx: add tslint vscode plugin (656c88c)
  • nx: switch defaults to jest, cypress, and nest (03992c7)
  • schematics: add vscode extension recommendations (#​1023) (52f90b9)
  • schematics: introduce framework option for lib schematic (db0fa65)
  • schematics: update ngrx to 7.2.0 (dbf59af)
  • schematics: update to angular cli 7.3.0 (f6224ff)

v7.5.1

Compare Source

Bug Fixes
  • builders: ensure child process is killed on exit (3608e4c)
  • schematics: fix incorrect migration target version (4e1c8b3)
Features
  • workspace-schematic: support list-schematics and interactive prompts (d7a617e)

v7.5.0

Compare Source

Bug Fixes
  • build: fetch tags when releasing (2697b4b)
  • builders: add servePath to computedCypressBaseUrl (9b156a5)
Features
  • builders: add support for inspect-brk and port (1ea7a1d)
  • schematics: update to AngularCLI 7.2.1 (16df9e2)

v7.4.1

Compare Source

Bug Fixes
  • builders: fix typo in run-commands schema (94e26b9)

v7.4.0

Compare Source

Bug Fixes
  • build: fix readme (2f64192)
  • build: make Nx dev process WSL-friendly (ffd9d93)
  • build: make scripts work on linux (898693e)
  • perf: optimize affected by using a faster mtime calculation (7a13cd6)
  • schematics: add lib module to the parent module (89262c1), closes #​216
  • schematics: correct node-app framework prompt text (3c3a54e)
Features
  • builder: add --record option to cypress builder (1d4c2e7)
  • builder: implement run-commands builder (8f3226d)
  • builders: add support for long-running tasks to RunCommandsBuilder (230483d)

v7.3.0

Compare Source

Bug Fixes
  • builders: fix vulnerability in webpack-dev-server (0c2dd09)
  • schematics: fix ngrx dependencies migration to 7.2 (b850c1c)
Features
  • schematics: add node-app --framework nestjs (43433ec)

v7.2.0

Compare Source

Bug Fixes
  • schematics: add es2015 module to tsconfig (92383e5)
  • schematics: add forbidden properties when renaming (973d33b), closes #​900
  • schematics: always npm scope for generating package.json of lib (d0c9c5e)
  • schematics: do total recalculation for legacy existing deps (d0bcb5d)
  • schematics: dont let bad .nx-results file prevent test run (e290abc)
  • schematics: fix misgenerated cypress lint configs (e020a14)
  • schematics: fix path resolution for modules that are above project rooti (fd994b7)
  • schematics: generate defaults for scss (dd4d671)
  • schematics: pass parsedArgs straight to generateDepGraph (a93033e)
  • schematics: update npm-run-all and purge dependency on event-stream (f75445d)
Features
  • builders: add mjs to extensions for node-app #​944 (b2843ec)
  • schematics: add jest -t option (8b8bd41)
  • schematics: add jest testNamePattern option (4d856ae)
  • schematics: create local project tsconfigs for typings (cd2e311)
  • schematics: support dry run for workspace-schematics (2e25398)
  • schematics: update to angular cli 7.1 (5b305f7)

v7.1.1

Compare Source

Bug Fixes
  • schematics: update npm-run-all and purge dependency on event-stream (eed523a)

v7.1.0

Compare Source

Bug Fixes
  • builders: do not copy fixtures if not defined by cypress.json (dfba24d)
  • nx: use pipeable ofType operator from ngrx (3f493b7), closes #​890
  • schematics: added skipModulePrefix (c0ec046)
  • schematics: ensure path to file before writing (ace390e)
  • schematics: fix affected argument delimiting (5357aa4)
  • schematics: rename skipModuleName to simpleModuleName (0c70d07)
  • schematics: set correct tsConfig for lint for cypress project (e4f45af)
  • schematics: update description for simpleModuleName (e2cd2f9)
Features
  • builders: allow copying of assets for node apps (ed938e4)
  • builders: create sourcemaps for node apps (54063df)
  • builders: updated schema.json for cypress builder (b13bf3a)
  • schematics: add browser option to cypress builder (e5923ad), closes #​906
  • schematics: add generic affected (f8ac8e1)
  • schematics: update prettier to 1.15 and format html (e7e9fac)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch 13 times, most recently from ee814da to c0fdf07 Compare November 26, 2018 22:19
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v7.1.0 chore(deps): update nrwl monorepo to v7.1.1 Nov 26, 2018
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch 12 times, most recently from 0302665 to 6c79a83 Compare December 3, 2018 05:47
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch 4 times, most recently from 12edbf3 to 4659132 Compare December 6, 2018 11:46
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 7783349 to 22ab9cc Compare January 30, 2019 14:47
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v7.5.0 chore(deps): update nrwl monorepo to v7.5.1 Jan 30, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 22ab9cc to 9c5e968 Compare February 12, 2019 17:18
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v7.5.1 chore(deps): update nrwl monorepo to v7.5.2 Feb 12, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 9c5e968 to 57bd94d Compare February 21, 2019 13:37
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v7.5.2 chore(deps): update nrwl monorepo to v7.6.0 Feb 21, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 57bd94d to 967792e Compare February 22, 2019 19:30
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v7.6.0 chore(deps): update nrwl monorepo to v7.6.1 Feb 22, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 967792e to 3ff76a3 Compare February 22, 2019 22:08
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v7.6.1 chore(deps): update nrwl monorepo to v7.6.2 Feb 22, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 3ff76a3 to 1be3bc0 Compare March 13, 2019 13:00
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v7.6.2 chore(deps): update nrwl monorepo to v7.7.0 Mar 13, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 1be3bc0 to c66108f Compare March 14, 2019 13:24
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v7.7.0 chore(deps): update nrwl monorepo to v7.7.1 Mar 14, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from c66108f to 47cbd62 Compare March 18, 2019 13:52
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v7.7.1 chore(deps): update nrwl monorepo to v7.7.2 Mar 18, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 47cbd62 to 7cbfd40 Compare April 5, 2019 20:05
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v7.7.2 chore(deps): update nrwl monorepo to v7.8.0 Apr 5, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 7cbfd40 to 4cb850c Compare April 23, 2019 22:58
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v7.8.0 chore(deps): update nrwl monorepo to v7.8.1 Apr 23, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 4cb850c to 5b5b34c Compare May 4, 2019 16:58
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v7.8.1 chore(deps): update nrwl monorepo to v7.8.3 May 4, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 5b5b34c to 3cf49cd Compare May 12, 2019 08:02
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v7.8.3 chore(deps): update nrwl monorepo to v7.8.5 May 12, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 3cf49cd to cb447f9 Compare May 19, 2019 05:55
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v7.8.5 chore(deps): update nrwl monorepo to v7.8.6 May 19, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from cb447f9 to 3a0297a Compare June 19, 2019 11:44
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v7.8.6 chore(deps): update nrwl monorepo to v7.8.7 Jun 19, 2019
@renovate
Copy link
Contributor Author

renovate bot commented Mar 25, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants