commitizen / cz-cli

The commitizen command line utility. #BlackLivesMatter
http://commitizen.github.io/cz-cli/
MIT License
16.78k stars 551 forks source link

chore(deps): update all non-major dependencies #865

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) 7.14.8 -> 7.16.0 age adoption passing confidence
@babel/core (source) 7.11.6 -> 7.16.0 age adoption passing confidence
@babel/plugin-proposal-object-rest-spread (source) 7.11.0 -> 7.16.0 age adoption passing confidence
@babel/preset-env (source) 7.11.5 -> 7.16.4 age adoption passing confidence
@babel/register (source) 7.11.5 -> 7.16.0 age adoption passing confidence
axios (source) 0.21.2 -> 0.24.0 age adoption passing confidence
babel-plugin-istanbul 6.0.0 -> 6.1.1 age adoption passing confidence
chai (source) 4.2.0 -> 4.3.4 age adoption passing confidence
conventional-changelog-conventionalcommits 4.4.0 -> 4.6.1 age adoption passing confidence
cz-conventional-changelog 3.2.0 -> 3.3.0 age adoption passing confidence
detect-indent 6.0.0 -> 6.1.0 age adoption passing confidence
fs-extra 9.0.1 -> 9.1.0 age adoption passing confidence
glob 7.1.6 -> 7.2.0 age adoption passing confidence
mocha (source) 9.0.3 -> 9.1.3 age adoption passing confidence
mocha-junit-reporter 1.18.0 -> 1.23.3 age adoption passing confidence
mocha-multi-reporters 1.1.7 -> 1.5.1 age adoption passing confidence
nodemon (source) 2.0.12 -> 2.0.15 age adoption passing confidence
proxyquire 2.1.0 -> 2.1.3 age adoption passing confidence
semantic-release 17.4.4 -> 17.4.7 age adoption passing confidence
semver 7.3.2 -> 7.3.5 age adoption passing confidence
sinon (source) 6.3.4 -> 6.3.5 age adoption passing confidence
uuid 8.3.0 -> 8.3.2 age adoption passing confidence

Release Notes

babel/babel ### [`v7.16.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7160-2021-10-30) [Compare Source](https://togithub.com/babel/babel/compare/v7.15.7...v7.16.0) ##### :eyeglasses: Spec Compliance - `babel-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​13824](https://togithub.com/babel/babel/pull/13824) Await promises from sync iterators with `for-await` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :rocket: New Feature - `babel-generator`, `babel-parser`, `babel-plugin-transform-typescript`, `babel-types` - [#​13802](https://togithub.com/babel/babel/pull/13802) Support TypeScript 4.5 type-only import/export specifiers ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-parser` - [#​13887](https://togithub.com/babel/babel/pull/13887) feat: support `startColumn` option ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-parser`, `babel-plugin-syntax-typescript`, `babel-preset-typescript` - [#​13838](https://togithub.com/babel/babel/pull/13838) Handle `.mts` and `.cts` files in `@babel/preset-typescript` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​13782](https://togithub.com/babel/babel/pull/13782) Add ESLint 8 support to `@babel/eslint-parser` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator` - [#​13749](https://togithub.com/babel/babel/pull/13749) Caret topic (pipe operator) ([@​js-choi](https://togithub.com/js-choi)) - `babel-compat-data`, `babel-generator`, `babel-parser`, `babel-preset-env`, `babel-types` - [#​13713](https://togithub.com/babel/babel/pull/13713) Enable class static blocks by default ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-helper-skip-transparent-expression-wrappers`, `babel-plugin-proposal-optional-chaining` - [#​13687](https://togithub.com/babel/babel/pull/13687) add `skipTransparentExprWrapperNodes` helper ([@​lightmare](https://togithub.com/lightmare)) - `babel-traverse`, `babel-types` - [#​13666](https://togithub.com/babel/babel/pull/13666) Add aliases for Standardized, TypeScript, and Flow ([@​jridgewell](https://togithub.com/jridgewell)) ##### :bug: Bug Fix - `babel-parser`, `babel-plugin-transform-typescript` - [#​13876](https://togithub.com/babel/babel/pull/13876) \[ts] Support private methods overloads ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript` - [#​13865](https://togithub.com/babel/babel/pull/13865) fix: allow enum member without initializer after non-literal member ([@​lightmare](https://togithub.com/lightmare)) - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-plugin-transform-typescript` - [#​13854](https://togithub.com/babel/babel/pull/13854) Don't transform `declare class` in plugin-proposal-class-properties ([@​forivall](https://togithub.com/forivall)) - `babel-compat-data`, `babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-transform-react-constant-elements`, `babel-preset-env`, `babel-traverse` - [#​13842](https://togithub.com/babel/babel/pull/13842) Implement @​babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-async-generator-functions`, `babel-traverse` - [#​13813](https://togithub.com/babel/babel/pull/13813) Restore traversal context after enter / traverse ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-traverse`, `babel-types` - [#​13832](https://togithub.com/babel/babel/pull/13832) Mark static block as FunctionParent ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator` - [#​13825](https://togithub.com/babel/babel/pull/13825) Fix missing inner comments in function expressions ([@​overlookmotel](https://togithub.com/overlookmotel)) ##### :house: Internal - *Every package* - [#​13772](https://togithub.com/babel/babel/pull/13772) Use `workspace:^` to specify `@babel/` dependencies ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​13856](https://togithub.com/babel/babel/pull/13856) Update to Yarn 3.1 ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​13867](https://togithub.com/babel/babel/pull/13867) Test on Node.js 17 ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-fixtures`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-runtime`, `babel-preset-react` - [#​13858](https://togithub.com/babel/babel/pull/13858) Force loading plugins/presets from the monorepo in tests ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-types` - [#​13844](https://togithub.com/babel/babel/pull/13844) \[ts] precise return type on `createTypeAnnotationBasedOnTypeof` (babel-types) ([@​lightmare](https://togithub.com/lightmare)) - `babel-helpers` - [#​13841](https://togithub.com/babel/babel/pull/13841) minor: remove ineffectual helper names filter ([@​lightmare](https://togithub.com/lightmare)) - `babel-core`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx`, `babel-types` - [#​13820](https://togithub.com/babel/babel/pull/13820) Improve transform-react-jsx typings ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-types` - [#​13843](https://togithub.com/babel/babel/pull/13843) Simplify (transpiled) babel-types builder wrappers ([@​lightmare](https://togithub.com/lightmare)) ### [`v7.15.7`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7157-2021-09-17) [Compare Source](https://togithub.com/babel/babel/compare/v7.15.4...v7.15.7) ##### :bug: Bug Fix - `babel-parser` - [#​13771](https://togithub.com/babel/babel/pull/13771) fix(babel-parser): Allow line break before `assert` return type ([@​JuniorTour](https://togithub.com/JuniorTour)) - [#​13755](https://togithub.com/babel/babel/pull/13755) \[estree] Fix conversion of `PrivateName` in `MemberExpression` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-standalone` - [#​13754](https://togithub.com/babel/babel/pull/13754) Move pipeline operator to Stage 2 ([@​sdegutis](https://togithub.com/sdegutis)) - Other - [#​13767](https://togithub.com/babel/babel/pull/13767) Fix `regexpu-core` bundling in `@babel/standalone` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​13751](https://togithub.com/babel/babel/pull/13751) \[eslint-parser] Represent `static` using a `Keyword` token ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-validator-identifier` - [#​13759](https://togithub.com/babel/babel/pull/13759) Update Identifier definitions to Unicode 14 ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-parser` - [#​13768](https://togithub.com/babel/babel/pull/13768) Store token type as number ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​13739](https://togithub.com/babel/babel/pull/13739) Throw a better error when transforming imported bindings in types ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​13140](https://togithub.com/babel/babel/pull/13140) Update to Yarn 3 ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​13744](https://togithub.com/babel/babel/pull/13744) chore: add constraint for duplicate dependency declarations ([@​merceyz](https://togithub.com/merceyz)) - `babel-helper-transform-fixture-test-runner` - [#​13741](https://togithub.com/babel/babel/pull/13741) Replace the deprecated `produceCachedData` option used in `vm` module with `script.createCachedData()` ([@​wafuwafu13](https://togithub.com/wafuwafu13)) ### [`v7.15.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7154-2021-09-02) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.8...v7.15.4) ##### :eyeglasses: Spec Compliance - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​13601](https://togithub.com/babel/babel/pull/13601) Disallow reinitializing private elements ([@​komyg](https://togithub.com/komyg)) ##### :bug: Bug Fix - [#​13638](https://togithub.com/babel/babel/pull/13638) \[eslint] Allow `"latest"` as `ecmaVersion` ([@​fisker](https://togithub.com/fisker)) - `babel-traverse`, `babel-types` - [#​13723](https://togithub.com/babel/babel/pull/13723) `getBindingIdentifiers` should return params for private methods ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​13715](https://togithub.com/babel/babel/pull/13715) \[babel 8] fix: stricter rest element builder check ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-compilation-targets` - [#​13697](https://togithub.com/babel/babel/pull/13697) fix: pass `browserslistEnv` to `resolveTargets` ([@​meskill](https://togithub.com/meskill)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-property-in-object` - [#​13656](https://togithub.com/babel/babel/pull/13656) fix: fix static private field shadowed by local variable ([@​colinaaa](https://togithub.com/colinaaa)) - `babel-plugin-transform-typescript` - [#​13664](https://togithub.com/babel/babel/pull/13664) \[ts] Fix transform for nested namespaces shorthand syntax ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​13680](https://togithub.com/babel/babel/pull/13680) fix(babel-parser): delete `static` property from class static block for TS ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​13695](https://togithub.com/babel/babel/pull/13695) fix: assure left bracket is not consumed after dot ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​13532](https://togithub.com/babel/babel/pull/13532) fix: non breaking align options naming ([@​fedeci](https://togithub.com/fedeci)) ##### :memo: Documentation - `babel-parser` - [#​13691](https://togithub.com/babel/babel/pull/13691) add missing ExportNamespaceSpecifier in spec.md ([@​flyinox](https://togithub.com/flyinox)) ##### :house: Internal - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-syntax-class-static-block`, `babel-plugin-syntax-private-property-in-object`, `babel-plugin-syntax-top-level-await`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-preset-env`, `babel-standalone` - [#​13717](https://togithub.com/babel/babel/pull/13717) archive stage 4 parser plugins ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-core`, `babel-generator`, `babel-helper-annotate-as-pure`, `babel-helper-builder-binary-assignment-operator-visitor`, `babel-helper-builder-react-jsx`, `babel-helper-define-map`, `babel-helper-explode-assignable-expression`, `babel-helper-function-name`, `babel-helper-get-function-arity`, `babel-helper-hoist-variables`, `babel-helper-member-expression-to-functions`, `babel-helper-module-imports`, `babel-helper-module-transforms`, `babel-helper-optimise-call-expression`, `babel-helper-remap-async-to-generator`, `babel-helper-replace-supers`, `babel-helper-simple-access`, `babel-helper-skip-transparent-expression-wrappers`, `babel-helper-split-export-declaration`, `babel-helper-wrap-function`, `babel-helpers`, `babel-preset-env`, `babel-template`, `babel-traverse` - [#​13685](https://togithub.com/babel/babel/pull/13685) Use named imports for babel types ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-helper-define-map`, `babel-helpers`, `babel-node`, `babel-parser`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-classes`, `babel-plugin-transform-for-of`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-parameters`, `babel-traverse`, `babel-types` - [#​13609](https://togithub.com/babel/babel/pull/13609) perf: partially replace `.concat` with `.push` ([@​fedeci](https://togithub.com/fedeci))
axios/axios ### [`v0.24.0`](https://togithub.com/axios/axios/blob/master/CHANGELOG.md#​0240-October-25-2021) [Compare Source](https://togithub.com/axios/axios/compare/v0.23.0...v0.24.0) Breaking changes: - Revert: change type of AxiosResponse to any, please read lengthy discussion here: ([#​4141](https://togithub.com/axios/axios/issues/4141)) pull request: ([#​4186](https://togithub.com/axios/axios/pull/4186)) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: - [Jay](mailto:jasonsaayman@gmail.com) - [Rodry](https://togithub.com/ImRodry) - [Remco Haszing](https://togithub.com/remcohaszing) - [Isaiah Thomason](https://togithub.com/ITenthusiasm) ### [`v0.23.0`](https://togithub.com/axios/axios/blob/master/CHANGELOG.md#​0230-October-12-2021) [Compare Source](https://togithub.com/axios/axios/compare/v0.22.0...v0.23.0) Breaking changes: - Distinguish request and response data types ([#​4116](https://togithub.com/axios/axios/pull/4116)) - Change never type to unknown ([#​4142](https://togithub.com/axios/axios/pull/4142)) - Fixed TransitionalOptions typings ([#​4147](https://togithub.com/axios/axios/pull/4147)) Fixes and Functionality: - Adding globalObject: 'this' to webpack config ([#​3176](https://togithub.com/axios/axios/pull/3176)) - Adding insecureHTTPParser type to AxiosRequestConfig ([#​4066](https://togithub.com/axios/axios/pull/4066)) - Fix missing semicolon in typings ([#​4115](https://togithub.com/axios/axios/pull/4115)) - Fix response headers types ([#​4136](https://togithub.com/axios/axios/pull/4136)) Internal and Tests: - Improve timeout error when timeout is browser default ([#​3209](https://togithub.com/axios/axios/pull/3209)) - Fix node version on CI ([#​4069](https://togithub.com/axios/axios/pull/4069)) - Added testing to TypeScript portion of project ([#​4140](https://togithub.com/axios/axios/pull/4140)) Documentation: - Rename Angular to AngularJS ([#​4114](https://togithub.com/axios/axios/pull/4114)) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: - [Jay](mailto:jasonsaayman@gmail.com) - [Evan-Finkelstein](https://togithub.com/Evan-Finkelstein) - [Paweł Szymański](https://togithub.com/Jezorko) - [Dobes Vandermeer](https://togithub.com/dobesv) - [Claas Augner](https://togithub.com/caugner) - [Remco Haszing](https://togithub.com/remcohaszing) - [Evgeniy](https://togithub.com/egmen) - [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS) ### [`v0.22.0`](https://togithub.com/axios/axios/blob/master/CHANGELOG.md#​0220-October-01-2021) [Compare Source](https://togithub.com/axios/axios/compare/v0.21.4...v0.22.0) Fixes and Functionality: - Caseless header comparing in HTTP adapter ([#​2880](https://togithub.com/axios/axios/pull/2880)) - Avoid package.json import fixing issues and warnings related to this ([#​4041](https://togithub.com/axios/axios/pull/4041)), ([#​4065](https://togithub.com/axios/axios/pull/4065)) - Fixed cancelToken leakage and added AbortController support ([#​3305](https://togithub.com/axios/axios/pull/3305)) - Updating CI to run on release branches - Bump follow redirects version - Fixed default transitional config for custom Axios instance; ([#​4052](https://togithub.com/axios/axios/pull/4052)) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: - [Jay](mailto:jasonsaayman@gmail.com) - [Matt R. Wilson](https://togithub.com/mastermatt) - [Xianming Zhong](https://togithub.com/chinesedfan) - [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS) ### [`v0.21.4`](https://togithub.com/axios/axios/blob/master/CHANGELOG.md#​0214-September-6-2021) [Compare Source](https://togithub.com/axios/axios/compare/0.21.3...v0.21.4) Fixes and Functionality: - Fixing JSON transform when data is stringified. Providing backward compatability and complying to the JSON RFC standard ([#​4020](https://togithub.com/axios/axios/pull/4020)) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: - [Jay](mailto:jasonsaayman@gmail.com) - [Guillaume Fortaine](https://togithub.com/gfortaine) - [Yusuke Kawasaki](https://togithub.com/kawanet) - [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS) ### [`v0.21.3`](https://togithub.com/axios/axios/blob/master/CHANGELOG.md#​0213-September-4-2021) [Compare Source](https://togithub.com/axios/axios/compare/v0.21.2...0.21.3) Fixes and Functionality: - Fixing response interceptor not being called when request interceptor is attached ([#​4013](https://togithub.com/axios/axios/pull/4013)) Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: - [Jay](mailto:jasonsaayman@gmail.com) - [Julian Hollmann](https://togithub.com/nerdbeere)
istanbuljs/babel-plugin-istanbul ### [`v6.1.1`](https://togithub.com/istanbuljs/babel-plugin-istanbul/blob/master/CHANGELOG.md#​611-httpswwwgithubcomistanbuljsbabel-plugin-istanbulcomparev610v611-2021-10-16) [Compare Source](https://togithub.com/istanbuljs/babel-plugin-istanbul/compare/v6.0.0...v6.1.1)
chaijs/chai ### [`v4.3.4`](https://togithub.com/chaijs/chai/releases/v4.3.4) [Compare Source](https://togithub.com/chaijs/chai/compare/4.3.3...v4.3.4) This fixes broken inspect behavior with bigints ([#​1321](https://togithub.com/chaijs/chai/issues/1321)) ([#​1383](https://togithub.com/chaijs/chai/issues/1383)) thanks [@​vapier](https://togithub.com/vapier) ### [`v4.3.3`](https://togithub.com/chaijs/chai/releases/4.3.3) [Compare Source](https://togithub.com/chaijs/chai/compare/4.3.2...4.3.3) This reintroduces `Assertion` as an export in the mjs file. See [https://github.com/chaijs/chai/pull/1378](https://togithub.com/chaijs/chai/pull/1378) & [https://github.com/chaijs/chai/issues/1375](https://togithub.com/chaijs/chai/issues/1375) ### [`v4.3.2`](https://togithub.com/chaijs/chai/releases/4.3.2) [Compare Source](https://togithub.com/chaijs/chai/compare/4.3.1...4.3.2) This fixes a regression in IE11. See [https://github.com/chaijs/chai/pull/1380](https://togithub.com/chaijs/chai/pull/1380) & [https://github.com/chaijs/chai/issues/1379](https://togithub.com/chaijs/chai/issues/1379) ### [`v4.3.1`](https://togithub.com/chaijs/chai/releases/4.3.1) [Compare Source](https://togithub.com/chaijs/chai/compare/4.3.0...4.3.1) This releases fixed an engine incompatibility with 4.3.0 The 4.x.x series of releases will be compatible with Node 4.0. Please report any errors found in Node 4 as bugs, and they will be fixed. The 5.x.x series, when released, will drop support for Node 4.0 This fix also ensures `pathval` is updated to `1.1.1` to fix CVE-2020-7751 ### [`v4.3.0`](https://togithub.com/chaijs/chai/releases/4.3.0) [Compare Source](https://togithub.com/chaijs/chai/compare/4.2.0...4.3.0) This is a minor release. Not many changes have got in since the last release but this one contains a very important change ([#​1257](https://togithub.com/chaijs/chai/issues/1257)) which will allow `jest` users to get better diffs. From this release onwards, `jest` users will be able to see which operator was used in their diffs. [The `operator` is a property of the `AssertionError` thrown when assertions fail](https://nodejs.org/api/assert.html#assert_assert_deepstrictequal_actual_expected_message). This flag indicates what kind of comparison was made. This is also an important change for plugin maintainers. Plugin maintainers will now have access to the `operator` ` flag, which they can have access to through an `util`method called`getOperator\`. Thanks to all the amazing people that contributed to this release. ### New Features - Allow `contain.oneOf` to take an array of possible values ([@​voliva](https://togithub.com/voliva)) - Adding operator attribute to assertion error ([#​1257](https://togithub.com/chaijs/chai/issues/1257)) ([@​rpgeeganage](https://togithub.com/rpgeeganage)) - The `closeTo` error message will now inform the user when a `delta` is required ([@​eouw0o83hf](https://togithub.com/eouw0o83hf)) ### Docs - Add contains flag to oneOf documentation ([@​voliva](https://togithub.com/voliva)) ### Tests - Make sure that `useProxy` config is checked in `overwriteProperty` ([@​vieiralucas](https://togithub.com/vieiralucas)) - Add tests for `contain.oneOf` ([@​voliva](https://togithub.com/voliva) ) ### Chores - Update mocha to version 6.1.4 - Add node v10 and v12 to ci ([@​vieiralucas](https://togithub.com/vieiralucas)) - Drop support for node v4, v6 and v9 ([@​vieiralucas](https://togithub.com/vieiralucas)) - Fix sauce config for headless chrome ([@​meeber](https://togithub.com/meeber)) - Update dev dependencies ([@​meeber](https://togithub.com/meeber)) - Removed phantomjs dependency ([#​1204](https://togithub.com/chaijs/chai/issues/1204))
conventional-changelog/conventional-changelog ### [`v4.6.1`](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits-v4.6.0...conventional-changelog-conventionalcommits-v4.6.1) [Compare Source](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits-v4.6.0...conventional-changelog-conventionalcommits-v4.6.1) ### [`v4.6.0`](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits@4.5.0...conventional-changelog-conventionalcommits-v4.6.0) [Compare Source](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits@4.5.0...conventional-changelog-conventionalcommits-v4.6.0) ### [`v4.5.0`](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits@4.4.0...conventional-changelog-conventionalcommits@4.5.0) [Compare Source](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits@4.4.0...conventional-changelog-conventionalcommits@4.5.0)
commitizen/cz-conventional-changelog ### [`v3.3.0`](https://togithub.com/commitizen/cz-conventional-changelog/releases/v3.3.0) [Compare Source](https://togithub.com/commitizen/cz-conventional-changelog/compare/v3.2.1...v3.3.0) ##### Features - **engine:** add support for disableSubjectLowerCase ([df66875](https://togithub.com/commitizen/cz-conventional-changelog/commit/df66875)) ### [`v3.2.1`](https://togithub.com/commitizen/cz-conventional-changelog/releases/v3.2.1) [Compare Source](https://togithub.com/commitizen/cz-conventional-changelog/compare/v3.2.0...v3.2.1) ##### Bug Fixes - Correct typo in JSON ([58df4d1](https://togithub.com/commitizen/cz-conventional-changelog/commit/58df4d1)) - Wrap updateTypes in packageRules ([0f6dfbf](https://togithub.com/commitizen/cz-conventional-changelog/commit/0f6dfbf))
sindresorhus/detect-indent ### [`v6.1.0`](https://togithub.com/sindresorhus/detect-indent/releases/v6.1.0) [Compare Source](https://togithub.com/sindresorhus/detect-indent/compare/v6.0.0...v6.1.0) - Ignore single space indents ([#​31](https://togithub.com/sindresorhus/detect-indent/issues/31)) [`a1bc058`](https://togithub.com/sindresorhus/detect-indent/commit/a1bc058)
jprichardson/node-fs-extra ### [`v9.1.0`](https://togithub.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md#​910--2021-01-19) [Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/9.0.1...9.1.0) - Add promise support for `fs.rm()` ([#​841](https://togithub.com/jprichardson/node-fs-extra/issues/841), [#​860](https://togithub.com/jprichardson/node-fs-extra/pull/860)) - Upgrade universalify for performance improvments ([#​825](https://togithub.com/jprichardson/node-fs-extra/pull/825))
isaacs/node-glob ### [`v7.2.0`](https://togithub.com/isaacs/node-glob/compare/v7.1.7...v7.2.0) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v7.1.7...v7.2.0) ### [`v7.1.7`](https://togithub.com/isaacs/node-glob/compare/v7.1.6...v7.1.7) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v7.1.6...v7.1.7)
mochajs/mocha ### [`v9.1.3`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​913--2021-10-15) [Compare Source](https://togithub.com/mochajs/mocha/compare/v9.1.2...v9.1.3) #### :bug: Fixes - [#​4769](https://togithub.com/mochajs/mocha/issues/4769): Browser: re-enable `bdd` ES6 style import ([**@​juergba**](https://togithub.com/juergba)) #### :nut_and_bolt: Other - [#​4764](https://togithub.com/mochajs/mocha/issues/4764): Revert deprecation of `EVENT_SUITE_ADD_*` events ([**@​beatfactor**](https://togithub.com/beatfactor)) ### [`v9.1.2`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​912--2021-09-25) [Compare Source](https://togithub.com/mochajs/mocha/compare/v9.1.1...v9.1.2) #### :bug: Fixes - [#​4746](https://togithub.com/mochajs/mocha/issues/4746): Browser: stop using all global vars in `browser-entry.js` ([**@​PaperStrike**](https://togithub.com/PaperStrike)) #### :nut_and_bolt: Other - [#​4754](https://togithub.com/mochajs/mocha/issues/4754): Remove dependency wide-align ([**@​juergba**](https://togithub.com/juergba)) - [#​4736](https://togithub.com/mochajs/mocha/issues/4736): ESM: remove code for Node versions <10 ([**@​juergba**](https://togithub.com/juergba)) ### [`v9.1.1`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​911--2021-08-28) [Compare Source](https://togithub.com/mochajs/mocha/compare/v9.1.0...v9.1.1) #### :bug: Fixes - [#​4623](https://togithub.com/mochajs/mocha/issues/4623): `XUNIT` and `JSON` reporter crash in `parallel` mode ([**@​curtisman**](https://togithub.com/curtisman)) ### [`v9.1.0`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​910--2021-08-20) [Compare Source](https://togithub.com/mochajs/mocha/compare/v9.0.3...v9.1.0) #### :tada: Enhancements - [#​4716](https://togithub.com/mochajs/mocha/issues/4716): Add new option `--fail-zero` ([**@​juergba**](https://togithub.com/juergba)) - [#​4691](https://togithub.com/mochajs/mocha/issues/4691): Add new option `--node-option` ([**@​juergba**](https://togithub.com/juergba)) - [#​4607](https://togithub.com/mochajs/mocha/issues/4607): Add output option to `JSON` reporter ([**@​dorny**](https://togithub.com/dorny))
michaelleeallen/mocha-junit-reporter ### [`v1.23.3`](https://togithub.com/michaelleeallen/mocha-junit-reporter/compare/v1.23.2...v1.23.3) [Compare Source](https://togithub.com/michaelleeallen/mocha-junit-reporter/compare/v1.23.2...v1.23.3) ### [`v1.23.2`](https://togithub.com/michaelleeallen/mocha-junit-reporter/compare/v1.23.1...v1.23.2) [Compare Source](https://togithub.com/michaelleeallen/mocha-junit-reporter/compare/v1.23.1...v1.23.2) ### [`v1.23.1`](https://togithub.com/michaelleeallen/mocha-junit-reporter/compare/v1.23.0...v1.23.1) [Compare Source](https://togithub.com/michaelleeallen/mocha-junit-reporter/compare/v1.23.0...v1.23.1) ### [`v1.23.0`](https://togithub.com/michaelleeallen/mocha-junit-reporter/compare/v1.22.0...v1.23.0) [Compare Source](https://togithub.com/michaelleeallen/mocha-junit-reporter/compare/v1.22.0...v1.23.0) ### [`v1.22.0`](https://togithub.com/michaelleeallen/mocha-junit-reporter/compare/v1.21.0...v1.22.0) [Compare Source](https://togithub.com/michaelleeallen/mocha-junit-reporter/compare/v1.21.0...v1.22.0) ### [`v1.21.0`](https://togithub.com/michaelleeallen/mocha-junit-reporter/compare/v1.20.0...v1.21.0) [Compare Source](https://togithub.com/michaelleeallen/mocha-junit-reporter/compare/v1.20.0...v1.21.0) ### [`v1.20.0`](https://togithub.com/michaelleeallen/mocha-junit-reporter/compare/v1.19.0...v1.20.0) [Compare Source](https://togithub.com/michaelleeallen/mocha-junit-reporter/compare/v1.19.0...v1.20.0) ### [`v1.19.0`](https://togithub.com/michaelleeallen/mocha-junit-reporter/compare/v1.18.0...v1.19.0) [Compare Source](https://togithub.com/michaelleeallen/mocha-junit-reporter/compare/v1.18.0...v1.19.0)
stanleyhlng/mocha-multi-reporters ### [`v1.5.1`](https://togithub.com/stanleyhlng/mocha-multi-reporters/blob/master/CHANGELOG.md#​151-httpsgithubcomstanleyhlngmocha-multi-reporterscomparev150v151-2020-11-04) [Compare Source](https://togithub.com/stanleyhlng/mocha-multi-reporters/compare/v1.5.0...v1.5.1) ##### Bugs - Added missing config.json file into npm bundle ### [`v1.5.0`](https://togithub.com/stanleyhlng/mocha-multi-reporters/blob/master/CHANGELOG.md#​150-httpsgithubcomstanleyhlngmocha-multi-reporterscomparev117v150-2020-11-04) [Compare Source](https://togithub.com/stanleyhlng/mocha-multi-reporters/compare/v1.1.7...v1.5.0) ##### Features First release after a long time of no maintenance, brings this package current with the [cypress-multi-reporters](https://www.npmjs.com/package/cypress-multi-reporters) changes over the last couple of years. - Bring dependencies to current, including Mocha 8.2.0 - [#​72](https://togithub.com/stanleyhlng/mocha-multi-reporters/pull/72) Upgrade to pick up YOU54F changes from cypress-multi-reporter until and including 1.4.0 - [#​69](https://togithub.com/stanleyhlng/mocha-multi-reporters/pull/69) Finding reporter file using current directory does not work with yarn 2 - [#​61](https://togithub.com/stanleyhlng/mocha-multi-reporters/pull/61) Check reporter - npm package cleanup
remy/nodemon ### [`v2.0.15`](https://togithub.com/remy/nodemon/releases/v2.0.15) [Compare Source](https://togithub.com/remy/nodemon/compare/v2.0.14...v2.0.15) ##### Bug Fixes - bump prod dep versions ([54784ab](https://togithub.com/remy/nodemon/commit/54784ab842a220777958cf590a49c5d9721f9834)) ### [`v2.0.14`](https://togithub.com/remy/nodemon/releases/v2.0.14) [Compare Source](https://togithub.com/remy/nodemon/compare/v2.0.13...v2.0.14) ##### Bug Fixes - add windows signals SIGUSR2 & SIGUSR1 to terminate the process ([#​1938](https://togithub.com/remy/nodemon/issues/1938)) ([61e7abd](https://togithub.com/remy/nodemon/commit/61e7abd730839979c3ec099830d4af7030a6ce3f)), closes [#​1903](https://togithub.com/remy/nodemon/issues/1903) [#​1915](https://togithub.com/remy/nodemon/issues/1915) [#​1936](https://togithub.com/remy/nodemon/issues/1936) [#​1937](https://togithub.com/remy/nodemon/issues/1937) [#​1882](https://togithub.com/remy/nodemon/issues/1882) [#​1893](https://togithub.com/remy/nodemon/issues/1893) ### [`v2.0.13`](https://togithub.com/remy/nodemon/releases/v2.0.13) [Compare Source](https://togithub.com/remy/nodemon/compare/v2.0.12...v2.0.13) ##### Bug Fixes - bump update-notifier ([90e7a3e](https://togithub.com/remy/nodemon/commit/90e7a3e1e2426098f0a849558ac9086fb4e75710)), closes [#​1919](https://togithub.com/remy/nodemon/issues/1919) - release process on main ([9f82a48](https://togithub.com/remy/nodemon/commit/9f82a48ff4f18a7bf0ce3f398ef5fd2be143d57d))
thlorenz/proxyquire ### [`v2.1.3`](https://togithub.com/thlorenz/proxyquire/compare/v2.1.2...v2.1.3) [Compare Source](https://togithub.com/thlorenz/proxyquire/compare/v2.1.2...v2.1.3) ### [`v2.1.2`](https://togithub.com/thlorenz/proxyquire/compare/v2.1.1...v2.1.2) [Compare Source](https://togithub.com/thlorenz/proxyquire/compare/v2.1.1...v2.1.2) ### [`v2.1.1`](https://togithub.com/thlorenz/proxyquire/compare/v2.1.0...v2.1.1) [Compare Source](https://togithub.com/thlorenz/proxyquire/compare/v2.1.0...v2.1.1)
semantic-release/semantic-release ### [`v17.4.7`](https://togithub.com/semantic-release/semantic-release/releases/v17.4.7) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v17.4.6...v17.4.7) ##### Bug Fixes - **engines:** fixed defined node version to account for the higher requirement from the npm plugin ([#​2088](https://togithub.com/semantic-release/semantic-release/issues/2088)) ([ea52e17](https://togithub.com/semantic-release/semantic-release/commit/ea52e1775a585ac1d7305434f90d712e3da7fd33)) ### [`v17.4.6`](https://togithub.com/semantic-release/semantic-release/releases/v17.4.6) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v17.4.5...v17.4.6) ##### Bug Fixes - **marked:** reverted upgrade to v3 ([#​2087](https://togithub.com/semantic-release/semantic-release/issues/2087)) ([5edff69](https://togithub.com/semantic-release/semantic-release/commit/5edff69580121deae599d070dc08ca916abb0040)) ### [`v17.4.5`](https://togithub.com/semantic-release/semantic-release/releases/v17.4.5) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v17.4.4...v17.4.5) ##### Bug Fixes - **deps:** update dependency marked to v3 ([6e4beb8](https://togithub.com/semantic-release/semantic-release/commit/6e4beb8314d556524341657d88817061300259a3))
npm/node-semver ### [`v7.3.5`](https://togithub.com/npm/node-semver/compare/v7.3.4...v7.3.5) [Compare Source](https://togithub.com/npm/node-semver/compare/v7.3.4...v7.3.5) ### [`v7.3.4`](https://togithub.com/npm/node-semver/compare/v7.3.3...v7.3.4) [Compare Source](https://togithub.com/npm/node-semver/compare/v7.3.3...v7.3.4) ### [`v7.3.3`](https://togithub.com/npm/node-semver/compare/v7.3.2...v7.3.3) [Compare Source](https://togithub.com/npm/node-semver/compare/v7.3.2...v7.3.3)
sinonjs/sinon ### [`v6.3.5`](https://togithub.com/sinonjs/sinon/blob/master/CHANGES.md#​635) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v6.3.4...v6.3.5) - Upgrade lolex - Upgrade [@​sinonjs/samsam](https://togithub.com/sinonjs/samsam) - fixes minor issue with IE11 introduced in 6.3.4
uuidjs/uuid ### [`v8.3.2`](https://togithub.com/uuidjs/uuid/blob/master/CHANGELOG.md#​832-httpsgithubcomuuidjsuuidcomparev831v832-2020-12-08) [Compare Source](https://togithub.com/uuidjs/uuid/compare/v8.3.1...v8.3.2) ### [`v8.3.1`](https://togithub.com/uuidjs/uuid/blob/master/CHANGELOG.md#​831-httpsgithubcomuuidjsuuidcomparev830v831-2020-10-04) [Compare Source](https://togithub.com/uuidjs/uuid/compare/v8.3.0...v8.3.1)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 4.2.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: