Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

fix(deps): update nrwl monorepo to v8.12.11 #175

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 31, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nrwl/angular (source) 8.12.2 -> 8.12.11 age adoption passing confidence
@nrwl/cypress (source) 8.12.2 -> 8.12.11 age adoption passing confidence
@nrwl/jest (source) 8.12.2 -> 8.12.11 age adoption passing confidence
@nrwl/workspace (source) 8.12.2 -> 8.12.11 age adoption passing confidence

Release Notes

nrwl/nx (@​nrwl/angular)

v8.12.10

Compare Source

Bug Fixes
  • core: change mkdir logic to avoid race condition (7cb949d)
  • core: don't generate test related things in README when no unitTestRunner (4327ca9)
  • core: fix json diff and implicitJsonChanges (6a71284)
  • core: fix json diff and implicitJsonChanges part 2 (c91000c)
  • core: fix the ordering of unrelated tasks (9b9e2bf), closes #​2599
  • core: handle npm package deletion and whole file changes (aa738fa)
  • core: use file full path in git show (#​2537) (0a2d5be), closes #​2292
  • misc: parse args for format command (9e64253)
Features
  • core: add runtimeCacheInputs to capture node version, os in the cache key (235e6e4)
  • core: memoize project source hashing (684b2bb)

NOTE: Because of the screwed up tagging, the associated assets are incorrect. To see the source, use the 8x branch instead: https://github.com/nrwl/nx/commits/8x

v8.12.9

Compare Source

Bug Fixes
  • core: change mkdir logic to avoid race condition (7cb949d)
  • core: don't generate test related things in README when no unitTestRunner (4327ca9)
Features
  • core: memoize project source hashing (684b2bb)

v8.12.8

Compare Source

Bug Fixes
  • core: improve performance of affected computation (a2e0ed8), closes #​2367
  • core: remove extra style argument passed to the new command in create-nx-workspace (96eb2ba), closes #​2427
  • nx-plugin: ignoring Additional Files from Affected Commands (#​2519) (961dc13), closes #​2517
  • storybook: allow import * as syntax in module file (01fcaa7), closes #​2521

v8.12.4

Compare Source

Bug Fixes
  • react: set the version of RxJS to ^6.4.0 (8dfbb8f)

v8.12.3

Compare Source

Bug Fixes
  • core: check semver before updating dependencies using migrations.json (c29c599)
  • repo: set the right version in package.json (556da40)
  • repo: update create-nx-workspace script to set the registry correctly (6d12d4f)
Features
  • repo: add a command to test create-nx-workspace (b234e5e)
  • repo: create local registry scripts (2eeaae4)
nrwl/nx (@​nrwl/cypress)

v8.12.10

Compare Source

Bug Fixes
  • core: change mkdir logic to avoid race condition (7cb949d)
  • core: don't generate test related things in README when no unitTestRunner (4327ca9)
  • core: fix json diff and implicitJsonChanges (6a71284)
  • core: fix json diff and implicitJsonChanges part 2 (c91000c)
  • core: fix the ordering of unrelated tasks (9b9e2bf), closes #​2599
  • core: handle npm package deletion and whole file changes (aa738fa)
  • core: use file full path in git show (#​2537) (0a2d5be), closes #​2292
  • misc: parse args for format command (9e64253)
Features
  • core: add runtimeCacheInputs to capture node version, os in the cache key (235e6e4)
  • core: memoize project source hashing (684b2bb)

NOTE: Because of the screwed up tagging, the associated assets are incorrect. To see the source, use the 8x branch instead: https://github.com/nrwl/nx/commits/8x

v8.12.9

Compare Source

Bug Fixes
  • core: change mkdir logic to avoid race condition (7cb949d)
  • core: don't generate test related things in README when no unitTestRunner (4327ca9)
Features
  • core: memoize project source hashing (684b2bb)

v8.12.8

Compare Source

Bug Fixes
  • core: improve performance of affected computation (a2e0ed8), closes #​2367
  • core: remove extra style argument passed to the new command in create-nx-workspace (96eb2ba), closes #​2427
  • nx-plugin: ignoring Additional Files from Affected Commands (#​2519) (961dc13), closes #​2517
  • storybook: allow import * as syntax in module file (01fcaa7), closes #​2521

v8.12.4

Compare Source

Bug Fixes
  • react: set the version of RxJS to ^6.4.0 (8dfbb8f)

v8.12.3

Compare Source

Bug Fixes
  • core: check semver before updating dependencies using migrations.json (c29c599)
  • repo: set the right version in package.json (556da40)
  • repo: update create-nx-workspace script to set the registry correctly (6d12d4f)
Features
  • repo: add a command to test create-nx-workspace (b234e5e)
  • repo: create local registry scripts (2eeaae4)
nrwl/nx (@​nrwl/jest)

v8.12.10

Compare Source

Bug Fixes
  • core: change mkdir logic to avoid race condition (7cb949d)
  • core: don't generate test related things in README when no unitTestRunner (4327ca9)
  • core: fix json diff and implicitJsonChanges (6a71284)
  • core: fix json diff and implicitJsonChanges part 2 (c91000c)
  • core: fix the ordering of unrelated tasks (9b9e2bf), closes #​2599
  • core: handle npm package deletion and whole file changes (aa738fa)
  • core: use file full path in git show (#​2537) (0a2d5be), closes #​2292
  • misc: parse args for format command (9e64253)
Features
  • core: add runtimeCacheInputs to capture node version, os in the cache key (235e6e4)
  • core: memoize project source hashing (684b2bb)

NOTE: Because of the screwed up tagging, the associated assets are incorrect. To see the source, use the 8x branch instead: https://github.com/nrwl/nx/commits/8x

v8.12.9

Compare Source

Bug Fixes
  • core: change mkdir logic to avoid race condition (7cb949d)
  • core: don't generate test related things in README when no unitTestRunner (4327ca9)
Features
  • core: memoize project source hashing (684b2bb)

v8.12.8

Compare Source

Bug Fixes
  • core: improve performance of affected computation (a2e0ed8), closes #​2367
  • core: remove extra style argument passed to the new command in create-nx-workspace (96eb2ba), closes #​2427
  • nx-plugin: ignoring Additional Files from Affected Commands (#​2519) (961dc13), closes #​2517
  • storybook: allow import * as syntax in module file (01fcaa7), closes #​2521

v8.12.4

Compare Source

Bug Fixes
  • react: set the version of RxJS to ^6.4.0 (8dfbb8f)

v8.12.3

Compare Source

Bug Fixes
  • core: check semver before updating dependencies using migrations.json (c29c599)
  • repo: set the right version in package.json (556da40)
  • repo: update create-nx-workspace script to set the registry correctly (6d12d4f)
Features
  • repo: add a command to test create-nx-workspace (b234e5e)
  • repo: create local registry scripts (2eeaae4)
nrwl/nx (@​nrwl/workspace)

v8.12.10

Compare Source

Bug Fixes
  • core: change mkdir logic to avoid race condition (7cb949d)
  • core: don't generate test related things in README when no unitTestRunner (4327ca9)
  • core: fix json diff and implicitJsonChanges (6a71284)
  • core: fix json diff and implicitJsonChanges part 2 (c91000c)
  • core: fix the ordering of unrelated tasks (9b9e2bf), closes #​2599
  • core: handle npm package deletion and whole file changes (aa738fa)
  • core: use file full path in git show (#​2537) (0a2d5be), closes #​2292
  • misc: parse args for format command (9e64253)
Features
  • core: add runtimeCacheInputs to capture node version, os in the cache key (235e6e4)
  • core: memoize project source hashing (684b2bb)

NOTE: Because of the screwed up tagging, the associated assets are incorrect. To see the source, use the 8x branch instead: https://github.com/nrwl/nx/commits/8x

v8.12.9

Compare Source

Bug Fixes
  • core: change mkdir logic to avoid race condition (7cb949d)
  • core: don't generate test related things in README when no unitTestRunner (4327ca9)
Features
  • core: memoize project source hashing (684b2bb)

v8.12.8

Compare Source

Bug Fixes
  • core: improve performance of affected computation (a2e0ed8), closes #​2367
  • core: remove extra style argument passed to the new command in create-nx-workspace (96eb2ba), closes #​2427
  • nx-plugin: ignoring Additional Files from Affected Commands (#​2519) (961dc13), closes #​2517
  • storybook: allow import * as syntax in module file (01fcaa7), closes #​2521

v8.12.4

Compare Source

Bug Fixes
  • react: set the version of RxJS to ^6.4.0 (8dfbb8f)

v8.12.3

Compare Source

Bug Fixes
  • core: check semver before updating dependencies using migrations.json (c29c599)
  • repo: set the right version in package.json (556da40)
  • repo: update create-nx-workspace script to set the registry correctly (6d12d4f)
Features
  • repo: add a command to test create-nx-workspace (b234e5e)
  • repo: create local registry scripts (2eeaae4)

Configuration

📅 Schedule: Branch creation - "after 5pm on friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@sonarcloud
Copy link

sonarcloud bot commented Jul 31, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

warning The version of Java (1.8.0_181) you have used to run this analysis is deprecated and we will stop accepting it from October 2020. Please update to at least Java 11.
Read more here

@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 1a2c822 to e977056 Compare September 24, 2020 14:47
@sonarcloud
Copy link

sonarcloud bot commented Sep 24, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

warning The version of Java (1.8.0_181) you have used to run this analysis is deprecated and we will stop accepting it from October 2020. Please update to at least Java 11.
Read more here

@renovate
Copy link
Author

renovate bot commented Mar 24, 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 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.

1 participant