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-dev): Bump the nx group with 16 updates #413

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps the nx group with 16 updates:

Package From To
@nx/cypress 19.7.3 19.8.0
@nx/detox 19.7.3 19.8.0
@nx/esbuild 19.7.3 19.8.0
@nx/eslint 19.7.3 19.8.0
@nx/eslint-plugin 19.7.3 19.8.0
@nx/expo 19.7.3 19.8.0
@nx/jest 19.7.3 19.8.0
@nx/js 19.7.3 19.8.0
@nx/node 19.7.3 19.8.0
@nx/playwright 19.7.3 19.8.0
@nx/react 19.7.3 19.8.0
@nx/rollup 19.7.3 19.8.0
@nx/vite 19.7.3 19.8.0
@nx/web 19.7.3 19.8.0
@nx/webpack 19.7.3 19.8.0
nx 19.7.3 19.8.0

Updates @nx/cypress from 19.7.3 to 19.8.0

Release notes

Sourced from @​nx/cypress's releases.

19.8.0 (2024-09-20)

🚀 Features

  • angular: add plugin for inferring nodes from angular.json files (#27804)
  • core: import warns when source and destination directories are different (#27875)
  • core: use durations from task history to schedule tasks (#27783)
  • core: add metagenerator for convert-to-inferred (#27672)
  • core: able to import gradle project (#27645)
  • core: split runCommand to return status per project (#27705)
  • core: handle prettier not installed when running nx format (#27970)
  • core: add integration with nx powerpack (#27972)
  • graph: expose functions to render pdv & error page (#27833)
  • graph: add sync generators to target details in project details view (#27639)
  • linter: create new workspaces with ESLint v9 and typescript-eslint v8 (#27404)
  • nx-dev: clean up enterprise section (#27979)
  • release: allow local dependency version protocols to be preserved, pnpm publish support (#27787)
  • release: support groupPreVersionCommand for release groups (#27474)
  • release: support github enterprise server (#26482)

🩹 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)
  • angular: license-webpack-plugin should not scan root package.json #27989 (#27994, #27989)
  • core: make sure sharedGlobals is referenced in default namedInputs (#27813)
  • core: take nx-release-publish target defaults into account for implicit target (#27764)
  • 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)
  • 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)
  • core: fix powerpack license report and add back remote cache (#27983)
  • core: link to sync generators page during sync prompt, and provide more info on docs page for disabling and applyChanges (#28001)
  • core: fix powerpack fs cache package name (#27997)
  • core: do not check cache validity when putting into the cache (#28004)
  • gradle: fix gradle app deps (#27865)
  • graph: typo (e9fd0a7e2b)
  • js: keep refs to ignored files and allow opting out of pruning stale refs in typescript sync generator (#27636)
  • js: set compilerOptions correctly when loading .ts that targets ESM (#27862)
  • js: do not infer typecheck target for root tsconfig.json (#27950)
  • misc: createNodesV2 plugins should show inference capabilities (#27896)
  • module-federation: collect secondary entry points from exports #26878 (#27999, #26878)
  • nx-cloud: include nxCloudId when generating connect urls (#27882)

... (truncated)

Commits
  • 5bbaffb feat(core): add metagenerator for convert-to-inferred (#27672)
  • 68eeb2e feat(linter): create new workspaces with ESLint v9 and typescript-eslint v8 (...
  • See full diff in compare view

Updates @nx/detox from 19.7.3 to 19.8.0

Release notes

Sourced from @​nx/detox's releases.

19.8.0 (2024-09-20)

🚀 Features

  • angular: add plugin for inferring nodes from angular.json files (#27804)
  • core: import warns when source and destination directories are different (#27875)
  • core: use durations from task history to schedule tasks (#27783)
  • core: add metagenerator for convert-to-inferred (#27672)
  • core: able to import gradle project (#27645)
  • core: split runCommand to return status per project (#27705)
  • core: handle prettier not installed when running nx format (#27970)
  • core: add integration with nx powerpack (#27972)
  • graph: expose functions to render pdv & error page (#27833)
  • graph: add sync generators to target details in project details view (#27639)
  • linter: create new workspaces with ESLint v9 and typescript-eslint v8 (#27404)
  • nx-dev: clean up enterprise section (#27979)
  • release: allow local dependency version protocols to be preserved, pnpm publish support (#27787)
  • release: support groupPreVersionCommand for release groups (#27474)
  • release: support github enterprise server (#26482)

🩹 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)
  • angular: license-webpack-plugin should not scan root package.json #27989 (#27994, #27989)
  • core: make sure sharedGlobals is referenced in default namedInputs (#27813)
  • core: take nx-release-publish target defaults into account for implicit target (#27764)
  • 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)
  • 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)
  • core: fix powerpack license report and add back remote cache (#27983)
  • core: link to sync generators page during sync prompt, and provide more info on docs page for disabling and applyChanges (#28001)
  • core: fix powerpack fs cache package name (#27997)
  • core: do not check cache validity when putting into the cache (#28004)
  • gradle: fix gradle app deps (#27865)
  • graph: typo (e9fd0a7e2b)
  • js: keep refs to ignored files and allow opting out of pruning stale refs in typescript sync generator (#27636)
  • js: set compilerOptions correctly when loading .ts that targets ESM (#27862)
  • js: do not infer typecheck target for root tsconfig.json (#27950)
  • misc: createNodesV2 plugins should show inference capabilities (#27896)
  • module-federation: collect secondary entry points from exports #26878 (#27999, #26878)
  • nx-cloud: include nxCloudId when generating connect urls (#27882)

... (truncated)

Commits
  • 5bbaffb feat(core): add metagenerator for convert-to-inferred (#27672)
  • 68eeb2e feat(linter): create new workspaces with ESLint v9 and typescript-eslint v8 (...
  • See full diff in compare view

Updates @nx/esbuild from 19.7.3 to 19.8.0

Release notes

Sourced from @​nx/esbuild's releases.

19.8.0 (2024-09-20)

🚀 Features

  • angular: add plugin for inferring nodes from angular.json files (#27804)
  • core: import warns when source and destination directories are different (#27875)
  • core: use durations from task history to schedule tasks (#27783)
  • core: add metagenerator for convert-to-inferred (#27672)
  • core: able to import gradle project (#27645)
  • core: split runCommand to return status per project (#27705)
  • core: handle prettier not installed when running nx format (#27970)
  • core: add integration with nx powerpack (#27972)
  • graph: expose functions to render pdv & error page (#27833)
  • graph: add sync generators to target details in project details view (#27639)
  • linter: create new workspaces with ESLint v9 and typescript-eslint v8 (#27404)
  • nx-dev: clean up enterprise section (#27979)
  • release: allow local dependency version protocols to be preserved, pnpm publish support (#27787)
  • release: support groupPreVersionCommand for release groups (#27474)
  • release: support github enterprise server (#26482)

🩹 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)
  • angular: license-webpack-plugin should not scan root package.json #27989 (#27994, #27989)
  • core: make sure sharedGlobals is referenced in default namedInputs (#27813)
  • core: take nx-release-publish target defaults into account for implicit target (#27764)
  • 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)
  • 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)
  • core: fix powerpack license report and add back remote cache (#27983)
  • core: link to sync generators page during sync prompt, and provide more info on docs page for disabling and applyChanges (#28001)
  • core: fix powerpack fs cache package name (#27997)
  • core: do not check cache validity when putting into the cache (#28004)
  • gradle: fix gradle app deps (#27865)
  • graph: typo (e9fd0a7e2b)
  • js: keep refs to ignored files and allow opting out of pruning stale refs in typescript sync generator (#27636)
  • js: set compilerOptions correctly when loading .ts that targets ESM (#27862)
  • js: do not infer typecheck target for root tsconfig.json (#27950)
  • misc: createNodesV2 plugins should show inference capabilities (#27896)
  • module-federation: collect secondary entry points from exports #26878 (#27999, #26878)
  • nx-cloud: include nxCloudId when generating connect urls (#27882)

... (truncated)

Commits

Updates @nx/eslint from 19.7.3 to 19.8.0

Release notes

Sourced from @​nx/eslint's releases.

19.8.0 (2024-09-20)

🚀 Features

  • angular: add plugin for inferring nodes from angular.json files (#27804)
  • core: import warns when source and destination directories are different (#27875)
  • core: use durations from task history to schedule tasks (#27783)
  • core: add metagenerator for convert-to-inferred (#27672)
  • core: able to import gradle project (#27645)
  • core: split runCommand to return status per project (#27705)
  • core: handle prettier not installed when running nx format (#27970)
  • core: add integration with nx powerpack (#27972)
  • graph: expose functions to render pdv & error page (#27833)
  • graph: add sync generators to target details in project details view (#27639)
  • linter: create new workspaces with ESLint v9 and typescript-eslint v8 (#27404)
  • nx-dev: clean up enterprise section (#27979)
  • release: allow local dependency version protocols to be preserved, pnpm publish support (#27787)
  • release: support groupPreVersionCommand for release groups (#27474)
  • release: support github enterprise server (#26482)

🩹 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)
  • angular: license-webpack-plugin should not scan root package.json #27989 (#27994, #27989)
  • core: make sure sharedGlobals is referenced in default namedInputs (#27813)
  • core: take nx-release-publish target defaults into account for implicit target (#27764)
  • 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)
  • 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)
  • core: fix powerpack license report and add back remote cache (#27983)
  • core: link to sync generators page during sync prompt, and provide more info on docs page for disabling and applyChanges (#28001)
  • core: fix powerpack fs cache package name (#27997)
  • core: do not check cache validity when putting into the cache (#28004)
  • gradle: fix gradle app deps (#27865)
  • graph: typo (e9fd0a7e2b)
  • js: keep refs to ignored files and allow opting out of pruning stale refs in typescript sync generator (#27636)
  • js: set compilerOptions correctly when loading .ts that targets ESM (#27862)
  • js: do not infer typecheck target for root tsconfig.json (#27950)
  • misc: createNodesV2 plugins should show inference capabilities (#27896)
  • module-federation: collect secondary entry points from exports #26878 (#27999, #26878)
  • nx-cloud: include nxCloudId when generating connect urls (#27882)

... (truncated)

Commits
  • 5bbaffb feat(core): add metagenerator for convert-to-inferred (#27672)
  • 68eeb2e feat(linter): create new workspaces with ESLint v9 and typescript-eslint v8 (...
  • See full diff in compare view

Updates @nx/eslint-plugin from 19.7.3 to 19.8.0

Release notes

Sourced from @​nx/eslint-plugin's releases.

19.8.0 (2024-09-20)

🚀 Features

  • angular: add plugin for inferring nodes from angular.json files (#27804)
  • core: import warns when source and destination directories are different (#27875)
  • core: use durations from task history to schedule tasks (#27783)
  • core: add metagenerator for convert-to-inferred (#27672)
  • core: able to import gradle project (#27645)
  • core: split runCommand to return status per project (#27705)
  • core: handle prettier not installed when running nx format (#27970)
  • core: add integration with nx powerpack (#27972)
  • graph: expose functions to render pdv & error page (#27833)
  • graph: add sync generators to target details in project details view (#27639)
  • linter: create new workspaces with ESLint v9 and typescript-eslint v8 (#27404)
  • nx-dev: clean up enterprise section (#27979)
  • release: allow local dependency version protocols to be preserved, pnpm publish support (#27787)
  • release: support groupPreVersionCommand for release groups (#27474)
  • release: support github enterprise server (#26482)

🩹 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)
  • angular: license-webpack-plugin should not scan root package.json #27989 (#27994, #27989)
  • core: make sure sharedGlobals is referenced in default namedInputs (#27813)
  • core: take nx-release-publish target defaults into account for implicit target (#27764)
  • 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)
  • 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)
  • core: fix powerpack license report and add back remote cache (#27983)
  • core: link to sync generators page during sync prompt, and provide more info on docs page for disabling and applyChanges (#28001)
  • core: fix powerpack fs cache package name (#27997)
  • core: do not check cache validity when putting into the cache (#28004)
  • gradle: fix gradle app deps (#27865)
  • graph: typo (e9fd0a7e2b)
  • js: keep refs to ignored files and allow opting out of pruning stale refs in typescript sync generator (#27636)
  • js: set compilerOptions correctly when loading .ts that targets ESM (#27862)
  • js: do not infer typecheck target for root tsconfig.json (#27950)
  • misc: createNodesV2 plugins should show inference capabilities (#27896)
  • module-federation: collect secondary entry points from exports #26878 (#27999, #26878)
  • nx-cloud: include nxCloudId when generating connect urls (#27882)

... (truncated)

Commits
  • 68eeb2e feat(linter): create new workspaces with ESLint v9 and typescript-eslint v8 (...
  • See full diff in compare view

Updates @nx/expo from 19.7.3 to 19.8.0

Release notes

Sourced from @​nx/expo's releases.

19.8.0 (2024-09-20)

🚀 Features

  • angular: add plugin for inferring nodes from angular.json files (#27804)
  • core: import warns when source and destination directories are different (#27875)
  • core: use durations from task history to schedule tasks (#27783)
  • core: add metagenerator for convert-to-inferred (#27672)
  • core: able to import gradle project (#27645)
  • core: split runCommand to return status per project (#27705)
  • core: handle prettier not installed when running nx format (#27970)
  • core: add integration with nx powerpack (#27972)
  • graph: expose functions to render pdv & error page (#27833)
  • graph: add sync generators to target details in project details view (#27639)
  • linter: create new workspaces with ESLint v9 and typescript-eslint v8 (#27404)
  • nx-dev: clean up enterprise section (#27979)
  • release: allow local dependency version protocols to be preserved, pnpm publish support (#27787)
  • release: support groupPreVersionCommand for release groups (#27474)
  • release: support github enterprise server (#26482)

🩹 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)
  • angular: license-webpack-plugin should not scan root package.json #27989 (#27994, #27989)
  • core: make sure sharedGlobals is referenced in default namedInputs (#27813)
  • core: take nx-release-publish target defaults into account for implicit target (#27764)
  • 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)
  • 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)
  • core: fix powerpack license report and add back remote cache (#27983)
  • core: link to sync generators page during sync prompt, and provide more info on docs page for disabling and applyChanges (#28001)
  • core: fix powerpack fs cache package name (#27997)
  • core: do not check cache validity when putting into the cache (#28004)
  • gradle: fix gradle app deps (#27865)
  • graph: typo (e9fd0a7e2b)
  • js: keep refs to ignored files and allow opting out of pruning stale refs in typescript sync generator (#27636)
  • js: set compilerOptions correctly when loading .ts that targets ESM (#27862)
  • js: do not infer typecheck target for root tsconfig.json (#27950)
  • misc: createNodesV2 plugins should show inference capabilities (#27896)
  • module-federation: collect secondary entry points from exports #26878 (#27999, #26878)
  • nx-cloud: include nxCloudId when generating connect urls (#27882)

... (truncated)

Commits
  • 5bbaffb feat(core): add metagenerator for convert-to-inferred (#27672)
  • 68eeb2e feat(linter): create new workspaces with ESLint v9 and typescript-eslint v8 (...
  • See full diff in compare view

Updates @nx/jest from 19.7.3 to 19.8.0

Release notes

Sourced from @​nx/jest's releases.

19.8.0 (2024-09-20)

🚀 Features

  • angular: add plugin for inferring nodes from angular.json files (#27804)
  • core: import warns when source and destination directories are different (#27875)
  • core: use durations from task history to schedule tasks (#27783)
  • core: add metagenerator for convert-to-inferred (#27672)
  • core: able to import gradle project (#27645)
  • core: split runCommand to return status per project (#27705)
  • core: handle prettier not installed when running nx format (#27970)
  • core: add integration with nx powerpack (#27972)
  • graph: expose functions to render pdv & error page (#27833)
  • graph: add sync generators to target details in project details view (#27639)
  • linter: create new workspaces with ESLint v9 and typescript-eslint v8 (#27404)
  • nx-dev: clean up enterprise section (#27979)
  • release: allow local dependency version protocols to be preserved, pnpm publish support (#27787)
  • release: support groupPreVersionCommand for release groups (#27474)
  • release: support github enterprise server (#26482)

🩹 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)
  • angular: license-webpack-plugin should not scan root package.json #27989 (#27994, #27989)
  • core: make sure sharedGlobals is referenced in default namedInputs (#27813)
  • core: take nx-release-publish target defaults into account for implicit target (#27764)
  • 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)
  • 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)
  • core: fix powerpack license report and add back remote cache (#27983)
  • core: link to sync generators page during sync prompt, and provide more info on docs page for disabling and applyChanges (#28001)
  • core: fix powerpack fs cache package name (#27997)
  • core: do not check cache validity when putting into the cache (#28004)
  • gradle: fix gradle app deps (#27865)
  • graph: typo (e9fd0a7e2b)
  • js: keep refs to ignored files and allow opting out of pruning stale refs in typescript sync generator (#27636)
  • js: set compilerOptions correctly when loading .ts that targets ESM (#27862)
  • js: do not infer typecheck target for root tsconfig.json (#27950)
  • misc: createNodesV2 plugins should show inference capabilities (#27896)
  • module-federation: collect secondary entry points from exports #26878 (#27999, #26878)
  • nx-cloud: include nxCloudId when generating connect urls (#27882)

... (truncated)

Commits
  • 5bbaffb feat(core): add metagenerator for convert-to-inferred (#27672)
  • 68eeb2e feat(linter): create new workspaces with ESLint v9 and typescript-eslint v8 (...
  • See full diff in compare view

Updates @nx/js from 19.7.3 to 19.8.0

Release notes

Sourced from @​nx/js's releases.

19.8.0 (2024-09-20)

🚀 Features

  • angular: add plugin for inferring nodes from angular.json files (#27804)
  • core: import warns when source and destination directories are different (#27875)
  • core: use durations from task history to schedule tasks (#27783)
  • core: add metagenerator for convert-to-inferred (#27672)
  • core: able to import gradle project (#27645)
  • core: split runCommand to return status per project (#27705)
  • core: handle prettier not installed when running nx format (#27970)
  • core: add integration with nx powerpack (#27972)
  • graph: expose functions to render pdv & error page (#27833)
  • graph: add sync generators to target details in project details view (#27639)
  • linter: create new workspaces with ESLint v9 and typescript-eslint v8 (#27404)
  • nx-dev: clean up enterprise section (#27979)
  • release: allow local dependency version protocols to be preserved, pnpm publish support (#27787)
  • release: support groupPreVersionCommand for release groups (#27474)
  • release: support github enterprise server (#26482)

🩹 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)
  • angular: license-webpack-plugin should not scan root package.json #27989 (#27994, #27989)
  • core: make sure sharedGlobals is referenced in default namedInputs (#27813)
  • core: take nx-release-publish target defaults into account for implicit target (#27764)
  • 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)
  • 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)
  • core: fix powerpack license report and add back remote cache (#27983)
  • core: link to sync generators page during sync prompt, and provide more info on docs page for disabling and applyChanges (#28001)
  • core: fix powerpack fs cache package name (#27997)
  • core: do not check cache validity when putting into the cache (#28004)
  • gradle: fix gradle app deps (#27865)
  • graph: typo (e9fd0a7e2b)
  • js: keep refs to ignored files and allow opting out of pruning stale refs in typescript sync generator (#27636)
  • js: set compilerOptions correctly when loading .ts that targets ESM (#27862)
  • js: do not ...

    Description has been truncated

Bumps the nx group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@nx/cypress](https://github.com/nrwl/nx/tree/HEAD/packages/cypress) | `19.7.3` | `19.8.0` |
| [@nx/detox](https://github.com/nrwl/nx/tree/HEAD/packages/detox) | `19.7.3` | `19.8.0` |
| [@nx/esbuild](https://github.com/nrwl/nx/tree/HEAD/packages/esbuild) | `19.7.3` | `19.8.0` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `19.7.3` | `19.8.0` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `19.7.3` | `19.8.0` |
| [@nx/expo](https://github.com/nrwl/nx/tree/HEAD/packages/expo) | `19.7.3` | `19.8.0` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `19.7.3` | `19.8.0` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `19.7.3` | `19.8.0` |
| [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node) | `19.7.3` | `19.8.0` |
| [@nx/playwright](https://github.com/nrwl/nx/tree/HEAD/packages/playwright) | `19.7.3` | `19.8.0` |
| [@nx/react](https://github.com/nrwl/nx/tree/HEAD/packages/react) | `19.7.3` | `19.8.0` |
| [@nx/rollup](https://github.com/nrwl/nx/tree/HEAD/packages/rollup) | `19.7.3` | `19.8.0` |
| [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite) | `19.7.3` | `19.8.0` |
| [@nx/web](https://github.com/nrwl/nx/tree/HEAD/packages/web) | `19.7.3` | `19.8.0` |
| [@nx/webpack](https://github.com/nrwl/nx/tree/HEAD/packages/webpack) | `19.7.3` | `19.8.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `19.7.3` | `19.8.0` |


Updates `@nx/cypress` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/cypress)

Updates `@nx/detox` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/detox)

Updates `@nx/esbuild` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/esbuild)

Updates `@nx/eslint` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/eslint)

Updates `@nx/eslint-plugin` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/eslint-plugin)

Updates `@nx/expo` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/expo)

Updates `@nx/jest` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/jest)

Updates `@nx/js` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/js)

Updates `@nx/node` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/node)

Updates `@nx/playwright` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/playwright)

Updates `@nx/react` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/react)

Updates `@nx/rollup` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/rollup)

Updates `@nx/vite` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/vite)

Updates `@nx/web` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/web)

Updates `@nx/webpack` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/webpack)

Updates `nx` from 19.7.3 to 19.8.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.8.0/packages/nx)

---
updated-dependencies:
- dependency-name: "@nx/cypress"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/detox"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/esbuild"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/expo"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/jest"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/playwright"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/rollup"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/vite"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/web"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/webpack"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 30, 2024

Superseded by #419.

@dependabot dependabot bot closed this Sep 30, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/nx-e0be280e77 branch September 30, 2024 19:47
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