Bump yargs-parser and ts-jest
Bumps yargs-parser to 18.1.1 and updates ancestor dependency ts-jest. These dependencies need to be updated together.
Updates yargs-parser from 16.1.0 to 18.1.1
Changelog
Sourced from yargs-parser's changelog.
18.1.1 (2020-03-16)
Bug Fixes
- __proto__ will now be replaced with ___proto___ in parse (#258), patching a potential prototype pollution vulnerability. This was reported by the Snyk Security Research Team.(63810ca)
18.1.0 (2020-03-07)
Features
18.0.0 (2020-03-02)
⚠ BREAKING CHANGES
- the narg count is now enforced when parsing arrays.
Features
- NaN can now be provided as a value for nargs, indicating "at least" one value is expected for array (#251) (9db4be8)
17.1.0 (2020-03-01)
Features
- introduce greedy-arrays config, for specifying whether arrays consume multiple positionals (#249) (60e880a)
17.0.1 (2020-02-29)
Bug Fixes
17.0.0 (2020-02-10)
⚠ BREAKING CHANGES
- this reverts parsing behavior of booleans to that of yargs@14
- objects used during parsing are now created with a null prototype. There may be some scenarios where this change in behavior leaks externally.
... (truncated)
Commits
b96b989chore: release 18.1.1 (#259)63810cafix: proto will now be replaced with proto in parse (#258)48b6d9cchore: release 18.1.0 (#257)9c60265feat: introduce single-digit boolean aliases (#255)87e0a21test: use bin to enforce coverage thresholds (#256)88f36c3force released9284ecchore: release 18.0.0 (#252)9db4be8feat!: NaN can now be provided as a value for nargs, indicating "at least" on...fa42eaechore: release 17.1.0 (#250)60e880afeat: introduce greedy-arrays config, for specifying whether arrays consume m...- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by oss-bot, a new releaser for yargs-parser since your current version.
Updates ts-jest from 25.2.1 to 25.5.1
Changelog
Sourced from ts-jest's changelog.
25.5.1 (2020-05-09)
Bug Fixes
- compiler: don't resolve files from build folder for
projectReferences(#1614) (74b92d3)- config: don't set
includevalue oftsconfigto empty array (#1606) (8a29aaa)25.5.0 (2020-05-05)
Bug Fixes
- compiler: make
projectReferenceswork withisolatedModules: false(#1541) (3e8efbe)- compiler: allow using
filesprovided bytsconfig(#1562) (a9f02bd)- config: verify
testMatchPatternscontain RegExp instance or string type values (#1569) (7f85bab)Features
- config: add
tsconfigalias totsConfigoption (#1565) (c10eb6d)- config: define 'ts-jest' on
ConfigGlobalsinterface of@jest/types(#1592) (4526392)Performance Improvements
- compiler: don’t write compile output to file system but rely on jest cache (#1561) (d11a4ea)
- compiler: improve performance for
isolatedModules: false(#1558) (85c09e3)BREAKING CHANGES
- Any custom typing files or files which are needed to be compiled and intended to use with
jestneed to be defined infilesoption oftsconfig.For example:
// tsconfig.json { // ...other configs "files": [ "my-custom-typings.d.ts", "my-global-module.ts" ] }
- compiler:
incrementalandcompilerHostoptions are no longer available. Please remove it from yourts-jestconfig.
... (truncated)
Commits
4d4850echore(release): 25.5.1 (#1611)74b92d3fix(compiler): don't resolve files from build folder forprojectReferences...8a29aaafix(config): don't set include to empty array (#1606)5cdbabbchore(release): prepare 25.5.0 release45502b6chore(release): update CHANGELOG and version for 25.5.0b032d5dbuild(deps-dev): organize dependencies' versions consistently (#1596)4526392feat(config): define 'ts-jest' onConfigGlobalsinterface of@jest/types...526265dchore: migrate tslint to eslint (#1590)720c854chore: remove unused variableinputinreadTsConfigofConfigSet(#1584)de59e3ftest: correct unit tests and e2e tests for language service (#1579)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by tsjest, a new releaser for ts-jest since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.