Closed renovate[bot] closed 2 months ago
This PR contains the following updates:
20.2.9
21.1.1
π Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 4am" (UTC).
π¦ Automerge: Disabled because a matching PR was automerged previously.
β» 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.
This PR was generated by Mend Renovate. View the repository job log.
This PR contains the following updates:
20.2.9
->21.1.1
Release Notes
yargs/yargs-parser (yargs-parser)
### [`v21.1.1`](https://togithub.com/yargs/yargs-parser/blob/HEAD/CHANGELOG.md#2111-2022-08-04) [Compare Source](https://togithub.com/yargs/yargs-parser/compare/yargs-parser-v21.1.0...yargs-parser-v21.1.1) ##### Bug Fixes - **typescript:** ignore .cts files during publish ([#454](https://togithub.com/yargs/yargs-parser/issues/454)) ([d69f9c3](https://togithub.com/yargs/yargs-parser/commit/d69f9c3a91c3ad2f9494d0a94e29a8b76c41b81b)), closes [#452](https://togithub.com/yargs/yargs-parser/issues/452) ### [`v21.1.0`](https://togithub.com/yargs/yargs-parser/blob/HEAD/CHANGELOG.md#2110-2022-08-03) [Compare Source](https://togithub.com/yargs/yargs-parser/compare/yargs-parser-v21.0.1...yargs-parser-v21.1.0) ##### Features - allow the browser build to be imported ([#443](https://togithub.com/yargs/yargs-parser/issues/443)) ([a89259f](https://togithub.com/yargs/yargs-parser/commit/a89259ff41d6f5312b3ce8a30bef343a993f395a)) ##### Bug Fixes - **halt-at-non-option:** prevent known args from being parsed when "unknown-options-as-args" is enabled ([#438](https://togithub.com/yargs/yargs-parser/issues/438)) ([c474bc1](https://togithub.com/yargs/yargs-parser/commit/c474bc10c3aa0ae864b95e5722730114ef15f573)) - node version check now uses process.versions.node ([#450](https://togithub.com/yargs/yargs-parser/issues/450)) ([d07bcdb](https://togithub.com/yargs/yargs-parser/commit/d07bcdbe43075f7201fbe8a08e491217247fe1f1)) - parse options ending with 3+ hyphens ([#434](https://togithub.com/yargs/yargs-parser/issues/434)) ([4f1060b](https://togithub.com/yargs/yargs-parser/commit/4f1060b50759fadbac3315c5117b0c3d65b0a7d8)) ##### [21.0.1](https://togithub.com/yargs/yargs-parser/compare/yargs-parser-v21.0.0...yargs-parser-v21.0.1) (2022-02-27) ##### Bug Fixes - return deno env object ([#432](https://togithub.com/yargs/yargs-parser/issues/432)) ([b00eb87](https://togithub.com/yargs/yargs-parser/commit/b00eb87b4860a890dd2dab0d6058241bbfd2b3ec)) ### [`v21.0.1`](https://togithub.com/yargs/yargs-parser/blob/HEAD/CHANGELOG.md#2101-2022-02-27) [Compare Source](https://togithub.com/yargs/yargs-parser/compare/yargs-parser-v21.0.0...yargs-parser-v21.0.1) ### [`v21.0.0`](https://togithub.com/yargs/yargs-parser/blob/HEAD/CHANGELOG.md#2100-2021-11-15) [Compare Source](https://togithub.com/yargs/yargs-parser/compare/yargs-parser-v20.2.9...yargs-parser-v21.0.0) ##### β BREAKING CHANGES - drops support for 10 ([#421](https://togithub.com/yargs/yargs-parser/issues/421)) ##### Bug Fixes - esm json import ([#416](https://www.togithub.com/yargs/yargs-parser/issues/416)) ([90f970a](https://www.github.com/yargs/yargs-parser/commit/90f970a6482dd4f5b5eb18d38596dd6f02d73edf)) - parser should preserve inner quotes ([#407](https://www.togithub.com/yargs/yargs-parser/issues/407)) ([ae11f49](https://www.github.com/yargs/yargs-parser/commit/ae11f496a8318ea8885aa25015d429b33713c314)) ##### Code Refactoring - drops support for 10 ([#421](https://www.togithub.com/yargs/yargs-parser/issues/421)) ([3aaf878](https://www.github.com/yargs/yargs-parser/commit/3aaf8784f5c7f2aec6108c1c6a55537fa7e3b5c1)) ##### [20.2.9](https://www.github.com/yargs/yargs-parser/compare/yargs-parser-v20.2.8...yargs-parser-v20.2.9) (2021-06-20) ##### Bug Fixes - **build:** fixed automated release pipeline ([1fe9135](https://www.github.com/yargs/yargs-parser/commit/1fe9135884790a083615419b2861683e2597dac3)) ##### [20.2.8](https://www.github.com/yargs/yargs-parser/compare/yargs-parser-v20.2.7...yargs-parser-v20.2.8) (2021-06-20) ##### Bug Fixes - **locale:** Turkish camelize and decamelize issues with toLocaleLowerCase/toLocaleUpperCase ([2617303](https://www.github.com/yargs/yargs-parser/commit/261730383e02448562f737b94bbd1f164aed5143)) - **perf:** address slow parse when using unknown-options-as-args ([#394](https://www.togithub.com/yargs/yargs-parser/issues/394)) ([441f059](https://www.github.com/yargs/yargs-parser/commit/441f059d585d446551068ad213db79ac91daf83a)) - **string-utils:** detect \[0,1] ranged values as numbers ([#388](https://www.togithub.com/yargs/yargs-parser/issues/388)) ([efcc32c](https://www.github.com/yargs/yargs-parser/commit/efcc32c2d6b09aba31abfa2db9bd947befe5586b)) ##### [20.2.7](https://www.github.com/yargs/yargs-parser/compare/v20.2.6...v20.2.7) (2021-03-10) ##### Bug Fixes - **deno:** force release for Deno ([6687c97](https://www.github.com/yargs/yargs-parser/commit/6687c972d0f3ca7865a97908dde3080b05f8b026)) ##### [20.2.6](https://www.github.com/yargs/yargs-parser/compare/v20.2.5...v20.2.6) (2021-02-22) ##### Bug Fixes - **populate--:** -- should always be array ([#354](https://www.togithub.com/yargs/yargs-parser/issues/354)) ([585ae8f](https://www.github.com/yargs/yargs-parser/commit/585ae8ffad74cc02974f92d788e750137fd65146)) ##### [20.2.5](https://www.github.com/yargs/yargs-parser/compare/v20.2.4...v20.2.5) (2021-02-13) ##### Bug Fixes - do not lowercase camel cased string ([#348](https://www.togithub.com/yargs/yargs-parser/issues/348)) ([5f4da1f](https://www.github.com/yargs/yargs-parser/commit/5f4da1f17d9d50542d2aaa206c9806ce3e320335)) ##### [20.2.4](https://www.github.com/yargs/yargs-parser/compare/v20.2.3...v20.2.4) (2020-11-09) ##### Bug Fixes - **deno:** address import issues in Deno ([#339](https://www.togithub.com/yargs/yargs-parser/issues/339)) ([3b54e5e](https://www.github.com/yargs/yargs-parser/commit/3b54e5eef6e9a7b7c6eec7c12bab3ba3b8ba8306)) ##### [20.2.3](https://www.github.com/yargs/yargs-parser/compare/v20.2.2...v20.2.3) (2020-10-16) ##### Bug Fixes - **exports:** node 13.0 and 13.1 require the dotted object form *with* a string fallback ([#336](https://www.togithub.com/yargs/yargs-parser/issues/336)) ([3ae7242](https://www.github.com/yargs/yargs-parser/commit/3ae7242040ff876d28dabded60ac226e00150c88)) ##### [20.2.2](https://www.github.com/yargs/yargs-parser/compare/v20.2.1...v20.2.2) (2020-10-14) ##### Bug Fixes - **exports:** node 13.0-13.6 require a string fallback ([#333](https://www.togithub.com/yargs/yargs-parser/issues/333)) ([291aeda](https://www.github.com/yargs/yargs-parser/commit/291aeda06b685b7a015d83bdf2558e180b37388d)) ##### [20.2.1](https://www.github.com/yargs/yargs-parser/compare/v20.2.0...v20.2.1) (2020-10-01) ##### Bug Fixes - **deno:** update types for deno ^1.4.0 ([#330](https://www.togithub.com/yargs/yargs-parser/issues/330)) ([0ab92e5](https://www.github.com/yargs/yargs-parser/commit/0ab92e50b090f11196334c048c9c92cecaddaf56))Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 4am" (UTC).
π¦ Automerge: Disabled because a matching PR was automerged previously.
β» 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.
This PR was generated by Mend Renovate. View the repository job log.