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

chore: 📦 update nrwl monorepo to v11.6.3 #197

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nrwl/cypress (source) 11.3.1 -> 11.6.3 age adoption passing confidence
@nrwl/jest (source) 11.3.1 -> 11.6.3 age adoption passing confidence
@nrwl/node (source) 11.3.1 -> 11.6.3 age adoption passing confidence
@nrwl/workspace (source) 11.3.1 -> 11.6.3 age adoption passing confidence

Release Notes

nrwl/nx (@​nrwl/cypress)

v11.6.3

Compare Source

Bug Fixes
  • core: allow building of workspaces when hosted at / (#​5252) (c23a4d1)
  • core: print error if there is an issue creating the sandbox during create (#​5380) (c4e264b)
  • core: throw an error if generating a new workspace into a non-empty directory (#​5296) (373e9e9)
  • core: Wrap head + base arguments in quotes in execSyn (#​5240) (b0e9b4b), closes #​4828
  • devkit: devkitTreeFromAngularDevkitTree exists function should also work on dirs (3f9c76d), closes #​5318
  • react: fix react publish library copy readme (#​5345) (85f070c)
  • storybook: incorrect environment in dev (#​5313) (1821955)
Features
  • core: allow passing a path into read workspace config (#​5337) (bd8fbc5)

v11.6.2

Compare Source

Bug Fixes
  • angular: fix eslint component/directive selector prefix (4d9c230)
  • angular: prevent running ngcc with incremental builds (6492fd9)
  • core: target project locator should ignore nested node modules (b3b00a0)
  • devkit: fix reading partial workspace layout (#​5204) (4069fde)
  • devkit: safely reference engineHost paths (#​5121) (b5a3332), closes #​5120
  • linter: convert tslint:disable comments as part of project conversion (#​5188) (989f742)
  • misc: pass in specific copy of webpack (#​5190) (4b6fa37)
  • node: apps use commonjs module (29011a1)
  • web: emit event to which upstream executors can listen to (e.g. Cypress) (#​5273) (1521b15)

v11.6.1

Compare Source

Bug Fixes

v11.6.0

Compare Source

Bug Fixes
Features

v11.5.2

Compare Source

Bug Fixes
  • core: fix project dependency resolution for relative imports on windows (#​5009) (5337865), closes #​5002
  • core: git hasher identifies deleted files (34710a5), closes #​4201
  • core: git hashing handles "unusual" pathname characters (e02b49f)
  • react: add migrations to fix babel setup for workspaces using react, next.js, and gatsby (#​5041) (27f168e)
  • testing: remove jest executor error while babel-jest exists with ts-jest (#​4729) (#​4730) (0132609)

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)

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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Feb 26, 2021

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch 18 times, most recently from c320419 to 5fa2924 Compare March 6, 2021 03:53
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch 8 times, most recently from 9a78d23 to e011093 Compare March 10, 2021 21:14
@renovate renovate bot changed the title chore: 📦 update nrwl monorepo to v11.4.0 fix: 📦 update nrwl monorepo to v11.5.0 Mar 10, 2021
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from e011093 to 1be9726 Compare March 11, 2021 01:15
@renovate renovate bot changed the title fix: 📦 update nrwl monorepo to v11.5.0 fix: 📦 update nrwl monorepo to v11.5.1 Mar 11, 2021
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch 15 times, most recently from 9546af0 to 2403751 Compare December 3, 2021 04:05
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch 7 times, most recently from 9e2b42c to 1e49a9c Compare December 9, 2021 02:50
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 1e49a9c to b130a5a Compare June 23, 2022 20:25
@renovate renovate bot changed the title chore: 📦 update nrwl monorepo to v11.6.3 chore: 📦 Update nrwl monorepo to v11.6.3 Jun 27, 2022
@renovate renovate bot changed the title chore: 📦 Update nrwl monorepo to v11.6.3 chore: 📦 update nrwl monorepo to v11.6.3 Jun 28, 2022
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from b130a5a to d733d02 Compare March 26, 2024 17:26
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from d733d02 to 3ffd42f Compare August 6, 2024 11:52
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 3ffd42f to 61847c7 Compare September 11, 2024 12:15
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 61847c7 to 9d380cd Compare September 11, 2024 18:11
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