gperdomor / nx-tools

Nx Workspaces builders and tools
MIT License
358 stars 56 forks source link

fix(deps): bump nrwl monorepo from 19.8.3 to v19.8.11 #1136

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nx/devkit (source) 19.8.3 -> 19.8.11 age adoption passing confidence
@nx/eslint (source) 19.8.3 -> 19.8.11 age adoption passing confidence
@nx/eslint-plugin (source) 19.8.3 -> 19.8.11 age adoption passing confidence
@nx/jest (source) 19.8.3 -> 19.8.11 age adoption passing confidence
@nx/js (source) 19.8.3 -> 19.8.11 age adoption passing confidence
@nx/plugin (source) 19.8.3 -> 19.8.11 age adoption passing confidence
@nx/workspace (source) 19.8.3 -> 19.8.11 age adoption passing confidence
nx (source) 19.8.3 -> 19.8.11 age adoption passing confidence

Release Notes

nrwl/nx (@​nx/devkit) ### [`v19.8.11`](https://redirect.github.com/nrwl/nx/releases/tag/19.8.11) [Compare Source](https://redirect.github.com/nrwl/nx/compare/19.8.10...19.8.11) ##### 19.8.11 (2024-11-15) ##### 🩹 Fixes - **core:** ensure that `setWorkspaceContext` is run only on main nx packages ([#​28706](https://redirect.github.com/nrwl/nx/pull/28706)) - **core:** fix cannot read properties of undefined (reading 'split') ([#​28761](https://redirect.github.com/nrwl/nx/pull/28761)) - **core:** task graph needs to handle multiple cycles ([#​28793](https://redirect.github.com/nrwl/nx/pull/28793)) - **core:** empty external deps should work properly ([#​28727](https://redirect.github.com/nrwl/nx/pull/28727)) - **core:** ensure that the database connection is closed when nx exits ([#​28821](https://redirect.github.com/nrwl/nx/pull/28821)) - **core:** create different dummy tasks for different targets ([#​28837](https://redirect.github.com/nrwl/nx/pull/28837)) - **core:** do not depend on ci info crate ([#​28850](https://redirect.github.com/nrwl/nx/pull/28850)) - **core:** shutdown plugin workers when disconnected ([#​28857](https://redirect.github.com/nrwl/nx/pull/28857)) - **core:** do not use unix dotfile locks ([#​28859](https://redirect.github.com/nrwl/nx/pull/28859)) - **react:** depends on migration should ignore configs that point to [@​nx/react](https://redirect.github.com/nx/react) [#​28377](https://redirect.github.com/nrwl/nx/issues/28377) ([#​28382](https://redirect.github.com/nrwl/nx/pull/28382), [#​28377](https://redirect.github.com/nrwl/nx/issues/28377)) - **webpack:** update stylus version to fix security issue ([#​28646](https://redirect.github.com/nrwl/nx/pull/28646)) ##### ❤️ Thank You - Colum Ferry [@​Coly010](https://redirect.github.com/Coly010) - Craigory Coppola [@​AgentEnder](https://redirect.github.com/AgentEnder) - Emily Xiong [@​xiongemi](https://redirect.github.com/xiongemi) - Jack Hsu [@​jaysoo](https://redirect.github.com/jaysoo) - Jason Jean [@​FrozenPandaz](https://redirect.github.com/FrozenPandaz) - Jonathan Cammisuli ### [`v19.8.10`](https://redirect.github.com/nrwl/nx/releases/tag/19.8.10) [Compare Source](https://redirect.github.com/nrwl/nx/compare/19.8.9...19.8.10) #### 19.8.10 (2024-11-04) ##### 🩹 Fixes - **core:** fix dependency with multiple dependent packages ([#​28669](https://redirect.github.com/nrwl/nx/pull/28669)) ##### ❤️ Thank You - Emily Xiong [@​xiongemi](https://redirect.github.com/xiongemi) ### [`v19.8.9`](https://redirect.github.com/nrwl/nx/releases/tag/19.8.9) [Compare Source](https://redirect.github.com/nrwl/nx/compare/19.8.8...19.8.9) #### 19.8.9 (2024-10-31) ##### 🩹 Fixes - **core:** fix checks for wasm in db operations ([#​28676](https://redirect.github.com/nrwl/nx/pull/28676)) - **core:** retry more db operations ([#​28667](https://redirect.github.com/nrwl/nx/pull/28667)) ##### ❤️ Thank You - Jonathan Cammisuli ### [`v19.8.8`](https://redirect.github.com/nrwl/nx/releases/tag/19.8.8) [Compare Source](https://redirect.github.com/nrwl/nx/compare/19.8.7...19.8.8) ##### 19.8.8 (2024-10-25) ##### 🩹 Fixes - **storybook:** fix externalDependencies undefined ([#​28641](https://redirect.github.com/nrwl/nx/pull/28641)) ##### ❤️ Thank You - Emily Xiong [@​xiongemi](https://redirect.github.com/xiongemi) ### [`v19.8.7`](https://redirect.github.com/nrwl/nx/releases/tag/19.8.7) [Compare Source](https://redirect.github.com/nrwl/nx/compare/19.8.6...19.8.7) ##### 19.8.7 (2024-10-25) ##### 🩹 Fixes - **core:** handle concurrent db connections better ([#​28544](https://redirect.github.com/nrwl/nx/pull/28544)) - **core:** handle unique constraint errors when adding duplicate hashes to the cache db ([#​28310](https://redirect.github.com/nrwl/nx/pull/28310)) - **core:** skip eslint custom hasher when hashing tasks during running commands ([#​28616](https://redirect.github.com/nrwl/nx/pull/28616)) ##### ❤️ Thank You - Jack Hsu [@​jaysoo](https://redirect.github.com/jaysoo) - Jonathan Cammisuli ### [`v19.8.6`](https://redirect.github.com/nrwl/nx/releases/tag/19.8.6) [Compare Source](https://redirect.github.com/nrwl/nx/compare/19.8.5...19.8.6) ##### 19.8.6 (2024-10-18) ##### 🩹 Fixes - **core:** support `NX_NO_CLOUD` ([#​28366](https://redirect.github.com/nrwl/nx/pull/28366)) - **core:** handle `neverConnectToCloud` property ([#​28452](https://redirect.github.com/nrwl/nx/pull/28452)) - **core:** neverConnectToCloud should disable connecting to nxCloud ([#​28501](https://redirect.github.com/nrwl/nx/pull/28501)) ##### ❤️ Thank You - Jonathan Cammisuli - Nicholas Cunningham [@​ndcunningham](https://redirect.github.com/ndcunningham) ### [`v19.8.5`](https://redirect.github.com/nrwl/nx/releases/tag/19.8.5) [Compare Source](https://redirect.github.com/nrwl/nx/compare/19.8.4...19.8.5) ##### 19.8.5 (2024-10-15) ##### 🚀 Features - **core:** open sqlite databases with `SQLITE_OPEN_FULL_MUTEX` ([#​28276](https://redirect.github.com/nrwl/nx/pull/28276)) - **devkit:** bump compatibility to Nx 19 - 21.x ([#​28243](https://redirect.github.com/nrwl/nx/pull/28243)) ##### 🩹 Fixes - **core:** add busy handler for sqlite ([#​28390](https://redirect.github.com/nrwl/nx/pull/28390)) - **react:** patch fix for [`88f163e`](https://redirect.github.com/nrwl/nx/commit/88f163e9d5) to normalize project name without messing up directory ([ff23fb0c07](https://redirect.github.com/nrwl/nx/commit/ff23fb0c07)) ##### ❤️ Thank You - Jack Hsu [@​jaysoo](https://redirect.github.com/jaysoo) - Jason Jean [@​FrozenPandaz](https://redirect.github.com/FrozenPandaz) - Jonathan Cammisuli ### [`v19.8.4`](https://redirect.github.com/nrwl/nx/releases/tag/19.8.4) [Compare Source](https://redirect.github.com/nrwl/nx/compare/19.8.3...19.8.4) ##### 19.8.4 (2024-10-04) ##### 🚀 Features - **core:** allow circular project dependencies to execute tasks ([#​28227](https://redirect.github.com/nrwl/nx/pull/28227)) - **nx-dev:** add nx powerpack to pricing page ([#​28232](https://redirect.github.com/nrwl/nx/pull/28232)) - **nx-dev:** add nx powerpack gcp & azure mentions ([#​28256](https://redirect.github.com/nrwl/nx/pull/28256)) ##### 🩹 Fixes - **angular:** ensure [@​typescript-eslint/utils](https://redirect.github.com/typescript-eslint/utils) is used with eslint flat config ([#​28267](https://redirect.github.com/nrwl/nx/pull/28267)) - **core:** remove axios import from main code loading ([#​28230](https://redirect.github.com/nrwl/nx/pull/28230)) - **core:** change getCache signature to only accept options ([#​28248](https://redirect.github.com/nrwl/nx/pull/28248)) - **core:** allow prompts during nx add ([#​28247](https://redirect.github.com/nrwl/nx/pull/28247)) - **core:** add stub for conformance:check, add messaging ([#​28250](https://redirect.github.com/nrwl/nx/pull/28250)) - **core:** filter out task dependencies on itself ([#​28261](https://redirect.github.com/nrwl/nx/pull/28261)) - **core:** fixing target groups not merging ([#​28280](https://redirect.github.com/nrwl/nx/pull/28280)) - **js:** resolve VerdaccioWarning on the "logs" configuration property ([#​28234](https://redirect.github.com/nrwl/nx/pull/28234)) - **nx-cloud:** use create-workspace-v1 endpoint if v2 returns with 404 ([#​28015](https://redirect.github.com/nrwl/nx/pull/28015)) - **nx-dev:** fix markdoc table data alignment ([#​28274](https://redirect.github.com/nrwl/nx/pull/28274)) - **react:** host generator should pass normalized name to remote generator ([#​28295](https://redirect.github.com/nrwl/nx/pull/28295)) - **testing:** add support for playwright --last-failed ([#​28161](https://redirect.github.com/nrwl/nx/pull/28161)) ##### ❤️ Thank You - Andrew Goldis [@​agoldis](https://redirect.github.com/agoldis) - Benjamin Cabanes [@​bcabanes](https://redirect.github.com/bcabanes) - Colum Ferry [@​Coly010](https://redirect.github.com/Coly010) - Jack Hsu [@​jaysoo](https://redirect.github.com/jaysoo) - James Henry [@​JamesHenry](https://redirect.github.com/JamesHenry) - Jason Jean [@​FrozenPandaz](https://redirect.github.com/FrozenPandaz) - Jonathan Cammisuli - Louie Weng [@​lourw](https://redirect.github.com/lourw) - Nicholas Cunningham [@​ndcunningham](https://redirect.github.com/ndcunningham) - Shahar Kazaz - Zachary DeRose [@​ZackDeRose](https://redirect.github.com/ZackDeRose)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR was generated by Mend Renovate. View the repository job log.

nx-cloud[bot] commented 1 month ago

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 35324b247d6b8723936aeb6252f9fdb2d7624d4e. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets - [`nx affected -t lint test build`](https://cloud.nx.app/runs/wrQjZ5tzMT?utm_source=pull-request&utm_medium=comment) - [`nx-cloud record -- nx format:check`](https://cloud.nx.app/runs/9mTuQWyEGB?utm_source=pull-request&utm_medium=comment)

Sent with 💌 from NxCloud.