Closed renovate[bot] closed 3 years ago
This PR contains the following updates:
^2.3.0
^2.3.1
^2.2.0
^2.2.1
^7.13.0
^7.13.16
^7.13.8
^7.14.0
^2.0.0
^2.0.1
^4.16.1
^4.22.1
^7.21.0
^7.25.0
^8.0.0
^8.1.0
^7.22.0
^7.23.2
^6.1.1
^6.3.2
^8.3.0
^8.4.0
^2.40.0
^2.47.0
^4.2.2
^4.2.4
📅 Schedule: "before 3am on Monday" (UTC).
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, 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.
This PR contains the following updates:
^2.3.0
->^2.3.1
^2.2.0
->^2.2.1
^7.13.0
->^7.13.16
^7.13.8
->^7.14.0
^2.0.0
->^2.0.1
^4.16.1
->^4.22.1
^4.16.1
->^4.22.1
^7.21.0
->^7.25.0
^8.0.0
->^8.1.0
^7.22.0
->^7.23.2
^6.1.1
->^6.3.2
^8.3.0
->^8.4.0
^2.40.0
->^2.47.0
^4.2.2
->^4.2.4
Release Notes
4Catalyzer/cli
### [`v2.3.1`](https://togithub.com/4Catalyzer/cli/compare/@4c/build@2.3.0...@4c/build@2.3.1) [Compare Source](https://togithub.com/4Catalyzer/cli/compare/@4c/build@2.3.0...@4c/build@2.3.1)babel/babel
### [`v7.13.16`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71316-2021-04-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.14...v7.13.16) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#13143](https://togithub.com/babel/babel/pull/13143) fix: raise `SyntaxError` for `declare` before getter/setter ([@fedeci](https://togithub.com/fedeci)) ##### :bug: Bug Fix - `babel-helpers`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-spread`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime` - [#13129](https://togithub.com/babel/babel/pull/13129) Support iterating generators in browsers without `Symbol` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-compilation-targets` - [#13159](https://togithub.com/babel/babel/pull/13159) fix: add default value for browserslist config path ([@JLHwung](https://togithub.com/JLHwung)) - `babel-generator` - [#13136](https://togithub.com/babel/babel/pull/13136) Fix printing of single-param async arrow function with comments ([@nwalters512](https://togithub.com/nwalters512)) ##### :memo: Documentation - Other - [#13155](https://togithub.com/babel/babel/pull/13155) Update links in eslint-parser README ([@codyatwork](https://togithub.com/codyatwork)) - `babel-types` - [#13148](https://togithub.com/babel/babel/pull/13148) docs: refine babel-types docs generator ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-compilation-targets` - [#13131](https://togithub.com/babel/babel/pull/13131) docs: add README to helper-compilation-targets ([@JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-helper-bindify-decorators`, `babel-helper-explode-class` - [#13160](https://togithub.com/babel/babel/pull/13160) Archive helper-explode-class and helper-bindify-decorators ([@JLHwung](https://togithub.com/JLHwung)) - Other - [#13158](https://togithub.com/babel/babel/pull/13158) codecov: token not required ([@hzoo](https://togithub.com/hzoo)) - `babel-helper-call-delegate` - [#13153](https://togithub.com/babel/babel/pull/13153) Archive `@babel/helper-call-delegate` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-hoist-variables`, `babel-plugin-transform-block-scoping` - [#13152](https://togithub.com/babel/babel/pull/13152) refactor: use FunctionParent on visiting var scope ([@JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-core`, `babel-generator`, `babel-plugin-transform-function-name`, `babel-register`, `babel-types` - [#13139](https://togithub.com/babel/babel/pull/13139) Remove remaining `lodash` dependencies ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.13.14`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71314-2021-03-29) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.10...v7.13.14) ##### :bug: Bug Fix - `babel-core` - [#13068](https://togithub.com/babel/babel/pull/13068) fix(core): make sure "clone-deep-browser" code path is used on browsers ([@charlessuh](https://togithub.com/charlessuh)) ##### :house: Internal - Other - [#13066](https://togithub.com/babel/babel/pull/13066) add SHOW_CONFIG_FOR to template ([@hzoo](https://togithub.com/hzoo)) - `babel-cli`, `babel-core`, `babel-helper-transform-fixture-test-runner`, `babel-register`, `babel-types` - [#13057](https://togithub.com/babel/babel/pull/13057) Remove lodash deps ([@hzoo](https://togithub.com/hzoo)) ##### :running_woman: Performance - `babel-core` - [#13063](https://togithub.com/babel/babel/pull/13063) Only resolve `package.json` when relative configs are enabled ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.13.10`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71310-2021-03-08) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.0...v7.13.10) ##### :bug: Bug Fix - `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-jsx` - [#12967](https://togithub.com/babel/babel/pull/12967) Lazily initialize and cache constant JSX elements ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-private-methods` - [#12918](https://togithub.com/babel/babel/pull/12918) Ensure static private method init run before static property ([@JLHwung](https://togithub.com/JLHwung)) - [#12707](https://togithub.com/babel/babel/pull/12707) Evaluate object and initializer when setting a private method ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods` - [#12917](https://togithub.com/babel/babel/pull/12917) Class static private field destructure set ([@JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#12687](https://togithub.com/babel/babel/pull/12687) (ts) Raise syntax error for an abstract method that has body ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-helper-compilation-targets`, `babel-preset-env` - [#12908](https://togithub.com/babel/babel/pull/12908) Fix `esmodules: true` without specified browsers ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - Other - [#12956](https://togithub.com/babel/babel/pull/12956) Suggest using `babel.config.json` when linting dependencies ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods` - [#12910](https://togithub.com/babel/babel/pull/12910) check descriptor before private field access ([@JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - [#12974](https://togithub.com/babel/babel/pull/12974) Capitalize design docs headings ([@MrBrain295](https://togithub.com/MrBrain295)) ##### :house: Internal - `babel-helper-fixtures` - [#12982](https://togithub.com/babel/babel/pull/12982) Optionally enable external-helpers in tests ([@jridgewell](https://togithub.com/jridgewell)) - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-compilation-targets`, `babel-helper-create-class-features-plugin`, `babel-helper-create-regexp-features-plugin`, `babel-helper-fixtures`, `babel-helper-module-imports`, `babel-helper-plugin-test-runner`, `babel-helper-transform-fixture-test-runner`, `babel-helpers`, `babel-node`, `babel-parser`, `babel-plugin-external-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-dynamic-import`, `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-export-namespace-from`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-json-strings`, `babel-plugin-proposal-logical-assignment-operators`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-proposal-numeric-separator`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-proposal-optional-catch-binding`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-proposal-record-and-tuple`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-proposal-unicode-property-regex`, `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-computed-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-dotall-regex`, `babel-plugin-transform-duplicate-keys`, `babel-plugin-transform-exponentiation-operator`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-for-of`, `babel-plugin-transform-function-name`, `babel-plugin-transform-instanceof`, `babel-plugin-transform-jscript`, `babel-plugin-transform-member-expression-literals`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-plugin-transform-new-target`, `babel-plugin-transform-object-super`, `babel-plugin-transform-parameters`, `babel-plugin-transform-property-literals`, `babel-plugin-transform-property-mutators`, `babel-plugin-transform-proto-to-assign`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-display-name`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-compat`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-react-pure-annotations`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-reserved-words`, `babel-plugin-transform-runtime`, `babel-plugin-transform-shorthand-properties`, `babel-plugin-transform-spread`, `babel-plugin-transform-sticky-regex`, `babel-plugin-transform-strict-mode`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-plugin-transform-unicode-escapes`, `babel-plugin-transform-unicode-regex`, `babel-preset-env`, `babel-preset-flow`, `babel-preset-react`, `babel-preset-typescript`, `babel-register`, `babel-standalone`, `babel-traverse` - [#12963](https://togithub.com/babel/babel/pull/12963) Avoid using CJS globals in internal source files ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-transform-fixture-test-runner`, `babel-highlight`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#12795](https://togithub.com/babel/babel/pull/12795) [internal] Use the Node.js behavior for default imports ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))react-bootstrap/configs
### [`v2.0.1`](https://togithub.com/react-bootstrap/configs/compare/@react-bootstrap/eslint-config-typescript@2.0.0...@react-bootstrap/eslint-config-typescript@2.0.1) [Compare Source](https://togithub.com/react-bootstrap/configs/compare/@react-bootstrap/eslint-config-typescript@2.0.0...@react-bootstrap/eslint-config-typescript@2.0.1)typescript-eslint/typescript-eslint
### [`v4.22.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#4221-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4220v4221-2021-05-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.22.0...v4.22.1) **Note:** Version bump only for package [@typescript-eslint/typescript-eslint](https://togithub.com/typescript-eslint/typescript-eslint) ### [`v4.22.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#4220-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4210v4220-2021-04-12) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.21.0...v4.22.0) ##### Bug Fixes - **eslint-plugin:** [no-unsafe-argument] handle tuple types on rest arguments ([#3269](https://togithub.com/typescript-eslint/typescript-eslint/issues/3269)) ([6f8cfe6](https://togithub.com/typescript-eslint/typescript-eslint/commit/6f8cfe6f83ee26b66b2146cc17b1205100a54a9c)) ##### Features - **eslint-plugin:** [prefer-regexp-exec] add autofix ([#3207](https://togithub.com/typescript-eslint/typescript-eslint/issues/3207)) ([e2cbeef](https://togithub.com/typescript-eslint/typescript-eslint/commit/e2cbeefb3d9a7cce257b5675f7f19f1b159a9d26)) ### [`v4.21.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#4210-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4200v4210-2021-04-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.20.0...v4.21.0) ##### Bug Fixes - **eslint-plugin:** [no-type-alias] consider `keyof` as an alias ([#3242](https://togithub.com/typescript-eslint/typescript-eslint/issues/3242)) ([329ef02](https://togithub.com/typescript-eslint/typescript-eslint/commit/329ef023090c004694b5996ddb04fdde5b05ebb0)) - **eslint-plugin:** [no-unnecessary-type-assertion] correct bad fix for angle bracket assertion ([#3244](https://togithub.com/typescript-eslint/typescript-eslint/issues/3244)) ([265a039](https://togithub.com/typescript-eslint/typescript-eslint/commit/265a039c7e728b719143e09ee61066039d721f62)) - **eslint-plugin:** [restrict-plus-operands] consider template literal types as strings ([#3234](https://togithub.com/typescript-eslint/typescript-eslint/issues/3234)) ([ccfd68e](https://togithub.com/typescript-eslint/typescript-eslint/commit/ccfd68e365391b3f117df96792355f9c3655288c)) - **eslint-plugin:** [strict-boolean-expressions] account for truthy literals ([#3236](https://togithub.com/typescript-eslint/typescript-eslint/issues/3236)) ([0913f40](https://togithub.com/typescript-eslint/typescript-eslint/commit/0913f40c87762de198b05a5473b4fb79aeb46967)) - **eslint-plugin:** always ignore assignments in no-unnecessary-type-assertion ([#3235](https://togithub.com/typescript-eslint/typescript-eslint/issues/3235)) ([0221476](https://togithub.com/typescript-eslint/typescript-eslint/commit/02214768a3721d8514c70e00546e861da6581e4d)) ##### Features - **eslint-plugin:** [no-unsafe-argument] add rule ([#3256](https://togithub.com/typescript-eslint/typescript-eslint/issues/3256)) ([b1aa7dc](https://togithub.com/typescript-eslint/typescript-eslint/commit/b1aa7dc6971ee8409b729dffb8b69478455734ed)), closes [#791](https://togithub.com/typescript-eslint/typescript-eslint/issues/791) - **eslint-plugin:** [no-unsafe-call][no-unsafe-member-access] improve report messages for `this` for `noImplicitThis` ([#3199](https://togithub.com/typescript-eslint/typescript-eslint/issues/3199)) ([b1b26c4](https://togithub.com/typescript-eslint/typescript-eslint/commit/b1b26c4843a4cfa209a0c9c3d8bea1de37333b48)) ### [`v4.20.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#4200-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4190v4200-2021-03-29) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.19.0...v4.20.0) ##### Features - **eslint-plugin:** [space-infix-ops] support for class properties and type aliases ([#3231](https://togithub.com/typescript-eslint/typescript-eslint/issues/3231)) ([5414bf2](https://togithub.com/typescript-eslint/typescript-eslint/commit/5414bf27a81311099d001808475d9cf832ce3bfe)) - **eslint-plugin:** [type-annotation-spacing] handle space between ? and : ([#3138](https://togithub.com/typescript-eslint/typescript-eslint/issues/3138)) ([40bdb0b](https://togithub.com/typescript-eslint/typescript-eslint/commit/40bdb0b27b21de511f0ecd151cb8282a625ca6e1)) ### [`v4.19.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#4190-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4180v4190-2021-03-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.18.0...v4.19.0) ##### Bug Fixes - **eslint-plugin:** [member-delimiter-style] correct invalid fix for multiline with params on the same line ([#3177](https://togithub.com/typescript-eslint/typescript-eslint/issues/3177)) ([7ad343b](https://togithub.com/typescript-eslint/typescript-eslint/commit/7ad343b067040f6ea816b129323d110d4bc2e830)) - **eslint-plugin:** [promise-function-async] bad fixer with computed and literal methods ([#3163](https://togithub.com/typescript-eslint/typescript-eslint/issues/3163)) ([e3a3ea0](https://togithub.com/typescript-eslint/typescript-eslint/commit/e3a3ea04757464aa2dded1ef46af8ad4e05246f2)) - **typescript-estree:** [ts 4.2] add support for import type equal declaration ([#3189](https://togithub.com/typescript-eslint/typescript-eslint/issues/3189)) ([6a25faf](https://togithub.com/typescript-eslint/typescript-eslint/commit/6a25faf5cfa4d21a7546d9866819f4e017308fb2)) ##### Features - **eslint-plugin:** [object-curly-spacing] support MappedType ([#3176](https://togithub.com/typescript-eslint/typescript-eslint/issues/3176)) ([0557a43](https://togithub.com/typescript-eslint/typescript-eslint/commit/0557a439327557f4c0369ae2dddc8282ba45bfe6)) - **eslint-plugin:** [unbound-method] improve error message ([#3203](https://togithub.com/typescript-eslint/typescript-eslint/issues/3203)) ([5cc5d2e](https://togithub.com/typescript-eslint/typescript-eslint/commit/5cc5d2ef6d924d301e87f7bcf599352310e74b2c)), closes [#3201](https://togithub.com/typescript-eslint/typescript-eslint/issues/3201) ### [`v4.18.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#4180-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4170v4180-2021-03-15) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.17.0...v4.18.0) ##### Bug Fixes - **eslint-plugin:** [explicit-module-boundary-types] fixes [#2864](https://togithub.com/typescript-eslint/typescript-eslint/issues/2864) related to functions in nested object properties ([#3178](https://togithub.com/typescript-eslint/typescript-eslint/issues/3178)) ([55e1fba](https://togithub.com/typescript-eslint/typescript-eslint/commit/55e1fbaca985b500cad1cc9ec25717b18cf5a17b)) - **eslint-plugin:** [no-extran-class] allowWithDecorator should ignore other errors ([#3160](https://togithub.com/typescript-eslint/typescript-eslint/issues/3160)) ([a148673](https://togithub.com/typescript-eslint/typescript-eslint/commit/a1486736d8ef3555832ddfb27fd0980368b363f5)) ##### Features - **eslint-plugin:** add package type declaration ([#3164](https://togithub.com/typescript-eslint/typescript-eslint/issues/3164)) ([08b058a](https://togithub.com/typescript-eslint/typescript-eslint/commit/08b058a7a6db3b59c28753bb322717e1fee44d1f)) ### [`v4.17.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#4170-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4161v4170-2021-03-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.16.1...v4.17.0) ##### Bug Fixes - **eslint-plugin:** [no-unnecessary-type-assertion] handle assignment ([#3133](https://togithub.com/typescript-eslint/typescript-eslint/issues/3133)) ([cb22561](https://togithub.com/typescript-eslint/typescript-eslint/commit/cb2256168c67e0383083673a5afe77076de49da5)) ##### Features - **eslint-plugin:** [strict-bool-expr] add fixes and suggestions ([#2847](https://togithub.com/typescript-eslint/typescript-eslint/issues/2847)) ([3f9e9a1](https://togithub.com/typescript-eslint/typescript-eslint/commit/3f9e9a1e9fc3e507bd01d1913ef642cd129de402)) #### [4.16.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.16.0...v4.16.1) (2021-03-01) ##### Bug Fixes - **typescript-estree:** update TS version range ([#3127](https://togithub.com/typescript-eslint/typescript-eslint/issues/3127)) ([0473674](https://togithub.com/typescript-eslint/typescript-eslint/commit/0473674c58df5039a2de3c63ad7494fc6be7487e))eslint/eslint
### [`v7.25.0`](https://togithub.com/eslint/eslint/releases/v7.25.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.24.0...v7.25.0) - [`5df5e4a`](https://togithub.com/eslint/eslint/commit/5df5e4a9976964fcf4dc67e241d4e22ec1370fe0) Update: highlight last write reference for no-unused-vars (fixes [#14324](https://togithub.com/eslint/eslint/issues/14324)) ([#14335](https://togithub.com/eslint/eslint/issues/14335)) (Nitin Kumar) - [`0023872`](https://togithub.com/eslint/eslint/commit/00238729329b86b4f8af89ebfe278da3095a6075) Docs: Add deprecated note to `working-with-rules-deprecated` page ([#14344](https://togithub.com/eslint/eslint/issues/14344)) (Michael Novotny) - [`36fca70`](https://togithub.com/eslint/eslint/commit/36fca70fa29ab65080076810de98e09133254b8a) Chore: Upgrade eslump to 3.0.0 ([#14350](https://togithub.com/eslint/eslint/issues/14350)) (Stephen Wade) - [`59b689a`](https://togithub.com/eslint/eslint/commit/59b689a0b3fa658b8380431007cc1facb4617a3b) Chore: add node v16 ([#14355](https://togithub.com/eslint/eslint/issues/14355)) (薛定谔的猫) - [`35a1f5e`](https://togithub.com/eslint/eslint/commit/35a1f5e967e4e87360d3e70d3fca0f7adeeaa1d7) Sponsors: Sync README with website (ESLint Jenkins) - [`fb0a92b`](https://togithub.com/eslint/eslint/commit/fb0a92b3d2fed4a17bc39b7f02c540cd1175ec7d) Chore: rename misspelled identifier in test ([#14346](https://togithub.com/eslint/eslint/issues/14346)) (Tobias Nießen) - [`f2babb1`](https://togithub.com/eslint/eslint/commit/f2babb1069194166e0ac1afd1269bbd06ac299b6) Docs: update pull request template ([#14336](https://togithub.com/eslint/eslint/issues/14336)) (Nitin Kumar) - [`02dde29`](https://togithub.com/eslint/eslint/commit/02dde29eeb523ca24bc4ae7797d38627c3ba9fe9) Docs: Fix anchor in 'docs/developer-guide/working-with-rules.md' ([#14332](https://togithub.com/eslint/eslint/issues/14332)) (Nate-Wilkins) - [`07d14c3`](https://togithub.com/eslint/eslint/commit/07d14c304c358fbc9c3d318e1377d2b2bda9179f) Chore: remove extraneous command from lint-staged config ([#14314](https://togithub.com/eslint/eslint/issues/14314)) (James George) - [`41b3570`](https://togithub.com/eslint/eslint/commit/41b3570b6c014c534bb3208ed00050fd99842101) Update: lint code block with same extension but different content ([#14227](https://togithub.com/eslint/eslint/issues/14227)) (JounQin) - [`eb29996`](https://togithub.com/eslint/eslint/commit/eb299966bdc3920dd2c6f9774d95103d242fc409) Docs: add more examples with arrow functions for no-sequences rule ([#14313](https://togithub.com/eslint/eslint/issues/14313)) (Nitin Kumar) ### [`v7.24.0`](https://togithub.com/eslint/eslint/releases/v7.24.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.23.0...v7.24.0) - [`0c346c8`](https://togithub.com/eslint/eslint/commit/0c346c87fa83c6d1184fdafb9c0748c2e15a423d) Chore: ignore `pnpm-lock.yaml` ([#14303](https://togithub.com/eslint/eslint/issues/14303)) (Nitin Kumar) - [`f06ecdf`](https://togithub.com/eslint/eslint/commit/f06ecdf78b6d6f366434d73a6acfe7041d575223) Update: Add disallowTemplateShorthand option in no-implicit-coercion ([#13579](https://togithub.com/eslint/eslint/issues/13579)) (Remco Haszing) - [`71a80e3`](https://togithub.com/eslint/eslint/commit/71a80e38aab2dada01b808ed43d9b0e806d863c4) Docs: fix broken links in Node.js API docs toc ([#14296](https://togithub.com/eslint/eslint/issues/14296)) (u-sho (Shouhei Uechi)) - [`bd46dc4`](https://togithub.com/eslint/eslint/commit/bd46dc4647faa4c3bbb5f60d4c00616a64081398) Docs: Fix incorrect reference to "braces" in arrow-parens ([#14300](https://togithub.com/eslint/eslint/issues/14300)) (emclain) - [`0d6235e`](https://togithub.com/eslint/eslint/commit/0d6235ea201b8b90761ee69bb4d46ae18899c28d) Docs: update header in max-lines ([#14273](https://togithub.com/eslint/eslint/issues/14273)) (Shinigami) - [`70c9216`](https://togithub.com/eslint/eslint/commit/70c92164017238e329e3a2d1654a0227b8f953f7) Docs: Update issue triage to include blocked column ([#14275](https://togithub.com/eslint/eslint/issues/14275)) (Nicholas C. Zakas) - [`abca186`](https://togithub.com/eslint/eslint/commit/abca186a845200fd7728c4e5f220973e640054f9) Docs: Fix typo in suggestions section ([#14293](https://togithub.com/eslint/eslint/issues/14293)) (Kevin Partington) - [`c4d8b0d`](https://togithub.com/eslint/eslint/commit/c4d8b0db62b859e721105d4bc0f4044ce346995e) Fix: no-unused-vars ignoreRestSiblings check assignments (fixes [#14163](https://togithub.com/eslint/eslint/issues/14163)) ([#14264](https://togithub.com/eslint/eslint/issues/14264)) (YeonJuan) - [`b51d077`](https://togithub.com/eslint/eslint/commit/b51d0778d76c2aa27578caca3ea82c867dced3e4) Update: add ignoreNonDeclaration to no-multi-assign rule (fixes [#12545](https://togithub.com/eslint/eslint/issues/12545)) ([#14185](https://togithub.com/eslint/eslint/issues/14185)) (t-mangoe) - [`c981fb1`](https://togithub.com/eslint/eslint/commit/c981fb1994cd04914042ced1980aa86b68ba7be9) Chore: Upgrade mocha to 8.3.2 ([#14278](https://togithub.com/eslint/eslint/issues/14278)) (Stephen Wade) - [`147fc04`](https://togithub.com/eslint/eslint/commit/147fc045e699811fab33dddf77498324ddf7e9d6) Docs: Fix `repro:needed` label in bug report template ([#14285](https://togithub.com/eslint/eslint/issues/14285)) (Milos Djermanovic) - [`e1cfde9`](https://togithub.com/eslint/eslint/commit/e1cfde93eec71a15c2df1ad660a7a6171204ba80) Docs: Update bug report template ([#14276](https://togithub.com/eslint/eslint/issues/14276)) (Nicholas C. Zakas) - [`c85c2f1`](https://togithub.com/eslint/eslint/commit/c85c2f1138a9e952655f19ee780ab0c8e35431a8) Docs: Add fatal to Node.js API LintMessage type ([#14251](https://togithub.com/eslint/eslint/issues/14251)) (Brandon Mills) ### [`v7.23.0`](https://togithub.com/eslint/eslint/releases/v7.23.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.22.0...v7.23.0) - [`687ccae`](https://togithub.com/eslint/eslint/commit/687ccae517b8b815cf21e948f80d22e2bf118a99) Update: add option "allowInParentheses" to no-sequences (fixes [#14197](https://togithub.com/eslint/eslint/issues/14197)) ([#14199](https://togithub.com/eslint/eslint/issues/14199)) (Daniel Rentz) - [`dbf2529`](https://togithub.com/eslint/eslint/commit/dbf252964d9a2b8957cfe0aed5c87a6d4a5cce24) Sponsors: Sync README with website (ESLint Jenkins) - [`4bdf2c1`](https://togithub.com/eslint/eslint/commit/4bdf2c1dade27625b601080687ce95b8c229e491) Sponsors: Sync README with website (ESLint Jenkins) - [`49d1697`](https://togithub.com/eslint/eslint/commit/49d16977d969070e5240074e76036f56631a90d3) Chore: Upgrade eslint-plugin-jsdoc to v25 and remove --legacy-peer-deps ([#14244](https://togithub.com/eslint/eslint/issues/14244)) (Brandon Mills) - [`43f1685`](https://togithub.com/eslint/eslint/commit/43f1685356b9840e09631843ad9ccf0440a498b0) Update: `--quiet` should not supress `--max-warnings` (fixes [#14202](https://togithub.com/eslint/eslint/issues/14202)) ([#14242](https://togithub.com/eslint/eslint/issues/14242)) (Milos Djermanovic) - [`909c727`](https://togithub.com/eslint/eslint/commit/909c7271b8d294bd884827ad5df02615b6ec5e82) Docs: Add valid example that shows vars in a block scope ([#14230](https://togithub.com/eslint/eslint/issues/14230)) (Ed S) - [`28583eb`](https://togithub.com/eslint/eslint/commit/28583eb8ada20f32579841bec3fbd60a018d5931) Fix: no-mixed-operators false positives with `? :` (fixes [#14223](https://togithub.com/eslint/eslint/issues/14223)) ([#14226](https://togithub.com/eslint/eslint/issues/14226)) (Milos Djermanovic) - [`a99eb2d`](https://togithub.com/eslint/eslint/commit/a99eb2dc2a297d16e40a9feef3956668716c4eb5) Fix: Clarify line breaks in object-curly-newline (fixes [#14024](https://togithub.com/eslint/eslint/issues/14024)) ([#14063](https://togithub.com/eslint/eslint/issues/14063)) (armin yahya) - [`8984c91`](https://togithub.com/eslint/eslint/commit/8984c91372e64d1e8dd2ce21b87b80977d57bff9) Update: eslint --env-info output os info ([#14059](https://togithub.com/eslint/eslint/issues/14059)) (薛定谔的猫) - [`2a79306`](https://togithub.com/eslint/eslint/commit/2a79306f71c4c80f1e3e73be2a140d07cf55c63d) Sponsors: Sync README with website (ESLint Jenkins) - [`ebd7026`](https://togithub.com/eslint/eslint/commit/ebd70263f6e6fe597613d90f4b8de84710c2f3d6) Docs: Fix typo ([#14225](https://togithub.com/eslint/eslint/issues/14225)) (Greg Finley) - [`a2013fc`](https://togithub.com/eslint/eslint/commit/a2013fcf996c8651bc760df21d900442828a6884) Sponsors: Sync README with website (ESLint Jenkins) ### [`v7.22.0`](https://togithub.com/eslint/eslint/releases/v7.22.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.21.0...v7.22.0) - [`3a432d8`](https://togithub.com/eslint/eslint/commit/3a432d82b3a5710aff7da20302fe0b94fedc46c2) Docs: Improve documentation for indent rule ([#14168](https://togithub.com/eslint/eslint/issues/14168)) (Serkan Özel) - [`f62ec8d`](https://togithub.com/eslint/eslint/commit/f62ec8d30d925e70e4d0d40640857c587ac2e116) Update: throw error when fix range is invalid ([#14142](https://togithub.com/eslint/eslint/issues/14142)) (Jacob Bandes-Storch) - [`0eecad2`](https://togithub.com/eslint/eslint/commit/0eecad271358f753730741fcfcb2f7cc915c1fa7) Upgrade: Update lodash in package.json to V 4.17.21 ([#14159](https://togithub.com/eslint/eslint/issues/14159)) (Basem Al-Nabulsi) - [`5ad91aa`](https://togithub.com/eslint/eslint/commit/5ad91aa7df3d6bc185786e6eccd9e055fd951055) Update: report es2021 globals in no-extend-native (refs [#13602](https://togithub.com/eslint/eslint/issues/13602)) ([#14177](https://togithub.com/eslint/eslint/issues/14177)) (Milos Djermanovic) - [`c295581`](https://togithub.com/eslint/eslint/commit/c295581aca4e08ec4ae8e5ee5726a6f454a3ee26) Chore: remove leftover JSDoc from lint-result-cache ([#14176](https://togithub.com/eslint/eslint/issues/14176)) (Milos Djermanovic) - [`0d541f9`](https://togithub.com/eslint/eslint/commit/0d541f9d9d58966372e2055a8f69fb9483d56a4b) Chore: Reduce lodash usage ([#14178](https://togithub.com/eslint/eslint/issues/14178)) (Stephen Wade) - [`27a67d7`](https://togithub.com/eslint/eslint/commit/27a67d71ffa9bbd7af02ae448844e127bcf956dc) Sponsors: Sync README with website (ESLint Jenkins) - [`459d821`](https://togithub.com/eslint/eslint/commit/459d821f4a599501ceb002f9d7a5034fc45ffbb0) Chore: upgrade dependencies of browser test ([#14127](https://togithub.com/eslint/eslint/issues/14127)) (Pig Fang) - [`ebfb63a`](https://togithub.com/eslint/eslint/commit/ebfb63a682004a008f2707dbad616e5ae1630b2c) Sponsors: Sync README with website (ESLint Jenkins) - [`3ba029f`](https://togithub.com/eslint/eslint/commit/3ba029fbffd44068be93254890fc2aec3e92c212) Docs: Remove Extraneous Dash ([#14164](https://togithub.com/eslint/eslint/issues/14164)) (Danny Hurlburt) - [`6f4540e`](https://togithub.com/eslint/eslint/commit/6f4540ea7ea39775906526506fd7abd7ea97610c) Sponsors: Sync README with website (ESLint Jenkins) - [`ddf361c`](https://togithub.com/eslint/eslint/commit/ddf361ca2a2a01a9974f421e5f62270df282d0e8) Docs: Fix Formatting ([#14154](https://togithub.com/eslint/eslint/issues/14154)) (Danny Hurlburt) - [`c0d2ac1`](https://togithub.com/eslint/eslint/commit/c0d2ac16f8f9c75c62c78e9fe6a24a25ba0d7828) Sponsors: Sync README with website (ESLint Jenkins) - [`a8df03e`](https://togithub.com/eslint/eslint/commit/a8df03efe3bc47665d2112c2cdd5bead337d475d) Docs: Clarify triage process ([#14117](https://togithub.com/eslint/eslint/issues/14117)) (Nicholas C. Zakas)lo1tuma/eslint-plugin-mocha
### [`v8.1.0`](https://togithub.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md#810-March-5-2021) [Compare Source](https://togithub.com/lo1tuma/eslint-plugin-mocha/compare/8.0.0...8.1.0) ##### Bug Fixes - Fix prefer-arrow-callback to not fail when using import.meta ([#266](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/266)) ##### Enhancements - Speed up no-exclusive-tests and no-pending-tests ([#276](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/276)) - set env.mocha on recommended config ([#273](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/273)) - Add benchmarks for runtime with many files ([#269](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/269)) ##### Documentation - Remove stray linebreak at top of file ([#272](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/272)) - Add recommended tick to `no-exports` ([#271](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/271)) ##### Build-Related - Improve benchmark test reliability ([#277](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/277))yannickcr/eslint-plugin-react
### [`v7.23.2`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#7232---20210408) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.23.1...v7.23.2) ##### Fixed - [`jsx-max-depth`]: Prevent getting stuck in circular references ([#2957][] [@AriPerkkio](https://togithub.com/AriPerkkio)) - [`jsx-no-target-blank`]: fix handling of `warnOnSpreadAttributes` being false ([#2953][] [@Nokel81](https://togithub.com/Nokel81)) - [`forbid-dom-props`]: support `JSXNamespacedName` ([#2961][] [@mrtnzlml](https://togithub.com/mrtnzlml)) - [`forbid-component-props`]: support `JSXNamespacedName` ([@ljharb](https://togithub.com/ljharb)) ##### Changed - Fix CHANGELOG.md ([#2950][] [@JounQin](https://togithub.com/JounQin)) [7.23.2]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.23.1...v7.23.2 [#2961]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2961 [#2953]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2953 [#2957]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2957 [#2950]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2950 ### [`v7.23.1`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#7231---20210323) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.23.0...v7.23.1) ##### Fixed - version detection: support processor virtual filename ([#2949][] [@JounQin](https://togithub.com/JounQin)) [7.23.1]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.23.0...v7.23.1 [#2949]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2949 ### [`v7.23.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#7230---20210322) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.22.0...v7.23.0) ##### Added - [`jsx-no-target-blank`]: add fixer ([#2862][] [@Nokel81](https://togithub.com/Nokel81)) - [`jsx-pascal-case`]: support minimatch `ignore` option ([#2906][] [@bcherny](https://togithub.com/bcherny)) - [`jsx-pascal-case`]: support `allowNamespace` option ([#2917][] [@kev-y-huang](https://togithub.com/kev-y-huang)) - [`jsx-newline`]: Add prevent option ([#2935][] [@jsphstls](https://togithub.com/jsphstls)) - [`no-unstable-nested-components`]: Prevent creating unstable components inside components ([#2750][] [@AriPerkkio](https://togithub.com/AriPerkkio)) - added `jsx-runtime` config, for the modern JSX runtime transform ([@ljharb](https://togithub.com/ljharb)) ##### Fixed - [`jsx-no-constructed-context-values`]: avoid a crash with `as X` TS code ([#2894][] [@ljharb](https://togithub.com/ljharb)) - [`jsx-no-constructed-context-values`]: avoid a crash with boolean shorthand ([#2895][] [@ljharb](https://togithub.com/ljharb)) - [`static-property-placement`]: do not report non-components ([#2893][] [@golopot](https://togithub.com/golopot)) - [`no-array-index-key`]: support optional chaining ([#2897][] [@SyMind](https://togithub.com/SyMind)) - [`no-typos`]: avoid a crash on bindingless `prop-types` import; add warning ([#2899][] [@ljharb](https://togithub.com/ljharb)) - [`jsx-curly-brace-presence`]: ignore containers with comments ([#2900][] [@golopot](https://togithub.com/golopot)) - [`destructuring-assignment`]: fix a false positive for local prop named `context` in SFC ([#2929][] [@SyMind](https://togithub.com/SyMind)) - [`jsx-no-target-blank`]: Allow rel="noreferrer" when `allowReferrer` is true ([#2925][] [@edemaine](https://togithub.com/edemaine)) - [`boolean-prop-naming`]: add check for typescript "boolean" type ([#2930][] [@vedadeepta](https://togithub.com/vedadeepta)) - version detection: Add tests that verify versioning works for sibling and child projects ([#2943][] [@jcrosetto](https://togithub.com/jcrosetto)) - [`jsx-curly-newline`]: Update error messages ([#2933][] [@jbrower2](https://togithub.com/jbrower2)) ##### Changed - [Docs][`jsx-no-constructed-context-values`]\[]: fix invalid example syntax ([#2910][] [@kud](https://togithub.com/kud)) - [readme] Replace lists of rules with tables in readme ([#2908][] [@motato1](https://togithub.com/motato1)) - [Docs] added missing curly braces ([#2923][] [@Muditxofficial](https://togithub.com/Muditxofficial)) [7.23.0]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.22.0...v7.23.0 [#2943]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2943 [#2935]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2935 [#2933]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2933 [#2930]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2930 [#2929]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2929 [#2925]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2925 [#2923]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2923 [#2917]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2917 [#2910]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2910 [#2908]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2908 [#2906]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2906 [#2900]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2900 [#2899]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2899 [#2897]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2897 [#2895]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2895 [#2894]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2894 [#2893]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2893 [#2862]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2862 [#2750]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2750karma-runner/karma
### [`v6.3.2`](https://togithub.com/karma-runner/karma/blob/master/CHANGELOG.md#632-httpsgithubcomkarma-runnerkarmacomparev631v632-2021-03-29) [Compare Source](https://togithub.com/karma-runner/karma/compare/v6.3.1...v6.3.2) ##### Bug Fixes - fix running tests in IE9 ([#3668](https://togithub.com/karma-runner/karma/issues/3668)) ([0055bc5](https://togithub.com/karma-runner/karma/commit/0055bc5cbf75597fa1601661bc4bec8cc701a49a)), closes [/github.com/karma-runner/karma/blob/026fff870913fb6cd2858dd962935dc74c92b725/client/main.js#L14](https://togithub.com//github.com/karma-runner/karma/blob/026fff870913fb6cd2858dd962935dc74c92b725/client/main.js/issues/L14) [#3665](https://togithub.com/karma-runner/karma/issues/3665) ### [`v6.3.1`](https://togithub.com/karma-runner/karma/blob/master/CHANGELOG.md#631-httpsgithubcomkarma-runnerkarmacomparev630v631-2021-03-24) [Compare Source](https://togithub.com/karma-runner/karma/compare/v6.3.0...v6.3.1) ##### Bug Fixes - **client:** clearContext after complete sent ([#3657](https://togithub.com/karma-runner/karma/issues/3657)) ([c0962e3](https://togithub.com/karma-runner/karma/commit/c0962e34fb2c0a7a43bead8d600ad4a6dbb29c3d)) ### [`v6.3.0`](https://togithub.com/karma-runner/karma/blob/master/CHANGELOG.md#630-httpsgithubcomkarma-runnerkarmacomparev620v630-2021-03-23) [Compare Source](https://togithub.com/karma-runner/karma/compare/v6.2.0...v6.3.0) ##### Features - support asynchronous `config.set()` call in karma.conf.js ([#3660](https://togithub.com/karma-runner/karma/issues/3660)) ([4c9097a](https://togithub.com/karma-runner/karma/commit/4c9097a59c666671aaa55177e03e8738e047e886)) ### [`v6.2.0`](https://togithub.com/karma-runner/karma/blob/master/CHANGELOG.md#620-httpsgithubcomkarma-runnerkarmacomparev612v620-2021-03-10) [Compare Source](https://togithub.com/karma-runner/karma/compare/v6.1.2...v6.2.0) ##### Features - **plugins:** add support wildcard config for scoped package plugin ([#3659](https://togithub.com/karma-runner/karma/issues/3659)) ([39831b1](https://togithub.com/karma-runner/karma/commit/39831b1c2f9cbeebdba94c73ce353efb7c44e802)) #### [6.1.2](https://togithub.com/karma-runner/karma/compare/v6.1.1...v6.1.2) (2021-03-09) ##### Bug Fixes - **commitlint:** skip task on master ([#3650](https://togithub.com/karma-runner/karma/issues/3650)) ([3fc6fda](https://togithub.com/karma-runner/karma/commit/3fc6fdadd6b0ed6838de048c15485b1bd815fe23)) - patch karma to allow loading virtual packages ([#3663](https://togithub.com/karma-runner/karma/issues/3663)) ([5bfcf5f](https://togithub.com/karma-runner/karma/commit/5bfcf5f37de6f0a12abcf9914c2fad510395b4d6)) #### [6.1.1](https://togithub.com/karma-runner/karma/compare/v6.1.0...v6.1.1) (2021-02-12) ##### Bug Fixes - **config:** check extension before ts-node register ([#3651](https://togithub.com/karma-runner/karma/issues/3651)) ([474f4e1](https://togithub.com/karma-runner/karma/commit/474f4e1caff469cce87f19a11d9179e4e05552f9)), closes [#3329](https://togithub.com/karma-runner/karma/issues/3329) - report launcher process error when exit event is not emitted ([#3647](https://togithub.com/karma-runner/karma/issues/3647)) ([7ab86be](https://togithub.com/karma-runner/karma/commit/7ab86be25c334b07747632b0a6bdb1d650d881bc)) ### [`v6.1.2`](https://togithub.com/karma-runner/karma/blob/master/CHANGELOG.md#612-httpsgithubcomkarma-runnerkarmacomparev611v612-2021-03-09) [Compare Source](https://togithub.com/karma-runner/karma/compare/v6.1.1...v6.1.2) ##### Bug Fixes - **commitlint:** skip task on master ([#3650](https://togithub.com/karma-runner/karma/issues/3650)) ([3fc6fda](https://togithub.com/karma-runner/karma/commit/3fc6fdadd6b0ed6838de048c15485b1bd815fe23)) - patch karma to allow loading virtual packages ([#3663](https://togithub.com/karma-runner/karma/issues/3663)) ([5bfcf5f](https://togithub.com/karma-runner/karma/commit/5bfcf5f37de6f0a12abcf9914c2fad510395b4d6))mochajs/mocha
### [`v8.4.0`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#840--2021-05-07) [Compare Source](https://togithub.com/mochajs/mocha/compare/v8.3.2...v8.4.0) #### :tada: Enhancements - [#4502](https://togithub.com/mochajs/mocha/issues/4502): CLI file parsing errors now have error codes ([**@evaline-ju**](https://togithub.com/evaline-ju)) #### :bug: Fixes - [#4614](https://togithub.com/mochajs/mocha/issues/4614): Watch: fix crash when reloading files ([**@outsideris**](https://togithub.com/outsideris)) #### :book: Documentation - [#4630](https://togithub.com/mochajs/mocha/issues/4630): Add `options.require` to Mocha constructor for `root hook` plugins on parallel runs ([**@juergba**](https://togithub.com/juergba)) - [#4617](https://togithub.com/mochajs/mocha/issues/4617): Dynamically generating tests with `top-level await` and ESM test files ([**@juergba**](https://togithub.com/juergba)) - [#4608](https://togithub.com/mochajs/mocha/issues/4608): Update default file extensions ([**@outsideris**](https://togithub.com/outsideris)) Also thanks to [**@outsideris**](https://togithub.com/outsideris) for various improvements on our GH actions workflows. ### [`v8.3.2`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#832--2021-03-12) [Compare Source](https://togithub.com/mochajs/mocha/compare/v8.3.1...v8.3.2) #### :bug: Fixes - [#4599](https://togithub.com/mochajs/mocha/issues/4599): Fix regression in `require` interface ([**@alexander-fenster**](https://togithub.com/alexander-fenster)) #### :book: Documentation - [#4601](https://togithub.com/mochajs/mocha/issues/4601): Add build to GH actions run ([**@christian-bromann**](https://togithub.com/christian-bromann)) - [#4596](https://togithub.com/mochajs/mocha/issues/4596): Filter active sponsors/backers ([**@juergba**](https://togithub.com/juergba)) - [#4225](https://togithub.com/mochajs/mocha/issues/4225): Update config file examples ([**@pkuczynski**](https://togithub.com/pkuczynski)) ### [`v8.3.1`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#831--2021-03-06) [Compare Source](https://togithub.com/mochajs/mocha/compare/v8.3.0...v8.3.1) #### :bug: Fixes - [#4577](https://togithub.com/mochajs/mocha/issues/4577): Browser: fix `EvalError` caused by regenerator-runtime ([**@snoack**](https://togithub.com/snoack)) - [#4574](https://togithub.com/mochajs/mocha/issues/4574): ESM: allow `import` from mocha in parallel mode ([**@nicojs**](https://togithub.com/nicojs))rollup/rollup
### [`v2.47.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2470) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.46.0...v2.47.0) _2021-05-04_ ##### Features - Warn about ambiguous imports from combined external namespace reexports ([#4064](https://togithub.com/rollup/rollup/issues/4064)) - In case of combined namespace reexports, always prefer local exports over external namespaces ([#4064](https://togithub.com/rollup/rollup/issues/4064)) - Treat conflicting names in local namespace reexports as undefined ([#4064](https://togithub.com/rollup/rollup/issues/4064)) ##### Pull Requests - [#4064](https://togithub.com/rollup/rollup/pull/4064): Prefer locally defined exports and reexports over external namespaces ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.46.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#2460) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.45.2...v2.46.0) _2021-04-29_ ##### Features - Add option to disable fileConfiguration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, 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.