Skip to content

Commit

Permalink
chore(deps): update nrwl monorepo to v18.1.3 (#521)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [@nrwl/eslint-plugin-nx](https://nx.dev)
([source](https://togithub.com/nrwl/nx/tree/HEAD/packages-legacy/eslint-plugin-nx))
| devDependencies | patch | [`18.1.2` ->
`18.1.3`](https://renovatebot.com/diffs/npm/@nrwl%2feslint-plugin-nx/18.1.2/18.1.3)
| `18.2.4` (+4) |
| [@nrwl/jest](https://nx.dev)
([source](https://togithub.com/nrwl/nx/tree/HEAD/packages-legacy/jest))
| devDependencies | patch | [`18.1.2` ->
`18.1.3`](https://renovatebot.com/diffs/npm/@nrwl%2fjest/18.1.2/18.1.3)
| `18.2.4` (+4) |
| [@nrwl/js](https://nx.dev)
([source](https://togithub.com/nrwl/nx/tree/HEAD/packages-legacy/js)) |
devDependencies | patch | [`18.1.2` ->
`18.1.3`](https://renovatebot.com/diffs/npm/@nrwl%2fjs/18.1.2/18.1.3) |
`18.2.4` (+4) |
| [@nrwl/linter](https://nx.dev)
([source](https://togithub.com/nrwl/nx/tree/HEAD/packages-legacy/linter))
| devDependencies | patch | [`18.1.2` ->
`18.1.3`](https://renovatebot.com/diffs/npm/@nrwl%2flinter/18.1.2/18.1.3)
| `18.2.4` (+4) |
| [@nrwl/workspace](https://nx.dev)
([source](https://togithub.com/nrwl/nx/tree/HEAD/packages-legacy/workspace))
| devDependencies | patch | [`18.1.2` ->
`18.1.3`](https://renovatebot.com/diffs/npm/@nrwl%2fworkspace/18.1.2/18.1.3)
| `18.2.4` (+4) |
| [nx](https://nx.dev)
([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/nx)) |
devDependencies | patch | [`18.1.2` ->
`18.1.3`](https://renovatebot.com/diffs/npm/nx/18.1.2/18.1.3) | `18.2.4`
(+4) |

---

### Release Notes

<details>
<summary>nrwl/nx (@&#8203;nrwl/eslint-plugin-nx)</summary>

### [`v18.1.3`](https://togithub.com/nrwl/nx/releases/tag/18.1.3)

[Compare Source](https://togithub.com/nrwl/nx/compare/18.1.2...18.1.3)

##### 18.1.3 (2024-03-25)

##### 🚀 Features

- **gradle:** add gradle init generator
([#&#8203;22245](https://togithub.com/nrwl/nx/pull/22245))

##### 🩹 Fixes

- **angular:** prevent creating stylesheet worker multiple times in
ng-packagr executors
([#&#8203;22491](https://togithub.com/nrwl/nx/pull/22491))
- **bundling:** prevent sensitive keys from being bundled
([#&#8203;22413](https://togithub.com/nrwl/nx/pull/22413))
- **core:** override Path env variable on Windows platform
([#&#8203;22382](https://togithub.com/nrwl/nx/pull/22382))
- **core:** Should work if extends is a string
([66ae83e569](https://togithub.com/nrwl/nx/commit/66ae83e569))
- **core:** fix no plugins found for nx init without packge.json
([#&#8203;22434](https://togithub.com/nrwl/nx/pull/22434))
- **core:** exponential backoff retry on cache put fail
([#&#8203;21926](https://togithub.com/nrwl/nx/pull/21926))
- **gradle:** fix missing tasks
([#&#8203;22400](https://togithub.com/nrwl/nx/pull/22400))
- **gradle:** fix gradle plugin path
([#&#8203;22405](https://togithub.com/nrwl/nx/pull/22405))
- **linter:** convert parser options to flat config even is parser is
missing ([#&#8203;22388](https://togithub.com/nrwl/nx/pull/22388))
- **misc:** handle cwd correctly when generating artifacts with
as-provided ([#&#8203;22411](https://togithub.com/nrwl/nx/pull/22411))
- **webpack:** Stylus loader path
([#&#8203;22373](https://togithub.com/nrwl/nx/pull/22373))

##### ❤️  Thank You

-   Emily Xiong
-   Jack Hsu
-   Jason Jean
-   Joel Pelaez Jorge
-   Leosvel Pérez Espinosa
-   Mike Pham
-   Miroslav Jonaš
-   Nicholas Cunningham

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,every
weekend,before 5am every weekday" in timezone Asia/Jerusalem, Automerge
- At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
  • Loading branch information
descope[bot] and descope[bot] committed Apr 15, 2024
1 parent f757093 commit b254bfc
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 172 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"@commitlint/config-conventional": "^19.0.0",
"@jscutlery/semver": "^5.0.0",
"@nrwl/devkit": "^18.0.0",
"@nrwl/eslint-plugin-nx": "18.1.2",
"@nrwl/jest": "18.1.2",
"@nrwl/js": "18.1.2",
"@nrwl/linter": "18.1.2",
"@nrwl/workspace": "18.1.2",
"@nrwl/eslint-plugin-nx": "18.1.3",
"@nrwl/jest": "18.1.3",
"@nrwl/js": "18.1.3",
"@nrwl/linter": "18.1.3",
"@nrwl/workspace": "18.1.3",
"@types/jest": "29.5.12",
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.3.1",
Expand All @@ -45,7 +45,7 @@
"jest-environment-jsdom": "29.7.0",
"lint-staged": "^15.0.0",
"ngx-deploy-npm": "^8.0.0",
"nx": "18.1.2",
"nx": "18.1.3",
"playwright": "^1.41.2",
"prettier": "^3.0.0",
"ts-jest": "29.1.2",
Expand Down
Loading

0 comments on commit b254bfc

Please sign in to comment.