Skip to content

Commit

Permalink
Update dependency nx to ^16.3.0 (#215)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](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.2.2` ->
`^16.3.0`](https://renovatebot.com/diffs/npm/nx/16.2.2/16.3.0) |
[![age](https://badges.renovateapi.com/packages/npm/nx/16.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/nx/16.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/nx/16.3.0/compatibility-slim/16.2.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/nx/16.3.0/confidence-slim/16.2.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nrwl/nx</summary>

### [`v16.3.0`](https://togithub.com/nrwl/nx/releases/tag/16.3.0)

[Compare Source](https://togithub.com/nrwl/nx/compare/16.2.2...16.3.0)

##### Bug Fixes

- **core:** add
[@&#8203;monodon/rust](https://togithub.com/monodon/rust) back to the
plugins array
([#&#8203;17332](https://togithub.com/nrwl/nx/issues/17332))
([346c1f7](https://togithub.com/nrwl/nx/commit/346c1f7e95a51c559e4df2195b36cba4288b86cc))
- **core:** add `watcherOptions` to server-process.json watcher
([c4db74d](https://togithub.com/nrwl/nx/commit/c4db74d6c2702f3bf7168d8cb3fd1df6c33851cf))
- **core:** change "minimal" stack to "none"
([5afe34e](https://togithub.com/nrwl/nx/commit/5afe34e5d3264863c69ee6976b045328d848900d))
- **core:** use windowsHide for `hashRuntime`
([b0e3a1d](https://togithub.com/nrwl/nx/commit/b0e3a1df4d7f3ac00b4a9c1ec80826893f949b5c))
- **js:** postProcessInlinedDependencies throwing error on movePackage
([#&#8203;16127](https://togithub.com/nrwl/nx/issues/16127))
([dfa19f5](https://togithub.com/nrwl/nx/commit/dfa19f51a2797f6905995c82fcb4e378c33ea1d7))
- **misc:** do not check against the global version on npm
([7154c87](https://togithub.com/nrwl/nx/commit/7154c87037ac292a9e231ebd1c63aea860be164b))
- **misc:** revert the check to investigate the perf
([48d1c89](https://togithub.com/nrwl/nx/commit/48d1c89a233643efff389e6814e93516b559352b))
- **testing:** normalize path for react CT spec generator
([#&#8203;17221](https://togithub.com/nrwl/nx/issues/17221))
([21f642a](https://togithub.com/nrwl/nx/commit/21f642a6f9f12c235fad31eb62bd7f7b60f0cbda))
- **webpack:** support webworker
([#&#8203;17136](https://togithub.com/nrwl/nx/issues/17136))
([#&#8203;17137](https://togithub.com/nrwl/nx/issues/17137))
([8251906](https://togithub.com/nrwl/nx/commit/825190674c06bc462f8e02391b124ce8b79b80e7))

</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://app.renovatebot.com/dashboard#github/dermoumi/crafts).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjEwNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 1, 2023
1 parent db00fd4 commit b4d3d03
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 36 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"husky": "^8.0.3",
"nx": "^16.2.2",
"nx": "^16.3.0",
"typescript": "^5.0.4"
}
}
80 changes: 45 additions & 35 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b4d3d03

Please sign in to comment.