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

Update nrwl monorepo to v9.8.0 - abandoned #115

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2020

Mend Renovate

This PR contains the following updates:

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

Release Notes

nrwl/nx

v9.8.0

Compare Source

Bug Fixes
  • core: allow --all=true in addition to --all (017348b)
  • core: fix resolving imports that cannot be resolved via typescript (830377a)
  • core: store terminal output for failed tasks created with pipe output capture (dd4dff5)
  • repo: update yarn file (4143525)
  • web: upgraded webpack-subresource-integrity (#​4004) (a5163c2)

v9.7.1

Compare Source

Bug Fixes
  • core: add forwardAllArgs option to run-commands builder (#​3559) (507c1b6), closes #​3335
  • core: enable intelligent tsconfig changes in tsconfig.base.json (#​3768) (6eedf58)
  • core: fix decorate angular-cli script to work for production installs (6377cef)
  • core: fix resolving projects for imports to '..' (#​3846) (439d5d8)
  • core: fix resolving projects for imports to '.' (#​3839) (8c85bf9)
  • core: git hasher should handle unstaged files with spaces (ed5f3a6)
  • core: improve performance of analyzing npm dependencies (#​3755) (9c5c5fe)
  • core: read tsconfig.json instead of tsconfig.base.json (#​3745) (cbf12f0)
  • core: remove invalid --plain flags from affected commands (ab943ae)
  • core: update the version of yargs to fix npm audit (4ea6ef8)
  • core: update version of yargs-parser (#​3754) (3f3a58f)
  • docs: Misnamed link in sidebar (#​3762) (54c3d8d)
  • misc: increase buffer limit of run-commands (25c2ba0)
  • misc: upgrade version of yargs-parser (#​3751) (156dd33), closes #​3105
  • repo: fix broken tests (589a480)
  • repo: fix publish script (480c01d)
Features
  • core: add a prompt when using --scan without nx-cloud (52c9bc7)
  • core: add nest preset (0759213)
  • core: add scan to list of supported flags (f19c5df)
  • core: optimize project locator perf (46454aa)
  • docs: add node document generation (5904c3e)

v9.7.0

Compare Source

Bug Fixes
  • core: git hasher should handle unstaged files with spaces (ed5f3a6)
  • core: read tsconfig.json instead of tsconfig.base.json (#​3745) (cbf12f0)
  • core: remove invalid --plain flags from affected commands (ab943ae)
  • core: update the version of yargs to fix npm audit (4ea6ef8)
  • core: update version of yargs-parser (#​3754) (3f3a58f)
  • misc: upgrade version of yargs-parser (#​3751) (156dd33), closes #​3105
  • repo: fix publish script (480c01d)
Features
  • core: add a prompt when using --scan without nx-cloud (52c9bc7)
  • core: add nest preset (0759213)
  • core: add scan to list of supported flags (f19c5df)
  • core: optimize project locator perf (46454aa)
  • docs: add node document generation (5904c3e)

v9.6.0

Compare Source

Bug Fixes
  • angular: show a nicer error when running nx in an angular workspace (d074f45)
  • core: add a workaround for potential bugs in git hasher (#​3521) (237d508)
  • core: create-nx-workspace preset and cli params should work with spaces (74a61e7)
  • core: create-nx-workspace uses a unix-style path on windows (1d8f901)
  • core: do not print warnings for print-affected (34e6c14)
  • core: dont override sigint (4f22832)
  • core: explicitly store workspace files instead of deriving them from hashes (17d78c0)
  • core: fix crosshair icon for dep-graph (c8eb86d)
  • core: fix dep-graph crosshair svg not available (#​3362) (d021876)
  • core: generate proper cli command in lib readme (fdd9099)
  • core: git hasher should handle file that are both renamed and modified (be42a10)
  • core: handle git renames and spaces in filenames when doing git hashing (7e9587f)
  • core: honor workspace layout with workspace move schematic (8f62e8d)
  • core: increase maxBuffer when invoking git to get file hashes (2871bd1)
  • core: override --prod with --configuration (9699214)
  • core: properly resolve tsconfig when serving from project root (#​3403) (93fab26)
  • core: remove an unnecessary npm install when connecting to cloud (291a918)
  • core: remove defaultProject in workspace when removing project (5abd0d1), closes #​3511
  • core: remove deleted files from git-hashers result (1777f5b)
  • core: respect nxignore when using git hashing (464d13e)
  • core: sort files before creating project graph to make stable hashes (b0ada64)
  • core: tests (c16c161)
  • core: update copy-webpack-plugin (#​3514) (0351ade), closes #​3506
  • core: with-deps should handle circular dependencies (020d2e1)
  • misc: add regex pattern to schematics to prevent empty app/lib creation (#​3396) (fa9c790), closes #​2924
  • misc: fix exit code for running nx outside of a workspace (3f18eab)
  • misc: workspace-lint should respect nested gitignores (496534d)
  • react: add babel plugin for styled-jsx for libs (#​3441) (5927a5b)
  • react: move url-loader to the react package.json (#​3356) (d7f1a03)
  • react: remove empty space from describe name (#​3504) (b170e81)
  • repo: fix e2e test (00de5d8)
  • repo: fix unit test script (fc1ba0a)
  • testing: builder should let baseUrl option take precidence if present (#​3487) (5f637f8)
  • web: remove duplicate copy webpack plugin (#​3556) (a0d501b)
Features
  • core: add perf logging (353a9d9)
  • core: redesign workspace file hashing (9a2341a)
  • core: use custom output logging for configuration out of sync errors (6ee1dda)
  • storybook: add docs mode option to dev server builder (#​2882) (5109068), closes #​3147
  • testing: pass ignoreTestFiles to cypress builder (34847aa), closes #​3439
  • testing: pass reporter and reporterOptions to cypress builder (#​3536) (aa6ea72)

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 2 times, most recently from 20cb0c9 to 3e1491f Compare August 23, 2020 05:51
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 3e1491f to 149bd96 Compare September 17, 2020 21:31
@renovate renovate bot changed the title Update nrwl monorepo to v9.6.0 Update nrwl monorepo Sep 17, 2020
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 149bd96 to d09784a Compare September 17, 2020 21:34
@renovate renovate bot changed the title Update nrwl monorepo Update nrwl monorepo to v9.7.0 Sep 17, 2020
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from d09784a to 3c79318 Compare October 16, 2020 17:35
@renovate renovate bot changed the title Update nrwl monorepo to v9.7.0 Update nrwl monorepo to v9.7.1 Oct 16, 2020
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch from 3c79318 to 149693e Compare November 28, 2020 09:08
@renovate renovate bot changed the title Update nrwl monorepo to v9.7.1 Update nrwl monorepo to v9.8.0 Nov 28, 2020
@renovate
Copy link
Contributor Author

renovate bot commented Nov 28, 2020

⚠️ 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 check 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

@renovate
Copy link
Contributor 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.

Copy link
Contributor Author

renovate bot commented Jan 8, 2025

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate bot changed the title Update nrwl monorepo to v9.8.0 Update nrwl monorepo to v9.8.0 - abandoned Jan 8, 2025
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.

1 participant