Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

chore(deps): update dependency nrwl/nx to v16.3.2 #6449

Merged
merged 1 commit into from
Jun 18, 2023

Conversation

nicholasdille-bot
Copy link
Collaborator

This PR contains the following updates:

Package Update Change
nrwl/nx minor 16.2.2 -> 16.3.2

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

nrwl/nx

v16.3.2

Compare Source

Bug Fixes
  • angular: do not overwrite ng-packagr version if already installed (#​17353) (a285367)
  • angular: dynamic host should not generate webpack.prod.config.js (#​17385) (7159a03)
  • core: do not ship source maps with nx packages (#​17389) (a9b9cd3)
  • core: reorganize global installation check for better clarity (#​17373) (940a8d7)
  • js: do not overwrite supported typescript version (#​17350) (80d1018)
  • node: When serving using js:node executor NODE_ENV should not be undefined (#​17375) (c24a1c6)
  • storybook: re-enable x-prompt and remove custom handling (#​17360) (62fb383)

v16.3.1

Compare Source

Bug Fixes

v16.3.0

Compare Source

Bug Fixes
  • core: add @​monodon/rust back to the plugins array (#​17332) (346c1f7)
  • core: add watcherOptions to server-process.json watcher (c4db74d)
  • core: change "minimal" stack to "none" (5afe34e)
  • core: use windowsHide for hashRuntime (b0e3a1d)
  • js: postProcessInlinedDependencies throwing error on movePackage (#​16127) (dfa19f5)
  • misc: do not check against the global version on npm (7154c87)
  • misc: revert the check to investigate the perf (48d1c89)
  • testing: normalize path for react CT spec generator (#​17221) (21f642a)
  • webpack: support webworker (#​17136) (#​17137) (8251906)
  • core: fix projectFileMap access in plugins (1670986)
  • core: correct require path when pulling in ngcli adapter for generators (d786fae)
  • core: pnpm should not error when fetching migrations with install (faba249)
  • vite: register tsconfig paths for vitest (#​17047) (9fc99c6)
  • core: correct require path when pulling in ngcli adapter for generators (d786fae)
  • core: pnpm should not error when fetching migrations with install (faba249)
  • repo: add missing lsof package needed to kill ports (c9cd67e)
  • vite: register tsconfig paths for vitest (#​17047) (9fc99c6)
  • core: clone project graph during incremental update (8b1907a)
  • react-native: fix android keystore not generated correctly (#​17074) (b0b531a)
  • web: provide free port to http-server (#​16917) (4896126)
  • angular: avoid duplicating RouterModule.forChild import (#​17144) (fff3a25)
  • core: do not create empty graph when it is not cached (#​17139) (25328b3)
  • nextjs: support relative imports in next.config.js (#​17127) (b636173)
  • web: file watcher should only watch files in its project #​17085 (#​17113) (28df418)
  • core: consistent pnpm lockfile v6 version parsing (#​17135) (60dda1a)
  • core: tree should not be changed after committed to disk in migrations (#​17071) (f95f8c4)
  • nextjs: kill Next.js server when parent process exits (1fd7836)
  • storybook: increase e2e test timeouts (#​17176) (fc38dc1)
  • angular: export a default module for require calls (#​17189) (5b028e4)
  • core: cleanup task hasher (a9f1d3a)
  • core: handle multiple messages (#​17199) (c57f7b8)
  • core: optimize task hasher speed when dealing with external nodes (42ffa7c)
  • core: update package-manager utils to normalize yarn-path when migrating (#​17088) (c9ec7d0)
  • core: use version range check for yarn tarball packages (0dfe6fc)
  • devkit: return null for ESM dependencies instead of throwing error in ensurePackage (#​17195) (6d586dd)
  • nextjs: Generate an unstyled component when --style=none (#​17196) (3c77bd7)
  • nextjs: set NX_NEXT_DIR when running next server (#​17205) (47de95e)
  • nextjs: support config files with dots in filename (#​17204) (45a0171)
  • react: fix typings for generated redux files (#​17171) (4b5ebc8)
  • react: use fork for module-federation-dev-server so processes are cleaned up correctly (#​17194) (7cc67a3)
  • testing: make sure new tsconfig exists before adding ref (#​17147) (15ea10e)
  • web: use 127.0.0.1 loopback address when checking if a port is open (#​17192) (fe4682a)
  • core: fix incremental graph updates (13ba79e)
  • core: handle empty scripts in nx init (#​17238) (99afe11)
  • js: set node_env when building with esbuild (#​17251) (923e6d8)
  • js: sourcemaps should work with js:node executor (#​17261) (f01cdca)
  • nextjs: fix custom server templates (#​17266) (0d48d4d)
  • react: use pipe output capture (ac41730)
  • storybook: update and enable e2e test for standalone (#​17217) (8999993)
  • core: do not destructure potential null value in watch callback (4398932)
  • core: handle nx package with version range in migrate command (#​17304) (ceeb2a6)
  • core: set verdaccio for authToken with location (#​17318) (4314423)
  • js: log config file errors correctly (#​17311) (2865b8d)
  • js: should check for all possible prettierrc formats before creating a default one (#​17157) (911f753)
  • nextjs: adjust generated CSS-in-JS to match latest Next.js recommendations (#​17294) (a7c6d5a)
  • node: Nightly failures (#​17320) (02c19cb)
  • react: update .swcrc with plugin for CSS-in-JS solution when SWC is used for apps (#​17295) (c8a264a)
  • angular: loosen package updates requirements (#​17317) (646f79f)
  • core: remove extraneous appName prompts for Node standalone in CNW; remove invariant check for determining stack (231b9df)
Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@nicholasdille-bot nicholasdille-bot changed the title chore(deps): update dependency nrwl/nx to v16.3.2 chore(deps): update dependency nrwl/nx to v16.3.2 - autoclosed Jun 14, 2023
@nicholasdille-bot nicholasdille-bot deleted the renovate/nrwl-nx-16.x branch June 14, 2023 09:52
@nicholasdille-bot nicholasdille-bot changed the title chore(deps): update dependency nrwl/nx to v16.3.2 - autoclosed chore(deps): update dependency nrwl/nx to v16.3.2 Jun 18, 2023
@nicholasdille-bot nicholasdille-bot merged commit 35ff0e1 into main Jun 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants