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 upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ yargs (15.3.1 → 16.0.3) · Repo · Changelog
Release Notes
16.0.3
16.0.2
16.0.1
16.0.0
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 59 commits:
chore: release 16.0.3 (#1748)
fix: move yargs.cjs to yargs to fix Node 10 imports (#1747)
chore: release 16.0.2 (#1746)
fix(typescript): yargs-parser was breaking @types/yargs (#1745)
chore: release 16.0.1 (#1743)
fix: code was not passed to process.exit (#1742)
chore: release 16.0.0 (#1698)
feat: adds strictOptions() (#1738)
feat(helpers): rebase, Parser, applyExtends now blessed helpers (#1733)
feat: i18n for ESM and Deno (#1735)
build: use release-please action (#1736)
feat: tweaks to API surface based on user feedback (#1726)
deps(typescript): upgrade to typescript@4.x (#1728)
docs: use URL to images, for benefit of Deno (#1727)
chore: add back yargs logo
feat: adds support for ESM and Deno (#1708)
fix(yargs): add missing command(module) signature (#1707)
feat(usage)!: single char aliases first in help (#1574)
refactor(ts): move to TypeScript release of yargs-parser (#1696)
refactor(ts)!: ship yargs.d.ts (#1671)
chore(deps): update dependency @types/mocha to v8 (#1689)
chore(deps): update dependency mocha to v8 (#1674)
feat!: drop support for EOL Node 8 (#1686)
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