-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 322627b
chore(deps): ⬆️ update nx monorepo to v19.2.1 (#162)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@nx/angular](https://nx.dev)
([source](https://github.com/nrwl/nx/tree/HEAD/packages/angular)) |
[`19.2.0` ->
`19.2.1`](https://renovatebot.com/diffs/npm/@nx%2fangular/19.2.0/19.2.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/)
|
| [@nx/eslint](https://nx.dev)
([source](https://github.com/nrwl/nx/tree/HEAD/packages/eslint)) |
[`19.2.0` ->
`19.2.1`](https://renovatebot.com/diffs/npm/@nx%2feslint/19.2.0/19.2.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/)
|
| [@nx/eslint-plugin](https://nx.dev)
([source](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin))
| [`19.2.0` ->
`19.2.1`](https://renovatebot.com/diffs/npm/@nx%2feslint-plugin/19.2.0/19.2.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/)
|
| [@nx/jest](https://nx.dev)
([source](https://github.com/nrwl/nx/tree/HEAD/packages/jest)) |
[`19.2.0` ->
`19.2.1`](https://renovatebot.com/diffs/npm/@nx%2fjest/19.2.0/19.2.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/)
|
| [@nx/js](https://nx.dev)
([source](https://github.com/nrwl/nx/tree/HEAD/packages/js)) |
[`19.2.0` ->
`19.2.1`](https://renovatebot.com/diffs/npm/@nx%2fjs/19.2.0/19.2.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/)
|
| [@nx/workspace](https://nx.dev)
([source](https://github.com/nrwl/nx/tree/HEAD/packages/workspace)) |
[`19.2.0` ->
`19.2.1`](https://renovatebot.com/diffs/npm/@nx%2fworkspace/19.2.0/19.2.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/)
|
| [nx](https://nx.dev)
([source](https://github.com/nrwl/nx/tree/HEAD/packages/nx)) |
[`19.2.0` ->
`19.2.1`](https://renovatebot.com/diffs/npm/nx/19.2.0/19.2.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/angular)</summary>
### [`v19.2.1`](https://github.com/nrwl/nx/releases/tag/19.2.1)
[Compare Source](https://github.com/nrwl/nx/compare/19.2.0...19.2.1)
##### 19.2.1 (2024-06-06)
##### 🚀 Features
- **graph:** add source info for command and script
([#​26162](https://github.com/nrwl/nx/pull/26162))
- **node:** Add output path to setup docker
([#​26365](https://github.com/nrwl/nx/pull/26365))
- **nx-dev:** update text on enterprise & contact screens
([#​26416](https://github.com/nrwl/nx/pull/26416))
- **web:** allow additional http-server options to be passed from
[@​nx/web](https://github.com/nx/web):file-server
([#​26391](https://github.com/nrwl/nx/pull/26391))
##### 🩹 Fixes
- **angular:** install
[@​typescript-eslint/utils](https://github.com/typescript-eslint/utils)
when using relevant angular eslint v18 packages
([#​26418](https://github.com/nrwl/nx/pull/26418))
- **bundling:** load rollup config using the rollup version installed in
the workspace ([#​26298](https://github.com/nrwl/nx/pull/26298))
- **core:** make plugin pool cleanup to be synchronous
([#​26389](https://github.com/nrwl/nx/pull/26389))
- **core:** handle paths deleted by the ide
([#​26363](https://github.com/nrwl/nx/pull/26363))
- **core:** add quotes around string to command
([#​23056](https://github.com/nrwl/nx/pull/23056))
- **core:** don't load env vars when insantiating daemon client
([#​26421](https://github.com/nrwl/nx/pull/26421))
- **core:** should not pass --no-color --no-parallel
([#​22763](https://github.com/nrwl/nx/pull/22763))
- **core:** fix postinstall when nx is not resolveable
([#​26433](https://github.com/nrwl/nx/pull/26433))
- **graph:** make cacheable and nx release pill sticky to the right
([#​26157](https://github.com/nrwl/nx/pull/26157))
- **js:** add default baseUrl when extracting tsconfig.base.json or
building libs will fail
([#​26432](https://github.com/nrwl/nx/pull/26432))
- **linter:** do not glob for invalid eslint config filenames in plugin
([#​26409](https://github.com/nrwl/nx/pull/26409))
- **linter:** improve error message for misconfigured
parserOptions.project in
[@​nx/eslint](https://github.com/nx/eslint):lint executor
([#​26383](https://github.com/nrwl/nx/pull/26383))
- **misc:** gitignore workspace-data when init run
([#​26429](https://github.com/nrwl/nx/pull/26429))
- **nextjs:** enable failing storybook tests
([#​22675](https://github.com/nrwl/nx/pull/22675))
- **nuxt:** generate tsconfig files correctly
([#​26385](https://github.com/nrwl/nx/pull/26385))
- **nuxt:** app generation should respect as-provided for app names
([#​26412](https://github.com/nrwl/nx/pull/26412))
- **nuxt:** ensure .output directory is marked as an output
([#​26414](https://github.com/nrwl/nx/pull/26414))
- **nx-dev:** update section layout in 'how-can-we-help' component
([#​26394](https://github.com/nrwl/nx/pull/26394))
##### ❤️ Thank You
- Benjamin Cabanes [@​bcabanes](https://github.com/bcabanes)
- Colum Ferry [@​Coly010](https://github.com/Coly010)
- Craigory Coppola [@​AgentEnder](https://github.com/AgentEnder)
- Emily Xiong [@​xiongemi](https://github.com/xiongemi)
- Jack Hsu [@​jaysoo](https://github.com/jaysoo)
- Jason Jean [@​FrozenPandaz](https://github.com/FrozenPandaz)
- Leosvel Pérez Espinosa
[@​leosvelperez](https://github.com/leosvelperez)
- Nicholas Cunningham
[@​ndcunningham](https://github.com/ndcunningham)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekend" (UTC), 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTkuOSIsInVwZGF0ZWRJblZlciI6IjM3LjM5OS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: Renovate Bot GitHub <[email protected]>1 parent beb6ae7 commit 322627bCopy full SHA for 322627b
2 files changed
+353
-188
lines changed
0 commit comments