Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update nrwl monorepo to v19 (major) #370

Closed

Conversation

app-token-issuer-releng-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
@nx/devkit (source) devDependencies major ^17.1.3 -> ^19.0.0
@nx/esbuild (source) devDependencies major ^17.1.3 -> ^19.0.0
@nx/eslint (source) devDependencies major ^17.1.3 -> ^19.0.0
@nx/eslint-plugin (source) devDependencies major ^17.1.3 -> ^19.0.0
@nx/jest (source) devDependencies major ^17.1.3 -> ^19.0.0
@nx/js (source) devDependencies major 17.2.8 -> 19.0.1
@nx/plugin (source) devDependencies major ^17.1.3 -> ^19.0.0
nx (source) devDependencies major ^17.1.3 -> ^19.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

nrwl/nx (@​nx/devkit)

v19.0.1

Compare Source

19.0.1 (2024-05-07)
🚀 Features
  • core: add an option to seperate the output of show with provide… (#​23172)
  • misc: improve nx cloud setup prompts and messaging (#​23218)
🩹 Fixes
  • gradle: use local gradlew instead of sdkman (#​23205)
  • module-federation: nested projects should be ordered first when reading from tsconfig paths #​20284 (#​23212, #​20284)
❤️ Thank You

v19.0.0

Compare Source

19.0.0 (2024-05-06)
🚀 Features
  • bundling: upgrade rollup to v4 (#​22656)
  • core: load native files from tmp location instead of node_modules (#​22648)
  • core: add root level forwardAllArgs (#​22753)
  • core: add API entrypoint to register metadata (#​22773)
  • core: validate that outputs is an array of strings (#​22371)
  • core: cleanup for v19 (#​22993)
  • gradle: add ci-workflow generator (#​23125)
  • graph: add loading spinner on project details (#​23023)
  • graph: add target groups and technology icon (#​22839)
  • graph: show partial project graph & errors in graph app (#​22838)
  • graph: enable watch mode by default (#​23092)
  • graph: show tooltips that were previously hidden due to upublished docs (#​23099)
  • graph: log errors in console in graph watch mode (#​23136)
  • js: add swc cli options --strip-leading-paths (#​22856)
  • linter: add convert-to-inferred migration generator (#​23142)
  • misc: v19 cleanup for Nx plugins (#​23104)
  • nextjs: Add https option for custom server (#​22921)
  • nx-dev: new main navigation menu (#​22829)
  • nx-dev: disable banner on home page (#​22992)
  • nx-dev: add nx blog (#​22828)
  • nx-dev: add ui-enterprise library (#​23086)
  • react: support react 18.3.1 (#​23166)
  • react-native: upgrade react native to 0.72.6 (#​22729)
  • repo: split e2e tests (#​22927)
  • testing: make playwright default e2e test runner option (#​22511)
  • testing: add playwright generator to convert from executors to plugin (#​22784)
  • testing: add convert-to-inferred migration generator for cypress (#​22884)
  • webpack: change plugin import paths to speed up config loading (#​23021)
🩹 Fixes
  • angular: fix loading postcss configuration in ng-packagr executors (#​22900)
  • angular: ensure buildable libraries in-process tsconfig file extends from the correct path (#​23165)
  • bundling: handle circular dependencies in @​nx/esbuild getExtraDependencies (#​22644)
  • core: repair sourcemap creation in createNodes (#​22851)
  • core: load config util supports absolute paths on windows (#​22837)
  • core: keep plugin workers until main process shutdown (#​22860)
  • core: handle schema validation errors running commands directly (#​22864)
  • core: forward args provided to the nx add command to the invoked init generator (#​22855)
  • core: fix hashing of external dependencies (#​22865)
  • core: group command exit listeners to avoid warning (#​22892)
  • core: handle plugin errors from isolation correctly (#​22890)
  • core: disable pty on windows until stable (#​22910)
  • core: fix cursor being hidden and process shutdown for ctrl c (#​22895)
  • core: different commands should not be considered compatible targets (#​22863)
  • core: fix pnpm install order on ci workflows (#​22580)
  • core: workspace context glob respects exclude (#​22939)
  • core: handle events that do not have paths (#​22947)
  • core: fix exclude for empty array (#​22951)
  • core: move a few api points to return root maps directly (#​22949)
  • core: regression register ts transpiler for local plugin (#​22964)
  • core: handle created directories when watching on linux (#​22980)
  • core: ensure create nodes functions are properly parallelized (#​23005)
  • core: nxComponentTestingPreset should not expose bundler option (#​23009)
  • core: ensure include and excluded return from plugin worker (#​23032)
  • core: read nx.json in the DaemonClient constructor instead of the module (#​23033)
  • core: recommend nx reset when graph errors and print error in da… (#​23014)
  • core: affect all projects when nx.json is touched (#​23036)
  • core: improve performance of pnpm lock file parsing (#​23017)
  • core: prevent device status report from being printed during pty execution (#​23039)
  • core: ensure daemon socket dir exists when specified in env (#​23071)
  • core: do not forward --updatePackageScripts flag to init generators that are not from nx core plugins (#​23064)
  • core: local plugins should be able to use {projectRoot} in options block (#​23068)
  • core: add import for performance to increase compatibility (#​23109)
  • core: align padding for output with failed tasks (#​23119)
  • core: ensure project with name undefined is not created (#​23097)
  • core: catch workspace validity check errors (#​23138)
  • core: remove obsolete git track from ci generators (#​23134)
  • core: projectName should not be interpolated as undefined (#​23145)
  • core: forward process execArgv when using the native runner (#​23195)
  • core: ensure setting up nx cloud in nx migrate using the generator from the installed latest version (#​23194)
  • devkit: run callback for forEachProjectConfig when target.options is undefined (#​23143)
  • devkit: executor-to-plugin-migrator should add // targets hint (#​23167)
  • devkit: check if includes is actually necessary (#​23181)
  • gradle: change gradle command to be relative path (#​22963)
  • gradle: should skip println in project report (#​22862)
  • gradle: get gradlew path with projectRoot joins workspaceRoot (#​22988)
  • gradle: fix gradlew exec path for root project (#​23094)
  • gradle: fix gradle not working for spring (#​23130)
  • gradle: add namedInputs to nx.json in gradle init (#​23152)
  • gradle: fix gradle github ci workflow (#​23154)
  • graph: don't listen to system theme changes in console (#​22938)
  • graph: use class sticky for sticky header (#​23082)
  • graph: remove dangling - and move button when PDV is rendered in console (#​23144)
  • graph: remove redux and useState and useContext hook (#​23085)
  • graph: add grayscale to technology icon (#​23107)
  • js: ignore yarn corepack check when updating config (#​23043)
  • js: typescript plugin target hashing (#​23073)
  • js: Correct file path for cjs.js (#​23081)
  • js: copy assets handler should handle ignore globs on windows (#​23065)
  • linter: do not infer lint tasks for projects without files to lint (#​22944)
  • linter: add {options.outputFile} to outputs for inferred targets (#​23173)
  • misc: add --verbose support to nx graph (#​22889)
  • misc: mark migration for escaping env vars as skipped in nx repair (#​22916)
  • misc: don't clear node_modules require cache (#​22907)
  • misc: fix cypress option in workspace preset generator (#​22975)
  • misc: fix publish script (#​22981)
  • misc: perf logging shouldn't be enabled twice (#​23012)
  • misc: propogate NX_PERF_LOGGING to plugin workers (#​23016)
  • misc: dot nx setup shouldn't include target defaults (#​23180)
  • misc: make generated ci workflow work without nx-cloud (#​23199)
  • nextjs: Boolean flags do not need a value (#​23072)
  • node: e2e target fails out of the box (#​22987)
  • nx-cloud: ensure root .env files are loaded during dte (#​22859)
  • nx-dev: header styles fix (#​23122)
  • nx-dev: fix project details in nx dev (#​23175)
  • react: disable tty for next build (#​23013)
  • remix: pin testing-library/jest-dom to compatible version (#​23161)
  • remix: use remix-serve for static-serve (#​23164)
  • remix: ensure default meta tags are always present for generated applications #​23037 (#​23169, #​23037)
  • repo: downgrade to macos-13 in publish workflow (#​22961)
  • repo: should ensure that unit tests are run correctly across package managers (#​22978)
  • repo: fix pnpm version on freebsd (#​23045)
  • repo: set version of pnpm for docker publishes (#​23129)
  • storybook: handle inherited config correctly when identifying the framework used for inferred tasks (#​22953)
  • storybook: allow overriding default inferred task names in storybook plugin (#​23030)
  • storybook: do not infer a test-storybook task if @​storybook/test-runner is not installed (#​23034)
  • testing: fix jest ci target names (#​22858)
  • testing: bust require cache in jest plugin so configs reload (#​22893)
  • testing: fix test files pattern for jest inferred split tasks (#​23025)
  • testing: convert-to-inferred generator should handle legacy cypress executor (#​23151)
  • testing: convert-to-inferred generators should add includes only when needed (#​23159)
  • testing: convert-to-inferred for cypress should handle nxE2EPreset with no options object (#​23171)
  • vue: do not add verbatimImportSyntax to tsconfig (#​22905)
  • webpack: should correctly normalize paths in NxWebpackPlugin (#​23003)
❤️ Thank You

v18.3.4

Compare Source

18.3.4 (2024-04-25)
🚀 Features
  • core: add root level forwardAllArgs (#​22753)
🩹 Fixes
  • core: different commands should not be considered compatible targets (#​22863)
  • core: fix pnpm install order on ci workflows (#​22580)
  • core: workspace context glob respects exclude (#​22939)
  • core: handle events that do not have paths (#​22947)
  • core: fix exclude for empty array (#​22951)
  • core: move a few api points to return root maps directly (#​22949)
  • core: regression register ts transpiler for local plugin (#​22964)
  • core: handle created directories when watching on linux (#​22980)
  • core: ensure create nodes functions are properly parallelized (#​23005)
  • gradle: change gradle command to be relative path (#​22963)
  • gradle: should skip println in project report (#​22862)
  • gradle: get gradlew path with projectRoot joins workspaceRoot (#​22988)
  • graph: don't listen to system theme changes in console (#​22938)
  • linter: do not infer lint tasks for projects without files to lint (#​22944)
  • misc: fix publish script (#​22981)
  • misc: perf logging shouldn't be enabled twice (#​23012)
  • node: e2e target fails out of the box (#​22987)
  • repo: downgrade to macos-13 in publish workflow (#​22961)
  • storybook: handle inherited config correctly when identifying the framework used for inferred tasks (#​22953)
❤️ Thank You

v18.3.3

Compare Source

18.3.3 (2024-04-20)
🩹 Fixes
  • angular: fix loading postcss configuration in ng-packagr executors (#​22900)
  • core: group command exit listeners to avoid warning (#​22892)
  • core: handle plugin errors from isolation correctly (#​22890)
  • core: disable pty on windows until stable (#​22910)
  • core: fix cursor being hidden and process shutdown for ctrl c (#​22895)
  • misc: add --verbose support to nx graph (#​22889)
  • misc: mark migration for escaping env vars as skipped in nx repair (#​22916)
  • misc: don't clear node_modules require cache (#​22907)
  • testing: bust require cache in jest plugin so configs reload (#​22893)
  • vue: do not add verbatimImportSyntax to tsconfig (#​22905)
❤️ Thank You

v18.3.2

Compare Source

18.3.2 (2024-04-18)
🚀 Features
  • core: load native files from tmp location instead of node_modules (#​22648)
🩹 Fixes
  • bundling: handle circular dependencies in @​nx/esbuild getExtraDependencies (#​22644)
  • core: load config util supports absolute paths on windows (#​22837)
  • core: keep plugin workers until main process shutdown (#​22860)
  • core: handle schema validation errors running commands directly (#​22864)
  • core: forward args provided to the nx add command to the invoked init generator (#​22855)
  • core: fix hashing of external dependencies (#​22865)
  • nx-cloud: ensure root .env files are loaded during dte (#​22859)
  • testing: fix jest ci target names (#​22858)
❤️ Thank You

v18.3.1

Compare Source

18.3.1 (2024-04-17)
🩹 Fixes
  • core: repair sourcemap creation in createNodes (#​22851)
❤️ Thank You

v18.3.0

Compare Source

18.3.0 (2024-04-16)
🚀 Features
🩹 Fixes
  • angular: prevent false positive validation due to option default value in dev-server executor (#​22606)
  • angular: respect skipPackageJson correctly in library generator (#​22608)
  • angular: fix @​nx/angular/src/utils entry point (#​22609)
  • angular: fix dynamic module federation generation (#​22724)
  • angular: respect skipPackageJson correctly across generators (#​22777)
  • angular: execute wrapped schematics post tasks and log messages (#​22780)
  • bundling: support exported array of options for rollup (#​22703)
  • bundling: print errors from rollup build (#​22707)
  • bundling: show codeframes for Rollup build errors (#​22845)
  • core: do not assume workspace inputs cause all projects to be af… (#​22573)
  • core: write terminal output to cache folder (#​22673)
  • core: errors from create dependencies should show properly (#​22695)
  • core: not passing props of run-commands to underlying command (#​22595)
  • core: update pty version to add windows specific flags (#​22711)
  • core: detect imports from template literals in dynamic imports (#​22749)
  • core: attach cli args from target options explicitly with '=' (#​22756)
  • core: fix plugin exclude option (#​22738)
  • core: improve isCI to better detect other providers (#​22694)
  • core: errors thrown when creating projects should prevent running targets (#​22807)
  • core: use name instead of .prototype.name when comparing errors (#​22840)
  • core: fix init logging and package.json updates (#​22843)
  • devkit: update peer dependency on nx to include Nx 19 (#​22811)
  • js: update jest snapshot after vite-plugin-dts bump (#​22621)
  • js: append target when generating tmp tsconfig to prevent conflicts #​21396 (#​22671, #​21396)
  • js: propagate error from child process to @​nx/js:node executor (#​22705)
  • js: do not default to commonjs type field in package.json (#​22819)
  • misc: fix optional branch tracking on ci pipeline (#​22652)
  • module-federation: serve dynamic remotes statically in their own processes (#​22688)
  • nextjs: Adding tailwind should work when creating an app OOTB (#​22709)
  • nuxt: use loadConfigFile from devkit rather than @​nuxt/kit (#​22571)
  • nx-dev: Update urls that are 404 (#​22653)
  • react-native: storybook relative paths (#​22031)
  • react-native: should ask for app name when preset is react native (#​22761)
  • react-native: fix unable to resolve on windows (#​22759)
  • release: respect root .npmrc registry settings for publishing (12afa20210)
  • release: do not try to interpolate packageRoot for root project (#​22771)
  • testing: fix playwright executor uiPort option schema (#​22610)
  • testing: app generators should create correct e2e config at generation time (#​22565)
  • vite: ensure cache is created correctly for separate vite and vitest config files #​22244 (#​22618, #​22244)
  • vite: pass cli arguments as options to vitest (#​22355)
  • webpack: bring back previous SVG and SVGR behavior for React projects (#​22628)
  • webpack: support standard webpack config with @​nx/webpack:dev-server (#​22660)
  • webpack: remove url-loader from dependencies since it is replaced by asset modules (#​22698)
  • webpack: typo for outputPath (#​22734)
  • webpack: Should work when absolute paths are supplied as output (#​22736)
❤️ Thank You

v18.2.4

Compare Source

18.2.4 (2024-04-09)
🩹 Fixes
  • angular: fix dynamic module federation generation (#​22724)
  • core: update pty version to add windows specific flags (#​22711)
  • nextjs: Adding tailwind should work when creating an app OOTB (#​22709)
❤️ Thank You

v18.2.3

Compare Source

18.2.3 (2024-04-05)
🚀 Features
  • core: list crystal plugins with nx report (#​22649)
🩹 Fixes
  • bundling: print errors from rollup build (#​22707)
  • core: write terminal output to cache folder (#​22673)
  • core: errors from create dependencies should show properly (#​22695)
  • core: not passing props of run-commands to underlying command (#​22595)
  • js: update jest snapshot after vite-plugin-dts bump (#​22621)
  • js: append target when generating tmp tsconfig to prevent conflicts #​21396 (#​22671, #​21396)
  • js: propagate error from child process to @​nx/js:node executor (#​22705)
  • misc: fix optional branch tracking on ci pipeline (#​22652)
  • module-federation: serve dynamic remotes statically in their own processes (#​22688)
  • nx-dev: Update urls that are 404 (#​22653)
  • release: respect root .npmrc registry settings for publishing (9dd97c43a1)
  • testing: fix playwright executor uiPort option schema (#​22610)
  • testing: app generators should create correct e2e config at generation time (#​22565)
  • vite: ensure cache is created correctly for separate vite and vitest config files #​22244 (#​22618, #​22244)
  • webpack: bring back previous SVG and SVGR behavior for React projects (#​22628)
  • webpack: support standard webpack config with @​nx/webpack:dev-server (#​22660)
  • webpack: remove url-loader from dependencies since it is replaced by asset modules (#​22698)
❤️ Thank You

v18.2.2

Compare Source

18.2.2 (2024-04-02)
🚀 Features
  • vite: migrate to latest vite-plugin-dts (#​22614)
🩹 Fixes
  • angular: prevent false positive validation due to option default value in dev-server executor (#​22606)
  • angular: respect skipPackageJson correctly in library generator (#​22608)
  • angular: fix @​nx/angular/src/utils entry point (#​22609)
  • core: do not assume workspace inputs cause all projects to be af… (#​22573)
  • react-native: storybook relative paths (#​22031)
❤️ Thank You

v18.2.1

Compare Source

18.2.1 (2024-03-28)
🩹 Fixes
❤️ Thank You

v18.2.0

Compare Source

18.2.0 (2024-03-28)
🚀 Features
  • angular: support angular 17.3.0 (#​22202)
  • bundling: refactor rollup executor to perform single build for all formats (#​22436)
  • core: add ability to add metadata to projects (#​22299)
  • core: create structured project graph errors with all plugin er… (#​22404)
  • core: add ability to scope plugins (#​22379)
  • gradle: add gradle init generator (#​22245)
  • gradle: make gradle public (#​22399)
  • gradle: add gradle init generator (#​22245)
  • gradle: add technology (#​22528)
  • graph: remove polyfills from graph client (#​22494)
  • testing: infer open-cypress task (#​22556)
  • webpack: create build log for remotes to help debug errors (#​22539)
🩹 Fixes
  • angular: target correct versions of ng-packagr to create stylesheet worker synchronously (#​22485)
  • angular: prevent creating stylesheet worker multiple times in ng-packagr executors (#​22491)
  • bundling: prevent sensitive keys from being bundled (#​22413)
  • bundling: prevent sensitive keys from being bundled (#​22413)
  • core: override Path env variable on Windows platform (#​22382)
  • core: Should work if extends is a string (a00f6438b9)
  • core: fix no plugins found for nx init without packge.json (#​22434)
  • core: exponential backoff retry on cache put fail (#​21926)
  • core: override Path env variable on Windows platform (#​22382)
  • core: Should work if extends is a string (66ae83e569)
  • core: fix no plugins found for nx init without packge.json (#​22434)
  • core: exponential backoff retry on cache put fail (#​21926)
  • core: cannot read property kind of undefined (#​21715)
  • core: rethrow unknown errors during incremental graph calculation (#​22522)
  • core: ignore yarn/cache when watching with the daemon (#​22516)
  • core: handle undefined properties in schemas with additionalProperties (#​22426)
  • core: fix caching outputs which have symlinks (#​22548)
  • gradle: fix missing tasks (#​22400)
  • gradle: fix gradle plugin path (#​22405)
  • gradle: fix missing tasks (#​22400)
  • gradle: fix gradle plugin path (#​22405)
  • gradle: fix gradle to work on windows (#​22470)
  • gradle: fix gradle icon (#​22553)
  • gradle: only allow certain types of task to be cached (#​22559)
  • gradle: add @​nx/gradle to nx migrations (#​22567)
  • js: update babel preset to specify minor version of core-js for better optimization (#​22433)
  • js: match core-js version with babel options (#​22493)
  • js: migrate core-js to 3.36 for workspaces that use it (#​22495)
  • js: handle case where tslib or @​swc/helpers are missing from externalNodes (#​22523)
  • js: do not write cached lockfile parsed results when an error is… (#​22526)
  • linter: convert parser options to flat config even is parser is missing (#​22388)
  • linter: convert parser options to flat config even is parser is missing (#​22388)
  • misc: handle cwd correctly when generating artifacts with as-provided (#​22411)
  • misc: handle cwd correctly when generating artifacts with as-provided (#​22411)
  • misc: align nx init package.json scripts handling when deselecting all plugins (#​22490)
  • react: HMR for withModuleFederation #​22300 (#​22562, #​22300)
  • remix: generate correct e2e config if Crystal is used (#​22558)
  • rollup: remove exports field from @​nx/rollup/package.json since is a breaking change (#​22545)
  • storybook: do not set cacheableOperations if not previously set (#​22535)
  • testing: remove root from the cypress ci-e2e group (#​22468)
  • testing: name group of e2e ci tasks distinctly from target name (#​22525)
  • web: spa flag should correctly define redirect (#​22487)
  • webpack: Stylus loader path (#​22373)
  • webpack: Stylus loader path (#​22373)
  • webpack: pass options from executor to NxWebpackPlugin correctly (#​22529)
  • webpack: resolve assets from executor options as relative to workspace root (#​22544)
❤️ Thank You

v18.1.3

Compare Source

18.1.3 (2024-03-25)
🚀 Features
  • gradle: add gradle init generator (#​22245)
🩹 Fixes
  • angular: prevent creating stylesheet worker multiple times in ng-packagr executors (#​22491)
  • bundling: prevent sensitive keys from being bundled (#​22413)
  • core: override Path env variable on Windows platform (#​22382)
  • core: Should work if extends is a string (66ae83e569)
  • core: fix no plugins found for nx init without packge.json (#​22434)
  • core: exponential backoff retry on cache put fail (#​21926)
  • gradle: fix missing tasks (#​22400)
  • gradle: fix gradle plugin path (#​22405)
  • linter: convert parser options to flat config even is parser is missing (#​22388)
  • misc: handle cwd correctly when generating artifacts with as-provided (#​22411)
  • webpack: Stylus loader path (#​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

Compare Source

18.1.2 (2024-03-18)
🚀 Features
  • nx-dev: add apollo.io tracking script to _app.tsx (#​22339)
🩹 Fixes
  • core: do not use pseudo terminal if platform is unsuported and f… (#​22341)
  • js: read lockfile from the workspace root (#​22340)
❤️ Thank You

v18.1.1

Compare Source

18.1.1 (2024-03-15)
🚀 Features
  • angular: update jest-preset-angular version (#​21776)
  • angular: add the extract-i18n executor (#​21802)
  • angular: ensure all targets are generated for application and libraries (#​21826)
  • angular: support angular 17.2.0 (#​21671)
  • angular: force explicit targets when NX_ADD_PLUGINS is not explicitly true (#​21852)
  • angular: update jest-preset-angular dependency to 14.0.3 (#​21912)
  • angular: remove optional @​nx/cypress and @​nx/jest from dependencies (#​22162)
  • bundling: bump rollup-plugin-typescript2 version (#​20609)
  • bundling: rollup should support ESM config files (#​21999)
  • bundling: crystalize rollup (#​22045)
  • core: update swc/register (#​21755)
  • core: add option to disable log grouping on CI (#​21782)
  • core: remove leading arrow from output headlines (#​21359)
  • core: remove leading arrow from output headlines" (#​21800)
  • core: support migrating to canary versions of nx for testing (#​21812)
  • core: flatten default base config to base (#​19964)
  • core: execute plugins in isolated processes (#​21760)
  • core: provide a hint when project.json has empty targets (#​22028)
  • core: add gradle plugin (#​21055)
  • core: use flag in nx.json for toggling crystal (#​21980)
  • core: forward options for run command (#​22064)
  • core: revert running plugins in isolation (#​22246)
  • core: run commands directly (#​21918)
  • detox: upgrade @​config-plugins/detox to 7 (#​21959)
  • expo: support cjs and mjs (#​21408)
  • graph: add error boundary error page for project details (#​22007)
  • graph: add spinner on the projects page (#​22149)
  • js: replace publish script with nx release config (#​21474)
  • misc: log message in nx init when detecting plugins (#​21932)
  • nextjs: use global NX_GRAPH_CREATION in withNx plugin to guard against graph creation during create nodes (#​22026)
  • nuxt: export storybook generator (#​21969)
  • nx-dev: update launch conf timings (a0e4cf747d)
  • nx-dev: update launch page link text (#​21747)
  • nx-dev: update website header components (#​21833)
  • nx-dev: change color for nx-agents & nx-ai buttons on home (#​22142)
  • react: add tailwind as style prompt option for app gen (#​21784)
  • release: prompt to create github release when no file changes (#​21819)
  • release: interpolate workspaceRoot in changelog path (#​22058)
  • release: add conventional commits configurability for version and changelog (#​22004)
  • remix: add playwright option for e2eTestRunner (#​21603)
  • remix: upgrade to latest remix 2.6.0 (#​21843)
  • remix: use Remix CLI directly with Remix Crystal Plugin (#​22234)
  • remix: support version 2.8.0 (#​22326)
  • remix: add option to create-nx-workspace (#​22334)
  • repo: use latest pnpm for CI runs (#​22207)
  • testing: update cypress version (#​21961)
  • testing: add getJestProjectsAsync to support inferred targets (#​21897)
  • vite: add vitest.workspace.ts at root (#​21915)
🩹 Fixes
  • angular: fix wrong trailing comma in mf bootstrap code generation (#​21600)
  • angular: support inferred cypress targets in setup-mf generator (#​21619)
  • angular: ajv hoisting issue (#​21641)
  • angular: resolve the index html transformer correctly for esbuild based build targets in dev-server (#​21679)
  • angular: generate app server module setup correctly in setup-ssr generator (#​21702)
  • angular: add missing forceEsbuild option to dev-server executor (#​21753)
  • angular: do not force explicit targets for separate e2e projects (#​21865)
  • angular: stop using npmScope as a prefix for component and directive selectors (#​21828)
  • angular: do not add target defaults for the ng-packagr-lite e

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@app-token-issuer-releng-renovate
Copy link
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 19.x releases. But if you manually upgrade to 19.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@app-token-issuer-releng-renovate app-token-issuer-releng-renovate bot deleted the renovate/major-nrwl-monorepo branch May 9, 2024 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant