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 nx to v20.1.2 #1843

Merged
merged 1 commit into from
Nov 15, 2024
Merged

Conversation

taiga-family-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Change
@nx/angular (source) devDependencies 20.1.1 -> 20.1.2
@nx/cypress (source) devDependencies 20.1.1 -> 20.1.2
@nx/eslint (source) devDependencies 20.1.1 -> 20.1.2
@nx/jest (source) devDependencies 20.1.1 -> 20.1.2
@nx/js (source) devDependencies 20.1.1 -> 20.1.2
@nx/react (source) devDependencies 20.1.1 -> 20.1.2
@nx/rollup (source) devDependencies 20.1.1 -> 20.1.2
@nx/workspace (source) devDependencies 20.1.1 -> 20.1.2
nx (source) devDependencies 20.1.1 -> 20.1.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
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact 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 --from=20.1.1 --to=20.1.2
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-4637-3IMO5RTK2BYz/node_modules/.bin/nx _migrate nx --from=20.1.1 --to=20.1.2
    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/maskito/node_modules/nx/src/command-line/migrate/migrate.js:1073:42)
    at Object.handler (/tmp/renovate/repos/github/taiga-family/maskito/node_modules/nx/src/command-line/migrate/command-object.js:13:68) {
  status: 1,
  signal: null,
  output: [ null, null, null ],
  pid: 4681,
  stdout: null,
  stderr: null
}

Copy link
Contributor

Visit the preview URL for this PR (updated for commit eee4b28):

https://maskito--pr1843-renovate-dev-depende-w3q39eut.web.app

(expires Sat, 16 Nov 2024 20:33:13 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 61e4dea776cbea516b68c67840913d2edd88bb90

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (Automated approved)

Copy link

@taiga-family-approve-bot taiga-family-approve-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (Automated approved)

@taiga-family-bot taiga-family-bot merged commit d89f5cf into main Nov 15, 2024
31 of 32 checks passed
@taiga-family-bot taiga-family-bot deleted the renovate/dev-dependencies/nx branch November 15, 2024 20:40
@github-actions github-actions bot added the ready to merge ready label Nov 15, 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.

2 participants