storm-software / storm-stack

⚡The Storm Stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.
Apache License 2.0
3 stars 0 forks source link

chore(deps): pin dependencies - autoclosed #8

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
@​tamagui/build devDependencies pin ^1.79.13 -> 1.79.17 age adoption passing confidence
@tamagui/web (source) devDependencies pin ^1.89.8 -> 1.90.6 age adoption passing confidence
@types/figlet (source) devDependencies pin ^1.5.8 -> 1.5.8 age adoption passing confidence
@types/fs-extra (source) devDependencies pin ^11.0.4 -> 11.0.4 age adoption passing confidence
@types/md5 (source) devDependencies pin ^2.3.5 -> 2.3.5 age adoption passing confidence
@types/node (source) devDependencies pin ^20.10.5 -> 20.11.20 age adoption passing confidence
@types/react (source) devDependencies minor 18.2.55 -> 18.3.3 age adoption passing confidence
@types/toposort (source) devDependencies pin ^2.0.7 -> 2.0.7 age adoption passing confidence
jotai devDependencies pin ^2.6.0 -> 2.6.0 age adoption passing confidence
nx (source) devDependencies minor 18.0.4 -> 18.3.5 age adoption passing confidence
react (source) devDependencies pin ^18.2.0 -> 18.2.0 age adoption passing confidence
react-dom (source) devDependencies minor 18.2.0 -> 18.3.1 age adoption passing confidence
react-native (source, changelog) devDependencies pin ^0.73.4 -> 0.73.4 age adoption passing confidence

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Release Notes

nrwl/nx (nx) ### [`v18.3.5`](https://togithub.com/nrwl/nx/releases/tag/18.3.5) [Compare Source](https://togithub.com/nrwl/nx/compare/18.3.4...18.3.5) ##### 18.3.5 (2024-05-15) ##### 🩹 Fixes - **core:** fix affected detection for inputs after named inputs ([#​23354](https://togithub.com/nrwl/nx/pull/23354)) ##### ❤️ Thank You - Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz) ### [`v18.3.4`](https://togithub.com/nrwl/nx/releases/tag/18.3.4) [Compare Source](https://togithub.com/nrwl/nx/compare/18.3.3...18.3.4) ##### 18.3.4 (2024-04-25) ##### 🚀 Features - **core:** add root level forwardAllArgs ([#​22753](https://togithub.com/nrwl/nx/pull/22753)) ##### 🩹 Fixes - **core:** different commands should not be considered compatible targets ([#​22863](https://togithub.com/nrwl/nx/pull/22863)) - **core:** fix pnpm install order on ci workflows ([#​22580](https://togithub.com/nrwl/nx/pull/22580)) - **core:** workspace context glob respects exclude ([#​22939](https://togithub.com/nrwl/nx/pull/22939)) - **core:** handle events that do not have paths ([#​22947](https://togithub.com/nrwl/nx/pull/22947)) - **core:** fix exclude for empty array ([#​22951](https://togithub.com/nrwl/nx/pull/22951)) - **core:** move a few api points to return root maps directly ([#​22949](https://togithub.com/nrwl/nx/pull/22949)) - **core:** regression register ts transpiler for local plugin ([#​22964](https://togithub.com/nrwl/nx/pull/22964)) - **core:** handle created directories when watching on linux ([#​22980](https://togithub.com/nrwl/nx/pull/22980)) - **core:** ensure create nodes functions are properly parallelized ([#​23005](https://togithub.com/nrwl/nx/pull/23005)) - **gradle:** change gradle command to be relative path ([#​22963](https://togithub.com/nrwl/nx/pull/22963)) - **gradle:** should skip println in project report ([#​22862](https://togithub.com/nrwl/nx/pull/22862)) - **gradle:** get gradlew path with projectRoot joins workspaceRoot ([#​22988](https://togithub.com/nrwl/nx/pull/22988)) - **graph:** don't listen to system theme changes in console ([#​22938](https://togithub.com/nrwl/nx/pull/22938)) - **linter:** do not infer lint tasks for projects without files to lint ([#​22944](https://togithub.com/nrwl/nx/pull/22944)) - **misc:** fix publish script ([#​22981](https://togithub.com/nrwl/nx/pull/22981)) - **misc:** perf logging shouldn't be enabled twice ([#​23012](https://togithub.com/nrwl/nx/pull/23012)) - **node:** e2e target fails out of the box ([#​22987](https://togithub.com/nrwl/nx/pull/22987)) - **repo:** downgrade to macos-13 in publish workflow ([#​22961](https://togithub.com/nrwl/nx/pull/22961)) - **storybook:** handle inherited config correctly when identifying the framework used for inferred tasks ([#​22953](https://togithub.com/nrwl/nx/pull/22953)) ##### ❤️ Thank You - Colum Ferry [@​Coly010](https://togithub.com/Coly010) - Craigory Coppola [@​AgentEnder](https://togithub.com/AgentEnder) - Emily Xiong [@​xiongemi](https://togithub.com/xiongemi) - Jack Hsu [@​jaysoo](https://togithub.com/jaysoo) - Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz) - Jonathan Cammisuli - Leosvel Pérez Espinosa [@​leosvelperez](https://togithub.com/leosvelperez) - MaxKless [@​MaxKless](https://togithub.com/MaxKless) - Miroslav Jonaš [@​meeroslav](https://togithub.com/meeroslav) - Nicholas Cunningham [@​ndcunningham](https://togithub.com/ndcunningham) - Richard Roozenboom [@​Roozenboom](https://togithub.com/Roozenboom) ### [`v18.3.3`](https://togithub.com/nrwl/nx/releases/tag/18.3.3) [Compare Source](https://togithub.com/nrwl/nx/compare/18.3.2...18.3.3) #### 18.3.3 (2024-04-20) ##### 🩹 Fixes - **angular:** fix loading postcss configuration in ng-packagr executors ([#​22900](https://togithub.com/nrwl/nx/pull/22900)) - **core:** group command exit listeners to avoid warning ([#​22892](https://togithub.com/nrwl/nx/pull/22892)) - **core:** handle plugin errors from isolation correctly ([#​22890](https://togithub.com/nrwl/nx/pull/22890)) - **core:** disable pty on windows until stable ([#​22910](https://togithub.com/nrwl/nx/pull/22910)) - **core:** fix cursor being hidden and process shutdown for ctrl c ([#​22895](https://togithub.com/nrwl/nx/pull/22895)) - **misc:** add --verbose support to nx graph ([#​22889](https://togithub.com/nrwl/nx/pull/22889)) - **misc:** mark migration for escaping env vars as skipped in nx repair ([#​22916](https://togithub.com/nrwl/nx/pull/22916)) - **misc:** don't clear node_modules require cache ([#​22907](https://togithub.com/nrwl/nx/pull/22907)) - **testing:** bust require cache in jest plugin so configs reload ([#​22893](https://togithub.com/nrwl/nx/pull/22893)) - **vue:** do not add verbatimImportSyntax to tsconfig ([#​22905](https://togithub.com/nrwl/nx/pull/22905)) ##### ❤️ Thank You - Colum Ferry [@​Coly010](https://togithub.com/Coly010) - Craigory Coppola [@​AgentEnder](https://togithub.com/AgentEnder) - Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz) - Leosvel Pérez Espinosa [@​leosvelperez](https://togithub.com/leosvelperez) ### [`v18.3.2`](https://togithub.com/nrwl/nx/releases/tag/18.3.2) [Compare Source](https://togithub.com/nrwl/nx/compare/18.3.1...18.3.2) ##### 18.3.2 (2024-04-18) ##### 🚀 Features - **core:** load native files from tmp location instead of node_modules ([#​22648](https://togithub.com/nrwl/nx/pull/22648)) ##### 🩹 Fixes - **bundling:** handle circular dependencies in [@​nx/esbuild](https://togithub.com/nx/esbuild) getExtraDependencies ([#​22644](https://togithub.com/nrwl/nx/pull/22644)) - **core:** load config util supports absolute paths on windows ([#​22837](https://togithub.com/nrwl/nx/pull/22837)) - **core:** keep plugin workers until main process shutdown ([#​22860](https://togithub.com/nrwl/nx/pull/22860)) - **core:** handle schema validation errors running commands directly ([#​22864](https://togithub.com/nrwl/nx/pull/22864)) - **core:** forward args provided to the nx add command to the invoked init generator ([#​22855](https://togithub.com/nrwl/nx/pull/22855)) - **core:** fix hashing of external dependencies ([#​22865](https://togithub.com/nrwl/nx/pull/22865)) - **nx-cloud:** ensure root .env files are loaded during dte ([#​22859](https://togithub.com/nrwl/nx/pull/22859)) - **testing:** fix jest ci target names ([#​22858](https://togithub.com/nrwl/nx/pull/22858)) ##### ❤️ Thank You - Colum Ferry [@​Coly010](https://togithub.com/Coly010) - Craigory Coppola [@​AgentEnder](https://togithub.com/AgentEnder) - Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz) - Kyle Cannon [@​kylecannon](https://togithub.com/kylecannon) - Leosvel Pérez Espinosa [@​leosvelperez](https://togithub.com/leosvelperez) - MaxKless [@​MaxKless](https://togithub.com/MaxKless) ### [`v18.3.1`](https://togithub.com/nrwl/nx/releases/tag/18.3.1) [Compare Source](https://togithub.com/nrwl/nx/compare/18.3.0...18.3.1) ##### 18.3.1 (2024-04-17) ##### 🩹 Fixes - **core:** repair sourcemap creation in createNodes ([#​22851](https://togithub.com/nrwl/nx/pull/22851)) ##### ❤️ Thank You - MaxKless [@​MaxKless](https://togithub.com/MaxKless) ### [`v18.3.0`](https://togithub.com/nrwl/nx/releases/tag/18.3.0) [Compare Source](https://togithub.com/nrwl/nx/compare/18.2.4...18.3.0) ##### 18.3.0 (2024-04-16) ##### 🚀 Features - **core:** add metadata to targets ([#​22655](https://togithub.com/nrwl/nx/pull/22655)) - **core:** list crystal plugins with nx report ([#​22649](https://togithub.com/nrwl/nx/pull/22649)) - **core:** re-enable running plugins in isolation ([#​22527](https://togithub.com/nrwl/nx/pull/22527)) - **core:** load root .env files on daemon ([#​22786](https://togithub.com/nrwl/nx/pull/22786)) - **js:** add swc cli options --strip-leading-paths ([#​22193](https://togithub.com/nrwl/nx/pull/22193)) - **js:** add swc cli options --strip-leading-paths " ([#​22193](https://togithub.com/nrwl/nx/pull/22193), [#​22832](https://togithub.com/nrwl/nx/pull/22832)) - **misc:** non conflicting init/add flow ([#​22791](https://togithub.com/nrwl/nx/pull/22791)) - **nuxt:** update [@​nuxt/eslint-config](https://togithub.com/nuxt/eslint-config) to a stable version ([#​22804](https://togithub.com/nrwl/nx/pull/22804)) - **nx-dev:** link Nx Launch Conf videos ([#​22690](https://togithub.com/nrwl/nx/pull/22690)) - **nx-dev:** remember selected tabs ([#​22699](https://togithub.com/nrwl/nx/pull/22699)) - **nx-dev:** add contact pages ([#​22815](https://togithub.com/nrwl/nx/pull/22815)) - **nx-dev:** banner for webinar ([#​22824](https://togithub.com/nrwl/nx/pull/22824)) - **testing:** add ability to split jest tests ([#​22662](https://togithub.com/nrwl/nx/pull/22662)) - **testing:** add metadata to playwright targets ([#​22768](https://togithub.com/nrwl/nx/pull/22768)) - **vite:** migrate to latest vite-plugin-dts ([#​22614](https://togithub.com/nrwl/nx/pull/22614)) ##### 🩹 Fixes - **angular:** prevent false positive validation due to option default value in dev-server executor ([#​22606](https://togithub.com/nrwl/nx/pull/22606)) - **angular:** respect skipPackageJson correctly in library generator ([#​22608](https://togithub.com/nrwl/nx/pull/22608)) - **angular:** fix @​nx/angular/src/utils entry point ([#​22609](https://togithub.com/nrwl/nx/pull/22609)) - **angular:** fix dynamic module federation generation ([#​22724](https://togithub.com/nrwl/nx/pull/22724)) - **angular:** respect skipPackageJson correctly across generators ([#​22777](https://togithub.com/nrwl/nx/pull/22777)) - **angular:** execute wrapped schematics post tasks and log messages ([#​22780](https://togithub.com/nrwl/nx/pull/22780)) - **bundling:** support exported array of options for rollup ([#​22703](https://togithub.com/nrwl/nx/pull/22703)) - **bundling:** print errors from rollup build ([#​22707](https://togithub.com/nrwl/nx/pull/22707)) - **bundling:** show codeframes for Rollup build errors ([#​22845](https://togithub.com/nrwl/nx/pull/22845)) - **core:** do not assume workspace inputs cause all projects to be af… ([#​22573](https://togithub.com/nrwl/nx/pull/22573)) - **core:** write terminal output to cache folder ([#​22673](https://togithub.com/nrwl/nx/pull/22673)) - **core:** errors from create dependencies should show properly ([#​22695](https://togithub.com/nrwl/nx/pull/22695)) - **core:** not passing props of run-commands to underlying command ([#​22595](https://togithub.com/nrwl/nx/pull/22595)) - **core:** update pty version to add windows specific flags ([#​22711](https://togithub.com/nrwl/nx/pull/22711)) - **core:** detect imports from template literals in dynamic imports ([#​22749](https://togithub.com/nrwl/nx/pull/22749)) - **core:** attach cli args from target options explicitly with '=' ([#​22756](https://togithub.com/nrwl/nx/pull/22756)) - **core:** fix plugin exclude option ([#​22738](https://togithub.com/nrwl/nx/pull/22738)) - **core:** improve `isCI` to better detect other providers ([#​22694](https://togithub.com/nrwl/nx/pull/22694)) - **core:** errors thrown when creating projects should prevent running targets ([#​22807](https://togithub.com/nrwl/nx/pull/22807)) - **core:** use name instead of .prototype.name when comparing errors ([#​22840](https://togithub.com/nrwl/nx/pull/22840)) - **core:** fix init logging and package.json updates ([#​22843](https://togithub.com/nrwl/nx/pull/22843)) - **devkit:** update peer dependency on nx to include Nx 19 ([#​22811](https://togithub.com/nrwl/nx/pull/22811)) - **js:** update jest snapshot after vite-plugin-dts bump ([#​22621](https://togithub.com/nrwl/nx/pull/22621)) - **js:** append target when generating tmp tsconfig to prevent conflicts [#​21396](https://togithub.com/nrwl/nx/issues/21396) ([#​22671](https://togithub.com/nrwl/nx/pull/22671), [#​21396](https://togithub.com/nrwl/nx/issues/21396)) - **js:** propagate error from child process to [@​nx/js](https://togithub.com/nx/js):node executor ([#​22705](https://togithub.com/nrwl/nx/pull/22705)) - **js:** do not default to commonjs type field in package.json ([#​22819](https://togithub.com/nrwl/nx/pull/22819)) - **misc:** fix optional branch tracking on ci pipeline ([#​22652](https://togithub.com/nrwl/nx/pull/22652)) - **module-federation:** serve dynamic remotes statically in their own processes ([#​22688](https://togithub.com/nrwl/nx/pull/22688)) - **nextjs:** Adding tailwind should work when creating an app OOTB ([#​22709](https://togithub.com/nrwl/nx/pull/22709)) - **nuxt:** use loadConfigFile from devkit rather than [@​nuxt/kit](https://togithub.com/nuxt/kit) ([#​22571](https://togithub.com/nrwl/nx/pull/22571)) - **nx-dev:** Update urls that are 404 ([#​22653](https://togithub.com/nrwl/nx/pull/22653)) - **react-native:** storybook relative paths ([#​22031](https://togithub.com/nrwl/nx/pull/22031)) - **react-native:** should ask for app name when preset is react native ([#​22761](https://togithub.com/nrwl/nx/pull/22761)) - **react-native:** fix unable to resolve on windows ([#​22759](https://togithub.com/nrwl/nx/pull/22759)) - **release:** respect root .npmrc registry settings for publishing ([12afa20210](https://togithub.com/nrwl/nx/commit/12afa20210)) - **release:** do not try to interpolate packageRoot for root project ([#​22771](https://togithub.com/nrwl/nx/pull/22771)) - **testing:** fix playwright executor uiPort option schema ([#​22610](https://togithub.com/nrwl/nx/pull/22610)) - **testing:** app generators should create correct e2e config at generation time ([#​22565](https://togithub.com/nrwl/nx/pull/22565)) - **vite:** ensure cache is created correctly for separate vite and vitest config files [#​22244](https://togithub.com/nrwl/nx/issues/22244) ([#​22618](https://togithub.com/nrwl/nx/pull/22618), [#​22244](https://togithub.com/nrwl/nx/issues/22244)) - **vite:** pass cli arguments as options to vitest ([#​22355](https://togithub.com/nrwl/nx/pull/22355)) - **webpack:** bring back previous SVG and SVGR behavior for React projects ([#​22628](https://togithub.com/nrwl/nx/pull/22628)) - **webpack:** support standard webpack config with [@​nx/webpack](https://togithub.com/nx/webpack):dev-server ([#​22660](https://togithub.com/nrwl/nx/pull/22660)) - **webpack:** remove url-loader from dependencies since it is replaced by asset modules ([#​22698](https://togithub.com/nrwl/nx/pull/22698)) - **webpack:** typo for outputPath ([#​22734](https://togithub.com/nrwl/nx/pull/22734)) - **webpack:** Should work when absolute paths are supplied as output ([#​22736](https://togithub.com/nrwl/nx/pull/22736)) ##### ❤️ Thank You - Altan Stalker - arekkubaczkowski [@​arekkubaczkowski](https://togithub.com/arekkubaczkowski) - Austin Fahsl [@​fahslaj](https://togithub.com/fahslaj) - Benjamin Cabanes [@​bcabanes](https://togithub.com/bcabanes) - Colum Ferry [@​Coly010](https://togithub.com/Coly010) - Craigory Coppola [@​AgentEnder](https://togithub.com/AgentEnder) - Emily Xiong [@​xiongemi](https://togithub.com/xiongemi) - Every [@​hongxuWei](https://togithub.com/hongxuWei) - Isaac Mann [@​isaacplmann](https://togithub.com/isaacplmann) - Jack Hsu [@​jaysoo](https://togithub.com/jaysoo) - Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz) - Juri Strumpflohner [@​juristr](https://togithub.com/juristr) - Leosvel Pérez Espinosa [@​leosvelperez](https://togithub.com/leosvelperez) - Lucca Miranda [@​luckened](https://togithub.com/luckened) - MaxKless [@​MaxKless](https://togithub.com/MaxKless) - Miroslav Jonaš [@​meeroslav](https://togithub.com/meeroslav) - Nicholas Cunningham [@​ndcunningham](https://togithub.com/ndcunningham) - Thomas Dekiere - Younes Jaaidi ### [`v18.2.4`](https://togithub.com/nrwl/nx/releases/tag/18.2.4) [Compare Source](https://togithub.com/nrwl/nx/compare/18.2.3...18.2.4) ##### 18.2.4 (2024-04-09) ##### 🩹 Fixes - **angular:** fix dynamic module federation generation ([#​22724](https://togithub.com/nrwl/nx/pull/22724)) - **core:** update pty version to add windows specific flags ([#​22711](https://togithub.com/nrwl/nx/pull/22711)) - **nextjs:** Adding tailwind should work when creating an app OOTB ([#​22709](https://togithub.com/nrwl/nx/pull/22709)) ##### ❤️ Thank You - Craigory Coppola [@​AgentEnder](https://togithub.com/AgentEnder) - Leosvel Pérez Espinosa [@​leosvelperez](https://togithub.com/leosvelperez) - Nicholas Cunningham [@​ndcunningham](https://togithub.com/ndcunningham) ### [`v18.2.3`](https://togithub.com/nrwl/nx/releases/tag/18.2.3) [Compare Source](https://togithub.com/nrwl/nx/compare/18.2.2...18.2.3) #### 18.2.3 (2024-04-05) ##### 🚀 Features - **core:** list crystal plugins with nx report ([#​22649](https://togithub.com/nrwl/nx/pull/22649)) ##### 🩹 Fixes - **bundling:** print errors from rollup build ([#​22707](https://togithub.com/nrwl/nx/pull/22707)) - **core:** write terminal output to cache folder ([#​22673](https://togithub.com/nrwl/nx/pull/22673)) - **core:** errors from create dependencies should show properly ([#​22695](https://togithub.com/nrwl/nx/pull/22695)) - **core:** not passing props of run-commands to underlying command ([#​22595](https://togithub.com/nrwl/nx/pull/22595)) - **js:** update jest snapshot after vite-plugin-dts bump ([#​22621](https://togithub.com/nrwl/nx/pull/22621)) - **js:** append target when generating tmp tsconfig to prevent conflicts [#​21396](https://togithub.com/nrwl/nx/issues/21396) ([#​22671](https://togithub.com/nrwl/nx/pull/22671), [#​21396](https://togithub.com/nrwl/nx/issues/21396)) - **js:** propagate error from child process to [@​nx/js](https://togithub.com/nx/js):node executor ([#​22705](https://togithub.com/nrwl/nx/pull/22705)) - **misc:** fix optional branch tracking on ci pipeline ([#​22652](https://togithub.com/nrwl/nx/pull/22652)) - **module-federation:** serve dynamic remotes statically in their own processes ([#​22688](https://togithub.com/nrwl/nx/pull/22688)) - **nx-dev:** Update urls that are 404 ([#​22653](https://togithub.com/nrwl/nx/pull/22653)) - **release:** respect root .npmrc registry settings for publishing ([9dd97c43a1](https://togithub.com/nrwl/nx/commit/9dd97c43a1)) - **testing:** fix playwright executor uiPort option schema ([#​22610](https://togithub.com/nrwl/nx/pull/22610)) - **testing:** app generators should create correct e2e config at generation time ([#​22565](https://togithub.com/nrwl/nx/pull/22565)) - **vite:** ensure cache is created correctly for separate vite and vitest config files [#​22244](https://togithub.com/nrwl/nx/issues/22244) ([#​22618](https://togithub.com/nrwl/nx/pull/22618), [#​22244](https://togithub.com/nrwl/nx/issues/22244)) - **webpack:** bring back previous SVG and SVGR behavior for React projects ([#​22628](https://togithub.com/nrwl/nx/pull/22628)) - **webpack:** support standard webpack config with [@​nx/webpack](https://togithub.com/nx/webpack):dev-server ([#​22660](https://togithub.com/nrwl/nx/pull/22660)) - **webpack:** remove url-loader from dependencies since it is replaced by asset modules ([#​22698](https://togithub.com/nrwl/nx/pull/22698)) ##### ❤️ Thank You - Altan Stalker - Austin Fahsl [@​fahslaj](https://togithub.com/fahslaj) - Colum Ferry [@​Coly010](https://togithub.com/Coly010) - Craigory Coppola [@​AgentEnder](https://togithub.com/AgentEnder) - Emily Xiong [@​xiongemi](https://togithub.com/xiongemi) - Jack Hsu [@​jaysoo](https://togithub.com/jaysoo) - Leosvel Pérez Espinosa [@​leosvelperez](https://togithub.com/leosvelperez) - Miroslav Jonaš [@​meeroslav](https://togithub.com/meeroslav) - Nicholas Cunningham [@​ndcunningham](https://togithub.com/ndcunningham) ### [`v18.2.2`](https://togithub.com/nrwl/nx/releases/tag/18.2.2) [Compare Source](https://togithub.com/nrwl/nx/compare/18.2.1...18.2.2) ##### 18.2.2 (2024-04-02) ##### 🚀 Features - **vite:** migrate to latest vite-plugin-dts ([#​22614](https://togithub.com/nrwl/nx/pull/22614)) ##### 🩹 Fixes - **angular:** prevent false positive validation due to option default value in dev-server executor ([#​22606](https://togithub.com/nrwl/nx/pull/22606)) - **angular:** respect skipPackageJson correctly in library generator ([#​22608](https://togithub.com/nrwl/nx/pull/22608)) - **angular:** fix @​nx/angular/src/utils entry point ([#​22609](https://togithub.com/nrwl/nx/pull/22609)) - **core:** do not assume workspace inputs cause all projects to be af… ([#​22573](https://togithub.com/nrwl/nx/pull/22573)) - **react-native:** storybook relative paths ([#​22031](https://togithub.com/nrwl/nx/pull/22031)) ##### ❤️ Thank You - arekkubaczkowski [@​arekkubaczkowski](https://togithub.com/arekkubaczkowski) - Colum Ferry [@​Coly010](https://togithub.com/Coly010) - Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz) - Leosvel Pérez Espinosa [@​leosvelperez](https://togithub.com/leosvelperez) ### [`v18.2.1`](https://togithub.com/nrwl/nx/releases/tag/18.2.1) [Compare Source](https://togithub.com/nrwl/nx/compare/18.2.0...18.2.1) ##### 18.2.1 (2024-03-28) ##### 🩹 Fixes - **nuxt:** use loadConfigFile from devkit rather than [@​nuxt/kit](https://togithub.com/nuxt/kit) ([#​22571](https://togithub.com/nrwl/nx/pull/22571)) ##### ❤️ Thank You - Jack Hsu [@​jaysoo](https://togithub.com/jaysoo) ### [`v18.2.0`](https://togithub.com/nrwl/nx/releases/tag/18.2.0) [Compare Source](https://togithub.com/nrwl/nx/compare/18.1.3...18.2.0) ##### 18.2.0 (2024-03-28) ##### 🚀 Features - **angular:** support angular 17.3.0 ([#​22202](https://togithub.com/nrwl/nx/pull/22202)) - **bundling:** refactor rollup executor to perform single build for all formats ([#​22436](https://togithub.com/nrwl/nx/pull/22436)) - **core:** add ability to add metadata to projects ([#​22299](https://togithub.com/nrwl/nx/pull/22299)) - **core:** create structured project graph errors with all plugin er… ([#​22404](https://togithub.com/nrwl/nx/pull/22404)) - **core:** add ability to scope plugins ([#​22379](https://togithub.com/nrwl/nx/pull/22379)) - **gradle:** add gradle init generator ([#​22245](https://togithub.com/nrwl/nx/pull/22245)) - **gradle:** make gradle public ([#​22399](https://togithub.com/nrwl/nx/pull/22399)) - **gradle:** add gradle init generator ([#​22245](https://togithub.com/nrwl/nx/pull/22245)) - **gradle:** add technology ([#​22528](https://togithub.com/nrwl/nx/pull/22528)) - **graph:** remove polyfills from graph client ([#​22494](https://togithub.com/nrwl/nx/pull/22494)) - **testing:** infer open-cypress task ([#​22556](https://togithub.com/nrwl/nx/pull/22556)) - **webpack:** create build log for remotes to help debug errors ([#​22539](https://togithub.com/nrwl/nx/pull/22539)) ##### 🩹 Fixes - **angular:** target correct versions of ng-packagr to create stylesheet worker synchronously ([#​22485](https://togithub.com/nrwl/nx/pull/22485)) - **angular:** prevent creating stylesheet worker multiple times in ng-packagr executors ([#​22491](https://togithub.com/nrwl/nx/pull/22491)) - **bundling:** prevent sensitive keys from being bundled ([#​22413](https://togithub.com/nrwl/nx/pull/22413)) - **bundling:** prevent sensitive keys from being bundled ([#​22413](https://togithub.com/nrwl/nx/pull/22413)) - **core:** override Path env variable on Windows platform ([#​22382](https://togithub.com/nrwl/nx/pull/22382)) - **core:** Should work if extends is a string ([a00f6438b9](https://togithub.com/nrwl/nx/commit/a00f6438b9)) - **core:** fix no plugins found for nx init without packge.json ([#​22434](https://togithub.com/nrwl/nx/pull/22434)) - **core:** exponential backoff retry on cache put fail ([#​21926](https://togithub.com/nrwl/nx/pull/21926)) - **core:** override Path env variable on Windows platform ([#​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 ([#​22434](https://togithub.com/nrwl/nx/pull/22434)) - **core:** exponential backoff retry on cache put fail ([#​21926](https://togithub.com/nrwl/nx/pull/21926)) - **core:** cannot read property kind of undefined ([#​21715](https://togithub.com/nrwl/nx/pull/21715)) - **core:** rethrow unknown errors during incremental graph calculation ([#​22522](https://togithub.com/nrwl/nx/pull/22522)) - **core:** ignore yarn/cache when watching with the daemon ([#​22516](https://togithub.com/nrwl/nx/pull/22516)) - **core:** handle undefined properties in schemas with additionalProperties ([#​22426](https://togithub.com/nrwl/nx/pull/22426)) - **core:** fix caching outputs which have symlinks ([#​22548](https://togithub.com/nrwl/nx/pull/22548)) - **gradle:** fix missing tasks ([#​22400](https://togithub.com/nrwl/nx/pull/22400)) - **gradle:** fix gradle plugin path ([#​22405](https://togithub.com/nrwl/nx/pull/22405)) - **gradle:** fix missing tasks ([#​22400](https://togithub.com/nrwl/nx/pull/22400)) - **gradle:** fix gradle plugin path ([#​22405](https://togithub.com/nrwl/nx/pull/22405)) - **gradle:** fix gradle to work on windows ([#​22470](https://togithub.com/nrwl/nx/pull/22470)) - **gradle:** fix gradle icon ([#​22553](https://togithub.com/nrwl/nx/pull/22553)) - **gradle:** only allow certain types of task to be cached ([#​22559](https://togithub.com/nrwl/nx/pull/22559)) - **gradle:** add [@​nx/gradle](https://togithub.com/nx/gradle) to nx migrations ([#​22567](https://togithub.com/nrwl/nx/pull/22567)) - **js:** update babel preset to specify minor version of core-js for better optimization ([#​22433](https://togithub.com/nrwl/nx/pull/22433)) - **js:** match core-js version with babel options ([#​22493](https://togithub.com/nrwl/nx/pull/22493)) - **js:** migrate core-js to 3.36 for workspaces that use it ([#​22495](https://togithub.com/nrwl/nx/pull/22495)) - **js:** handle case where tslib or [@​swc/helpers](https://togithub.com/swc/helpers) are missing from externalNodes ([#​22523](https://togithub.com/nrwl/nx/pull/22523)) - **js:** do not write cached lockfile parsed results when an error is… ([#​22526](https://togithub.com/nrwl/nx/pull/22526)) - **linter:** convert parser options to flat config even is parser is missing ([#​22388](https://togithub.com/nrwl/nx/pull/22388)) - **linter:** convert parser options to flat config even is parser is missing ([#​22388](https://togithub.com/nrwl/nx/pull/22388)) - **misc:** handle cwd correctly when generating artifacts with as-provided ([#​22411](https://togithub.com/nrwl/nx/pull/22411)) - **misc:** handle cwd correctly when generating artifacts with as-provided ([#​22411](https://togithub.com/nrwl/nx/pull/22411)) - **misc:** align nx init package.json scripts handling when deselecting all plugins ([#​22490](https://togithub.com/nrwl/nx/pull/22490)) - **react:** HMR for withModuleFederation [#​22300](https://togithub.com/nrwl/nx/issues/22300) ([#​22562](https://togithub.com/nrwl/nx/pull/22562), [#​22300](https://togithub.com/nrwl/nx/issues/22300)) - **remix:** generate correct e2e config if Crystal is used ([#​22558](https://togithub.com/nrwl/nx/pull/22558)) - **rollup:** remove exports field from @​nx/rollup/package.json since is a breaking change ([#​22545](https://togithub.com/nrwl/nx/pull/22545)) - **storybook:** do not set cacheableOperations if not previously set ([#​22535](https://togithub.com/nrwl/nx/pull/22535)) - **testing:** remove root from the cypress ci-e2e group ([#​22468](https://togithub.com/nrwl/nx/pull/22468)) - **testing:** name group of e2e ci tasks distinctly from target name ([#​22525](https://togithub.com/nrwl/nx/pull/22525)) - **web:** spa flag should correctly define redirect ([#​22487](https://togithub.com/nrwl/nx/pull/22487)) - **webpack:** Stylus loader path ([#​22373](https://togithub.com/nrwl/nx/pull/22373)) - **webpack:** Stylus loader path ([#​22373](https://togithub.com/nrwl/nx/pull/22373)) - **webpack:** pass options from executor to NxWebpackPlugin correctly ([#​22529](https://togithub.com/nrwl/nx/pull/22529)) - **webpack:** resolve assets from executor options as relative to workspace root ([#​22544](https://togithub.com/nrwl/nx/pull/22544)) ##### ❤️ Thank You - Colum Ferry [@​Coly010](https://togithub.com/Coly010) - Emily Xiong [@​xiongemi](https://togithub.com/xiongemi) - Jack Hsu [@​jaysoo](https://togithub.com/jaysoo) - Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz) - Joel Pelaez Jorge - Leosvel Pérez Espinosa [@​leosvelperez](https://togithub.com/leosvelperez) - Maxence LEFEBVRE - MaxKless [@​MaxKless](https://togithub.com/MaxKless) - Mike Pham - Miroslav Jonaš [@​meeroslav](https://togithub.com/meeroslav) - Nicholas Cunningham [@​ndcunningham](https://togithub.com/ndcunningham) ### [`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 ([#​22245](https://togithub.com/nrwl/nx/pull/22245)) ##### 🩹 Fixes - **angular:** prevent creating stylesheet worker multiple times in ng-packagr executors ([#​22491](https://togithub.com/nrwl/nx/pull/22491)) - **bundling:** prevent sensitive keys from being bundled ([#​22413](https://togithub.com/nrwl/nx/pull/22413)) - **core:** override Path env variable on Windows platform ([#​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 ([#​22434](https://togithub.com/nrwl/nx/pull/22434)) - **core:** exponential backoff retry on cache put fail ([#​21926](https://togithub.com/nrwl/nx/pull/21926)) - **gradle:** fix missing tasks ([#​22400](https://togithub.com/nrwl/nx/pull/22400)) - **gradle:** fix gradle plugin path ([#​22405](https://togithub.com/nrwl/nx/pull/22405)) - **linter:** convert parser options to flat config even is parser is missing ([#​22388](https://togithub.com/nrwl/nx/pull/22388)) - **misc:** handle cwd correctly when generating artifacts with as-provided ([#​22411](https://togithub.com/nrwl/nx/pull/22411)) - **webpack:** Stylus loader path ([#​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 ### [`v18.1.2`](https://togithub.com/nrwl/nx/releases/tag/18.1.2) [Compare Source](https://togithub.com/nrwl/nx/compare/18.1.1...18.1.2) #### 18.1.2 (2024-03-18) ##### 🚀 Features - **nx-dev:** add apollo.io tracking script to `_app.tsx` ([#​22339](https://togithub.com/nrwl/nx/pull/22339)) ##### 🩹 Fixes - **core:** do not use pseudo terminal if platform is unsuported and f… ([#​22341](https://togithub.com/nrwl/nx/pull/22341)) - **js:** read lockfile from the workspace root ([#​22340](https://togithub.com/nrwl/nx/pull/22340)) ##### ❤️ Thank You - Benjamin Cabanes [@​bcabanes](https://togithub.com/bcabanes) - Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz) ### [`v18.1.1`](https://togithub.com/nrwl/nx/releases/tag/18.1.1) [Compare Source](https://togithub.com/nrwl/nx/compare/5e64e7dcb011fd164e22f87a9f2a6358a7c2cd32...18.1.1) #### 18.1.1 (2024-03-15) ##### 🚀 Features - **angular:** update jest-preset-angular version ([#​21776](https://togithub.com/nrwl/nx/pull/21776)) - **angular:** add the extract-i18n executor ([#​21802](https://togithub.com/nrwl/nx/pull/21802)) - **angular:** ensure all targets are generated for application and libraries ([#​21826](https://togithub.com/nrwl/nx/pull/21826)) - **angular:** support angular 17.2.0 ([#​21671](https://togithub.com/nrwl/nx/pull/21671)) - **angular:** force explicit targets when NX_ADD_PLUGINS is not explicitly true ([#​21852](https://togithub.com/nrwl/nx/pull/21852)) - **angular:** update jest-preset-angular dependency to 14.0.3 ([#​21912](https://togithub.com/nrwl/nx/pull/21912)) - **angular:** remove optional [@​nx/cypress](https://togithub.com/nx/cypress) and [@​nx/jest](https://togithub.com/nx/jest) from dependencies ([#​22162](https://togithub.com/nrwl/nx/pull/22162)) - **bundling:** bump rollup-plugin-typescript2 version ([#​20609](https://togithub.com/nrwl/nx/pull/20609)) - **bundling:** rollup should support ESM config files ([#​21999](https://togithub.com/nrwl/nx/pull/21999)) - **bundling:** crystalize rollup ([#​22045](https://togithub.com/nrwl/nx/pull/22045)) - **core:** update swc/register ([#​21755](https://togithub.com/nrwl/nx/pull/21755)) - **core:** add option to disable log grouping on CI ([#​21782](https://togithub.com/nrwl/nx/pull/21782)) - **core:** remove leading arrow from output headlines ([#​21359](https://togithub.com/nrwl/nx/pull/21359)) - **core:** remove leading arrow from output headlines" ([#​21800](https://togithub.com/nrwl/nx/pull/21800)) - **core:** support migrating to canary versions of nx for testing ([#​21812](https://togithub.com/nrwl/nx/pull/21812)) - **core:** flatten default base config to base ([#​19964](https://togithub.com/nrwl/nx/pull/19964)) - **core:** execute plugins in isolated processes ([#​21760](https://togithub.com/nrwl/nx/pull/21760)) - **core:** provide a hint when project.json has empty targets ([#​22028](https://togithub.com/nrwl/nx/pull/22028)) - **core:** add gradle plugin ([#​21055](https://togithub.com/nrwl/nx/pull/21055)) - **core:** use flag in nx.json for toggling crystal ([#​21980](https://togithub.com/nrwl/nx/pull/21980)) - **core:** forward options for run command ([#​22064](https://togithub.com/nrwl/nx/pull/22064)) - **core:** revert running plugins in isolation ([#​22246](https://togithub.com/nrwl/nx/pull/22246)) - **core:** run commands directly ([#​21918](https://togithub.com/nrwl/nx/pull/21918)) - **detox:** upgrade [@​config-plugins/detox](https://togithub.com/config-plugins/detox) to 7 ([#​21959](https://togithub.com/nrwl/nx/pull/21959)) - **expo:** support cjs and mjs ([#​21408](https://togithub.com/nrwl/nx/pull/21408)) - **graph:** add error boundary error page for project details ([#​22007](https://togithub.com/nrwl/nx/pull/22007)) - **graph:** add spinner on the projects page ([#​22149](https://togithub.com/nrwl/nx/pull/22149)) - **js:** replace publish script with nx release config ([#​21474](https://togithub.com/nrwl/nx/pull/21474)) - **misc:** log message in nx init when detecting plugins ([#​21932](https://togithub.com/nrwl/nx/pull/21932)) - **nextjs:** use global NX_GRAPH_CREATION in withNx plugin to guard against graph creation during create nodes ([#​22026](https://togithub.com/nrwl/nx/pull/22026)) - **nuxt:** export storybook generator ([#​21969](https://togithub.com/nrwl/nx/pull/21969)) - **nx-dev:** update launch conf timings ([a0e4cf747d](https://togithub.com/nrwl/nx/commit/a0e4cf747d)) - **nx-dev:** update launch page link text ([#​21747](https://togithub.com/nrwl/nx/pull/21747)) - **nx-dev:** update website header components ([#​21833](https://togithub.com/nrwl/nx/pull/21833)) - **nx-dev:** change color for nx-agents & nx-ai buttons on home ([#​22142](https://togithub.com/nrwl/nx/pull/22142)) - **react:** add tailwind as style prompt option for app gen ([#​21784](https://togithub.com/nrwl/nx/pull/21784)) - **release:** prompt to create github release when no file changes ([#​21819](https://togithub.com/nrwl/nx/pull/21819)) - **release:** interpolate workspaceRoot in changelog path ([#​22058](https://togithub.com/nrwl/nx/pull/22058)) - **release:** add conventional commits configurability for version and changelog ([#​22004](https://togithub.com/nrwl/nx/pull/22004)) - **remix:** add playwright option for e2eTestRunner ([#​21603](https://togithub.com/nrwl/nx/pull/21603)) - **remix:** upgrade to latest remix 2.6.0 ([#​21843](https://togithub.com/nrwl/nx/pull/21843)) - **remix:** use Remix CLI directly with Remix Crystal Plugin ([#​22234](https://togithub.com/nrwl/nx/pull/22234)) - **remix:** support version 2.8.0 ([#​22326](https://togithub.com/nrwl/nx/pull/22326)) - **remix:** add option to create-nx-workspace ([#​22334](https://togithub.com/nrwl/nx/pull/22334)) - **repo:** use latest pnpm for CI runs ([#​22207](https://togithub.com/nrwl/nx/pull/22207)) - **testing:** update cypress version ([#​21961](https://togithub.com/nrwl/nx/pull/21961)) - **testing:** add getJestProjectsAsync to support inferred targets ([#​21897](https://togithub.com/nrwl/nx/pull/21897)) - **vite:** add vitest.workspace.ts at root ([#​21915](https://togithub.com/nrwl/nx/pull/21915)) ##### 🩹 Fixes - **angular:** fix wrong trailing comma in mf bootstrap code generation ([#​21600](https://togithub.com/nrwl/nx/pull/21600)) - **angular:** support inferred cypress targets in setup-mf generator ([#​21619](https://togithub.com/nrwl/nx/pull/21619)) - **angular:** ajv hoisting issue ([#​21641](https://togithub.com/nrwl/nx/pull/21641)) - **angular:** resolve the index html transformer correctly for esbuild based build targets in dev-server ([#​21679](https://togithub.com/nrwl/nx/pull/21679)) - **angular:** generate app server module setup correctly in setup-ssr generator ([#​21702](https://togithub.com/nrwl/nx/pull/21702)) - **angular:** add missing forceEsbuild option to dev-server executor ([#​21753](https://togithub.com/nrwl/nx/pull/21753)) - **angular:** do not force explicit targets for separate e2e projects ([#​21865](https://togithub.com/nrwl/nx/pull/21865)) - **angular:** stop using npmScope as a prefix for component and directive selectors ([#​21828](https://togithub.com/nrwl/nx/pull/21828)) - **angular:** do not add target defaults for the ng-packagr-lite executor when generating non-buildable library ([#​21935](https://togithub.com/nrwl/nx/pull/21935)) - **angular:** ensure generated editor tsconfig in apps only include runtime files ([#​21945](https://togithub.com/nrwl/nx/pull/21945)) - **angular:** log message about unsupported ng cache command ([#​22154](https://togithub.com/nrwl/nx/pull/22154)) - **angular:** fix message logged for unsupported ng cache ([#​22211](https://togithub.com/nrwl/nx/pull/22211)) - **angular:** Module federation with Crystal enabled. ([#​22224](https://togithub.com/nrwl/nx/pull/22224)) - **angular:** install jsonc-eslint-parser only when [@​nx/dependency-checks](https://togithub.com/nx/dependency-checks) is used ([#​22231](https://togithub.com/nrwl/nx/pull/22231)) - **core:** nx cloud prompt during migrate doesn't skip connection ([#​21588](https://togithub.com/nrwl/nx/pull/21588)) - **core:** pass the full resolved path of ts-node/esm when reloading the CLI ([#​21607](https://togithub.com/nrwl/nx/pull/21607)) - **core:** remove logic to reload process with esm loader for Node 18 ([#​21623](https://togithub.com/nrwl/nx/pull/21623)) - **core:** prevent target defaults from being discarded during merge process ([#​21624](https://togithub.com/nrwl/nx/pull/21624)) - **core:** add missing parts to ci workflws and update docs ([ab76d6291a](https://togithub.com/nrwl/nx/commit/ab76d6291a)) - **core:** temporary use forked portable_pty to inherit cursor position for windows ([#​21683](https://togithub.com/nrwl/nx/pull/21683)) - **core:** handle blocking stdin ([#​21672](https://togithub.com/nrwl/nx/pull/21672)) - **core:** remove implementation detail from warning ([18efd62003](https://togithub.com/nrwl/nx/commit/18efd62003)) - **core:** static run one lifecycle should always print dependent task status, and output when verbose ([#​21720](https://togithub.com/nrwl/nx/pull/21720)) - **core:** run migrations ordered by their target version ([#​21799](https://togithub.com/nrwl/nx/pull/21799)) - **core:** Update NxWelcome connect to cloud ([#​21830](https://togithub.com/nrwl/nx/pull/21830)) - **core:** propagate `verbose` flag when running `init` generator dur… ([#​21868](https://togithub.com/nrwl/nx/pull/21868)) - **core:** ensure migrate works with yarn PnP ([#​21824](https://togithub.com/nrwl/nx/pull/21824)) - **core:** align terminal output padding and remove leading arrow ([#​21809](https://togithub.com/nrwl/nx/pull/21809)) - **core:** read all targets from package json when defining target defaults ([#​21719](https://togithub.com/nrwl/nx/pull/21719)) - **core:** include nx/nuxt in migrations ([#​21885](https://togithub.com/nrwl/nx/pull/21885)) - **core:** do not use the new pty function for older versions of windows ([#​21854](https://togithub.com/nrwl/nx/pull/21854)) - **core:** normalize migration target versions when sorting migrations ([#​21967](https://togithub.com/nrwl/nx/pull/21967)) - **core:** target defaults application shouldn't include extra scripts ([#​21970](https://togithub.com/nrwl/nx/pull/21970)) - **core:** update generated README pages with more useful instructions ([#​21976](https://togithub.com/nrwl/nx/pull/21976)) - **core:** plugin pool should not clobber promises when called multiple times ([#​21977](https://togithub.com/nrwl/nx/pull/21977)) - **core:** plugins should not be registered twice and should respect shutdown queue ([#​22057](https://togithub.com/nrwl/nx/pull/22057)) - **core:** nextjs-standalone generates package scripts consistent with create-next-app ([#​21996](https://togithub.com/nrwl/nx/pull/21996)) - **core:** target defaults should represent nx.json in source info ([#​22080](https://togithub.com/nrwl/nx/pull/22080)) - **core:** setting up .nx inside gradle shouldn't throw ([#​21957](https://togithub.com/nrwl/nx/pull/21957)) - **core:** add outputs to nx.json for nx init in monorepo ([#​22061](https://togithub.com/nrwl/nx/pull/22061)) - **core:** fix no such file or directory, open 'package-lock.json' ([#​21835](https://togithub.com/nrwl/nx/pull/21835)) - **core:** reject all promises in pool during shutdown ([#​22188](https://togithub.com/nrwl/nx/pull/22188)) - **core:** fix terminal message alignment on errors ([#​22189](https://togithub.com/nrwl/nx/pull/22189)) - **core:** only start plugin workers once ([#​22222](https://togithub.com/nrwl/nx/pull/22222)) - **core:** properly cleanup when the project-graph creation fails ([#​22243](https://togithub.com/nrwl/nx/pull/22243)) - **core:** make windows runtime input hashing windowless ([#​22197](https://togithub.com/nrwl/nx/pull/22197)) - **core:** fix gh group success icon ([#​22281](https://togithub.com/nrwl/nx/pull/22281)) - **core:** fix pty for multiple commands in 1 process ([#​22294](https://togithub.com/nrwl/nx/pull/22294)) - **devkit:** respect expectComments when parsing json ([#​21584](https://togithub.com/nrwl/nx/pull/21584)) - **graph:** fix open project with / in name ([#​21722](https://togithub.com/nrwl/nx/pull/21722)) - **graph:** show command property as monospace ([#​21997](https://togithub.com/nrwl/nx/pull/21997)) - **js:** babel preset should also check for JEST_WORKER_ID to transpile to CJS ([#​21754](https://togithub.com/nrwl/nx/pull/21754)) - **js:** nx release-version resolve-version-spec should normalize fetchSpec ([#​21710](https://togithub.com/nrwl/nx/pull/21710)) - **js:** swc executor should support inlining on windows ([#​21801](https://togithub.com/nrwl/nx/pull/21801)) - **js:** set moduleResolution to Node10 so it is compatible with CommonJS module ([#​21979](https://togithub.com/nrwl/nx/pull/21979)) - **js:** use NodeJs moduleResolution with ts-node to support CommonJS module and TS 4.x ([#​22258](https://togithub.com/nrwl/nx/pull/22258)) - **linter:** adjust terminal run check for crystal ([#​21638](https://togithub.com/nrwl/nx/pull/21638)) - **linter:** fix eslint-plugin migration target version ([#​21966](https://togithub.com/nrwl/nx/pull/21966)) - **linter:** add v7 of typescript-eslint to peerDeps ([#​21853](https://togithub.com/nrwl/nx/pull/21853)) - **linter:** refactor pcv3 plugin, expose configFiles on context ([#​21677](https://togithub.com/nrwl/nx/pull/21677)) - **misc:** handle workspaces if no plugin selected in nx init and only generate files after prompts ([#​21606](https://togithub.com/nrwl/nx/pull/21606)) - **misc:** ensure swc transpiler process required files ([#​21674](https://togithub.com/nrwl/nx/pull/21674)) - **misc:** pin generated vite version to ~5.0.0 to avoid issues with storybook ([#​21740](https://togithub.com/nrwl/nx/pull/21740)) - **misc:** logs from rm-default-collection should render properly ([#​21953](https://togithub.com/nrwl/nx/pull/21953)) - **misc:** set nx property in root package.json when no replacing script in nx init ([#​21974](https://togithub.com/nrwl/nx/pull/21974)) - **misc:** migration shoul

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

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

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

socket-security[bot] commented 5 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@types/react@18.3.1 None +1 444 kB types

🚮 Removed packages: npm/@types/react@18.2.55

View full report↗︎