Skip to content

Commit

Permalink
Update dependency nx to ^16.7.1 (#294)
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.7.0` ->
`^16.7.1`](https://renovatebot.com/diffs/npm/nx/16.7.0/16.7.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/nx/16.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nx/16.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nx/16.7.0/16.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nx/16.7.0/16.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nrwl/nx (nx)</summary>

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

[Compare Source](https://togithub.com/nrwl/nx/compare/16.7.0...16.7.1)

##### Bug Fixes

- **core:** apply target defaults properly for executors defaults
([#&#8203;18655](https://togithub.com/nrwl/nx/issues/18655))
([0e6a353](https://togithub.com/nrwl/nx/commit/0e6a353b33fc57c468fb207f62b10266c1fbc722))
- **core:** handle symlinks on debian for watch events
([#&#8203;18636](https://togithub.com/nrwl/nx/issues/18636))
([28c3fa3](https://togithub.com/nrwl/nx/commit/28c3fa3f4378801f32f1183fae148b7fa6d49a26))
- **core:** improve error handling for copy and remove
([#&#8203;18656](https://togithub.com/nrwl/nx/issues/18656))
([6a8a8a4](https://togithub.com/nrwl/nx/commit/6a8a8a41ba7a5f0eab1cbba03faf5914f03c95f3))
- **core:** set consistent working directory when calculating runtime
hash inputs ([#&#8203;18643](https://togithub.com/nrwl/nx/issues/18643))
([a5d6e0a](https://togithub.com/nrwl/nx/commit/a5d6e0a85209b437f11d38a99d501193232bb652))
- **core:** use Date.now() everywhere for tasks start and end times to
avoid negative durations
([#&#8203;18595](https://togithub.com/nrwl/nx/issues/18595))
([e2c0afe](https://togithub.com/nrwl/nx/commit/e2c0afeafbfc7fc03246e35d779f7d6c579e836a))

</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/dermoumi/crafts).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 17, 2023
1 parent f82a4e9 commit 2cccbfd
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 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.7.0",
"nx": "^16.7.1",
"typescript": "^5.1.6"
}
}
76 changes: 38 additions & 38 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 2cccbfd

Please sign in to comment.