Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update nrwl monorepo to v13.10.6 #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 7, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nrwl/angular (source) 13.2.3 -> 13.10.6 age adoption passing confidence
@nrwl/cli (source) 13.2.3 -> 13.10.6 age adoption passing confidence
@nrwl/cypress (source) 13.2.3 -> 13.10.6 age adoption passing confidence
@nrwl/eslint-plugin-nx (source) 13.2.3 -> 13.10.6 age adoption passing confidence
@nrwl/jest (source) 13.2.3 -> 13.10.6 age adoption passing confidence
@nrwl/linter (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/angular)

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](https://github.com/nrwl/nx/i

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 renovate bot force-pushed the renovate/nrwl-monorepo branch from 2635e90 to c2952cb Compare December 9, 2021 18:00
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.2.4 fix(deps): update nrwl monorepo to v13.3.0 Dec 9, 2021
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from c2952cb to bcc5794 Compare December 10, 2021 21:01
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.3.0 fix(deps): update nrwl monorepo to v13.3.1 Dec 10, 2021
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from bcc5794 to cc749bf Compare December 14, 2021 00:28
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.3.1 fix(deps): update nrwl monorepo to v13.3.2 Dec 14, 2021
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from cc749bf to 28089a2 Compare December 14, 2021 18:33
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.3.2 fix(deps): update nrwl monorepo to v13.3.4 Dec 14, 2021
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 28089a2 to ec1443d Compare December 15, 2021 14:57
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.3.4 fix(deps): update nrwl monorepo to v13.3.5 Dec 15, 2021
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from ec1443d to 14d1c2d Compare December 15, 2021 16:46
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.3.5 fix(deps): update nrwl monorepo to v13.3.6 Dec 15, 2021
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 14d1c2d to b5f6d32 Compare December 16, 2021 21:43
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.3.6 fix(deps): update nrwl monorepo to v13.3.7 Dec 16, 2021
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from b5f6d32 to 9941809 Compare December 17, 2021 03:50
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.3.7 fix(deps): update nrwl monorepo to v13.3.8 Dec 17, 2021
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 9941809 to b57f4dd Compare December 17, 2021 21:50
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.3.8 fix(deps): update nrwl monorepo to v13.3.9 Dec 17, 2021
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from b57f4dd to 4d2c996 Compare December 20, 2021 14:28
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.3.9 fix(deps): update nrwl monorepo to v13.3.11 Dec 20, 2021
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 4d2c996 to fd5f1de Compare December 21, 2021 19:29
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.3.11 fix(deps): update nrwl monorepo to v13.3.12 Dec 21, 2021
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from fd5f1de to ea3cecf Compare December 23, 2021 03:47
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.3.12 fix(deps): update nrwl monorepo to v13.4.0 Dec 23, 2021
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from ea3cecf to d942b83 Compare December 24, 2021 02:10
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.4.0 fix(deps): update nrwl monorepo to v13.4.1 Dec 24, 2021
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from d942b83 to 95e1c27 Compare January 2, 2022 15:24
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.4.1 fix(deps): update nrwl monorepo to v13.4.2 Jan 2, 2022
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 95e1c27 to 090c214 Compare January 3, 2022 22:48
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.4.2 fix(deps): update nrwl monorepo to v13.4.3 Jan 3, 2022
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 6b0a112 to b5e7b5d Compare January 19, 2022 02:18
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.4.5 fix(deps): update nrwl monorepo to v13.4.6 Jan 19, 2022
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from b5e7b5d to 5ccbec3 Compare January 24, 2022 15:28
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.4.6 fix(deps): update nrwl monorepo to v13.5.1 Jan 24, 2022
@renovate
Copy link
Author

renovate bot commented Jan 24, 2022

⚠ 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: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @typescript-eslint/[email protected]
npm ERR! node_modules/@typescript-eslint/parser
npm ERR!   dev @typescript-eslint/parser@"5.3.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @typescript-eslint/parser@"~5.18.0" from @nrwl/[email protected]
npm ERR! node_modules/@nrwl/eslint-plugin-nx
npm ERR!   dev @nrwl/eslint-plugin-nx@"13.10.6" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2022-11-20T15_46_05_438Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-11-20T15_46_05_438Z-debug-0.log

@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 5ccbec3 to a7c8dcc Compare January 25, 2022 01:41
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.5.1 fix(deps): update nrwl monorepo to v13.5.2 Jan 25, 2022
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from a7c8dcc to c72da62 Compare January 25, 2022 21:51
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.5.2 fix(deps): update nrwl monorepo to v13.5.3 Jan 25, 2022
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from c72da62 to 21c55f8 Compare January 27, 2022 17:14
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.5.3 fix(deps): update nrwl monorepo to v13.6.1 Jan 27, 2022
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 21c55f8 to 5bca167 Compare January 28, 2022 22:15
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.6.1 fix(deps): update nrwl monorepo to v13.7.0 Jan 28, 2022
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 5bca167 to 0cc86ce Compare January 29, 2022 02:38
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.7.0 fix(deps): update nrwl monorepo to v13.7.1 Jan 29, 2022
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 0cc86ce to 6ff8e8d Compare March 7, 2022 11:10
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.7.1 fix(deps): update nrwl monorepo to v13.8.4 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 6ff8e8d to c96ba61 Compare March 26, 2022 12:42
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.8.4 fix(deps): update nrwl monorepo to v13.9.5 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from c96ba61 to 3313e6c Compare April 24, 2022 21:12
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.9.5 fix(deps): update nrwl monorepo to v13.10.3 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 3313e6c to 21f47da Compare May 15, 2022 19:14
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.10.3 fix(deps): update nrwl monorepo to v13.10.4 May 15, 2022
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 21f47da to d7a4903 Compare June 18, 2022 20:26
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.10.4 fix(deps): update nrwl monorepo to v13.10.5 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from d7a4903 to f41ab65 Compare November 20, 2022 15:46
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.10.5 fix(deps): update nrwl monorepo to v13.10.6 Nov 20, 2022
@renovate renovate bot changed the title fix(deps): update nrwl monorepo to v13.10.6 chore(deps): update nrwl monorepo to v13.10.6 Jul 14, 2023
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v13.10.6 fix(deps): update nrwl monorepo to v13.10.6 Jul 15, 2023
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.

0 participants