freifunk-bot.meta

Issues/PRs archive for MTRNord/freifunk-bot
git clone git://archive.git.mtrnord.blog/MTRNord/freifunk-bot.meta.git
Log | Files | Refs

132.json (9463B)


      1 {
      2   "number": 132,
      3   "title": "fix(deps): update dependency yargs to v16",
      4   "state": "open",
      5   "diff_file": "132.diff",
      6   "author": "renovate[bot]",
      7   "created_at": "2020-10-29T14:59:44Z",
      8   "closed_at": null,
      9   "merged_at": null,
     10   "base_ref": "master",
     11   "head_ref": "renovate/yargs-16.x",
     12   "labels": [],
     13   "assignees": [],
     14   "requested_reviewers": [],
     15   "body": "[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Change | Age | Adoption | Passing | Confidence |\n|---|---|---|---|---|---|\n| [yargs](https://yargs.js.org/) ([source](https://togithub.com/yargs/yargs)) | [`^15.0.0` -> `^16.0.0`](https://renovatebot.com/diffs/npm/yargs/15.4.1/16.2.0) | [![age](https://badges.renovateapi.com/packages/npm/yargs/16.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/yargs/16.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/yargs/16.2.0/compatibility-slim/15.4.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/yargs/16.2.0/confidence-slim/15.4.1)](https://docs.renovatebot.com/merge-confidence/) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>yargs/yargs</summary>\n\n### [`v16.2.0`](https://togithub.com/yargs/yargs/blob/master/CHANGELOG.md#&#8203;1620-httpswwwgithubcomyargsyargscomparev1611v1620-2020-12-05)\n\n[Compare Source](https://togithub.com/yargs/yargs/compare/v16.1.1...v16.2.0)\n\n##### Features\n\n-   command() now accepts an array of modules ([f415388](https://www.github.com/yargs/yargs/commit/f415388cc454d02786c65c50dd6c7a0cf9d8b842))\n\n##### Bug Fixes\n\n-   add package.json to module exports ([#&#8203;1818](https://www.github.com/yargs/yargs/issues/1818)) ([d783a49](https://www.github.com/yargs/yargs/commit/d783a49a7f21c9bbd4eec2990268f3244c4d5662)), closes [#&#8203;1817](https://www.github.com/yargs/yargs/issues/1817)\n\n##### [16.1.1](https://www.github.com/yargs/yargs/compare/v16.1.0...v16.1.1) (2020-11-15)\n\n##### Bug Fixes\n\n-   expose helpers for legacy versions of Node.js ([#&#8203;1801](https://www.github.com/yargs/yargs/issues/1801)) ([107deaa](https://www.github.com/yargs/yargs/commit/107deaa4f68b7bc3f2386041e1f4fe0272b29c0a))\n-   **deno:** get yargs working on deno@1.5.x ([#&#8203;1799](https://www.github.com/yargs/yargs/issues/1799)) ([cb01c98](https://www.github.com/yargs/yargs/commit/cb01c98c44e30f55c2dc9434caef524ae433d9a4))\n\n### [`v16.1.1`](https://togithub.com/yargs/yargs/blob/master/CHANGELOG.md#&#8203;1611-httpswwwgithubcomyargsyargscomparev1610v1611-2020-11-15)\n\n[Compare Source](https://togithub.com/yargs/yargs/compare/v16.1.0...v16.1.1)\n\n### [`v16.1.0`](https://togithub.com/yargs/yargs/blob/master/CHANGELOG.md#&#8203;1610-httpswwwgithubcomyargsyargscomparev1603v1610-2020-10-15)\n\n[Compare Source](https://togithub.com/yargs/yargs/compare/v16.0.3...v16.1.0)\n\n##### Features\n\n-   expose hideBin helper for CJS ([#&#8203;1768](https://www.github.com/yargs/yargs/issues/1768)) ([63e1173](https://www.github.com/yargs/yargs/commit/63e1173bb47dc651c151973a16ef659082a9ae66))\n\n##### Bug Fixes\n\n-   **deno:** update types for deno ^1.4.0 ([#&#8203;1772](https://www.github.com/yargs/yargs/issues/1772)) ([0801752](https://www.github.com/yargs/yargs/commit/080175207d281be63edf90adfe4f0568700b0bf5))\n-   **exports:** node 13.0-13.6 require a string fallback ([#&#8203;1776](https://www.github.com/yargs/yargs/issues/1776)) ([b45c43a](https://www.github.com/yargs/yargs/commit/b45c43a5f64b565c3794f9792150eaeec4e00b69))\n-   **modules:** module path was incorrect ([#&#8203;1759](https://www.github.com/yargs/yargs/issues/1759)) ([95a4a0a](https://www.github.com/yargs/yargs/commit/95a4a0ac573cfe158e6e4bc8c8682ebd1644a198))\n-   **positional:** positional strings no longer drop decimals ([#&#8203;1761](https://www.github.com/yargs/yargs/issues/1761)) ([e1a300f](https://www.github.com/yargs/yargs/commit/e1a300f1293ad821c900284616337f080b207980))\n-   make positionals in -- count towards validation ([#&#8203;1752](https://www.github.com/yargs/yargs/issues/1752)) ([eb2b29d](https://www.github.com/yargs/yargs/commit/eb2b29d34f1a41e0fd6c4e841960e5bfc329dc3c))\n\n##### [16.0.3](https://www.github.com/yargs/yargs/compare/v16.0.2...v16.0.3) (2020-09-10)\n\n##### Bug Fixes\n\n-   move yargs.cjs to yargs to fix Node 10 imports ([#&#8203;1747](https://www.github.com/yargs/yargs/issues/1747)) ([5bfb85b](https://www.github.com/yargs/yargs/commit/5bfb85b33b85db8a44b5f7a700a8e4dbaf022df0))\n\n##### [16.0.2](https://www.github.com/yargs/yargs/compare/v16.0.1...v16.0.2) (2020-09-09)\n\n##### Bug Fixes\n\n-   **typescript:** yargs-parser was breaking [@&#8203;types/yargs](https://togithub.com/types/yargs) ([#&#8203;1745](https://www.github.com/yargs/yargs/issues/1745)) ([2253284](https://www.github.com/yargs/yargs/commit/2253284b233cceabd8db677b81c5bf1755eef230))\n\n##### [16.0.1](https://www.github.com/yargs/yargs/compare/v16.0.0...v16.0.1) (2020-09-09)\n\n##### Bug Fixes\n\n-   code was not passed to process.exit ([#&#8203;1742](https://www.github.com/yargs/yargs/issues/1742)) ([d1a9930](https://www.github.com/yargs/yargs/commit/d1a993035a2f76c138460052cf19425f9684b637))\n\n### [`v16.0.3`](https://togithub.com/yargs/yargs/blob/master/CHANGELOG.md#&#8203;1603-httpswwwgithubcomyargsyargscomparev1602v1603-2020-09-10)\n\n[Compare Source](https://togithub.com/yargs/yargs/compare/v16.0.2...v16.0.3)\n\n### [`v16.0.2`](https://togithub.com/yargs/yargs/blob/master/CHANGELOG.md#&#8203;1602-httpswwwgithubcomyargsyargscomparev1601v1602-2020-09-09)\n\n[Compare Source](https://togithub.com/yargs/yargs/compare/v16.0.1...v16.0.2)\n\n### [`v16.0.1`](https://togithub.com/yargs/yargs/blob/master/CHANGELOG.md#&#8203;1601-httpswwwgithubcomyargsyargscomparev1600v1601-2020-09-09)\n\n[Compare Source](https://togithub.com/yargs/yargs/compare/v16.0.0...v16.0.1)\n\n### [`v16.0.0`](https://togithub.com/yargs/yargs/blob/master/CHANGELOG.md#&#8203;1600-httpswwwgithubcomyargsyargscomparev1542v1600-2020-09-09)\n\n[Compare Source](https://togithub.com/yargs/yargs/compare/v15.4.1...v16.0.0)\n\n##### \u26a0 BREAKING CHANGES\n\n-   tweaks to ESM/Deno API surface: now exports yargs function by default; getProcessArgvWithoutBin becomes hideBin; types now exported for Deno.\n-   find-up replaced with escalade; export map added (limits importable files in Node >= 12); yarser-parser@19.x.x (new decamelize/camelcase implementation).\n-   **usage:** single character aliases are now shown first in help output\n-   rebase helper is no longer provided on yargs instance.\n-   drop support for EOL Node 8 ([#&#8203;1686](https://togithub.com/yargs/yargs/issues/1686))\n\n##### Features\n\n-   adds strictOptions() ([#&#8203;1738](https://www.github.com/yargs/yargs/issues/1738)) ([b215fba](https://www.github.com/yargs/yargs/commit/b215fba0ed6e124e5aad6cf22c8d5875661c63a3))\n-   **helpers:** rebase, Parser, applyExtends now blessed helpers ([#&#8203;1733](https://www.github.com/yargs/yargs/issues/1733)) ([c7debe8](https://www.github.com/yargs/yargs/commit/c7debe8eb1e5bc6ea20b5ed68026c56e5ebec9e1))\n-   adds support for ESM and Deno ([#&#8203;1708](https://www.github.com/yargs/yargs/issues/1708)) ([ac6d5d1](https://www.github.com/yargs/yargs/commit/ac6d5d105a75711fe703f6a39dad5181b383d6c6))\n-   drop support for EOL Node 8 ([#&#8203;1686](https://www.github.com/yargs/yargs/issues/1686)) ([863937f](https://www.github.com/yargs/yargs/commit/863937f23c3102f804cdea78ee3097e28c7c289f))\n-   i18n for ESM and Deno ([#&#8203;1735](https://www.github.com/yargs/yargs/issues/1735)) ([c71783a](https://www.github.com/yargs/yargs/commit/c71783a5a898a0c0e92ac501c939a3ec411ac0c1))\n-   tweaks to API surface based on user feedback ([#&#8203;1726](https://www.github.com/yargs/yargs/issues/1726)) ([4151fee](https://www.github.com/yargs/yargs/commit/4151fee4c33a97d26bc40de7e623e5b0eb87e9bb))\n-   **usage:** single char aliases first in help ([#&#8203;1574](https://www.github.com/yargs/yargs/issues/1574)) ([a552990](https://www.github.com/yargs/yargs/commit/a552990c120646c2d85a5c9b628e1ce92a68e797))\n\n##### Bug Fixes\n\n-   **yargs:** add missing command(module) signature ([#&#8203;1707](https://www.github.com/yargs/yargs/issues/1707)) ([0f81024](https://www.github.com/yargs/yargs/commit/0f810245494ccf13a35b7786d021b30fc95ecad5)), closes [#&#8203;1704](https://www.github.com/yargs/yargs/issues/1704)\n\n[Older CHANGELOG Entries](https://togithub.com/yargs/yargs/blob/master/docs/CHANGELOG-historical.md)\n\n</details>\n\n---\n\n### Renovate configuration\n\n:date: **Schedule**: At any time (no schedule defined).\n\n:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\n:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.\n\n:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\n - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box\n\n---\n\nThis PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/MTRNord/freifunk-bot).",
     16   "comments": [],
     17   "review_comments": []
     18 }