rxjs-debugging-for-vscode icon indicating copy to clipboard operation
rxjs-debugging-for-vscode copied to clipboard

Update nrwl monorepo to v13.10.6

Open renovate[bot] opened this issue 2 years ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nrwl/cli (source) 13.2.3 -> 13.10.6 age adoption passing confidence
@nrwl/tao (source) 13.2.3 -> 13.10.6 age adoption passing confidence
@nrwl/workspace (source) 13.2.3 -> 13.10.6 age adoption passing confidence

Release Notes

nrwl/nx (@​nrwl/cli)

v13.10.6

Compare Source

v13.10.5

Compare Source

Bug Fixes

v13.10.4

Compare Source

Bug Fixes
  • core: fix migrating workspaces without any task runners configured (#​10065) (46ff3ad)

v13.10.3

Compare Source

Bug Fixes

v13.10.2

Compare Source

Bug Fixes
Features

v13.10.1

Compare Source

Bug Fixes
Features
  • linter: add cacheStrategy, rulesdir and resolvePluginsRelativeTo flags to eslint executor (#​9709) (a64bba9)

v13.10.0

Compare Source

Bug Fixes
Features
Reverts

v13.9.7

Compare Source

Bug Fixes
Features
  • angular: support migrating angular cli workspaces with multiple projects when keeping the angular cli layout (#​9653) (5825257)

v13.9.6

Compare Source

Bug Fixes

v13.9.5

Compare Source

Bug Fixes
  • core: add missing CNW flags in help report (#​9479) (2f3d80e)
  • core: fix a perf regression in the lint executor (63cd369)
  • core: fix missing versions from nx report (#​9450) (f5e40ed)
  • js: add swc/helpers to js packages on converting to swc (#​9467) (1e978f4)
  • js: improve inconsistencies with assets in tsc and swc from previous implementation (#​9470) (8fbbe3b)
  • js: pin fast-glob to 3.2.7 due to regression in 3.2.8 (#​9484) (a466455)
  • node: update node migrations to use forEachExecutorOptions (#​9471) (ba2dfc4)
  • react: fix conflicting NODE_ENV values between an application and webpack Plugins (DefinePlugin) (#​9460) (01f7e00), closes #​7924
  • web: ensure file server works on windows (#​9449) (df5db9d)

v13.9.4

Compare Source

Bug Fixes
  • angular: change mfe schema port type to number (#​9420) (d614434)
  • angular: set tsconfig path correctly (#​9386) (7b5664b)
  • core: don't allow arbitrary code execution when manipulating cache (#​9329) (78d27f5)
  • core: ngcli-adapter should work on windows without workspace.json present (#​9163) (d7172f5)
  • core: projects inferrred in apps directory should be inferred as an application (#​9379) (b380597)
  • core: targets referred to by targetDependencies should be optional by default (#​9344) (1ff9cb3)
  • js: mimic the behavior of tsc compilation for runTypeCheck (#​9240) (d778340), closes #​9203
  • js: return success false if tsc compilation fails (#​9438) (ddb10e1)
  • linter: check for both nrwl/nx and eslint for terminal runs (#​9340) (f172ac6)
  • linter: ensure eslint fixes are stored before results are filtered (#​9348) (8681d12)
  • node: npm modules are not resolved correctly (#​9284) (f24af57)
  • nx-plugin: remove broken reference to e2e tsconfig (#​9409) (263e19f)
  • nx-plugin: use importPath as package.json name when passed (#​9430) (3940027)
  • storybook: when building set node_env (#​9390) (67ed0b4), closes #​8403
  • web: fix handling of buildLibsFromSource: false in dev-server executor (#​9326) (5a4b8e3)

v13.9.3

Compare Source

Bug Fixes

v13.9.2

Compare Source

Bug Fixes

v13.9.1

Compare Source

Bug Fixes
  • core: fix migrate command to properly handle the packages consolidation (#​9352) (7e7f04a)

v13.9.0

Compare Source

Bug Fixes
  • angular: strip trailing slash from directory #​9263 (#​9314) (3c39c31)
  • core: correctly reexport from nx to preserve backwards compat (94f575a)
  • core: fix a typo in a migration (7b4ee52)
  • core: reexport package-manager (86aaeb6)
  • js: default swcCwd to '.' to prevent ENOENT error when invoking swc cli (#​9256) (71bd3e1)
  • js: fix inconsistent tsconfig module casing (#​9320) (5c0da2f)
  • misc: handle tsx files correctly when excluding specs (4191318)
  • misc: reexport tokens that from nx (0f7cf34)
  • misc: report should include nx-plugin (#​9312) (db93879)
  • repo: temporary disable tests (53a0528)
  • storybook: fixing the static-dir issue (#​9313) (dbbd7ef)
Features
  • angular: add buildLibsFromSource option to @​nrwl/angular:webpack-browser executor (#​9334) (a82edb1)
  • angular: default export of scams to true (#​9331) (c4f9646)
  • core: add a migration to replace nrwl/cli and nrwl/tao with nx (48a5d19)
  • core: reorganize packges to consolidate all cli-related code in nx (6f038e7)
  • web: add proxy config support to file-server executor (#​9225) (48d32ac)

v13.8.8

Compare Source

Bug Fixes
Features
  • core: provide an experimental hashing mode for jest and cyrpess (a32d46c)
  • nx-plugin: port compiler option into nx-plugin generator (#​9299) (208d5c0)
  • react: update packages (#​9296) (ec533c5)

v13.8.7

Compare Source

v13.8.6

Compare Source

Bug Fixes
Features
  • angular: add mfe-host generator (#​9218) (7442030)
  • angular: add mfe-remote generator (#​9191) (6c99959)
  • angular: add opinionated mfe webpack helpers (#​9233) (bef8fb3)
  • core: prep project graph during postinstall (#​9204) (88204a0)
  • linter: add notDependOnLibsWithTags constraint option to enforce-module-boundaries rule (#​8633) (0a17a61)
  • linter: automatic fixes for noRelativeOrAbsoluteImportsAcrossLibraries and noSelfCircularDependencies (#​8901) (45bf0e5)
  • react-native: upgrade react-native to 0.67.3 (#​9215) (8101df4)
  • storybook: show warning about version 5 support drop (#​9257) (261b35d)
  • web: update license-webpack-plugin to improve performance (#​9058) (dbb4988)

v13.8.5

Compare Source

Bug Fixes
Features

v13.8.4

Compare Source

Bug Fixes
  • angular: align root karma config when migrating from angular cli to match the one for new workspaces (#​9144) (cef4bbd)
  • angular: change --preserveAngularCLILayout to --preserve-angular-cli-layout (#​9051) (33c9ca9)
  • angular: improve angular cli migration when using --preserve-angular-cli-layout (#​9064) (ebaf8f6)
  • angular: karma migrator fixes (#​9063) (5d9176e)
  • angular: set the right defaultBase when migrating an angular cli workspace (#​9050) (dfcc853)
  • angular: upgrade karma and fix settings (#​9056) (01dba86)
  • core: batch calls to git hash-object to avoid E2BIG error (efedd2e)
  • core: improve output color consistency across terminal themes (#​9133) (471f7be)
  • detox: remove extra build target from project config (#​9089) (b602c52)
  • devkit: fall back to the target default config when reading target options and the config is not provided (#​8932) (e677a1d)
  • js: adjust destination directory for swc executor (#​9072) (5527724)
  • js: update dependencies in package.json (#​9073) (4287d59)
  • linter: make sure hasher has all the tags (#​9110) (3c45a1c)
  • misc: format:check not checking all affected files (#​9152) (ea33428)
  • react: component generator outputs correct CSS module setup (#​9084) (e6941e4)
  • web: fixes force down compilation for non esm bundles (#​8907) (68e9435), closes #​8639
Features
  • angular: support migrating angular cli workspaces using cypress for e2e tests (#​9105) (615955a)
  • core: use package manager workspace globs to find projects (#​9131) (5964379)
  • node: consolidate js and node plugins (#​9086) (95f5a08)
  • storybook: add styles and stylePreprocessorOptions to the executors (#​9057) (fc018cd)

v13.8.3

Compare Source

Bug Fixes
  • js: ensure correct path format for asset pattern matching (#​9022) (30d1172)
  • node: webpack/terser stripping class names breaking reflection (#​8784) (ebeb588)
Features

v13.8.2

Compare Source

Bug Fixes
  • angular: fix link to docs when ng update command is run (#​9000) (effa692)
  • angular: handle different workspace version and format when falling back to the angular cli (#​8993) (1cae869)
  • core: show all task logs when using --verbose with run-many (d5280f0)
  • core: wait for tasks to be scheduled before checking for work ([#&

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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[bot] avatar Nov 04 '21 06:11 renovate[bot]

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
lerna notice cli v4.0.0
lerna notice cli v4.0.0
lerna ERR! EWORKSPACES Yarn workspaces are configured in package.json, but not enabled in lerna.json!
lerna ERR! EWORKSPACES Please choose one: useWorkspaces = true in lerna.json, or remove package.json workspaces config

renovate[bot] avatar Nov 04 '21 06:11 renovate[bot]