Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

chore(deps): update nrwl monorepo to v11 (major) #47

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 12, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nrwl/cli (source) 10.4.14 -> 11.5.1 age adoption passing confidence
@nrwl/cypress (source) 10.4.14 -> 11.5.1 age adoption passing confidence
@nrwl/eslint-plugin-nx (source) 10.4.14 -> 11.5.1 age adoption passing confidence
@nrwl/jest (source) 10.4.14 -> 11.5.1 age adoption passing confidence
@nrwl/nx-plugin (source) 10.4.14 -> 11.5.1 age adoption passing confidence
@nrwl/tao (source) 10.4.14 -> 11.5.1 age adoption passing confidence
@nrwl/web (source) 10.4.14 -> 11.5.1 age adoption passing confidence
@nrwl/workspace (source) 10.4.14 -> 11.5.1 age adoption passing confidence

Release Notes

nrwl/nx

v11.5.1

Compare Source

Bug Fixes

v11.5.0

Compare Source

Bug Fixes
Features
  • angular: support font inling optimization for builds (#​4971) (372b793)
  • core: allow excluding imports using a special ignore comment called nx-import-ignore (f160583)
  • express: add express preset to create-nx-workspace (#​4909) (bba26b0)
  • nextjs: allow custom distDir (#​4885) (c9a2b2c)
  • web: improve support for decorators (#​4826) (041340b)

v11.4.0

Compare Source

Bug Fixes
  • angular: fix --skipFormat option on application schematic (1681257)
  • angular: honor buildableProjectDepsInPackageJsonType in angula… (#​4760) (5ee2874)
  • core: add fail over --fork-point arg to git merge (acd5502)
  • core: support unit testing of nx generators invoking wrapped schematics (3157293)
  • core: throw an error if user tries generating/executing from a package which does not support it (#​4835) (95848ca)
  • core): fix(core): fix(core: ensure dir when exporting dep-graph to json (#​4893) (6dc7de4)
  • devkit: generateFiles should rename paths recursively (#​4784) (4522a90)
  • devkit: migrate devkit to the latest version during migrate (#​4898) (befd9dc)
  • devkit: properly emit failures when converting nx executor (#​4866) (f206925)
  • devkit: support .template extensions for generating files (#​4842) (0fc729c)
  • misc: fix removing the projects with jest configs (#​4874) (1cf9295)
  • misc: plugins deep importing perf-logging (9d0a4c8)
  • nextjs: fix the executor (aa311fa)
  • react: add dependency onto @​nrwl/workspace (#​4865) (956dfe6)
  • repo: fixing broken internal links (#​4790) (ed22ae6)
  • storybook: emit a value from storybook executor so that e2e tests work (#​4845) (35049dc)
Features
  • core: export jestConfigParser from jest.impl (043de57)
  • linter: noEslintrc option for eslint executor (699b1cb)
  • react: migrate gatsby builders to devkit (#​4864) (54b6461)
  • react: migrate next builders to devkit (#​4861) (fd18b5e)
  • repo: add npm audit report on ci (9275d1c)

v11.3.2

Bug Fixes
  • angular: fix --skipFormat option on application schematic (1681257)
  • angular: honor buildableProjectDepsInPackageJsonType in angula… (#​4760) (5ee2874)
  • core: add fail over --fork-point arg to git merge (acd5502)
  • core: support unit testing of nx generators invoking wrapped schematics (f62d495)
  • core: throw an error if user tries generating/executing from a package which does not support it (#​4835) (95848ca)
  • devkit: generateFiles should rename paths recursively (#​4784) (4522a90)
  • devkit: properly emit failures when converting nx executor (#​4866) (c80c38f)
  • devkit: support .template extensions for generating files (#​4842) (0fc729c)
  • misc: fix removing the projects with jest configs (#​4874) (5b4192c)
  • nextjs: fix the executor (aa311fa)
  • react: add dependency onto @​nrwl/workspace (#​4865) (f156391)
  • storybook: emit a value from storybook executor so that e2e tests work (#​4845) (35049dc)
Features
  • core: export jestConfigParser from jest.impl (043de57)
  • repo: add npm audit report on ci (9275d1c)

v11.3.0

Compare Source

Bug Fixes
Features

v11.2.12

Compare Source

Bug Fixes
  • core: fix install packages task on Windows (#​4752) (c8b36db), closes #​4727
  • core: fixed some wrong paths for utils/utilities (25aa0ed), closes #​4736
  • misc: restore utils/fileutils to prevent plugins deep importing from breaking (462d242)

v11.2.11

Compare Source

Bug Fixes
Features
  • storybook: Storybook v6 migration generator for default configurations (df655c2)

v11.2.10

Compare Source

Bug Fixes
  • core: fix workspace creation not working on windows (ef42f14)
  • core: value coercion for schemas with oneOf string enums (24dfa76)

v11.2.9

Compare Source

v11.2.8

Bug Fixes
  • core: do not modify existing files during workspace creation (613a6df)
  • core: fix move on windows (#​4667) (3236c46)
  • react: change css modules class naming convention (6bf245e)
  • testing: correct path slashes on Windows for root of cypress project (ae0d744)
Features
  • core: add public and build to the list of implicit cached folders for build (14f4fcc)

v11.2.6

Bug Fixes
  • angular: check whether project has architect node during migration of eslint (ffe769f)
  • angular: fix anguar lib build (#​4578) (2ee7629)
  • angular: Honor buildableProjectDepsInPackageJsonType in package builder (b410064)
  • angular: replace TestBed.get with TestBed.inject inside NgRx spec files (#​4184) (f13047e)
  • angular: set default linter when creating the first app (#​4644) (c0387b9)
  • core: add --legacy-peer-deps to npm installs to handle npm 7 related issues (2604711)
  • core: add missing deps to support running old migrations (669f215)
  • core: add output.ts back for third-party plugins using deep imports (1663b2f)
  • core: change all default linter values from tslint to eslint (#​4602) (57ae457)
  • core: don't allow pnpm to install with frozen lockfile on CI (ee0d346), closes #​4495
  • core: eslint workspaces should not contain codelyzer (#​4529) (d0d7cf4)
  • core: fix issues with devkit/workspace on windows (#​4615) (5042981)
  • core: generate schematics map for workspace-generators (#​4643) (e99a65d)
  • core: handle multiple & hyphen command arguments through --args (bf599d1), closes #​2846
  • core: make sure schematic folder migration can be run multiple times (2c51348)
  • core: only do type casting for string values when parsing command line args (3fb9552), closes #​4584
  • core: properly set smart defaults on windows (#​4616) (e003d52)
  • core: properly set tsconfig path mapping on windows (#​4624) (55f6c11)
  • core: readme typo (c1fd7d0)
  • core: refactor reading schema to return impl factories (3c9bc4a)
  • core: support setting parallel in nx.json (a1c4d94), closes #​4542
  • core: update jest config correctly when using move schematic (#​4501) (bce2c56), closes #​4500
  • core: use tmp folder for migrate instead of npx (683d6f4)
  • core: workaround node 12 resolve issue in migration host (764f580)
  • core: wrap cache read to try/catch (d55d6f8), closes #​4470
  • linter: add @​nrwl/linter as a devDependency and error on improper enum schema (#​4634) (b36c4b5)
  • linter: allow type imports from lazy-loaded libraries (#​4431) (b10e928)
  • misc: fix removing the last project in the jest config (#​4576) (d18c0b0)
  • nextjs: support shared assets (1f53431), closes #​4552
  • node: use host.delete to delete files for the nest library schematic (#​4476) (1c4f23c)
  • react: merge options.output.globals with extraGlobals (#​4571) (852d739), closes #​3789
  • repo: fix depcheck (a641946)
  • repo: fix dependenies/discrepancies causing e2e tests with PNPM to fail (96625c7)
  • repo: fix failing unit tests in workspace (#​4519) (611128d)
  • repo: fix formatting (a565717)
  • repo: fix tests (#​4617) (1eda4dc)
  • repo: remove windows executor (8653d37)
  • repo: restore circle config (9a84179)
  • repo: update circle config to run e2e tests (cd2d2c9)
  • storybook: check for presence of architect node on storybook migration (#​4591) (57ea3ac), closes #​3911
  • web: convert scripts and styles to extra entry points (#​4471) (41f10b5), closes #​3730
Features
  • angular: update jest-preset-angular to 8.3.2 (9267008)
  • core: add support for number and multiselect prompts (f075b98), closes #​4593
  • core: clean up remaining usages of angular devkit (#​4610) (0933bca)
  • core: default to running npm scripts when no targets are defined (429fb22)
  • core: migrate create-nx-workspace to devkit (09c78c4)
  • core: migrate init and run-commands to devkit (#​4595) (0055805)
  • core: migrate library to devkit (#​4512) (716bb44)
  • core: migrate move to devkit (#​4558) (aeec4bd)
  • core: migrate preset to devkit (7066e8b)
  • core: migrate run-commands to devkit (687786f)
  • core: remove angular devkit deps (a25e081)
  • core: support executors returning async iterators (1961bc9)
  • core: warn when using global Nx with PNPM (74b7b53)
  • linter: migrate eslint executor to devkit (#​4607) (f25776d)
  • linter: remove tslint from empty workspace and fix tslint support (#​4622) (ec758b4)
  • misc: clarify plugin installation instructions (0a20e13)
  • repo: PRs use PNPM & add scheduled matrix for e2e tests (166dc7d)
  • repo: re-enable e2e tests on Windows (eff20a6)
  • repo: support dynamic package manager for e2e tests (c92f4ba)
  • repo: update nx to 11.2.0 (#​4633) (402f506)
  • storybook: allow to specify angular target project for storybook (#​4099) (504466f)
  • storybook: storybook v6 migration generator for default configuration (e3c46f3)
  • testing: migrate cypress to devkit (037c1b9)
  • testing: move jest builder to devkit (7482944)
  • testing: update cypress use nx devkit (c40ce8a)

v11.2.0

Bug Fixes
  • angular: check whether project has architect node during migration of eslint (ffe769f)
  • angular: fix anguar lib build (#​4578) (2ee7629)
  • angular: Honor buildableProjectDepsInPackageJsonType in package builder (b410064)
  • core: add --legacy-peer-deps to npm installs to handle npm 7 related issues (2604711)
  • core: add output.ts back for third-party plugins using deep imports (1663b2f)
  • core: change all default linter values from tslint to eslint (#​4602) (57ae457)
  • core: don't allow pnpm to install with frozen lockfile on CI (ee0d346), closes #​4495
  • core: eslint workspaces should not contain codelyzer (#​4529) (d0d7cf4)
  • core: fix issues with devkit/workspace on windows (#​4615) (5042981)
  • core: handle multiple & hyphen command arguments through --args (bf599d1), closes #​2846
  • core: make sure schematic folder migration can be run multiple times (2c51348)
  • core: only do type casting for string values when parsing command line args (3fb9552), closes #​4584
  • core: properly set smart defaults on windows (#​4616) (e003d52)
  • core: properly set tsconfig path mapping on windows (#​4624) (55f6c11)
  • core: readme typo (c1fd7d0)
  • core: refactor reading schema to return impl factories (3c9bc4a)
  • core: support setting parallel in nx.json (a1c4d94), closes #​4542
  • core: update jest config correctly when using move schematic (#​4501) (bce2c56), closes #​4500
  • core: use tmp folder for migrate instead of npx (683d6f4)
  • core: workaround node 12 resolve issue in migration host (764f580)
  • core: wrap cache read to try/catch (d55d6f8), closes #​4470
  • linter: allow type imports from lazy-loaded libraries (#​4431) (b10e928)
  • misc: fix removing the last project in the jest config (#​4576) (d18c0b0)
  • nextjs: support shared assets (1f53431), closes #​4552
  • node: use host.delete to delete files for the nest library schematic (#​4476) (1c4f23c)
  • react: merge options.output.globals with extraGlobals (#​4571) (852d739), closes #​3789
  • repo: fix depcheck (a641946)
  • repo: fix dependenies/discrepancies causing e2e tests with PNPM to fail (96625c7)
  • repo: fix failing unit tests in workspace (#​4519) (611128d)
  • repo: fix formatting (a565717)
  • repo: fix tests (#​4617) (1eda4dc)
  • repo: remove windows executor (8653d37)
  • repo: restore circle config (9a84179)
  • repo: update circle config to run e2e tests (cd2d2c9)
  • storybook: check for presence of architect node on storybook migration (#​4591) (57ea3ac), closes #​3911
  • web: convert scripts and styles to extra entry points (#​4471) (41f10b5), closes #​3730
Features
  • angular: update jest-preset-angular to 8.3.2 (9267008)
  • core: add support for number and multiselect prompts (f075b98), closes #​4593
  • core: clean up remaining usages of angular devkit (#​4610) (0933bca)
  • core: migrate create-nx-workspace to devkit (09c78c4)
  • core: migrate init and run-commands to devkit (#​4595) (0055805)
  • core: migrate library to devkit (#​4512) (716bb44)
  • core: migrate move to devkit (#​4558) (aeec4bd)
  • core: migrate preset to devkit (7066e8b)
  • core: migrate run-commands to devkit (687786f)
  • core: remove angular devkit deps (a25e081)
  • core: support executors returning async iterators (1961bc9)
  • core: warn when using global Nx with PNPM (74b7b53)
  • linter: migrate eslint executor to devkit (#​4607) (f25776d)
  • linter: remove tslint from empty workspace and fix tslint support (#​4622) (ec758b4)
  • misc: clarify plugin installation instructions (0a20e13)
  • repo: PRs use PNPM & add scheduled matrix for e2e tests (166dc7d)
  • repo: re-enable e2e tests on Windows (eff20a6)
  • repo: support dynamic package manager for e2e tests (c92f4ba)
  • storybook: allow to specify angular target project for storybook (#​4099) (504466f)
  • testing: move jest builder to devkit (7482944)
  • testing: update cypress use nx devkit (c40ce8a)

v11.1.4

Compare Source

Bug Fixes
  • core: update the list command for pnpm (d541891)

v11.1.3

Compare Source

Features
  • core: improve ergonomics of the migrate command (1167e65)
  • core: support schema properties without type (8a88fc8)

v11.1.2

Compare Source

Bug Fixes
  • core: delete project from root jest config when running remove command (fd93b84), closes #​4192
  • core: prioritize local projects over npm when sharing names (f10ba2f)
  • core: run-commands should fail when a command in serial fails (#​4477) (82f801b)
  • core: update eslintrc when project is moved (eb0a472), closes #​2951
  • core): fix(core: validate options for oneOf rule with factorized type (872ebd8), closes #​4484
  • node: support multiple node apps with single frontend (252c649), closes #​4215
  • node: use proper watch value with the node:execute executor (#​4083) (21bd952)
  • nx-plugin: fix executors typo in plugin template file (f77cfc1)
  • repo: fix unit tests not working on node 15 (04f2abd)
  • repo: temp disable running e2e tests on windows (ac87c59)
Features

v11.1.1

Compare Source

v11.1.0

Bug Fixes
  • angular: remove spec file when unitTestRunner is none (cd21e09)
  • core: coerce the property key properties for the schema object (f409835)
  • core: fixing issue with updating imports when moving a project (9dad062)
  • core: print actual config name when using scope host (f907e83)
  • core: respect js option when setting eslint patterns (cbb1972)
  • core: update project in root jest config when running move command (cf7f1c8), closes #​4226
  • linter: Respect the "quiet" option (#​4330) (755804f)
  • misc: remov peer deps to make npm 7 install work (599923b), closes #​4436
  • nextjs: fix an invalid next peer dep (d4b08eb), closes #​4436
  • nextjs: use html component from next/document (99d6b83)
  • react: provide option overriding for babel plugins (4193d45)
  • repo: fix broken e2e tests (43d3730)
  • storybook: typo in build output (172bb14)
  • web: handle delete-output-path option (f95f855), closes #​4015
Features
  • angular: switch default linter from eslint to tslint when creating a workspace (9303114)
  • angular: update @​angular-eslint to v1 (42b61d0)
  • core: add strict as an option to workspace, nest and node lib schematics (32f8f8c)
  • core: add task hash to print-affected result (744ea22)
  • core: better compat layer for angular devkit (0c0a29d)
  • core: export a function returning a normalized workspace config (8cfda00), closes #​4305
  • core: provide the task hash as env var (2d3d721)
  • core: refactor dep-graph renderer to use cytoscape (#​4000) (fabb6ba)
  • core: set path property based on cwd when running generators (1cb152e)
  • core): feat(core: add other strict flags that are not included in strict (9a38a66)
  • devkit: adds projectName to the executor TargetContext (1291ace)
  • devkit: export logger from @​nrwl/devkit (f3cf0bb), closes #​4397
  • nextjs: apply experimental-serverless-trace to vercel next configs (#​4459) (2a47cdf)
  • repo: run E2E tests on Windows (cmd) (9abdb78)
  • storybook: update storybook config paths for workspace move (4ce1360), closes #​3707
  • testing: update cypress to 6.0.1 (#​4175) (cdc0bd3)

v11.0.19

Bug Fixes
  • core: migration host only handled workspace.json when removing jest's tsconfig (f19333e)
  • docs: typo in node: getting-started (b1fde5e)
  • misc: temporary restore the old version of the run commands executor (8e787c2)
  • nextjs: remove duplicated public folder in dist (#​4389) (09a205c)
  • node: make package.json entries OS independent (21697c2), closes #​4390
Features
  • core: support strict schemas with no additional properties (9923ce9)

v11.0.17

Compare Source

Bug Fixes
  • core: convert workspace root path with forward slashes (6b02132), closes #​4363
  • docs: Incorrect command on Angular Getting Started #​4378 (2c7fa42)
  • misc: migration sets tsConfigs property for jest executor (baa4475)
  • misc: update the schema version for when creating executors (e768ad4)
  • repo: e2e tests should create a new project (a99afd2)
Features
  • misc: allow comments in JSON files (cd8efa4)

v11.0.16

Compare Source

Bug Fixes
  • core: add alias for primitive type "number" (a10c258)
  • core: ignore cwd when resoling the new generator (f271f19)
  • core: store nx results and nx deps in the configured cache directory (ce877bb)
  • react: correctly resolve babel-plugin-transform-async-to-promises (e25159d), closes #​4352
Features
  • nextjs: add --js flag support (7f70f3a)

v11.0.15

Bug Fixes
  • angular: rename tsconfig.json during ng add (#​4349) (9d22f74)
  • core: add a default provider setting project name (463be21)
  • core: remove positional args after converting them into named args (47cd7d8)
  • nextjs: add "@​nrwl/workspace" to the generated package.json file for built next apps (#​4348) (110fe37)
  • react: remove generated styles.[ext] file for CSS-in-JS solutions like styled-compoentns/emotion (#​4347) (cd9b96c)

v11.0.12

Bug Fixes
  • core: issue with formatting in migrations (c09bbe9)
  • core: support invoking nx from a subdirectory (86b5c5c), closes #​4298
  • jest: warn with a helpful warning when unable to update the config (fcfc858)
  • misc: only prompt for nx-cloud when using the default runner (f0cf91d), closes #​4295
  • storybook: allow variables in NgModule declarations (#​4318) (e63c3d1), closes [#​43

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

♻️ 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch from fff4cc0 to 6f771c3 Compare December 12, 2020 01:09
@renovate renovate bot changed the title chore(deps): update nrwl monorepo (major) chore(deps): update nrwl monorepo to v11 (major) Dec 12, 2020
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 3 times, most recently from b861e6d to c4e441a Compare December 15, 2020 00:49
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v11 (major) chore(deps): update nrwl monorepo (major) Dec 15, 2020
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch from c4e441a to fbab278 Compare December 15, 2020 00:50
@renovate renovate bot changed the title chore(deps): update nrwl monorepo (major) chore(deps): update nrwl monorepo to v11 (major) Dec 15, 2020
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch from fbab278 to f1cd28b Compare December 15, 2020 02:41
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v11 (major) chore(deps): update nrwl monorepo (major) Dec 15, 2020
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 2 times, most recently from e0597fd to ad12824 Compare December 15, 2020 02:43
@renovate renovate bot changed the title chore(deps): update nrwl monorepo (major) chore(deps): update nrwl monorepo to v11 (major) Dec 15, 2020
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 2 times, most recently from 1d7a317 to b1ed5c3 Compare December 16, 2020 03:14
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v11 (major) chore(deps): update nrwl monorepo (major) Dec 16, 2020
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 2 times, most recently from 5f8de47 to 7bce815 Compare December 16, 2020 09:02
@renovate renovate bot changed the title chore(deps): update nrwl monorepo (major) chore(deps): update nrwl monorepo to v11 (major) Dec 16, 2020
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch from 7bce815 to 2723ab2 Compare December 16, 2020 09:14
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v11 (major) chore(deps): update nrwl monorepo (major) Dec 16, 2020
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch from 2723ab2 to e0159a7 Compare December 16, 2020 09:16
@renovate renovate bot changed the title chore(deps): update nrwl monorepo (major) chore(deps): update nrwl monorepo to v11 (major) Dec 16, 2020
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 2 times, most recently from c4c30d0 to 7fa402c Compare December 20, 2020 00:51
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 5 times, most recently from c8e1faf to 9b25316 Compare March 12, 2021 01:53
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch from 9b25316 to dc5c8d0 Compare March 14, 2021 02:20
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch from dc5c8d0 to 23f01c6 Compare March 16, 2021 22:32
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.

None yet

1 participant