Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ yargs (15.3.1 → 15.4.0) · Repo · Changelog
Release Notes
15.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 36 commits:
chore: release 15.4.0 (#1635)
feat: support array of examples (#1682)
refactor(ts): move and tsify most of root yargs.js to lib/yargs (#1670)
chore: remove old entries from `files` field in `package.json (#1677)
Revert "chore(deps): update dependency eslint to v7 (#1656)" (#1673)
docs(api): clarify process.argv handling and the order of API methods (#1644)
docs: describe commandDir() parameters (#1540) (#1613)
chore(deps): update typescript-eslint monorepo to v3 (#1662)
docs(api): explain `.parse()`’s exiting behavior more clearly (#1647)
docs(api): link to other Yargs documentation (#1642)
chore(ts): tsify lib/command (#1654)
fix(docs): describe usage of `.check()` in more detail
fix(strict mode): report default command unknown arguments (#1626)
build: fix spacing in releae-please.yaml
build: switch to action for release-please (#1657)
chore(ts): tsify lib/middleware (#1636)
chore(deps): update dependency eslint to v7 (#1656)
docs: normalize code block formatting (#1646)
docs: switch to more modern example of importing
docs(api): mark the `.defaults` alias as deprecated more clearly (#1643)
refactor(ts): group type definitions and helpers (#1632)
feat: adds deprecation option for commands
docs: license update for bots
chore(ts): tsify lib/validation (#1614)
docs: add missing syntax highlighting (#1618)
fix(i18n): Japanese translation phrasing (#1619)
chore(deps): upgrade decamelize and get rid of @types/decamelize (#1615)
chore(ts): tsify lib/argsert (#1610)
chore(deps): update dependency chalk to v4 (#1607)
chore(ts): tsify usage (#1606)
fix(usage): translate 'options' group only when displaying help (#1600)
fix(dependencies): upgrade yargs-parser to fix #1602 (#1603)
chore(ts): tsify lib/completion (#1601)
chore(ts): tsify satellite modules (#1596)
docs: there's now a coverage badge for .nycrc (#1597)
chore(ts): init typescript conf + tsify is-promise (#1587)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands