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 v8.12.11 #109

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 27, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nrwl/angular (source) 8.1.2 -> 8.12.11 age adoption passing confidence
@nrwl/cypress (source) 8.1.2 -> 8.12.11 age adoption passing confidence
@nrwl/jest (source) 8.1.2 -> 8.12.11 age adoption passing confidence
@nrwl/nest (source) 8.1.2 -> 8.12.11 age adoption passing confidence
@nrwl/node (source) 8.1.2 -> 8.12.11 age adoption passing confidence
@nrwl/workspace (source) 8.1.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)

v8.12.2

Compare Source

feat(core): add life cycle methods to the new tasks runner

v8.12.1

Compare Source

feat(repo): specify the version of yarn used by the repo

v8.12.0

Compare Source

Bug Fixes
  • core: fix nx.json and workspace.json analysis (#​2375) (3eeb7bf)
  • core: register node package install executor (27c6afc)
  • core: set default linter for schematics in newly created workspaces (#​2364) (ff45b7e)
  • misc: update dependencies for angular, linter, react and workspace (ca69622)
  • react: add fallback for SVG imports coming from non-TS/JS modules (#​2351) (2088551)
  • react: migrate React projects with missing options (#​2352) (8c930f3)
  • testing: cypress & fork ts checker plugin (#​2316) (02e95d9)
  • testing: fix race condition in tests for parallel commands runner (#​2358) (616fbd6)
Features
  • angular: library builder to handle buildable libraries with deps (#​2307) (f951a1b)
  • core: accept style argument for create-nx-workspace (#​2294) (77238e2)
  • core: add 'nx migrate' command to package.json (ea85a11)
  • core: add enforceBuildableLibDependency to make buildable lib rule configurable (98a60d1)
  • core: add peerdependency cypress for nrwl/cypress (#​2373) (5109548)
  • core: add rule to enforce deps buildable-lib to buildable-lib (36463cf)
  • core: add support for interactive mode when using presets (#​2258) (d7be9c1)
  • core: analyze changes to nx.json and workspace.json (#​2338) (b30930f)
  • core: create create-nx-plugin package to fix npx issues (f5d4af2)
  • core: hash tasks in run commands (ed2259b)
  • core: updating cypress version nrwl/cypress (#​2370) (6c10aa4)
  • misc: move create-nx-plugin create script into create-nx-workspace package (6706a05)
  • nextjs: allow SVG imports from non-TS/JS modules (#​2359) (e72c3ba)
  • nx-plugin: add new package for creating nx plugins (fe98e29)
  • react: add support for css modules (#​2349) (1132d9e), closes #​1744
  • react: update styled-components to v5 (#​2335) (121d070)
  • react: update to babel 8.7.0 which includes nullish coalescing and optional chaining (#​2346) (a0299cb)
  • repo: add --local to release and publish script (#​2323) (7729879)

v8.11.2

Compare Source

Bug Fixes
  • core: align webpack version with @​angular-devkit one (a73548f)
  • core: make command caching work with earlier versions of node (840f499)
  • core: migrate should parse versions that don't follow semver (3940a1f)
  • node: update library to only copy MD files in the root (a675c9f)
  • react: suppress erroneous warning coming from license-webpack-plugin (2ca8d10)
Features
  • core: make migrate command more permissive and add docs (9c8e09a)

v8.11.1

Compare Source

Bug Fixes
  • core: handle removed npm package for affected logic (b96dd1f), closes #​2274
  • core: hasher should handle circular dependencies (2c3d46a)
  • core: sort node names for module resolution (dddc1b1)
  • misc: update eslint-builder dependency (67c2808)
  • nextjs: fix issue where using .ts files in next.js app would res… (#​2276) (8010e67), closes #​2249
Features
  • core: generate implicit dependencies for e2e projects (3116857)
  • core: remove old cache records (f84c55d)
  • core: running one task uses the same tasks runner as run-many (c3fdf2e)
  • nextjs: support a custom hostname (#​2287) (79a5c53)
  • react: add an option to set memory limit for type checking service process (#​2305) (4060930)

v8.11.0

Compare Source

Bug Fixes
  • angular: support ng add with missing e2e, lint, test targets (db0d133)
  • core: affected logic bug fixes (0c7a9d3)
  • misc: update eslint builder (696c4c2)
  • node: update copy-webpack-plugin for fixes in serialize-javascript (e8b47a4), closes #​2278
  • storybook: change staticDir items type to string (3646b62)
Features
  • angular: add move schematic for workspace and angular collections (25de783)

v8.10.1

Compare Source

Bug Fixes
  • core: fix cache hasher to work without implicitDependencies (417d443)
  • react: add migration to remove svg.d.ts entry from tsconfig (which is now image.d.ts) (#​2271) (d874826)
  • storybook: add support for .ts extension in storybook webpack configuration template (#​2270) (0ab2fc5), closes #​2259

v8.10.0

Compare Source

Bug Fixes
  • angular: migrate users to matching versions of cli and build-angular (965901f)
  • bazel: add bazel to e2e tests (5fcbc5a)
  • bazel: fix bazel e2e tests (6a6f795)
  • bazel: move dependencies to srcs file_group (bf4728a)
  • core: account for files with paths (#​2166) (8da8ee0)
  • core: add import to project string comparitor locator (9fea0bc)
  • core: default to whole file change type (e41b448)
  • core: fix calculation of json diff (#​2234) (cc5050e)
  • core: forbid project dependencies onto self (#​2190) (8d96737)
  • core: handle projects with directories correctly (#​2194) (f9da4d9)
  • core: hasher should not process more than 2000 files at a time (6bcffed)
  • core: make prettier a peerDependency to respect installed version of prettier (77ee6f8)
  • core: pass options to tasks runner correctly (eb455b9)
  • core: wait for deps to be built before building projects (c98745a)
  • docs: fix formatting of tutorial (#​2162) (3766991)
  • misc: add missing packages to package group (#​2208) (36b757b)
  • misc: add prettier to create-nx-workspace sandbox (bbb7cfd)
  • misc: fix project tslint generation (88920ac)
  • misc: reenable run-many tests (f5b56fd)
  • misc: resolve projects for linting using TypeScript (6411a29)
  • node: add webpack-merge to @​nrwl/node dependencies (#​2171) (617e4c3)
  • node: fix and reenable node e2e tests (#​2145) (fd6b120)
  • node: fix node e2e test for circle (#​2163) (5229529)
  • node: fix node tests for circle (#​2156) (a346817)
  • nx: skip existing stories and cypress specs (ac33f04)
  • react: add babel-plugin-const-enum as a dependency (#​2237) (80b9af1)
  • react: file name and style are properly shown when creating a new react app (445e794), closes #​2049
  • react: fix security vulnerability in serialize-javascript (d7a769c)
  • repo: disable failing run-many test (567b9b5)
  • repo: do not publish bazel package (b794aa6)
  • repo: fix imports and error on unsuccessful documentation generation (40ae203)
  • storybook: fix storybook peer dependencies (9c50569)
  • testing: fix cypress 8.10 migration (#​2236) (f8b3f4c)
  • testing: fix migration for cypress (#​2141) (29176f8)
  • testing: set cypress 3.6.1 migration to 8.x version (#​2185) (34f5163)
  • testing: set NODE_ENV to 'test' when running jest (bf56469)
  • web: clean up third-party code to drop unnecessary deps from web's package.json (dbd9492)
Features
  • bazel: add init for bazel (#​2135) (b84aca5)
  • bazel: generate all target rules (e56dadc)
  • bazel: re-introduce @​nrwl/bazel (2e2167d)
  • core: add ability to select data from the print affected output (8e08924)
  • core: add support for npm package dependencies in project graph (3a36c24)
  • core: implement caching (d2d9f1c)
  • core: improves print-affected command to support more use cases (e5377d2)
  • core: simplify the migrate command and provide more info about it (a99eefe)
  • core: update run-many to handle --with-deps (734acef)
  • core: update to next version of angular deps (bd230e0)
  • core: use TypeScript to resolve import modules for dependencies (aeeebeb)
  • misc: add color option to run-commands (8eea4b3)
  • misc: add first version of the nx insights plugin (6eae959)
  • misc: export mock builder context from workspace (#​2221) (cee6888)
  • nextjs: support [email protected] and add log when ready (#​2216) (6c83f2d)
  • node: add library schematic (6328b8f)
  • node: add package target for node libs (#​2226) (dec7063)
  • react: add --flat option for component schematic to add file at the source root (f58e6d3)
  • react: add better support for file and image imports (#​2245) (df7ff8c)
  • react: add option to generate js files instead of ts files (#​2247) (fd47229)
  • react: add support for const enums (#​2224) (5d0e1ad)
  • react: add SVG and SVGR support for React apps (ef995fd)
  • repo: add circleci config (#​2146) (74c5c69)
  • repo: correctly validate revert commits (b04b18d)
  • repo: link to the how-to-get-started video (d71e9df)
  • repo: only format documentation when generating documentation (#​2186) (ebfa645)
  • repo: set names for tasks in circle ci (#​2187) (fb4fccb)
  • storybook: added static storybook build (#​2074) (8579894)
  • testing: add --ci-build-id option to cypress in order to make parallel work for some ci (#​2218) (6ef95bd)

v8.9.0

Compare Source

Bug Fixes
  • backend: use consistent webpack version (0000266)
  • nx: fix support for * in lint rules (feca793), closes #​2076
  • nx: polyfill rxjs to avoid version mismatch issues (a88ee63)
  • nx: remove unneeded webpack rules (ae38c8c)
  • nx: update storybook configuration (#​2104) (c4cba1c)
  • web: do not replace 0.0.0.0 with localhost (91e1f4e)
Features
  • testing: added test for ts options required by nest (18d0798)
  • set tsconfig’s emitDecoratorMetadata=true in nestjs application schematic (6a14b66)

v8.8.3

Compare Source

Bug Fixes
  • web: resolve issue where different core-js versions exist in the same workspace (7a434d4), closes #​2086
  • invalid projects to run-many cause it to exit (#​2094) (4fada77)
  • nx: align package versions for web and node packages (#​2098) (4ab9827)

v8.8.2

Compare Source

Bug Fixes
  • nx: fix migration script (f916379)

v8.8.1

Compare Source

Bug Fixes

v8.8.0

Bug Fixes
  • angular: allow creating an app named 'app' or lib named 'lib' (f095647), closes #​1844
  • nx: add storybook to deploy pipeline (26ead7b)
  • nx: affected --all should not parse for affected files (49e6a58), closes #​1988
  • nx: affected maximum call stack size exceeded when circular dependencies (e4d54f0)
  • nx: clean up some storybook bugs (2425436)
  • nx: configure knobs correctly (ae93a87)
  • nx: migrate command should not download migrations for packages that arent installed (35f20b1)
  • nx: ng-add schematic updated for ng8 (2d61945)
  • nx: parse schema boolean properties as booleans for workspace-schematic (99bc6df), closes #​1952
  • nx: processing tests config properly on ng-add (d7184df)
  • nx: typo in @​nrwl/web dependency (949869e)
  • nx: update style paths. Fixes #​1468 (48dae93)
  • web: fixes devserver allowed hosts option schema validation error (e85f56f)
Features

v8.7.0

Compare Source

Bug Fixes
  • angular: correctly add provider to module if last element was object literal (e9a6b20)
  • angular: ng add @​nrwl/angular should run schematics (4759311)
  • nx: add outputPath in schema.json for web and node build builders. (#​1959) (930cf40), closes #​1945
  • nx: add a message about dep graph server (5b8989f)
  • nx: add support for regexp in allow option of enforce-module-boundaries lint rule (7df0e58), closes #​1943
  • nx: dep-graph vizualiation should only highlight an edge when both nodes are affected (1aa255c)
  • nx: fix affected logic for app tsconfigs (fa675f1)
  • nx: handle adding @​nrwl/workspace to projects with camel case names (01c88fd)
  • nx: simplify migrations by always updating all first-party plugins (7109577)
  • nx: update dep-graph render logic to show full graph (0f1fa29), closes #​1938
  • nx: update ESLint types to stable version (da62415), closes #​1833
  • nx: update TypeScript app configuration for Ivy support (14a1963)
  • nx: validate target and configuration in @​nrwl/tao/run and provide better errors (58353a6)
  • testing: convert testPathPattern to an array (19efc6d), closes facebook/jest/#​5066
  • testing: update jest builder to support testLocationInResults flag (9059a97)
  • web: use legacy decorators so they work with TypeScript. (#​1928) (34a887a), closes #​1908
Features
  • nx: add generic task execution (ed54633)
  • nx: add new nx list command which enables simpler schematic discovery (b962b09)
  • nx: add option validation to @​nrwl/tao/generate with bonus levenshtein lookup (5a398a6)
  • nx: add report function to @​nrwl/workspace which lists versions of select packages (1d377ea)
  • nx: implement print-affected (1c7b8dc)
  • nx: inclusion and exclusion capability added to nx dep-graph (f6ad171), closes #​1864
  • nx: update usage of facades with NgRx and add better support for barrel exports (6160cc2)
  • web: enable devserver allowed hosts option (#​1969) (f3b673e)

v8.6.0

Compare Source

Bug Fixes
  • nx: increases buffer size for git commands (adcd928), closes #​1886
  • nx: make dep-graph work on node 12 (156f961)
  • testing: fix the verbose option type for jest (579a155)
  • testing: merge rather than replace ts-jest property on global config (#​1896) (e13910d), closes #​1059
Features
  • nx: add a flag to run affected:libs and affected:apps without pretty formatting (3516890)
  • nx: add a utlity to update packages in package.json (5a60f9f)
  • nx: add verbose flag to @​nrwl/tao which will output stack trace on error (4b4a5dc)
  • nx: support * and ** in lint rules (15b4666)
  • react: add publishable library support (a524b2e), closes #​1521

v8.5.2

Compare Source

Bug Fixes

v8.5.1

Compare Source

Bug Fixes
  • angular: remove tsconfig.lib.json excludes when --unit-test-runner is none (fa05f11)
  • nx: check for valid semver version before updating package (47e751f), closes #​1831
  • nx: handle windows drive letters in nx-enforce-module-boundaries (85c54e9)
  • nx: remove unused double dashes to avoid yarn's warning (37ab942)
  • nx: update create-nx-workspace to only offer styled components for react and react-express (#​1858) (3e431fa), closes #​1773
  • nx: update the migrate command to handle edge cases (4ef3a77)
  • nx: use same prettier version (#​1869) (e6b07e2)
  • testing: allow support of svg templates (14da0ff)
  • testing: fix the breaking jest builder spec (#​1851) (0a2555c)
  • testing: merge builder globals with jest.config.js globals rather than override them completely (#​1827) (5de142f), closes #​1059
  • testing: pass setupFilesAfterEnv to jest.runCLI rather than deprecated option (#​1808) (28327d3), closes #​1343
Features
  • angular: fail cypress builder early if compilation error (5daf211)
  • testing: add support for testResultsProcessor jest option (ba6be8d)
  • testing: set transpileOnly=true ... (d3d5417), closes #​1871

v8.5.0

Compare Source

Bug Fixes
  • angular: remove backticks from home template which cause decorator parse errors (835f3b0), closes #​1785
  • angular: update Angular to 8.2.x and CLI to 8.3.x for migration (f222e88)
  • nx: add check to see if CLI version is more recent (d5b4453)
  • nx: exclude appropriate test setup file in tsconfig.lib.json (eeb713f), closes #​1139
  • nx: fix error message when using angular with nx cli (3cef509)
  • nx: fix package manager detection in the tao package (4f5e320), closes #​1782
  • nx: format all files when --all is passed (77c0c56)
  • nx: make package manager detection a bit smarter (a1df1e0)
  • nx: misc next.js related fixes (3579c5a)
  • nx: remove check for CLI version before migration (20b292b)
  • nx: update .prettierignore (#​1795) (241d9dd)
  • nx: use semver for version range comparison (88512c2)
  • react: add react preset right after env (#​1817) (3cc01b9)
  • react: extend configureStore correctly when adding additional slices (#​1769) (7cff67c)
  • testing: init the jest setup any time jest project is created (c3f2132)
  • web: fix broken test (#​1820) (68498ab)
  • web: use require.resolve for babel presets/plugins so we don't rely on module hoisting (#​1813) (6f48e01)
Features
  • angular: add backendProject flag to angular app generation schematics (5ada9dd), closes #​1288
  • nx: add support for migrations (70d71b3)
  • nx: implement next support (09a94b8)
  • nx: update to Angular 8.2, Devkit 8.3, and NgRx 8.3 (0491ccc)
  • react: updates RSK to 0.7 (#​1814) (bfd77db)
  • web: add support for typescript decorators (#​1798) (ca889a8)
  • web: use babel-loader instead of ts-loader for web build builder (811c50b), closes #​1 #​1

v8.4.13

Compare Source

Bug Fixes
Features

v8.4.12

Bug Fixes
  • react: add missing dependencies to react package.json (01f1c81)
  • react: fix eslint config so it does not override module boundaries from parent. (#​1733) (e93064a)
  • react: fix invalid version o @​types/react-dom (3bf8818)
  • react: validate style value before proceeding with app/lib/component generate (#​1725) (5b6da28)
  • testing: remove directory x-prompt (e29dcf9)
Features

v8.4.9

Compare Source

Bug Fixes
  • nx: normalize paths in the eslint version of boundaries check (17f8a79)
  • nx: pass --fix flag to selected linter (4cd0ff1), closes #​1703
  • react: add tsx files to includes to fix the linter (96d0203)
  • react: update extensions for Prettier to include tsx and jsx files (#​1708) (bb8c18c)
Features
  • eslint-plugin-nx: new package, ESLint enforce-module-boundaries rule (49dcacf)
  • nx: make choosing the cli clearer (b028452)
  • react: improve lib schematic by replacing parentRoute with appProject option (a2fbc47)

v8.4.8

Compare Source

Bug Fixes
  • nx: fix the default linter for express package (4e0602a)
  • nx: fix workspace schematic package manager detection (bd7af85)

v8.4.7

Bug Fixes
  • angular: use build-angular for linting (aecdd2b)
  • nx: app name is not used when preset is provided (14de19d)
  • nx: create-nx-workspace passes appname twice (cdcab01)
  • nx: fix util used in the old migrator (6644cb7)
  • nx: reporters defined in jest.config.js aren't used (f0d9bc8)
  • nx: run nx command in generated workspace (2d9b604), closes #​1647
  • nx: running affected commands in parallel does not terminate on azure (c07e322)

v8.4.4

Compare Source

Bug Fixes
  • jest: change reporters option to array type (ec9ed17)
  • nx: 8.0.0 schematic expected workspace.json (238236a)
  • nx: add a direct dependency on chalk (61194ab)
  • nx: fix style selection on windows (5074b82)
  • nx: npm scripts documentation generation (07d963b), closes #​1567
  • nx: remove invalid peer dependency (166a21a)

v8.4.3

Compare Source

Bug Fixes
  • nx: global cli warning false positives (d3dc2f4)
  • nx: rename browserlist file to browserslist (#​1654) (8c7c0b7)
  • nx: set the default linter in presets (fbb3dc6)
  • react: add missing polyfills for apps using babel. (790f174), closes #​1668
Features
  • nx: add eslint support (448233b)
  • nx: add full stack preset for react/express (bb858e4)

v8.4.2

Compare Source

Bug Fixes
  • nx: global cli warning false positives (d3dc2f4)
  • nx: set the default linter in presets (fbb3dc6)
  • react: add missing polyfills for apps using babel. (790f174), closes #​1668
Features

v8.4.1

Compare Source

Bug Fixes
  • nx: use correct schematic for angular components (6d6cbf8), closes #​1617
  • react: fix a typo in component schematic prompt (bc336b6)
Features
  • nx: improve the dev ergonomics of create-nx-workspace (6fd181f)
  • nx: misc ux improvements (192a6a0)

v8.4.0

Compare Source

v8.3.3

Compare Source

Bug Fixes
  • web: resolve issue where different core-js versions exist in the same workspace (7a434d4), closes #​2086
  • invalid projects to run-many cause it to exit (#​2094) (4fada77)
  • nx: align package versions for web and node packages (#​2098) (4ab9827)

v8.3.0

Compare Source

Bug Fixes
  • cypress: return a non 0 exit status on failures (055e8bc)
  • frontend: fix ngrx migration requiring angular cli 8.1 ([98e5bbc](https://

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

@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 077242d to 3f22c57 Compare July 4, 2019 20:35
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 3f22c57 to b68ded6 Compare July 23, 2019 14:45
@renovate renovate bot changed the title Update nrwl monorepo to v8.2.0 Update nrwl monorepo to v8.3.0 Jul 23, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from b68ded6 to 2c8cff5 Compare July 26, 2019 14:52
@renovate renovate bot changed the title Update nrwl monorepo to v8.3.0 Update nrwl monorepo to v8.4.0 Jul 26, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 2c8cff5 to 0aeac4a Compare July 30, 2019 15:04
@renovate renovate bot changed the title Update nrwl monorepo to v8.4.0 Update nrwl monorepo to v8.4.1 Jul 30, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 0aeac4a to 7c7a6a0 Compare July 31, 2019 22:38
@renovate renovate bot changed the title Update nrwl monorepo to v8.4.1 Update nrwl monorepo to v8.4.2 Jul 31, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 7c7a6a0 to 7625d6c Compare August 1, 2019 17:30
@renovate renovate bot changed the title Update nrwl monorepo to v8.4.2 Update nrwl monorepo Aug 1, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 7625d6c to d1f0d12 Compare August 1, 2019 17:32
@renovate renovate bot changed the title Update nrwl monorepo Update nrwl monorepo to v8.4.3 Aug 1, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from d1f0d12 to 6275f78 Compare August 6, 2019 19:33
@renovate renovate bot changed the title Update nrwl monorepo to v8.4.3 Update nrwl monorepo to v8.4.4 Aug 6, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 6275f78 to f98ecc0 Compare August 8, 2019 13:24
@renovate renovate bot changed the title Update nrwl monorepo to v8.4.4 Update nrwl monorepo to v8.4.5 Aug 8, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from f98ecc0 to c129af1 Compare August 8, 2019 13:28
@renovate renovate bot changed the title Update nrwl monorepo to v8.4.5 Update nrwl monorepo to v8.4.6 Aug 8, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from c129af1 to 820addc Compare August 9, 2019 20:29
@renovate renovate bot changed the title Update nrwl monorepo to v8.4.6 Update nrwl monorepo to v8.4.7 Aug 9, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 820addc to 5c5d736 Compare August 10, 2019 18:58
@renovate renovate bot changed the title Update nrwl monorepo to v8.4.7 Update nrwl monorepo to v8.4.8 Aug 10, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 5c5d736 to a9917f8 Compare August 14, 2019 22:37
@renovate renovate bot changed the title Update nrwl monorepo to v8.4.8 Update nrwl monorepo Aug 14, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from a9917f8 to 7597663 Compare August 14, 2019 22:39
@renovate renovate bot changed the title Update nrwl monorepo Update nrwl monorepo to v8.4.9 Aug 14, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 7597663 to 0354289 Compare August 14, 2019 23:01
@renovate renovate bot changed the title Update nrwl monorepo to v8.4.9 Update nrwl monorepo to v8.4.10 Aug 14, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 0354289 to 6d77c37 Compare August 17, 2019 17:48
@renovate renovate bot changed the title Update nrwl monorepo to v8.4.10 Update nrwl monorepo to v8.4.12 Aug 17, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 6d77c37 to 0601652 Compare August 29, 2019 21:11
@renovate renovate bot changed the title Update nrwl monorepo to v8.4.12 Update nrwl monorepo to v8.4.13 Aug 29, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 0601652 to 76b8337 Compare September 30, 2019 12:03
@renovate renovate bot changed the title Update nrwl monorepo to v8.4.13 Update nrwl monorepo to v8.5.2 Sep 30, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 76b8337 to 8a4f252 Compare November 10, 2019 20:06
@renovate renovate bot changed the title Update nrwl monorepo to v8.5.2 Update nrwl monorepo to v8.7.0 Nov 10, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 8a4f252 to dcf78b1 Compare November 21, 2019 10:02
@renovate renovate bot changed the title Update nrwl monorepo to v8.7.0 Update nrwl monorepo to v8.8.0 Nov 21, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from dcf78b1 to fb6e30e Compare December 14, 2019 17:48
@renovate renovate bot changed the title Update nrwl monorepo to v8.8.0 Update nrwl monorepo to v8.9.0 Dec 14, 2019
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from fb6e30e to 588ebde Compare January 18, 2020 14:03
@renovate renovate bot changed the title Update nrwl monorepo to v8.9.0 Update nrwl monorepo to v8.11.1 Jan 18, 2020
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 588ebde to e0620ba Compare February 8, 2020 14:03
@renovate renovate bot changed the title Update nrwl monorepo to v8.11.1 Update nrwl monorepo to v8.12.2 Feb 8, 2020
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from e0620ba to fcbd20d Compare February 16, 2020 07:56
@renovate renovate bot changed the title Update nrwl monorepo to v8.12.2 Update nrwl monorepo to v8.12.4 Feb 16, 2020
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from fcbd20d to 2400810 Compare March 10, 2020 15:04
@renovate renovate bot changed the title Update nrwl monorepo to v8.12.4 Update nrwl monorepo to v8.12.9 Mar 10, 2020
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 2400810 to 185e22e Compare April 26, 2020 11:05
@renovate renovate bot changed the title Update nrwl monorepo to v8.12.9 Update nrwl monorepo to v8.12.11 Apr 26, 2020
@renovate renovate bot changed the title Update nrwl monorepo to v8.12.11 fix(deps): update nrwl monorepo to v8.12.11 Oct 28, 2020
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 185e22e to f7ebc3f Compare September 25, 2022 12:56
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from f7ebc3f to 73a41b3 Compare November 20, 2022 10:07
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