Skip to content

chore(deps): update nrwl monorepo to v13.4.6 #1159

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

Merged
merged 1 commit into from
Jan 22, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nrwl/cli (source) 13.2.4 -> 13.4.6 age adoption passing confidence
@nrwl/cypress (source) 13.2.4 -> 13.4.6 age adoption passing confidence
@nrwl/eslint-plugin-nx (source) 13.2.4 -> 13.4.6 age adoption passing confidence
@nrwl/jest (source) 13.2.4 -> 13.4.6 age adoption passing confidence
@nrwl/linter (source) 13.2.4 -> 13.4.6 age adoption passing confidence
@nrwl/next (source) 13.2.4 -> 13.4.6 age adoption passing confidence
@nrwl/react (source) 13.2.4 -> 13.4.6 age adoption passing confidence
@nrwl/tao (source) 13.2.4 -> 13.4.6 age adoption passing confidence
@nrwl/web (source) 13.2.4 -> 13.4.6 age adoption passing confidence
@nrwl/workspace (source) 13.2.4 -> 13.4.6 age adoption passing confidence

Release Notes

nrwl/nx

v13.4.6

Compare Source

Bug Fixes
  • angular: do not format when skipFormat is passed for generating a lib (#​8549) (c72520e)
  • angular: expose executors sources (#​8368) (a7a7c55)
  • angular: remove invalid style option from the library generator defaults (#​8515) (b5b666f)
  • angular: skipFormat files when converting to Nx project (#​8387) (c2115c2), closes #​8386
  • core: add license field (#​8542) (39b134a)
  • core: affected logic should get file hashes from graph (f00a0b5)
  • core: allow for creating a project graph without any root tsconfig.json at all (#​8545) (0c31a99)
  • core: change default folder for daemon assets to cache dir (75cc52f)
  • core: correctly check if on azure CI (c238f16)
  • core: create new env variable for performance profile and add documentation (#​8479) (eabeebc)
  • core: daemon should reinitilize hasher when doing reset (6c75057)
  • core: run command is swallowing errors from angular builders (#​8571) (dc2ed97)
  • core: update @​nrwl/js package with nx migrate latest (#​8363) (b73da63), closes #​8362
  • core: use the default configuration in dep tasks (ccda8cf)
  • js: fix npm module resolving (#​8316) (#​8352) (931ba3a)
  • linter: move eslint to peer dependencies (#​8552) (bf22b2b)
  • misc: fix format to not use supported file extensions (#​8548) (452146e)
  • nest: add missing resource generator option (#​8310) (f30b8a3)
  • node: properly set ng-add as alias for init (#​8512) (1a82c1c)
  • react-native: add babel.config.json at root for react native project (#​8467) (2a9e92e)
  • react-native: add test-setup to exclude in tsconfig for react native (#​8429) (8fdec37)
  • react-native: update typing for svg in react native (#​8399) (bda1a76)
  • react: lock version of mini-css-extract-plugin (#​8547) (65010c4)
  • repo: add nx-cache to gitignore to make e2e tests pass on windows (330c33d)
  • storybook: bumped versions of Storybook packages - Angular 13 fix (#​8487) (dcf835f)
  • storybook: fixed story template for angular (#​8388) (883acaf)
  • storybook: handle defaultProject issues with projectBuildConfig flag (#​8494) (dcb839c)
  • testing: turn swc/jest back on for react, web, and js (#​8464) (978cfe9)
  • web: prevent caching in the file-server (#​8472) (7a35db9)
Features
Reverts

v13.4.5

Compare Source

Bug Fixes

v13.4.4

Compare Source

Bug Fixes
Features

v13.4.3

Compare Source

Features
  • testing: project generator should accept baseUrl (3aafa8b)

v13.4.2

Compare Source

Bug Fixes
  • core: assert valid workspace config should be a warning (85918d8)
  • core: boolean args to custom presets are passed correctly (#​8339) (4075ae7)
Features

v13.4.1

Compare Source

Bug Fixes
  • core: catch error when creating new workspace and git is not configured (#​8289) (1b5632c), closes #​8183
  • core: handle project graph plugins not providing optional projectFilePatterns property (#​8290) (d3f4613)
  • js: mark swc as experimental (53767a8)
  • js: use ts-jest for compiler SWC due to known bug in SWC (fba478c)
  • testing: remove 'swc' from compiler option for jest generators (f97961d)
  • web: shouldSkip get of undefined fixed, chunk push into Set fixed (#​8140) (657d93a)
Features

v13.4.0

Compare Source

Bug Fixes
  • core: nested node_modules packages shouldn't be inferred as nx projects (#​8166) (6a77ce8)
  • js: ensure copy assets and packageJson is executed for swc executor (592d0e9)
  • misc: add -W to yarn add to fix the error in yarn monorepos (973cf4e)
  • misc: format command should handle workspace without workspace.json (33bd964)
  • nest: fixing resource generator options issue (#​8246) (b10b505), closes #​8243 #​8243
Features
  • angular: add helper to add any property to an ngModule decorator (#​7850) (aea4f09)
  • angular: use share helper to ensure correct version matching (#​8277) (be908e2)
  • core: add the ability to remove edges in the graph (57593f5)
  • core: introduce chrome profiling (#​8215) (552be0d)
  • js: add nrwl/js:node executor to serve node apps (1139c61)

v13.3.12

Compare Source

Bug Fixes
  • angular: fix setParserOptionsProject being ignored when generating apps (#​8105) (3fa5385)
  • angular: handle scam components when generating storybook stories (#​8139) (364136f)
  • angular: mfe remote entry to use common module (#​8250) (c5ce3b2)
  • angular: remove unnecessary extension from scam component import (#​8136) (4343f56)
  • angular: scam component default type as lowercase (#​8160) (bc8dda6)
  • angular: set public host for both projects (#​8184) (a75f1bd)
  • angular: use path property correctly when generating scams #​8083 (#​8100) (5f53718)
  • angular: watch on webpack browser builder (#​8204) (7be0793)
  • core: add default export for tasksRunnerV2 (#​8088) (46cd008), closes #​8085
  • core: allow tsConfig without compilerOptions to work (#​8119) (d630718)
  • core: default project name should be inferred by cwd on windows (#​8172) (2b04794)
  • core: exclude nxWorkspaceRoot from args when calling custom preset (#​8189) (c6014ad)
  • core: forward args to target dependencies with the same executor as the target that is being run (#​8104) (0ce96a4)
  • core: gracefully handle the case where no root path mappings are defined (a973b99)
  • core: improve migration handling of parallel tasksRunnerOptions (#​8238) (d1b6877)
  • core: misc. ng cli compat layer fixes (#​8141) (a23284e)
  • core: pass the list of ingored files to parcel watcher (a78d431)
  • core: print a warning instead of an error duplicate names in package.json (f1c21fa)
  • core: project inference should work if name not specified by package.json (#​8116) (b44f240)
  • core: properly pass args to custom preset (#​8154) (1f44bbe)
  • core: properly set workspace root when using custom preset (#​8173) (6090b24)
  • core: should infer whole projects if workspace.json is missing (#​8244) (ba7a1ae)
  • core: use absolute paths when resolving package.json (385512a)
  • dep-graph: switch linter to use eslint executor (#​8091) (6245464)
  • js: adjust generator arg from name -> project s.t. it is picked up in Nx Console (454852e)
  • js: disable tsx support for js libs since they should go through react (#​8203) (0a3350a)
  • linter: improve error message when attempting to use deprecated tslint (#​8090) (c5b66ab)
  • linter: improve message when trying to import application (#​8138) (581e561)
  • misc: fix issues with npm preset (#​8248) (f1a4b78)
  • nextjs: disable 13-1-1 migration (#​8209) (27f120d)
  • nextjs: incorrectly named nested page component files (#​8170) (232eaaf)
  • nextjs: make flat option configurable for page generator (#​8113) (68e5328)
  • node: support for typescript webpack plugins (#​8171) (5b95b4c)
  • react-native: deprecation warning because of rmDirSync (#​7772) (50b1bc6), closes #​7739
  • web: fix migration from @​nrwl/web:build to @​nrwl/web:webpack (#​8123) (230902e)
Features
Reverts

v13.3.11

Compare Source

v13.3.10

Compare Source

v13.3.9

Compare Source

v13.3.6

Compare Source

Bug Fixes
  • angular: set public host for both projects (#​8184) (e49e551)
  • core: default project name should be inferred by cwd on windows (#​8172) (ee0088f)
  • core: properly set workspace root when using custom preset (#​8173) (f7c3ffe)
  • core: use absolute paths when resolving package.json (32976f2)
  • nextjs: incorrectly named nested page component files (#​8170) (84d7d8d)
Features
  • core: Add support for versioning in the preset package name (#​8146) (fd52f06)

v13.3.5

Compare Source

v13.3.4

Compare Source

Bug Fixes
Features

v13.3.3

Compare Source

v13.3.2

Compare Source

Bug Fixes
  • angular: handle scam components when generating storybook stories (#​8139) (5800afa)
  • angular: remove unnecessary extension from scam component import (#​8136) (beaffa8)
  • core: allow tsConfig without compilerOptions to work (#​8119) (81bf6ec)
  • core: misc. ng cli compat layer fixes (#​8141) (4b27226)
  • core: project inference should work if name not specified by package.json (#​8116) (f428ad4)
  • nextjs: make flat option configurable for page generator (#​8113) (698501e)

v13.3.1

Compare Source

Bug Fixes

v13.3.0

Compare Source

Bug Fixes
  • angular: add .angular to gitignore only when it hasn't already been added (#​7686) (adafc97)
  • angular: add migration to opt-out of the new default testbed teardown for existing projects using jest (#​7907) (5623da5)
  • angular: add tailwind.js to package exports (#​7785) (fbeb6ef)
  • angular: change tsconfig path handling for angular ng-packagr executors to let ng-packagr use default options (#​7702) (23415a5)
  • angular: consider tailwind usage when invalidating stylesheet caching in publishable libraries (#​7804) (f208afc)
  • angular: do not ignore any mjs files for jest (#​7670) (f9d9e26)
  • angular: do not re-add transform ignore pattern (#​7751) (bfb95af)
  • angular: do not require v8-compile-cache when it is an angular workspace (e666d3f)
  • angular: fix @​nrwl/angular package build to produce the right type definitions and package entry points (#​8054) (0280e5e)
  • angular: fix incremental builds with angular 13 (#​7770) (2566a81)
  • angular: fix issue with less stylesheet process in publishable ng libs (#​7861) (b9a4289)
  • angular: fix missing null checks in v13 migrations (#​7790) (57bf28b)
  • angular: fix storybook-migrate-defaults-5-to-6 generator default export (#​7990) (125d3a6)
  • angular: fix the generated outputs in the package.json (#​7973) (056bfeb)
  • angular: fixing application generator when using protractor (#​7603) (8f20571)
  • angular: generate ng-package.json for secondary entrypoints (#​7786) (7f0e8c7)
  • angular: handle projects with no targets in angular 13 migration (#​7719) (a6085a9)
  • angular: handle sass imports without tilde of node_modules packages (#​8038) (a11f7e7)
  • angular: ignore unmatching jest configs (#​7663) (5d70627)
  • angular: install @​angular/cli if not installed (#​7910) (153e038)
  • angular: migration versions (#​7664) (f5e98bb)
  • angular: migration versions (#​7683) (c2c64ed)
  • angular: remove numbers from the project name (#​6646) (d641016)
  • angular: remove unnecessary addition of module file extensions (#​7725) (18f2e70)
  • angular: support custom webpack config to use typescript (#​7970) (d689416)
  • angular: support module syntax for mfes (#​8020) (6e40032)
  • angular: use jasmine-marbles 0.9.1 for rxjs7 (#​8062) (5640e62)
  • core: add better error message for invalid tools tsconfig (#​7792) (d10b4ae)
  • core: consider available cpus when deciding whether to use workers to build the project graph (#​7617) (c09aefd)
  • core: correctly resolve project names when constructing deps using package.json files (b2699df)
  • core: daemon process should propagate file watcher errors to client (738708c)
  • core: daemon should copy file maps (3ecd1c2)
  • core: daemon uses lock file hash to detect version changes (85b3d67)
  • core: fix adding node_modules to path on windows when running migrations (#​7835) (f6289be)
  • core: fix error message on formatFiles schematic and generator (#​8003) (f2ffd83)
  • core: fix formatFiles schematic to write changes to correct workspace config file (#​7944) (f65d6fd)
  • core: fix parsing for --parallel (5e4aa5a)
  • core: fix stack overflow when using standalone configs with 600+ projects (#​8026) (9fd3e24)
  • core: fixing move generator to update all import path (#​7611) (7332bbc)
  • core: forward args to target dependencies with the same target name as the target that is being run (#​8034) (d808bc2)
  • core: git hashing fails when trying to hash a dir (6f478c4)
  • core: global nx commands throws when not in nx workspace (a4e97c7)
  • core: handle errors in the deamon when recomputing file map incrementally (4935049)
  • core: handle optional tasksRunnerOptions when checking whether to use the daemon (#​7814) (4570ea2)
  • core: log error stack trace if present (c06de16)
  • core: ngcli adapter should find changed matching files correctly (#​7980) (7dbb645)
  • core: NODE_PATH should include both workspace and tmp folders (3d54a79)
  • core: package.json should not override project.json during generation of new js apps (#​8076) (ec24422)
  • core: prettier should be marked as optional (#​7655) (5afaad1), closes #​7421
  • core: prevent overwriting already added tasks when adding target dependencies tasks (babcbf6)
  • core: prevent overwriting nx.json options to undefined (#​8009) (d1666b9)
  • core: prevent processing migrations for transitive dependencies (7d13b54)
  • core: propagate errors when daemon isn't able to start (1e6761e)
  • core: remove generator should work w/o workspace.json (#​8077) (ea26751)
  • core: small fixes for issue discovered during migration (9eb4df9)
  • core: support target names with colons (7d14859)
  • core: use pnpm exec instead of pnpx (#​7695) (474dc28)
  • core: workspaces with custom layouts should be scanned correctly when not using git (025c155)
  • core: write a terminal output file when using the pipe capture method (ce25ef4)
  • core: wrong migration docs link (#​7625) (3d6496b)
  • core: wrong migration docs link again (#​7628) (3c6044c)
  • dep-graph: set workspaceLayout on initGraph (#​7774) (d7af894)
  • dep-graph: stop search depth from going below 1 (#​7661) (0b0c37d)
  • devkit: handle other variants of root paths in visitNotIgnoredFiles (#​7767) (446ef6e)
  • js: adjust runTypeCheck util to use readTsConfig from nrwl/workspace (#​7957) (1e577e4)
  • js: recommit - expose schematics and builders for angular devkit (#​8030) (01417d2), closes #​8021
  • linter: add missing @​phenomnomnominal/tsquery dependency to package.json (#​8015) (85cde60)
  • linter: fix broken circular deps output (#​7810) (2af9d4b)
  • linter: linter utils should respect nx.json folder configuration (#​7949) (1aec112)
  • misc: fix dep-graph HTML generation (#​7619) (cbc5ccc)
  • misc: fix list plugins to handle generators/executors collections that are not exported (#​8057) ([051e7f1](https://togithub.com/n

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled due to failing status checks.

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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@netlify
Copy link

netlify bot commented Jan 22, 2022

✔️ Deploy Preview for netlify-plugin-nextjs-demo ready!

🔨 Explore the source changes: b140404

🔍 Inspect the deploy log: https://app.netlify.com/sites/netlify-plugin-nextjs-demo/deploys/61ec395664bd32000867792c

😎 Browse the preview: https://deploy-preview-1159--netlify-plugin-nextjs-demo.netlify.app

@netlify
Copy link

netlify bot commented Jan 22, 2022

✔️ Deploy Preview for netlify-plugin-nextjs-static-root-demo ready!

🔨 Explore the source changes: b140404

🔍 Inspect the deploy log: https://app.netlify.com/sites/netlify-plugin-nextjs-static-root-demo/deploys/61ec3957c15dcf00073fcfa2

😎 Browse the preview: https://deploy-preview-1159--netlify-plugin-nextjs-static-root-demo.netlify.app

@netlify
Copy link

netlify bot commented Jan 22, 2022

✔️ Deploy Preview for netlify-plugin-nextjs-export-demo ready!

🔨 Explore the source changes: b140404

🔍 Inspect the deploy log: https://app.netlify.com/sites/netlify-plugin-nextjs-export-demo/deploys/61ec39575862020007ec16c2

😎 Browse the preview: https://deploy-preview-1159--netlify-plugin-nextjs-export-demo.netlify.app

@netlify
Copy link

netlify bot commented Jan 22, 2022

✔️ Deploy Preview for netlify-plugin-nextjs-nx-monorepo-demo ready!

🔨 Explore the source changes: b140404

🔍 Inspect the deploy log: https://app.netlify.com/sites/netlify-plugin-nextjs-nx-monorepo-demo/deploys/61ec395694601100082fdd3b

😎 Browse the preview: https://deploy-preview-1159--netlify-plugin-nextjs-nx-monorepo-demo.netlify.app/

kodiakhq[bot]
kodiakhq bot previously approved these changes Jan 22, 2022
kodiakhq[bot]
kodiakhq bot previously approved these changes Jan 22, 2022
kodiakhq[bot]
kodiakhq bot previously approved these changes Jan 22, 2022
@cypress
Copy link

cypress bot commented Jan 22, 2022



Test summary

7 0 0 0


Run details

Project netlify-plugin-nextjs-static-demo
Status Passed
Commit 2ef6188 ℹ️
Started Jan 22, 2022 4:59 PM
Ended Jan 22, 2022 5:01 PM
Duration 01:11 💡
OS Linux Ubuntu - 20.04
Browser Chrome 97

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@cypress
Copy link

cypress bot commented Jan 22, 2022



Test summary

2 0 0 0


Run details

Project netlify-plugin-nextjs-nx-monorepo-demo
Status Passed
Commit 2ef6188 ℹ️
Started Jan 22, 2022 5:00 PM
Ended Jan 22, 2022 5:01 PM
Duration 01:10 💡
OS Linux Ubuntu - 20.04
Browser Chrome 97

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@cypress
Copy link

cypress bot commented Jan 22, 2022



Test summary

16 1 0 0


Run details

Project netlify-plugin-nextjs-default-demo
Status Failed
Commit 2ef6188 ℹ️
Started Jan 22, 2022 4:59 PM
Ended Jan 22, 2022 5:01 PM
Duration 01:28 💡
OS Linux Ubuntu - 20.04
Browser Chrome 97

View run in Cypress Dashboard ➡️


Failures

cypress/integration/default/preview.spec.ts Failed
1 Preview Mode > enters and exits preview mode

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@kodiakhq kodiakhq bot merged commit b50124d into main Jan 22, 2022
@kodiakhq kodiakhq bot deleted the renovate/nrwl-monorepo branch January 22, 2022 17:08
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