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 dependency nx to v20 #917

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nx (source) 18.3.5 -> 20.1.2 age adoption passing confidence

Release Notes

nrwl/nx (nx)

v20.1.2

Compare Source

20.1.2 (2024-11-15)
🚀 Features
  • core: add eslint vscode extension on eslint init (#​28573)
  • nx-dev: version picker (#​28828)
🩹 Fixes
  • core: typo in readme for CNW (#​28942)
  • nest: repair nestjs service generator schema (#​28928)
  • rspack: withModuleFederationForSSR should use commonjs-module as library (#​28944)
  • rspack: do not global styles as entrypoints (#​28941)
❤️ Thank You

v20.1.1

Compare Source

20.1.1 (2024-11-14)
🩹 Fixes
  • angular: when unit test runner is set to none library component should not generate spec file (#​28906)
  • core: set default branch to main if no git (#​28854)
  • core: lower socket path by 10 chars to reduce chances of too-long paths (#​28920)
  • core: create different dummy tasks for different parent tasks an… (#​28923)
  • js: handle outputFileName correctly when generating package json (#​28915)
  • js: skip tsc batch builds for implicit dependencies (#​28840)
  • nx-dev: update course API to ignore system OS Metadata file (#​28886)
❤️ Thank You

v20.1.0

Compare Source

20.1.0 (2024-11-11)
🚀 Features
  • angular: add vitest option to angular (#​27311)
  • bundling: add createNodesV2 for rollup plugin (#​28090)
  • core: allow disabling of tsconfig path sorting in format:write and formatFiles() (#​28517)
  • core: Update plugin generators so that they are formatted by default (#​28593)
  • core: upgrade semver to 7.6.3 (#​28716)
  • expo: build w/package.json overrides/resolutions (#​28254)
  • expo: use createNodesV2 (#​28005)
  • js: support esbuild and swc bundlers with the new ts solution config setup (#​28409)
  • js: update the setup-build generator to support the new ts setup (#​28446)
  • linter: add support eslint 9 --quiet param (#​28743)
  • misc: remove handling of @​nrwl scope (#​28589)
  • module-federation: use latest module-federation/enhanced (#​28296)
  • module-federation: use module-federation runtime for dynamic federation (#​28704)
  • nextjs: update createNodes to createNodesV2 and add deprecation message (#​28527)
  • nextjs: add support for typescript Next.js config file (#​28709)
  • nx-cloud: configure import paths for light client when running … (#​28735)
  • nx-dev: add live stream notifier (#​28260)
  • nx-dev: update home hero & livestream notifier (#​28403)
  • nx-dev: add contact link on powerpack page (#​28458)
  • nx-dev: add videos to CI docs (84aba19bec)
  • nx-dev: linkable resources page (46769b3c18)
  • nx-dev: add customer case studies (75a73ed0e7)
  • nx-dev: add video course page (#​28736)
  • react: update eslint plugins to be compat with eslint v9 (#​28559)
  • remix: generate remix vite application (#​28555)
  • remix: ensure migrations point to latest remix verison (#​28876)
  • rspack: add convert-webpack generator (#​28167)
  • rspack: make target property optional (#​28785)
  • rspack: move logic for withWeb to applyWebConfig and bring in line with webpack (#​28803)
  • testing: add support for the ts solution config setup to the playwright plugin (#​28636)
  • testing: split atomized outputs for Playwright and Cypress CI targets (#​28682)
  • testing: add disableJestRuntime option to @​nx/jest/plugin to speed up target inference (#​28522)
  • testing: add support for the ts solution config setup to the cypress plugin (#​28637)
🩹 Fixes
  • add required minimizer setting to the generated Nest rspack conf… (#​28629)
  • angular: ensure provideStore is provided before storeDevTools #​28107 (#​28428, #​28107)
  • angular: add missing package version bump for zone.js (#​28430)
  • angular: use vitest generator instead of vite config generator (#​28696)
  • core: support NX_NO_CLOUD (#​28366)
  • core: add busy handler for sqlite (#​28390)
  • core: handle neverConnectToCloud property (#​28452)
  • core: add migration to set useLegacyCache by default (#​28454)
  • core: repair SIGINT signals on windows (#​28496)
  • core: neverConnectToCloud should disable connecting to nxCloud (#​28501)
  • core: not to cache entire workspace root (#​28552)
  • core: make sure yarn berry correctly resolves latest version during nx add (#​28580)
  • core: handle concurrent db connections better (#​28544)
  • core: only check if files are in sync if there are no records in the db (#​28597)
  • core: createTaskGraph should accept extraTargetDependencies (#​28542)
  • core: skip eslint custom hasher when hashing tasks during running commands (#​28616)
  • core: update http-proxy-middleware (#​28607)
  • core: not install cypress when e2e is playwright for react monorepo preset (#​28642)
  • core: fix checks for wasm in db operations (#​28676)
  • core: retry more db operations (#​28667)
  • core: fix powerpack license information grammar (#​28725)
  • core: fix dependency with multiple dependent packages (#​28669)
  • core: fix create workspace for react native (#​28763)
  • core: ensure that setWorkspaceContext is run only on main nx packages (#​28706)
  • core: revert archive file creation changes (#​28817)
  • core: fix cannot read properties of undefined (reading 'split') (#​28761)
  • core: task graph needs to handle multiple cycles (#​28793)
  • core: empty external deps should work properly (#​28727)
  • core: jest plugin should work with nodenext set in tsconfig (#​28820)
  • core: ensure that the database connection is closed when nx exits (#​28821)
  • core: create different dummy tasks for different targets (#​28837)
  • core: do not depend on ci info crate (#​28850)
  • core: shutdown plugin workers when disconnected (#​28857)
  • core: do not use unix dotfile locks (#​28859)
  • core: cross-workspace implicitDependencies should be safely ignored (#​28845)
  • core: Remove warning when Nx is not installed globally (#​28868)
  • core: reduce time it takes to require nx commands (#​28884)
  • devkit: do not write back to package.json when adding plugin and there are no changes (#​28846)
  • expo: pnpm+workspace build (#​28209)
  • expo: check if option is not undefined closes #​28488 (#​28489, #​28488)
  • expo: allow yarn 4 to install for build local (#​28603)
  • graph: make sure disabledTaskSyncGenerators can be set correctly from nx console (#​28466)
  • graph: add better pdv empty states when no targets exist (#​28797)
  • graph: enable action on the ViewOnGraph button regardless of the… (#​28863)
  • js: improve @​nx/js/typescript plugin and typescript-sync generator performance (#​28379)
  • js: change verdaccio childProcess kill order (#​28364)
  • js: allow custom listenAddress for verdaccio (#​28498)
  • js: fix resolution of extended tsconfig files in plugin (#​28535)
  • js: set the tsBuildInfoFile as output when it's not contained in the outDir (#​28538)
  • js: include referenced internal config files in plugin cache hash (#​28536)
  • js: provide absolute paths to hashFile function in @​nx/js/typescript plugin (#​28690)
  • linter: scope js and ts shared configs to js and ts files (#​28381)
  • linter: ensure .cjs config file is handled correctly for generators #​28214 (#​28672, #​28214)
  • misc: update generators to use autocomplete instead of select when possible (#​28851)
  • module-federation: ensure mf-manifest supported and tspaths are added with snake_case (#​28244)
  • module-federation: remote names should follow JS variable naming schema (#​28401)
  • module-federation: normalize hypen names for runtime library control plugin #​28497 (#​28512, #​28497)
  • module-federation: add comment clarifying default export in config file (#​28675)
  • nextjs: Remove deprecated export executor (#​28702)
  • nextjs: Add deprecation message for svgr (#​28705)
  • nextjs: Fix json spread typo (#​28728)
  • nextjs: do not generate spec files if unitTestRunner is not set programmatically (#​28733)
  • nextjs: Formatting for pages (#​28734)
  • nextjs: update default next-env (#​28861)
  • nuxt: use loadNuxtConfig to load nuxt config for plugin (#​28795)
  • nx-dev: fix tabs logic (#​28470)
  • nx-dev: cleanup (e57b85152c)
  • nx-dev: powerpack content update (ea01d39291)
  • nx-dev: breadcrumbs extra text with query param (#​28732)
  • nx-dev: SEO tags (#​28823)
  • react: depends on migration should ignore configs that point to @​nx/react #​28377 (#​28382, #​28377)
  • react: update rspack to include styles in the main bundle (#​28478)
  • react: ensure rspack react app is added to exclude on rspack plugin #​28464 (#​28515, #​28464)
  • react: selecting tailwind should import correct style file extension (#​28630)
  • react: ensure module federation template files are indented correctly (#​28753)
  • release: ensure plan subcommand works with object config (#​28460)
  • release: support workspace root as a subdirectory of git root (#​28650)
  • release: ensure dependents that are both direct and transitive are not bumped twice (#​28878)
  • repo: update version of actions/github-script in nightly script (#​28784)
  • rspack: log compilation errors #​28179 (#​28429, #​28179)
  • rspack: do not select char from string when mapping remotes (#​28441)
  • rspack: replace DefinePlugin with EnvironmentPlugin (#​28252)
  • rspack: make rspack dev server respect port (#​28251)
  • rspack: add dependency-checks lint rule (#​28225)
  • rspack: removed webpack-sources import (#​28447)
  • rspack: ensure baseHref is set when provided #​28455 (#​28660, #​28455)
  • rspack: set NODE_ENV to production correctly #​28584 (#​28662, #​28584)
  • rspack: ensure NX_PUBLIC env vars are available to applications #​28720 (#​28751, #​28720)
  • rspack: move main validation to implementation (#​28794)
  • rspack: remove unnecessary required properties in schema validation (#​28796)
  • storybook: fix yarn storybook upgrade 8 (#​28605)
  • storybook: fix externalDependencies undefined (#​28641)
  • testing: install playwright with-deps (#​28738)
  • vite: add vite temp files to gitignore #​28371 (#​28443, #​28371)
  • vite: use resolveConfig instead of loadConfigFromFile to ensure node env set #​27627 (#​28444, #​27627)
  • vite: set NODE_ENV to production correctly #​28584 (#​28663, #​28584)
  • vite: include vite mts config files (#​28691)
  • vite: add correct gitignore pattern for vite timestamp files #​28685 (#​28693, #​28685)
  • vite: tsconfig paths plugin should resolve file with dot in the name (#​28701)
  • webpack: update stylus version to fix security issue (#​28646)
❤️ Thank You

v20.0.13

Compare Source

20.0.13 (2024-11-11)

🩹 Fixes
  • core: shutdown plugin workers when disconnected (#​28857)
  • core: do not use unix dotfile locks (#​28859)
  • core: cross-workspace implicitDependencies should be safely ignored (#​28845)
  • core: Remove warning when Nx is not installed globally (#​28868)
  • devkit: do not write back to package.json when adding plugin and there are no changes (#​28846)
  • graph: enable action on the ViewOnGraph button regardless of the… (#​28863)
  • nextjs: update default next-env (#​28861)
  • release: support workspace root as a subdirectory of git root (#​28650)
  • release: ensure dependents that are both direct and transitive are not bumped twice (#​28878)
❤️ Thank You

v20.0.12

Compare Source

20.0.12 (2024-11-08)
🩹 Fixes
  • core: create different dummy tasks for different targets (#​28837)
  • core: do not depend on ci info crate (#​28850)
❤️ Thank You

v20.0.11

Compare Source

20.0.11 (2024-11-07)
🚀 Features
  • nx-cloud: configure import paths for light client when running … (#​28735)
  • nx-dev: add video course page (#​28736)
🩹 Fixes
  • core: fix cannot read properties of undefined (reading 'split') (#​28761)
  • core: task graph needs to handle multiple cycles (#​28793)
  • core: empty external deps should work properly (#​28727)
  • core: ensure that the database connection is closed when nx exits (#​28821)
  • graph: add better pdv empty states when no targets exist (#​28797)
  • nx-dev: SEO tags (#​28823)
  • repo: update version of actions/github-script in nightly script (#​28784)
❤️ Thank You

v20.0.10

Compare Source

20.0.10 (2024-11-06)
🩹 Fixes
  • core: ensure that setWorkspaceContext is run only on main nx packages (#​28706)
  • core: revert archive file creation changes (#​28817)
❤️ Thank You
  • Jonathan Cammisuli

v20.0.9

Compare Source

20.0.9 (2024-11-05)
🚀 Features
  • linter: add support eslint 9 --quiet param (#​28743)
  • nx-dev: add customer case studies (da54ac2c15)
🩹 Fixes
  • core: fix create workspace for react native (#​28763)
  • nuxt: use loadNuxtConfig to load nuxt config for plugin (#​28795)
  • vite: tsconfig paths plugin should resolve file with dot in the name (#​28701)
❤️ Thank You

v20.0.8

Compare Source

20.0.8 (2024-11-04)
🩹 Fixes
  • core: fix dependency with multiple dependent packages (#​28669)
  • expo: allow yarn 4 to install for build local (#​28603)
  • rspack: ensure NX_PUBLIC env vars are available to applications #​28720 (#​28751, #​28720)
  • testing: install playwright with-deps (#​28738)
  • webpack: update stylus version to fix security issue (#​28646)
❤️ Thank You

v20.0.7

Compare Source

20.0.7 (2024-10-31)

🚀 Features
🩹 Fixes
  • add required minimizer setting to the generated Nest rspack conf… (#​28629)
  • core: update http-proxy-middleware (#​28607)
  • core: not install cypress when e2e is playwright for react monorepo preset (#​28642)
  • core: fix checks for wasm in db operations (#​28676)
  • core: retry more db operations (#​28667)
  • core: fix powerpack license information grammar (#​28725)
  • js: provide absolute paths to hashFile function in @​nx/js/typescript plugin (#​28690)
  • linter: ensure .cjs config file is handled correctly for generators #​28214 (#​28672, #​28214)
  • module-federation: add comment clarifying default export in config file (#​28675)
  • nextjs: Remove deprecated export executor (#​28702)
  • nextjs: Add deprecation message for svgr (#​28705)
  • nextjs: Fix json spread typo (#​28728)
  • nextjs: do not generate spec files if unitTestRunner is not set programmatically (#​28733)
  • nx-dev: breadcrumbs extra text with query param (#​28732)
  • rspack: ensure baseHref is set when provided #​28455 (#​28660, #​28455)
  • rspack: set NODE_ENV to production correctly #​28584 (#​28662, #​28584)
  • vite: set NODE_ENV to production correctly #​28584 (#​28663, #​28584)
  • vite: include vite mts config files (#​28691)
  • vite: add correct gitignore pattern for vite timestamp files #​28685 (#​28693, #​28685)
❤️ Thank You

v20.0.6

Compare Source

20.0.6 (2024-10-25)
🚀 Features
  • nx-dev: add videos to CI docs (#​28626)
  • react: update eslint plugins to be compat with eslint v9 (#​28559)
🩹 Fixes
  • core: createTaskGraph should accept extraTargetDependencies (#​28542)
  • core: skip eslint custom hasher when hashing tasks during running commands (#​28616)
  • js: allow custom listenAddress for verdaccio (#​28498)
  • js: fix resolution of extended tsconfig files in plugin (#​28535)
  • js: set the tsBuildInfoFile as output when it's not contained in the outDir (#​28538)
  • js: include referenced internal config files in plugin cache hash (#​28536)
  • react: selecting tailwind should import correct style file extension (#​28630)
  • storybook: fix yarn storybook upgrade 8 (#​28605)
  • storybook: fix externalDependencies undefined (#​28641)
❤️ Thank You

v20.0.5

Compare Source

20.0.5 (2024-10-23)
🩹 Fixes
  • core: only check if files are in sync if there are no records in the db (#​28597)
❤️ Thank You
  • Jonathan Cammisuli

v20.0.4

Compare Source

20.0.4 (2024-10-23)
🩹 Fixes
  • core: not to cache entire workspace root (#​28552)
  • core: make sure yarn berry correctly resolves latest version during nx add (#​28580)
  • core: handle concurrent db connections better (#​28544)
  • nx-dev: cleanup (c8620d1853)
  • nx-dev: powerpack content update (7c72733c8c)
  • rspack: removed webpack-sources import (#​28447)
❤️ Thank You

v20.0.3

Compare Source

20.0.3 (2024-10-19)

🩹 Fixes
❤️ Thank You

v20.0.2

Compare Source

20.0.2 (2024-10-18)
🚀 Features
  • nx-dev: add live stream notifier (#​28260)
  • nx-dev: update home hero & livestream notifier (#​28403)
  • nx-dev: add contact link on powerpack page (#​28458)
🩹 Fixes
  • core: repair SIGINT signals on windows (#​28496)
  • core: neverConnectToCloud should disable connecting to nxCloud (#​28501)
  • expo: pnpm+workspace build (#​28209)
  • graph: make sure disabledTaskSyncGenerators can be set correctly from nx console (#​28466)
  • js: change verdaccio childProcess kill order (#​28364)
  • nx-dev: fix tabs logic (#​28470)
  • react: update rspack to include styles in the main bundle (#​28478)
  • release: ensure plan subcommand works with object config (#​28460)
  • rspack: replace DefinePlugin with EnvironmentPlugin (#​28252)
  • rspack: make rspack dev server respect port (#​28251)
  • rspack: add dependency-checks lint rule (#​28225)
  • vite: add vite temp files to gitignore #​28371 (#​28443, #​28371)
  • vite: use resolveConfig instead of loadConfigFromFile to ensure node env set #​27627 (#​28444, #​27627)
❤️ Thank You

v20.0.1

Compare Source

20.0.1 (2024-10-15)
🩹 Fixes
  • angular: ensure provideStore is provided before storeDevTools #​28107 (#​28428, #​28107)
  • angular: add missing package version bump for zone.js (#​28430)
  • core: support NX_NO_CLOUD (#​28366)
  • core: add busy handler for sqlite (#​28390)
  • core: handle neverConnectToCloud property (#​28452)
  • core: add migration to set useLegacyCache by default (#​28454)
  • js: improve @​nx/js/typescript plugin and typescript-sync generator performance (#​28379)
  • linter: scope js and ts shared configs to js and ts files (#​28381)
  • module-federation: ensure mf-manifest supported and tspaths are added with snake_case (#​28244)
  • module-federation: remote names should follow JS variable naming schema (#​28401)
  • react: depends on migration should ignore configs that point to @​nx/react #​28377 (#​28382, #​28377)
  • rspack: log compilation errors #​28179 (#​28429, #​28179)
  • rspack: do not select char from string when mapping remotes (#​28441)
❤️ Thank You

v20.0.0

Compare Source

20.0.0 (2024-10-07)
🚀 Features
  • add rspack plugin (#​143)
  • add rspack plugin (#​143)
  • upgrade rspack to 0.4.4 (#​352)
  • core: allow prompts from init generators during nx init (#​28003)
  • core: update github action pnpm version (#​27815)
  • core: remove node task hasher (#​28147)
  • core: allow circular project dependencies to execute tasks (#​28227)
  • core: deprecate custom task runners (#​28253)
  • core: open sqlite databases with SQLITE_OPEN_FULL_MUTEX (#​28276)
  • core: enable db cache by default (#​28048)
  • devkit: bump compatibility to Nx 19 - 21.x (#​28243)
  • graph: enable composite graph functionality (#​27789)
  • graph: show owners in pdv (#​28211)
  • js: add the setup-prettier generator (#​27996)
  • js: generate experimental simplified library with ts solution setup (#​27910)
  • js: new workspace uses scoped named in root package.json (#​28271)
  • linter: update eslint-import-plugin to a version that supports eslint v9 (#​28273)
  • misc: update to Nx 16 and rescoped packages (#​235)
  • misc: update to Nx 16 and rescoped packages (#​235)
  • misc: remove derived generator paths (#​27714)
  • misc: remove @​nrwl/ scoped packages (#​27858)
  • misc: make directory a required option for generators (#​28093)
  • misc: enable new ts minimal setup by default and guard execution of generators with no support for it (#​28199)
  • ⚠️ misc: handle v20 deprecations in plugins (#​28222)
  • nx-dev: powerpack landing page (#​27963)
  • nx-dev: add Powerpack video to the landing page (#​28126)
  • nx-dev: add nx powerpack to pricing page (#​28232)
  • nx-dev: add nx powerpack gcp & azure mentions (#​28256)
  • react: make vitest the default test runner since it supports ESM and different moduleResolution better (#​28153)
  • ⚠️ release: releasePublish always returns status code per project (#​28224)
  • ⚠️ release: version.generatorOptions.updateDependents is "auto" by default (#​28231)
  • ⚠️ release: rewrite ChangelogRenderer to a class API and remove deprecated config (#​28229)
  • repo: merge main from https://github.com/nrwl/nx-labs (e9b03641ac)
  • repo: merge main from https://github.com/nrwl/nx-labs (b0ffe29e55)
  • repo: merge main from https://github.com/nrwl/nx-labs (23c365f426)
  • rspack: update to latest rspack version (#​159)
  • rspack: add missing features (less/sass/stylus, assets, etc.) (#​160)
  • rspack: add missing features (less/sass/stylus, assets, etc.) (#​160)
  • rspack: clean-up project setup (#​161)
  • rspack: clean-up project setup (#​161)
  • rspack: update and pin rspack to 0.1.0 (#​173)
  • rspack: set mode in configuration and expose option (#​177)
  • rspack: install latest patch when configuring (#​195)
  • rspack: configuration generator better ux (#​201)
  • rspack: builder returns outfile (#​207)
  • rspack: simplify app generator (#​212)
  • rspack: simplify app generator (#​212)
  • rspack: Add extractLicenses option to rspack's project configuration (#​230)
  • rspack: Add extractLicenses option to rspack's project configuration (#​230)
  • rspack: add typecheck (#​338)
  • rspack: add generatePackageJson plugin (#​341)
  • rspack: add generatePackageJson plugin (#​341)
  • rspack: update rspack to install the latest version (#​379)
  • rspack: add option to keep existing versions of packages for init generator (#​378)
  • rspack: support object configs (#​402)
  • rspack: add crystal plugin for inferring projects (#​407)
  • rspack: add crystal plugin for inferring projects (#​407)
  • rspack: bump to latest rspack (#​412)
  • rspack: add module federation support (#​416)
  • rspack: add module federation support (#​416)
  • rspack: add module-federation-static-server (#​418)
  • rspack: move rspack into main nx repo (#​27969)
  • storybook: remove cypress options for e2e testing (#​27850)
  • testing: update test generators to exclude test files from the runtime tsconfig file (#​27991)
🩹 Fixes
  • angular: ensure async webpack configs are awaited #​28200 (#​28213, #​28200)
  • angular: ensure @​typescript-eslint/utils is used with eslint flat config (#​28267)
  • bundling: remove unused babel-plugin-transform-async-to-promises from @nx/rollup (#​27669)
  • core: allow creating a db cache without linking task details (#​28023)
  • core: fix output text for multiple targets (#​28043)
  • core: sort projects after updating from context (#​28024)
  • core: add flag when db is disabled for task history (#​28059)
  • core: set windowsHide: true wherever possible (#​28073)
  • core: support more structured errors in sync generators (#​28075)
  • core: nx add should show errors (#​28079)
  • core: several powerpack fixes (#​28088)
  • core: remove wasi compatibility while db is unsupported in wasi (#​28089)
  • core: hide no file server process json log (#​27626)
  • core: fix output for 0 task (#​28122)
  • core: log error for runTaskInForkedProcess (#​28078)
  • core: remove strong-log-transformer (#​28094)
  • core: calculate project dependencies upfront in the schedule (#​28152)
  • core: only stop daemon if enabled (#​28146)
  • core: adjust nx import messaging without relative source dir (#​28052)
  • core: move getDetails to top (#​28158)
  • core: fix env override run command (#​28156)
  • core: fix link to powerpack plugins (#​28182)
  • core: Remove nameAndDirectoryFormat option from generators (#​28110)
  • core: remove axios import from main code loading (#​28230)
  • core: change getCache signature to only accept options (#​28248)
  • core: allow prompts during nx add (#​28247)
  • core: add stub for conformance:check, add messaging (#​28250)
  • core: filter out task dependencies on itself (#​28261)
  • core: handle unique constraint errors when adding duplicate hashes to the cache db (#​28310)
  • expo: change force to be an option for yarn (#​28115)
  • graph: add spacing between graph details top (#​28055)
  • js: ensure prettier is available for generators if it is

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 this update again.


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

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 6, 2024
Copy link

changeset-bot bot commented May 6, 2024

⚠️ No Changeset found

Latest commit: c42f9b3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

netlify bot commented May 6, 2024

Deploy Preview for react-docgen ready!

Name Link
🔨 Latest commit c42f9b3
🔍 Latest deploy log https://app.netlify.com/sites/react-docgen/deploys/67390eebb31ac600088b523e
😎 Deploy Preview https://deploy-preview-917--react-docgen.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 3 times, most recently from 2858f11 to 7e79c98 Compare May 13, 2024 21:21
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 3 times, most recently from 7046cb7 to 92585fe Compare May 21, 2024 22:52
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 6 times, most recently from 51bc918 to e9221f8 Compare May 29, 2024 15:26
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 8 times, most recently from df832b5 to 10cecb9 Compare June 11, 2024 09:38
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch from 10cecb9 to e9bd476 Compare June 13, 2024 17:49
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 2 times, most recently from 562daa0 to 21fece4 Compare June 26, 2024 19:15
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 3 times, most recently from 710e0ef to 87e27ca Compare July 9, 2024 02:09
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch from 87e27ca to b5c27fb Compare July 12, 2024 21:48
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 3 times, most recently from 80e4e55 to 31a1eeb Compare September 20, 2024 14:28
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 4 times, most recently from d833c96 to aa76550 Compare October 1, 2024 22:52
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 2 times, most recently from 4a006fc to 9aef8c3 Compare October 7, 2024 04:13
@renovate renovate bot changed the title chore(deps): update dependency nx to v19 chore(deps): update dependency nx to v20 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 2 times, most recently from 94d0bb9 to c8c0cf3 Compare October 15, 2024 22:45
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 5 times, most recently from 16b627f to 03232ad Compare October 23, 2024 23:06
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 2 times, most recently from 81c341b to ef74522 Compare October 31, 2024 22:04
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 5 times, most recently from 72ba050 to d9b7d4b Compare November 8, 2024 22:40
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 4 times, most recently from 955dd30 to 92cb013 Compare November 15, 2024 20:09
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch from 92cb013 to c42f9b3 Compare November 16, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants