Skip to content

Update dependency @types/yargs to v17#132

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/yargs-17.x
Closed

Update dependency @types/yargs to v17#132
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/yargs-17.x

Conversation

@renovate

@renovate renovate Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@types/yargs (source) ^15.0.4^17.0.0 age confidence

Configuration

📅 Schedule: (UTC)

  • 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 requested review from a team and Copilot July 15, 2026 22:55

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

@fdevans

fdevans commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

@copilot what is the risk of merging this PR? What impact does it have on the code functionality?

Copilot AI commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

@copilot what is the risk of merging this PR? What impact does it have on the code functionality?

Risk is moderate/high for build-time, but low for runtime behavior.

I checked the change and it only updates a dev dependency (@types/yargs), so it does not directly change production runtime code paths. However, this repo’s CLI uses TypeScript 3.8.x, and @types/yargs v17 introduces newer TypeScript syntax. A local npm ci && npx tsc --noEmit in docker/client/rundeck-cli now fails with parse errors in node_modules/@types/yargs/index.d.ts.

So impact is: likely no direct runtime logic change, but type-check/TS-based workflows can break after merge unless TypeScript (and ideally yargs typings/runtime alignment) is upgraded or the types package is kept on v15.

Copilot AI requested a review from fdevans July 15, 2026 22:58
@fdevans fdevans closed this Jul 15, 2026
@renovate

renovate Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 17.x releases. But if you manually upgrade to 17.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/yargs-17.x branch July 15, 2026 23:01
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.

3 participants