Skip to content

chore(deps): update dependency yargs to v18 (spectrum-two)#3857

Merged
castastrophe merged 1 commit into
spectrum-twofrom
renovate/spectrum-two-yargs-18.x
Jun 2, 2025
Merged

chore(deps): update dependency yargs to v18 (spectrum-two)#3857
castastrophe merged 1 commit into
spectrum-twofrom
renovate/spectrum-two-yargs-18.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yargs (source) ^17.7.2 -> ^18.0.0 age adoption passing confidence

Release Notes

yargs/yargs (yargs)

v18.0.0

Compare Source

⚠ BREAKING CHANGES
  • command names are not derived from modules passed to command.
  • singleton usage of yargs yargs.foo, yargs().argv, has been removed.
  • minimum node.js versions now ^20.19.0 || ^22.12.0 || >=23.
  • yargs is now ESM first
Features
Bug Fixes
  • addDirectory do not support absolute command dir (#​2465) (3a40a78)
  • allows ESM modules commands to be extensible using visit option (#​2468) (200e1aa)
  • browser: fix shims so that yargs continues working in browser context (#​2457) (4ae5f57)
  • build: address problems with typescript compilation (#​2445) (8d72fb3)
  • coerce should play well with parser configuration (#​2308) (8343c66)
  • deps: update dependency yargs-parser to v22 (#​2470) (639130d)
  • exit after async handler done (#​2313) (e326cde)
  • handle spaces in bash completion (#​2452) (83b7788)
  • parser-configuration should work well with generated completion script (#​2332) (888db19)
  • propagate Dictionary including undefined in value type (#​2393) (2b2f7f5)
  • zsh: completion no longer requires double tab when using autoloaded (0dd8fe4)
Code Refactoring
  • command names are not derived from modules passed to command. (d90af45)
  • singleton usage of yargs yargs.foo, yargs().argv, has been removed. (d90af45)
Build System
  • minimum node.js versions now ^20.19.0 || ^22.12.0 || >=23. (d90af45)

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 is behind base branch, 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 added dependencies Pull requests that update a dependency file ready-for-review skip_vrt Add to a PR to skip running VRT (but still pass the action) labels May 27, 2025
@renovate renovate Bot requested a review from a team May 27, 2025 14:54
@renovate renovate Bot added skip_vrt Add to a PR to skip running VRT (but still pass the action) ready-for-review labels May 27, 2025
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 27, 2025

⚠️ No Changeset found

Latest commit: 8c8141a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate Bot force-pushed the renovate/spectrum-two-yargs-18.x branch 2 times, most recently from ea1d326 to 5df73aa Compare May 27, 2025 15:11
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 27, 2025

🚀 Deployed on https://pr-3857--spectrum-css.netlify.app

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 27, 2025

File metrics

Summary

Total size: 1.42 MB*

🎉 No changes detected in any packages

* Size is the sum of all main files for packages in the library.
* An ASCII character in UTF-8 is 8 bits or 1 byte.

@renovate renovate Bot force-pushed the renovate/spectrum-two-yargs-18.x branch 12 times, most recently from 4c3f570 to e03b786 Compare May 30, 2025 19:48
@castastrophe castastrophe added the breaking change Results in a breaking API change label Jun 1, 2025
@renovate renovate Bot force-pushed the renovate/spectrum-two-yargs-18.x branch 3 times, most recently from f996be4 to 91a6314 Compare June 2, 2025 15:48
@renovate renovate Bot force-pushed the renovate/spectrum-two-yargs-18.x branch from 91a6314 to 8c8141a Compare June 2, 2025 17:51
@castastrophe
Copy link
Copy Markdown
Contributor

Scripts leveraging yargs:

  • tasks/component-builder.js
  • tasks/component-compare.js
  • tasks/component-reporter.js

Copy link
Copy Markdown
Contributor

@castastrophe castastrophe left a comment

Choose a reason for hiding this comment

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

All scripts leveraging yargs look good; no regressions identified.

@castastrophe castastrophe merged commit 5785297 into spectrum-two Jun 2, 2025
12 checks passed
@castastrophe castastrophe deleted the renovate/spectrum-two-yargs-18.x branch June 2, 2025 19:39
@castastrophe castastrophe mentioned this pull request Aug 6, 2025
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking change Results in a breaking API change dependencies Pull requests that update a dependency file ready-for-review skip_vrt Add to a PR to skip running VRT (but still pass the action)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant