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 v19 #20

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2023

This PR contains the following updates:

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

Release Notes

nrwl/nx (nx)

v19.7.4

Compare Source

19.7.4 (2024-09-18)

🚀 Features
  • core: able to import gradle project (#​27645)
  • release: support groupPreVersionCommand for release groups (#​27474)
🩹 Fixes
  • angular: add serve static target more intentionally #​27854 (#​27924, #​27854)
  • angular: dynamic module federation should not reset remoteUrlDefinitions #​27793 (#​27927, #​27793)
  • angular: migrations should use correct namedInputs #​27899 (#​27929, #​27899)
  • core: add flag to disable the db and logs when there are errors … (#​27930)
  • core: import should be rebasable (#​27940)
  • core: import handles argument escaping correctly in Windows (#​27957)
  • core: fix env for running parallel tasks (#​27889)
  • core: nx import detects plugins synchronously (#​27958)
  • js: set compilerOptions correctly when loading .ts that targets ESM (#​27862)
  • js: do not infer typecheck target for root tsconfig.json (#​27950)
  • nx-dev: update contributors value (#​27944)
  • react: Add historyApiFallback to webpack config (#​27942)
  • release: ensure default release group has projects on windows (#​27933)
  • release: allow string array for commitArgs and tagArgs (#​27797)
  • remix: vite plugin should be less strict on inference #​27884 (#​27923, #​27884)
  • storybook: do not duplicate cacheable operations #​27866 (#​27951, #​27866)
  • vite: typecheck infer plugin should use correct inputs (#​27922)
  • vite: exit from test if no files found (#​27722)
❤️ Thank You

v19.7.3

Compare Source

19.7.3 (2024-09-12)

🚀 Features
  • core: import warns when source and destination directories are different (#​27875)
🩹 Fixes
  • core: handle sync generator failures (#​27650)
  • core: handle --no-interative for create-nx-workspace (#​27702)
  • core: respect filenames of inputs when computing task hash (#​27873)
  • core: handleErrors should display error cause if it exists (#​27886)
  • gradle: fix gradle app deps (#​27865)
  • js: keep refs to ignored files and allow opting out of pruning stale refs in typescript sync generator (#​27636)
  • misc: createNodesV2 plugins should show inference capabilities (#​27896)
  • nx-cloud: include nxCloudId when generating connect urls (#​27882)
  • webpack: handle relative paths for additionalEntryPath (#​27885)
❤️ Thank You

v19.7.2

Compare Source

19.7.2 (2024-09-10)
🩹 Fixes
  • core: take nx-release-publish target defaults into account for implicit target (#​27764)
  • release: ensure git commits containing pipe can be parsed reliably (#​27840)
❤️ Thank You

v19.7.1

Compare Source

19.7.1 (2024-09-10)

🚀 Features
  • release: allow local dependency version protocols to be preserved, pnpm publish support (#​27787)
🩹 Fixes
  • core: make sure sharedGlobals is referenced in default namedInputs (#​27813)
  • release: respect updateDependents being explicitly disabled in conventional commits (#​27851)
❤️ Thank You

v19.7.0

Compare Source

19.7.0 (2024-09-09)

🚀 Features
  • bundling: add option to generate sourcemaps for Rollup build (#​27539)
  • bundling: add nxCopyAssetsPlugin for Vite to use in JS libs (#​27593)
  • core: add shutdown lifecycle hook to node executor (#​27354)
  • core: add sqlite db for nx (#​26891)
  • core: expose graph json type (#​27496)
  • core: return task results from imperative task runner (#​27640)
  • core: refactor graph implementation details (#​27267)
  • core: allow disabling registered task sync generators (#​27638)
  • core: allow skipping sync when running tasks (#​27697)
  • core: add shutdown lifecycle hook to node executor" (#​27794)
  • core: update PNPM GH action setup to use v4 and pnpm version 9 (#​27664)
  • devkit: prefer strings over Linter enum (#​27209)
  • docs: update OpenAI model to use gpt-4o-mini (#​27434)
  • graph: add expandedTargets to project details on nx dev (#​26911)
  • graph: update tags to render on a single line by default with expand option (#​27829)
  • js: add skipPackageManager option to build executors in order to skip generating "packageManager" entry in package.json (#​27518)
  • js: generate package.json with overrides and resolutions (#​27601)
  • js: add metadata to the typescript inferred tasks (#​27806)
  • linter: add option to exclude projects from circular deps check (#​27504)
  • nx-cloud: alias for login and logout (#​27358)
  • nx-cloud: remove feature flag for nx login (#​27657)
  • nx-cloud: add 'generate-token' option to connect (#​27678)
  • nx-cloud: remove env variable for login (#​27791)
  • nx-dev: add Explain with AI to Enterprise and Pro Plans (#​27455)
  • nx-dev: add Monorepo World banner to hero (#​27482)
  • nx-dev: honor prefers-reduced-motion (#​27541)
  • nx-dev: add deepdive callout component (daf5837a21)
  • nx-dev: add Mike Hartington in the team section (#​27755)
  • nx-dev: make animations more performant (#​27757)
  • nx-dev: add create-nx-workspace from nx-cloud on ci section (#​27756)
  • react: add rspack module federation support (#​27696)
  • react: add module federation static server (#​27802)
  • remix: infer targets for remix vite in @​nx/remix/plugin (#​27713)
🩹 Fixes
  • missing export for setRemoteDefinition (#​27491)
  • angular: generate @​nx/angular in devDependencies and move to dependencies when using runtime helpers (#​27405)
  • angular: module-federation-ssr-dev-server should call correct builder (#​27477)
  • angular: bump ngrx version to 18.0.2 (#​27506)
  • angular: ensure target default for '@​nx/angular:webpack-browser' is set #​26483 (#​27616, #​26483)
  • bundling: update snapshots for copy assets plugin (#​27610)
  • core: fix importing files with special characters (#​27484)
  • core: use withVerbose util (#​27553)
  • core: support import detection of packages installed from git remote URL (#​27569)
  • core: fix compat for old remote caches (#​27574)
  • core: enable using the daemon in docker if enabled explicitly (#​27585)
  • core: ensure file watcher is looking for correct config on windows (#​27594)
  • core: change order of CI providers to match their popularity (#​27623)
  • core: not parse hex to number (#​27515)
  • core: nx migrate should determine angular devkit migration from cli or schematics #​20282 (#​27634, #​20282)
  • core: do not stream output when static output style is enabled (#​27642)
  • core: fix --e2eTestRunner for create-nx-workspace with react native (#​27543)
  • core: negative workspace-root filesets should override positive filesets (#​27524)
  • core: make sure env vars specified in run-commands envFile option take priority over other loaded env files (#​27583)
  • core: change remoteCache to getRemoteCache (#​27673)
  • core: fixes an issue where using "node:test" results in infinite loop (#​27685)
  • core: handle file change conflicts between sync generators (#​27695)
  • core: filter branch in preparation for nx import (#​27652)
  • core: add parallelism to target defaults schema (#​27710)
  • core: bump plugin pool attempts to work with slow runtimes (#​27726)
  • core: optimize daemon output glob matching (#​27775)
  • core: fix wasm build (#​27830)
  • core: move daemon server-process.json watching to outputs watcher (#​27832)
  • detox: fix name with camel case (#​27602)
  • esbuild: declaration:true should find the correct package root regardless of cwd #​26261 (#​27560, #​26261)
  • expo: add expoLibraryGenerator to export (#​27520)
  • expo: fix unable to build expo local for yarn 4 (#​26992)
  • expo: add cacheVersion to metro.config (#​27646)
  • gradle: track childProjects in properties report (#​27488)
  • gradle: fix tasksFileLines might be undefined (#​27548)
  • gradle: fix child project deps (#​27643)
  • gradle: fix find root for projects (#​27651)
  • graph: fix "args" help tooltip in pdv and only show "args" usage in fallback example (#​27808)
  • js: handle arbitrary nested ts path mappings when re-mapping them to the outputs (#​27429)
  • js: only sync references when composite is true, preserve comments in other parts of file (#​27530)
  • js: ensure assets option in tsc executor defaults to empty array for programmatic usage (#​27565)
  • js: fix verdaccio windows for registry (#​27350)
  • js: respect "watch" option when "runBuildTargetDependencies" is true (#​27677)
  • linter: update the @​nx/dependency-checks rule to read the package.json content from the rule context (#​27476)
  • linter: fix plugin race condition (#​27810)
  • misc: ensure custom reporters are usable with @​nx/playwright:playwright (#​27443)
  • misc: fix the URL of the @​naxodev/nx-cloudflare plugin (#​27723)
  • module-federation: ensure target defaults are set correctly #​27448 (#​27472, #​27448)
  • module-federation: ensure shared packages can be shared from host #​27162 (#​27513, #​27162)
  • module-federation: ssr uses async-node with runtime plugin (#​27492)
  • nextjs: should not fail when running outside of nx cli (#​27523)
  • nextjs: Should be able to run custom server targets with swc (#​27526)
  • nextjs: schema type for unitTestRunner for library (#​26824)
  • node: build-esbuild-options.ts browser user define envs by config (#​27480)
  • node: generate webpack server apps with generatePackageJson:true by default (#​27570)
  • nx-dev: Og image path generation (#​27456)
  • nx-dev: bad link from home page (#​27475)
  • nx-dev: fix use key instead of env to reference cache key in… (#​26644)
  • nx-dev: modify prompt (#​27536)
  • nx-dev: show first tab if none selected (#​27701)
  • nx-dev: change connect to nx cloud link in home page (f39b995b88)
  • nx-dev: make sure graph height works and render mode is nx-docs (#​27776)
  • nx-dev: update Bill's website link (#​27790)
  • nx-plugin: allow create-package without e2eProject (#​27572)
  • react: ensure @​vitejs/plugin-react is installed for storybook (#​27463)
  • react: enable vitejs-plugin-react-swc for swc compiler (#​27457)
  • react: handle more scenarios when collecting component props for generating stories (#​27528)
  • react: tailwind with rspack should work on generation #​27028 (#​27619, #​27028)
  • react: ensure interop between webpack and rspack module federation (#​27824)
  • react-native: remove upgrade command in migration (#​27467)
  • react-native: change hermesCommand to build android (#​27641)
  • release: programmatic API types should not be any (#​27647)
  • release: release plan command should take filters and touched projects into account (#​27706)
  • release: version plan changelogs should contain authors and refs (#​27737)
  • release: support forwarding the --access flag to npm publish (#​27765)
  • release: show version plan deletion log in dry-run (#​27744)
  • repo: add dependsOn to native build (#​27446)
  • storybook: should generate correct config for nextjs apps #​27233 (#​27510, #​27233)
  • testing: fix misc issues in migrations (#​27471)
  • testing: fix issues in static server target migrations (#​27547)
  • testing: application generators should accurately configure e2e projects (#​27453)
  • vite: plugin should infer serve target if server config defined #​27370 (#​27507, #​27370)
  • vite: load the correct config file from @​nx/vite:test executor (#​27514)
  • vite: add typecheck inferred target for vite plugin #​27501 (#​27531, #​27501)
  • vite: plugin should infer ts project correctly for libs (#​27649)
  • vite: tsconfig paths plugin should resolve file extensions (#​27774)
  • webpack: add migration for proxy config (#​27621)
❤️ Thank You

v19.6.6

Compare Source

19.6.6 (2024-09-09)

🚀 Features
  • core: allow skipping sync when running tasks (#​27697)
  • core: add shutdown lifecycle hook to node executor" (#​27794)
  • core: update PNPM GH action setup to use v4 and pnpm version 9 (#​27664)
  • linter: add option to exclude projects from circular deps check (#​27504)
  • nx-dev: add Mike Hartington in the team section (#​27755)
  • nx-dev: make animations more performant (#​27757)
  • nx-dev: add create-nx-workspace from nx-cloud on ci section (#​27756)
🩹 Fixes
  • core: optimize daemon output glob matching (#​27775)
  • core: fix wasm build (#​27830)
  • graph: fix "args" help tooltip in pdv and only show "args" usage in fallback example (#​27808)
  • linter: fix plugin race condition (#​27810)
  • module-federation: ssr uses async-node with runtime plugin (#​27492)
  • nx-dev: change connect to nx cloud link in home page (d93cd00123)
  • nx-dev: update Bill's website link (#​27790)
  • release: show version plan deletion log in dry-run (#​27744)
  • vite: tsconfig paths plugin should resolve file extensions (#​27774)
❤️ Thank You

v19.6.5

Compare Source

19.6.5 (2024-09-03)

🩹 Fixes
  • core: handle file change conflicts between sync generators (#​27695)
  • core: filter branch in preparation for nx import (#​27652)
  • core: add parallelism to target defaults schema (#​27710)
  • core: bump plugin pool attempts to work with slow runtimes (#​27726)
  • detox: fix name with camel case (#​27602)
  • expo: fix unable to build expo local for yarn 4 (#​26992)
  • expo: add cacheVersion to metro.config (#​27646)
  • misc: fix the URL of the @​naxodev/nx-cloudflare plugin (#​27723)
  • nx-dev: show first tab if none selected (#​27701)
  • react-native: change hermesCommand to build android (#​27641)
  • release: release plan command should take filters and touched projects into account (#​27706)
  • release: version plan changelogs should contain authors and refs (#​27737)
❤️ Thank You

v19.6.4

Compare Source

19.6.4 (2024-08-28)
🚀 Features
  • core: return task results from imperative task runner (#​27640)
  • nx-dev: add deepdive callout component (2e38860db2)
🩹 Fixes
  • core: do not stream output when static output style is enabled (#​27642)
  • core: fix --e2eTestRunner for create-nx-workspace with react native (#​27543)
  • core: negative workspace-root filesets should override positive filesets (#​27524)
  • core: make sure env vars specified in run-commands envFile option take priority over other loaded env files (#​27583)
  • core: fixes an issue where using "node:test" results in infinite loop (#​27685)
  • gradle: fix child project deps (#​27643)
  • gradle: fix find root for projects (#​27651)
  • js: respect "watch" option when "runBuildTargetDependencies" is true (#​27677)
  • release: programmatic API types should not be any (#​27647)
  • testing: application generators should accurately configure e2e projects (#​27453)
  • vite: plugin should infer ts project correctly for libs (#​27649)
❤️ Thank You

v19.6.3

Compare Source

19.6.3 (2024-08-26)

🚀 Features
🩹 Fixes
❤️ Thank You

v19.6.2

Compare Source

19.6.2 (2024-08-21)
🚀 Features
  • bundling: add option to generate sourcemaps for Rollup build (#​27539)
  • devkit: prefer strings over Linter enum (#​27209)
  • graph: add expandedTargets to project details on nx dev (#​26911)
  • js: add skipPackageManager option to build executors in order to skip generating "packageManager" entry in package.json (#​27518)
  • nx-dev: honor prefers-reduced-motion (#​27541)
🩹 Fixes
  • missing export for setRemoteDefinition (#​27491)
  • core: fix importing files with special characters (#​27484)
  • core: use withVerbose util (#​27553)
  • core: support import detection of packages installed from git remote URL (#​27569)
  • esbuild: declaration:true should find the correct package root regardless of cwd #​26261 (#​27560, #​26261)
  • gradle: track childProjects in properties report (#​27488)
  • gradle: fix tasksFileLines might be undefined (#​27548)
  • js: only sync references when composite is true, preserve comments in other parts of file (#​27530)
  • js: ensure assets option in tsc executor defaults to empty array for programmatic usage (#​27565)
  • module-federation: ensure shared packages can be shared from host #​27162 (#​27513, #​27162)
  • nextjs: should not fail when running outside of nx cli (#​27523)
  • nextjs: Should be able to run custom server targets with swc (#​27526)
  • nextjs: schema type for unitTestRunner for library (#​26824)
  • node: generate webpack server apps with generatePackageJson:true by default (#​27570)
  • nx-dev: modify prompt (#​27536)
  • nx-plugin: allow create-package without e2eProject (#​27572)
  • react: handle more scenarios when collecting component props for generating stories (#​27528)
  • storybook: should generate correct config for nextjs apps #​27233 (#​27510, #​27233)
  • testing: fix issues in static server target migrations (#​27547)
  • vite: plugin should infer serve target if server config defined #​27370 (#​27507, #​27370)
  • vite: load the correct config file from @​nx/vite:test executor (#​27514)
  • vite: add typecheck inferred target for vite plugin #​27501 (#​27531, #​27501)
❤️ Thank You

v19.6.1

Compare Source

19.6.1 (2024-08-19)

🚀 Features
  • core: add shutdown lifecycle hook to node executor (#​27354)
  • docs: update OpenAI model to use gpt-4o-mini (#​27434)
  • nx-dev: add Explain with AI to Enterprise and Pro Plans (#​27455)
  • nx-dev: add Monorepo World banner to hero (#​27482)
🩹 Fixes
❤️ Thank You

v19.6.0

Compare Source

v19.5.7

Compare Source

19.5.7 (2024-08-07)
🚀 Features
  • core: add nx-console installation source to nx connect (#​27307)
🩹 Fixes
  • core: remove additional quotes around cache path while pruning (#​27273)
  • core: move token generation into new (#​27266)
  • core: script-based targets should be able to be modified in a project.json file (#​27309)
  • core: don't cache full dependency configuration when expanding target name (#​27308)
  • core: allow configuring plugin message timeout (#​27315)
  • js: locate npm nodes correctly for aliased packages (#​27124)
  • misc: fix cloud setup (#​27281)
  • misc: end ab testing for onboarding message (#​27316)
  • misc: track which CI providers being used (#​27320)
  • nx-cloud: fix connect generator (#​27314)
  • nx-dev: Turn off next.js cache for careers api (#​27275)
  • nx-dev: clean up heading text (#​27205)
❤️ Thank You

v19.5.6

Compare Source

19.5.6 (2024-08-01)
🩹 Fixes
  • misc: add cloud token during new workspace like expected (#​27265)
❤️ Thank You

v19.5.5

Compare Source

v19.5.4

Compare Source

19.5.4 (2024-07-30)

🚀 Features
  • core: update axios to ^1.7.2 (#​27076)
  • core: include target architecture in nx report (#​27094)
  • js: added a verdaccio listen address to configuration (#​26976)
  • misc: add onboarding a/b testing (#​27217)
  • nx-dev: Update nx-cloud page ai section (#​27103)
  • nx-dev: Migrate pricing page from nx.app (#​27012)
  • nx-dev: Migrate brands from nx.app (#​27044)
  • nx-dev: Update footer links (#​27075)
  • nx-dev: add ai for ci (#​27096)
  • nx-dev: improve link visibility on docs pages (38c2fe0cd0)
  • react: add skipPackageJson flag to remote and host generators (#​27116)
  • release: allow {releaseGroupName} to be interpolated in tag pattern (#​27188)
  • release: allow {releaseGroupName} to be interpolated in releaseTagPattern" (#​27189)
  • release: allow {releaseGroupName} to be interpolated in releaseTagPattern (#​27190)
🩹 Fixes
  • angular: bump ngrx version and add @​ngrx/operators to the package update list (#​27107)
  • bundling: explicitly set types for exports entries in package.json (#​27152)
  • core: format global config files modified by nx migrate (#​27066)
  • core: bump the time crate so compilation succeeds (#​27117)
  • core: always load task envs from workspace root instead of relative to cwd (#​27120)
  • core: change link in e2e-ci error message (#​27187)
  • core: disable plugin isolation by default on windows for now (#​27210)
  • devkit: detect package manager based on install location (#​27127)
  • js: do not override package.json type when defined in tsc executor (#​27106)
  • js: generate additional entry point exports without the filename for barrel files (#​27112)
  • js: handle project references better in typescript plugin (#​27178)
  • linter: ensure too many warnings is only logged if enabled (#​27083)
  • linter: checking command is specified (#​26908)
  • misc: generate the "types" field in package.json if no set (#​27147)
  • module-federation: handle tspath mappings with /* wildcard #​26765 (#​27149, #​26765)
  • nextjs: fix inlined workspace root in .nx-helpers (#​27136)
  • node: ensure artifacts are built before serving app (#​27146)
  • node: Ensure docker file is generated when nest framework is supplied (#​27153)
  • nx-dev: improve bandwidth usage convert gif to mp4 (#​27129)
  • nx-dev: add background on pricing tiles & blog link to pricing page #​27157 (#​27157)
  • nx-dev: Add png image file for ai blog socials (#​27192)
  • react: generate valid Vite + JSX setup for React (#​27130)
  • release: only include relevant authors in project changelogs (#​27181)
  • release: ensure @​org/package style names are wrapped in quotes in version plans (#​27177)
  • release: do not add groups to commit message when their projects have no changes (#​27218)
  • release: deleted files should be staged alongside changed files (#​27219)
  • vite: vitest executor should continue to load plugins #​22001 (#​27118, #​22001)
  • vite: ensure nxViteTsPaths resolve before vite internal resolver (#​27155)
  • webpack: fixing null pointer about projectGraph with nx enhance configuration (#​26430)
  • webpack: include hash in asset filenames so they do not conflict (#​27159)
❤️ Thank You

v19.5.3

Compare Source

19.5.3 (2024-07-24)
🚀 Features
  • core: error when running atomized tasks outside of DTE (#​26898)
  • core: update pnpm/action-setup to v4 in ci-workflow generator (#​26838)
  • js: add scopes option for verdaccio (#​26918)
  • misc: prioritize github onboarding flow (#​27085)
  • misc: only create one commit with cloud onboard URL on cnw (#​27093)
  • **module-federation:

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.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Apr 28, 2023

Deploying mobx-zod-form with  Cloudflare Pages  Cloudflare Pages

Latest commit: 59ac7ee
Status: ✅  Deploy successful!
Preview URL: https://b5b15f81.mobx-zod-form.pages.dev
Branch Preview URL: https://renovate-major-nrwl-monorepo.mobx-zod-form.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 5 times, most recently from 85ef008 to c227401 Compare May 6, 2023 02:05
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 3 times, most recently from 4eb872c to 9a98f44 Compare May 9, 2023 23:09
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 2 times, most recently from 2c0dc38 to b973cfe Compare May 23, 2023 19:45
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 3 times, most recently from 870f692 to dfe2a5e Compare June 2, 2023 22:37
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 2 times, most recently from 0fa2ac6 to f7bd916 Compare June 30, 2023 01:51
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 3 times, most recently from 5321792 to 767547b Compare July 5, 2023 17:04
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 2 times, most recently from f45c2b4 to 53791c8 Compare July 13, 2023 21:11
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 4 times, most recently from 1ba0f06 to 1cb23c2 Compare July 22, 2023 07:55
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch from 1cb23c2 to fb0887f Compare July 31, 2023 13:58
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 4 times, most recently from 328e816 to c57c7a2 Compare August 22, 2023 18:11
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 4 times, most recently from 625f537 to d613ece Compare June 13, 2024 18:46
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 2 times, most recently from cc6efa6 to 06593c9 Compare June 26, 2024 18:25
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 3 times, most recently from cdcc94c to 0be2bf0 Compare July 9, 2024 00:37
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 4 times, most recently from 9592ff9 to 32e3c68 Compare July 18, 2024 16:22
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 2 times, most recently from 020a928 to 9de41d8 Compare July 25, 2024 03:23
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 3 times, most recently from 00078f1 to fa57b4b Compare August 2, 2024 02:03
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch from fa57b4b to 4a93ff7 Compare August 8, 2024 00:29
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 3 times, most recently from 45d8a22 to 5d851ba Compare August 22, 2024 01:59
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 2 times, most recently from 4dcacd6 to 8ff2745 Compare August 28, 2024 21:49
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch 3 times, most recently from 1bf7fdb to d17b28b Compare September 10, 2024 01:30
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch from d17b28b to 60d49e6 Compare September 12, 2024 23:20
@renovate renovate bot force-pushed the renovate/major-nrwl-monorepo branch from 60d49e6 to 59ac7ee Compare September 18, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants