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-dev): bump nx-cloud from 16.2.0 to 16.3.0 #24

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps nx-cloud from 16.2.0 to 16.3.0.

Release notes

Sourced from nx-cloud's releases.

16.3.0

16.3.0 (2023-05-31)

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)

... (truncated)

Commits
  • 103353a chore(misc): publish 16.3.0
  • b0e3a1d fix(core): use windowsHide for hashRuntime
  • 5afe34e fix(core): change "minimal" stack to "none"
  • dfa19f5 fix(js): postProcessInlinedDependencies throwing error on movePackage (#16127)
  • 346c1f7 fix(core): add @​monodon/rust back to the plugins array (#17332)
  • c4db74d fix(core): add watcherOptions to server-process.json watcher
  • 48d1c89 fix(misc): revert the check to investigate the perf
  • 7154c87 fix(misc): do not check against the global version on npm
  • b0732e1 @​nx/react:library - Add simpleName option to remove dir name from generated f...
  • 8251906 fix(webpack): support webworker (#17136) (#17137)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nx-cloud](https://github.com/nrwl/nx) from 16.2.0 to 16.3.0.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](nrwl/nx@16.2.0...16.3.0)

---
updated-dependencies:
- dependency-name: nx-cloud
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 14, 2023
@gearonix gearonix closed this Aug 14, 2023
@gearonix gearonix deleted the dependabot/npm_and_yarn/nx-cloud-16.3.0 branch August 14, 2023 20:06
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 14, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant