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: update dependency nx to v20.2.2 #143

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

Conversation

taiga-family-bot
Copy link
Collaborator

@taiga-family-bot taiga-family-bot commented Nov 23, 2024

This PR contains the following updates:

Package Type Change
nx (source) devDependencies 20.1.2 -> 20.2.2

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

This PR has been generated by Renovate Bot.

@taiga-family-bot
Copy link
Collaborator Author

taiga-family-bot commented Nov 23, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Command failed: npx nx migrate nx [email protected] [email protected]
nx migrate [packageAndVersion]

Creates a migrations file or runs migrations from the migrations file.
  - Migrate packages and create migrations.json (e.g., nx migrate @nx/workspace@latest)
  - Run migrations (e.g., nx migrate --run-migrations=migrations.json). Use flag --if-exists to run migrations only if the migrations file exists.

Positionals:
  packageAndVersion  The target package and version (e.g, @nx/[email protected]).  [string]

Options:
      --help                      Show help  [boolean]
      --version                   Show version number  [boolean]
      --verbose                   Prints additional information about the commands (e.g., stack traces).  [boolean]
      --runMigrations             Execute migrations from a file (when the file isn't provided, execute migrations from migrations.json).  [string]
      --ifExists                  Run migrations only if the migrations file exists, if not continues successfully.  [boolean] [default: false]
      --from                      Use the provided versions for packages instead of the ones installed in node_modules (e.g., --from="@nx/[email protected],@nx/[email protected]").  [string]
      --to                        Use the provided versions for packages instead of the ones calculated by the migrator (e.g., --to="@nx/[email protected],@nx/[email protected]").  [string]
  -C, --createCommits             Automatically create a git commit after each migration runs.  [boolean] [default: false]
      --commitPrefix              Commit prefix to apply to the commit for each migration, when --create-commits is enabled.  [string] [default: "chore: [nx migration] "]
      --interactive               Enable prompts to confirm whether to collect optional package updates and migrations.  [boolean] [default: false]
      --excludeAppliedMigrations  Exclude migrations that should have been applied on previous updates. To be used with --from.  [boolean] [default: false]

Examples:
  migrate latest                                                           Update all Nx plugins to "latest". This will generate migrations.json
  migrate 9.0.0                                                            Update all Nx plugins to "9.0.0". This will generate migrations.json
  migrate @nx/[email protected] --from="@nx/[email protected],@nx/[email protected]"  Update @nx/workspace and generate the list of migrations starting with version 8.0.0 of @nx/workspace and @nx/node, regardless of what is installed locally
  migrate @nx/[email protected] --to="@nx/[email protected],@nx/[email protected]"     Update @nx/workspace to "9.0.0". If it tries to update @nx/react or @nx/angular, use version "9.0.1"
  migrate [email protected]                                           Update another-package to "12.0.0". This will update other packages and will generate migrations.json file
  migrate latest --interactive                                             Collect package updates and migrations in interactive mode. In this mode, the user will be prompted whether to apply any optional package update and migration
  migrate latest [email protected] --exclude-applied-migrations             Collect package updates and migrations starting with version 14.5.0 of "nx" (and Nx first-party plugins), regardless of what is installed locally, while excluding migrations that should have been applied on previous updates
  migrate --run-migrations=migrations.json                                 Run migrations from the provided migrations.json file. You can modify migrations.json and run this command many times
  migrate --run-migrations --create-commits                                Create a dedicated commit for each successfully completed migration. You can customize the prefix used for each commit by additionally setting --commit-prefix="PREFIX_HERE "

Find more information and examples at https://nx.dev/nx/migrate

Error: Command failed: /tmp/tmp-20761-h6hcDb4wyLo6/node_modules/.bin/nx _migrate nx [email protected] [email protected]
    at genericNodeError (node:internal/errors:984:15)
    at wrappedFn (node:internal/errors:538:14)
    at checkExecSyncError (node:child_process:891:11)
    at execSync (node:child_process:963:15)
    at Object.runMigration (/tmp/renovate/repos/github/taiga-family/taiga-playground/node_modules/nx/src/command-line/migrate/migrate.js:1073:42)
    at Object.handler (/tmp/renovate/repos/github/taiga-family/taiga-playground/node_modules/nx/src/command-line/migrate/command-object.js:13:68) {
  status: 1,
  signal: null,
  output: [ null, null, null ],
  pid: 20805,
  stdout: null,
  stderr: null
}

File name: undefined
Command failed: ws=$(node -p '!!require(`./package.json`).workspaces') && npm i -ws=$ws --include-workspace-root=$ws && npm i -ws=$ws --include-workspace-root=$ws
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: @angular/[email protected]
npm error node_modules/@angular/common
npm error   dev @angular/common@"18.2.12" from the root project
npm error   peer @angular/common@">=16.0.0" from @taiga-ui/[email protected]
npm error   node_modules/@taiga-ui/addon-charts
npm error     dev @taiga-ui/addon-charts@"4.15.0" from the root project
npm error   2 more (@ng-web-apis/common, @taiga-ui/cdk)
npm error
npm error Could not resolve dependency:
npm error peer @angular/common@"^19.0.0 || ^20.0.0" from @angular/[email protected]
npm error node_modules/@angular/cdk
npm error   peer @angular/cdk@">=16.0.0" from @taiga-ui/[email protected]
npm error   node_modules/@taiga-ui/cdk
npm error     dev @taiga-ui/cdk@"4.15.0" from the root project
npm error     1 more (@taiga-ui/addon-charts)
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /home/runner/.npm/_logs/2024-12-15T13_46_32_815Z-eresolve-report.txt
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2024-12-15T13_46_32_815Z-debug-0.log

@taiga-family-bot taiga-family-bot self-assigned this Nov 23, 2024
@github-actions github-actions bot added the v4 label Nov 23, 2024
@taiga-family-bot taiga-family-bot changed the title chore: update dependency nx to v20.1.3 chore: update dependency nx to v20.1.4 Nov 29, 2024
@taiga-family-bot taiga-family-bot force-pushed the renovate/dev-dependencies/nx branch from d6fe372 to 6d2b1b8 Compare November 29, 2024 02:20
@taiga-family-bot taiga-family-bot changed the title chore: update dependency nx to v20.1.4 chore: update dependency nx to v20.2.0 Dec 5, 2024
@taiga-family-bot taiga-family-bot force-pushed the renovate/dev-dependencies/nx branch 2 times, most recently from 70a05f5 to 6c2c9f1 Compare December 7, 2024 02:26
@taiga-family-bot taiga-family-bot changed the title chore: update dependency nx to v20.2.0 chore: update dependency nx to v20.2.1 Dec 7, 2024
@taiga-family-bot taiga-family-bot changed the title chore: update dependency nx to v20.2.1 chore: update dependency nx to v20.2.1 - autoclosed Dec 8, 2024
@taiga-family-bot taiga-family-bot deleted the renovate/dev-dependencies/nx branch December 8, 2024 18:32
@taiga-family-bot taiga-family-bot changed the title chore: update dependency nx to v20.2.1 - autoclosed chore: update dependency nx to v20.2.1 Dec 8, 2024
@taiga-family-bot taiga-family-bot restored the renovate/dev-dependencies/nx branch December 8, 2024 19:31
@taiga-family-bot taiga-family-bot force-pushed the renovate/dev-dependencies/nx branch from 6c2c9f1 to 4402a2a Compare December 8, 2024 20:51
@taiga-family-bot taiga-family-bot force-pushed the renovate/dev-dependencies/nx branch from 4402a2a to 2b06457 Compare December 10, 2024 23:52
@taiga-family-bot taiga-family-bot changed the title chore: update dependency nx to v20.2.1 chore: update dependency nx to v20.2.2 Dec 10, 2024
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.

1 participant