Commit 056f3b6
authored
chore(deps): update dependency nx to v16.4.1 (#8784)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [nx](https://nx.dev) ([source](https://togithub.com/nrwl/nx)) |
[`16.4.0` ->
`16.4.1`](https://renovatebot.com/diffs/npm/nx/16.4.0/16.4.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>nrwl/nx (nx)</summary>
### [`v16.4.1`](https://togithub.com/nrwl/nx/releases/tag/16.4.1)
[Compare Source](https://togithub.com/nrwl/nx/compare/16.4.0...16.4.1)
##### Bug Fixes
- **angular:** process only angular projects in migration
([#​17833](https://togithub.com/nrwl/nx/issues/17833))
([7be9aef](https://togithub.com/nrwl/nx/commit/7be9aef7251e89b40f4fe3d16ba055aed0a756cf))
- **bundling:** separate image and font resources so they do not
conflict ([#​17763](https://togithub.com/nrwl/nx/issues/17763))
([baaa579](https://togithub.com/nrwl/nx/commit/baaa579b39cd65f22a0bc16dc66d6103a44c8fdc))
- **core:** cli option --graph should work with scoped package names
([#​17820](https://togithub.com/nrwl/nx/issues/17820))
([55963d6](https://togithub.com/nrwl/nx/commit/55963d60fafbeeae2dd21b67fe6ecef9aaf56321))
- **core:** fix globbing in rust
([#​17803](https://togithub.com/nrwl/nx/issues/17803))
([6acf28e](https://togithub.com/nrwl/nx/commit/6acf28e86caed258cec194e7fb93d039c8feac82))
- **core:** fix lockfile remapping for yarn berry with aliases
([#​17853](https://togithub.com/nrwl/nx/issues/17853))
([db13316](https://togithub.com/nrwl/nx/commit/db1331630addeb3ce21b3ed8e167975eb9de8639))
- **core:** fix race condition in task scheduler
([#​17837](https://togithub.com/nrwl/nx/issues/17837))
([b2a7927](https://togithub.com/nrwl/nx/commit/b2a7927245edc409d98674968fa1327265a0dad9))
- **core:** fix workspace validation for implicitDependencies that are…
([#​17825](https://togithub.com/nrwl/nx/issues/17825))
([09f8a8d](https://togithub.com/nrwl/nx/commit/09f8a8d7d17e1722fbc0920ef7d3d0b8033acd55))
- **core:** improve error message when native binaries are not found for
a supported platform
([#​17817](https://togithub.com/nrwl/nx/issues/17817))
([0b5cb5b](https://togithub.com/nrwl/nx/commit/0b5cb5b1c10df6ea251603b94c8f468b40b3a2a5))
- **core:** pin
[@​yarnpkg/parsers](https://togithub.com/yarnpkg/parsers) version
to avoid dropping support for node.js v16
([#​17860](https://togithub.com/nrwl/nx/issues/17860))
([e075e2d](https://togithub.com/nrwl/nx/commit/e075e2d6e19db97873676c40ae3d9c9cbca556ee))
- **core:** point to daemon logs when daemon closes unexpectedly
([#​17827](https://togithub.com/nrwl/nx/issues/17827))
([0b57d42](https://togithub.com/nrwl/nx/commit/0b57d42f1944764e289c96ef4ac549463e4fd52b))
- **core:** remove check for taskGraph equality
([#​17862](https://togithub.com/nrwl/nx/issues/17862))
([5a42215](https://togithub.com/nrwl/nx/commit/5a422150078bafe5e60a65c3ffa3ca62876ff96a))
- **misc:** fix misc issues with move generators
([#​17814](https://togithub.com/nrwl/nx/issues/17814))
([f45f484](https://togithub.com/nrwl/nx/commit/f45f484ee5b9d4efa46f92fb11b8d81948920164))
- **misc:** prevent unexpected targets from root package.json when
setting up root project
([#​17805](https://togithub.com/nrwl/nx/issues/17805))
([0a24474](https://togithub.com/nrwl/nx/commit/0a24474f774e47d6e4a6492cf5296a4d47eb4f59))
- **nest:** do not overwrite tsconfig files with undefined in migration
([#​17783](https://togithub.com/nrwl/nx/issues/17783))
([43f129d](https://togithub.com/nrwl/nx/commit/43f129dfbd7f7dc31e140bcf5b0ad9d2cba3cd5c))
- **nextjs:** Custom server should run on fresh apps without errors
([#​17806](https://togithub.com/nrwl/nx/issues/17806))
([2deb3a9](https://togithub.com/nrwl/nx/commit/2deb3a9ae3293a4c7672fbba04703dc487da5d81))
- **nextjs:** For serve executor keepAliveTimeout should be camelCased
([#​17792](https://togithub.com/nrwl/nx/issues/17792))
([2bab225](https://togithub.com/nrwl/nx/commit/2bab225141e6b9ff4fc64c7de6f8e5de039b2ab6))
- **nextjs:** KeepAliveTimeout arg
([#​17801](https://togithub.com/nrwl/nx/issues/17801))
([b90cd23](https://togithub.com/nrwl/nx/commit/b90cd236f3c2d17b0f6ac716d80fc58b1fb7924e))
- **nextjs:** update workspace libs setup in weback config
([#​17795](https://togithub.com/nrwl/nx/issues/17795))
([38bfae2](https://togithub.com/nrwl/nx/commit/38bfae2aa7c4e4cb88a1cbd0967b3c5696995afd))
- **nx-plugin:** pass in e2e project name create package preset
([#​17824](https://togithub.com/nrwl/nx/issues/17824))
([e54535e](https://togithub.com/nrwl/nx/commit/e54535e0d347c636f0e8a794d4a6af39ded911ca))
- **storybook:** fix 6.1.0 migration to prevent wiping out eslintrc
([#​17753](https://togithub.com/nrwl/nx/issues/17753))
([cb140ed](https://togithub.com/nrwl/nx/commit/cb140ed26088ac114a690ccee075571af541fd46))
- **storybook:** fix migration version
([9151176](https://togithub.com/nrwl/nx/commit/9151176784415ee6004d2a4bce56e2b0860f939f))
- **webpack:** sync webpack version to
[@​nx/webpack](https://togithub.com/nx/webpack)
([#​17707](https://togithub.com/nrwl/nx/issues/17707))
([683a02f](https://togithub.com/nrwl/nx/commit/683a02ffff92d7a15483c6be2f6d6c647601173d))
- **webpack:** use correct version for migration
([#​17789](https://togithub.com/nrwl/nx/issues/17789))
([69d0c8b](https://togithub.com/nrwl/nx/commit/69d0c8b43519fe302e8e874da624afe46b9ab305))
##### Features
- **storybook:** update storybook version to ^7.0.24
([#​17818](https://togithub.com/nrwl/nx/issues/17818))
([85a84d1](https://togithub.com/nrwl/nx/commit/85a84d1d806efa61a20ef472433a7f73f648b2ae))
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDQuMiIsInVwZGF0ZWRJblZlciI6IjM1LjE0NC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 63d22e1 commit 056f3b6
0 file changed
0 commit comments