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(deps): update nrwl monorepo to v10.4.15 #70

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 13, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nrwl/eslint-plugin-nx (source) 10.0.11 -> 10.4.15 age adoption passing confidence
@nrwl/jest (source) 10.0.11 -> 10.4.15 age adoption passing confidence
@nrwl/node (source) 10.0.11 -> 10.4.15 age adoption passing confidence
@nrwl/nx-plugin (source) 10.0.11 -> 10.4.15 age adoption passing confidence
@nrwl/workspace (source) 10.0.11 -> 10.4.15 age adoption passing confidence

Release Notes

nrwl/nx

v10.4.15

Compare Source

Bug Fixes
  • core: fix project dependency resolution for relative imports on windows (#​5009) (e431e58), closes #​5002
  • core: git hasher handles workspaces not only in root (ffe4fb4)
  • core: git hasher identifies deleted files (925d14c), closes #​4201
  • core: git hashing handles "unusual" pathname characters (202b3dc)
  • core: respect patterns when hashing implicit deps (868d3c6)
  • core: revert to using trimRight for compatibility for older versions of node (46880d2)

v10.4.14

Compare Source

Bug Fixes

v10.4.13

Compare Source

Bug Fixes
  • core: output gets printed twice when using pipe capture (693dcb1)

v10.4.12

Bug Fixes
  • core: add missing deps to support running old migrations (1893ebc)
  • core: use tmp folder instead of npx to get latest tao (9ce3c8f)
  • core: wrap cache read to try/catch (917a1ca), closes #​4470
Features
  • core: run migration script using npx by default (f3992ea)

v10.4.7

Compare Source

Bug Fixes

v10.4.6

Compare Source

Bug Fixes
  • core: decorate angular cli to error when ng update is used (6b9942f)

v10.4.5

Compare Source

Features
  • core: show a warning about using ng update insteda of nx migrate (da05843)
  • core: update the update npm script to invoke nx migrate (5f0bf8a)
  • node: add generatePackageJson option to build executor (021c842)

v10.4.4

Compare Source

v10.4.3

Compare Source

Bug Fixes
  • core: add explicit dep on cli if missing (cbd404c)
  • core: migration should fetch packages using cwd instead of prefix (95889a2)

v10.4.2

Bug Fixes
  • core: fix typo in the migration adding tao (4c377bd)
  • repo: change e2e tests setup to use a different version (a1615e8)
  • testing: calculate coverage-directory from the root (2f2ddec)
Features
  • add --js and --pascalCaseFiles flags to core,node,express schematics (#​3683) (842455b)

v10.4.0

Compare Source

Bug Fixes
  • angular: install angular packages when generating a new lib (db7c3e6), closes #​2652 #​2652
  • angular: update karma, jasmine & protractor deps (3d7c230)
  • core: a new workspace should have an explict dep on tao (9d053e7)
  • core: add PNPM lock file to hasher's implicit dependencies (3753cf3)
  • core: default to NPM package manager (8676c1a)
  • core: store terminal output for failed tasks created with pipe output capture (95c539f)
  • repo: fix docs formatting (825202b)
  • repo: increase jest timeout (18274ce)
  • storybook: path on Win for tsconfig location in angular.json (#​4080) (d1a086f), closes #​3956
Features
  • angular: browser builder with incremental build support (1fcea97)

v10.3.3

Compare Source

Bug Fixes
  • core: remove nx-cloud from the list of core deps used by migrate (19ec5d6)

v10.3.2

Compare Source

Bug Fixes
  • core: fix formatting of strings with periods (#​3928) (eecde52)
  • core: fix resolving imports that cannot be resolved via typescript (5afd3ec)
  • core: fix resolving npm dependencies (#​3963) (874f222)
  • core: handle spaces in workspace path (701eca7), closes #​3919
  • storybook: include storybook v5 project schematics (#​3996) (f86a043)

v10.3.1

Compare Source

Bug Fixes
  • linter: migration should not include patterns from node_modules (#​3880) (b5de2f4)
  • react: support vendor sourcemap option for web build (#​3902) (c84ad40)
  • storybook: move 10.0.12 migration to 10.3.1 because it was relea… (#​3901) (30924e7)
  • testing: fix ts-jest migration (#​3900) (bc6e6b9)
Features
  • nextjs: add nextConfig option for nextjs build builder to provide customization (#​3899) (af15cb0)
  • repo: update nx to 10.3.1-beta.1 (#​3925) (d7578d5)

v10.3.0

Compare Source

Notes
  • There may be some issues for users migrating from 10.2.x, you might see this error: notarget No matching version found for @​nrwl/[email protected].. Please follow the instructions in the error message and do the following:
    • npm install --save-dev @​nrwl/workspace@latest
    • nx migrate @​nrwl/workspace@latest --from="@​nrwl/[email protected]"
    • See here for more information
Bug Fixes
  • angular: add tsconfig.editor.json to catch misc files" (#​3810) (6885507)
  • angular: fix ng add for angular cli 10.1 (#​3771) (ae17586)
  • core: combine npm and project locators to scan files only once (970a60d)
  • core: declare cli as direct dependency (21bbd1e), closes #​2944
  • core: enable intelligent tsconfig changes in tsconfig.base.json (#​3768) (c2a1946)
  • core: fix decorate angular-cli script to work for production installs (5e8c57a)
  • core: fix lint failures for npm packages (#​3827) (f057978)
  • core: fix linter prompt in create-nx-workspace (#​3845) (b45734b)
  • core: fix possible memory leak warning from task orchestrator (6d9ff59)
  • core: fix process hanging for ctrl C (#​3856) (8e519cd)
  • core: fix resolving projects for imports to '..' (#​3846) (655143e)
  • core: fix resolving projects for imports to '.' (#​3839) (e688541)
  • core: improve performance of analyzing npm dependencies (#​3755) (6603889)
  • core: migrate to latest version of @​nrwl/nx-cloud (f0bb232)
  • docs: Misnamed link in sidebar (#​3762) (231e666)
  • docs: update image links for console (#​3841) (0371657)
  • docs: Updating size of youtube embeds (#​3798) (d1f740e)
  • linter: add root .eslintrc.json to implicit deps (#​3852) (da6f987)
  • linter: fix performance issues with boundaries lint checks (4a942d9)
  • linter: remove duplicate migration of disabling explicit-module-boundary-types (#​3837) (f2585ae)
  • linter: run migration for targets that are not lint (#​3850) (ad56f57)
  • linter: use the tsConfig option to find tsconfigs for eslint migration (#​3853) (a8db1f7)
  • node: update all webpack-dev-server versions (e50b2c2)
  • node: update yarn vulnerability in webpack-dev-server (a3a4818)
  • nx-plugin: remove root dir in tsconfig from newly generated plugins (be92108)
  • react: calculate npm project dependencies correctly (#​3804) (ea71278)
  • repo: add migration for cli dependency (#​3820) (01d8c98)
  • repo: lookup for installed plugins in package.json (341cc6b)
  • repo: optimize workspace aux commands test (#​3830) (91ca9dd)
  • repo: tests and e2e, enable linting for workspace to set baseline (#​3790) (122afe7)
  • repo: update the version of nx-cloud that set NX_BRANCH and NX_RUN_GROUP automatically (7582aab)
  • storybook: fix .eslintrc.json being undefined when adding storybook to project (#​3851) (6fb780e)
  • storybook: migration of tsconfig when now tsconfig.lib.json is present (#​3786) (b19d293)
  • web: adding missing @​rollup/plugin-json dependency (#​3783) (c382feb)
Features

v10.2.1

Compare Source

Bug Fixes
  • angular: properly generate storybook stories across barrel files (#​3662) (929f2f4)
  • core: allow-tsconfig.json for project graph (ed79761)
  • core: correctly alias format:write to format (ebe49c7)
  • core: update version of yargs-parser (#​3754) (14987f9)
  • misc: updates the mv schematic to cope with libs created with --importPath (001b6ee), closes #​3476
  • misc: upgrade version of yargs-parser (#​3751) (c510cdd), closes #​3105
  • node: remove the edge from the node package to angular (3e3b4be)
  • node: set noEmitOnError to always true, and show diagnostic messages from ts (#​3697) (87ded43)
  • storybook: tsconfig extends mapping (d34c3e6)
Features
  • angular: update jest-preset-angular library to v8.3.1 (d07ab51)
  • core: adds ability for outputs to be files and not just folders (b548f1a)
  • core: fix typo on ci config (#​3721) (faf451a)
  • web: added rollup json plugin to web package builder (#​3666) (434cb21)

v10.2.0

Compare Source

Bug Fixes
Features
  • angular: update NgRx libraries to version 10.0.0 (#​3543) (270433f), closes #​3542
  • core: add a prompt when using --scan without nx-cloud (a615da9)
  • core: add nest preset (10d3d0d)
  • core: add nx-cloud to list of default packages to be migrated (34a66f3)
  • core: add scan to list of supported flags (a71dd85)
  • core: compile only schematics realted source when using workspace-schematics (ac643a7), closes #​1215
  • core: indicate that a nested process was invoked by nx (e90fbda)
  • core: optimize project locator perf (e939380)
  • core: support globs for file paths in implicitDependencies (#​3554) (e859264), closes #​625
  • core: support globs for JSON paths in implicitDependencies (a4b37a3), closes #​2483
  • docs: add node document generation (0304516)
  • misc: add babelJest support to node,web,workspace,express plugins (#​3636) (6b8592d), closes #​3041
  • misc: run-commands supports plain args when invloked through Angular CLI (875e484)
  • misc: support projects option in format (#​3588) (86784b2), closes #​3303 #​3090
  • nextjs: update nextjs and related packages to current version (9.5.1) (#​3485) (4e06d83)
  • node: add nest schematics with project option (#​3304) (028e54e)
  • node: added rootDir flag when generating node/lib (#​3659) (e10aa45)
  • nx-plugin: move from @​gperdomor/nx-docker to @​nx-tools/nx-docker (#​3652) (8751b2a)
  • repo: add NX_BRANCH and NX_RUN_GROUP env vars (14d8a8e)
  • repo: migrate nx to latest (5fac428)
  • storybook: improve webpack DX by adding proper types and jsdoc (#​3454) (2d7b7f5)
  • testing: pass reporter and reporterOptions to cypress builder (#​3536) (78ed02c)
  • testing: update jest to v26 (#​3449) (2569b02)

v10.1.0

Compare Source

Bug Fixes
Features

v10.0.13

Compare Source

Bug Fixes
  • core: add a workaround for potential bugs in git hasher (#​3521) (c21454e)
  • core: dont override sigint (1cfe419)
  • core: explicitly store workspace files instead of deriving them from hashes (f75adb8)
  • core: respect nxignore when using git hashing (550fabb)

v10.0.12

Compare Source

Bug Fixes
  • core: git hasher should handle file that are both renamed and modified (f25e70f)
  • react: remove empty space from describe name (#​3504) (b33815b)
  • testing: builder should let baseUrl option take precidence if present (#​3487) (86b4f4e)
Features

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 changed the title chore(deps): update nrwl monorepo to v10.0.12 chore(deps): update nrwl monorepo Aug 19, 2020
@renovate renovate bot changed the title chore(deps): update nrwl monorepo chore(deps): update nrwl monorepo to v10.0.13 Aug 19, 2020
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v10.0.13 chore(deps): update nrwl monorepo to v10.1.0 Aug 21, 2020
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v10.1.0 chore(deps): update nrwl monorepo to v10.2.0 Sep 11, 2020
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v10.2.0 chore(deps): update nrwl monorepo Sep 17, 2020
@renovate renovate bot changed the title chore(deps): update nrwl monorepo chore(deps): update nrwl monorepo to v10.2.1 Sep 17, 2020
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v10.2.1 chore(deps): update nrwl monorepo Oct 4, 2020
@renovate renovate bot force-pushed the renovate/nrwl-monorepo branch 2 times, most recently from a7abd9a to b709f67 Compare October 4, 2020 17:13
@renovate renovate bot changed the title chore(deps): update nrwl monorepo chore(deps): update nrwl monorepo to v10.3.0 Oct 4, 2020
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v10.3.0 chore(deps): update nrwl monorepo to v10.3.1 Oct 26, 2020
@sonarcloud
Copy link

sonarcloud bot commented Oct 26, 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

@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v10.3.1 chore(deps): update nrwl monorepo to v10.4.4 Nov 28, 2020
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v10.4.4 chore(deps): update nrwl monorepo to v10.4.7 Dec 11, 2020
@sonarcloud
Copy link

sonarcloud bot commented Dec 11, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

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

@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v10.4.7 chore(deps): update nrwl monorepo to v10.4.10 Jan 24, 2021
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v10.4.10 chore(deps): update nrwl monorepo to v10.4.12 Jan 31, 2021
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v10.4.12 chore(deps): update nrwl monorepo to v10.4.13 Feb 13, 2021
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v10.4.13 chore(deps): update nrwl monorepo to v10.4.14 Mar 10, 2021
@renovate renovate bot changed the title chore(deps): update nrwl monorepo to v10.4.14 chore(deps): update nrwl monorepo to v10.4.15 Mar 25, 2021
@sonarcloud
Copy link

sonarcloud bot commented Mar 25, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

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

@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 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