Closed renovate[bot] closed 4 years ago
This PR contains the following updates:
^2.2.6
^2.2.7
^2.1.6
^2.1.7
^7.9.0
^7.9.6
7.9.2
7.9.6
^2.29.0
^2.30.0
^5.0.2
^5.0.4
~2.0.0
~2.0.1
^2.7.2
^2.7.6
:date: Schedule: "before 3am on Monday" (UTC).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: 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.2.6
->^2.2.7
^2.1.6
->^2.1.7
^7.9.0
->^7.9.6
7.9.2
->7.9.6
^2.29.0
->^2.30.0
^2.29.0
->^2.30.0
^5.0.2
->^5.0.4
~2.0.0
->~2.0.1
^2.7.2
->^2.7.6
Release Notes
4Catalyzer/cli
### [`v2.2.7`](https://togithub.com/4Catalyzer/cli/compare/@4c/build@2.2.6...@4c/build@2.2.7) [Compare Source](https://togithub.com/4Catalyzer/cli/compare/@4c/build@2.2.6...@4c/build@2.2.7)babel/babel
### [`v7.9.6`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v796-2020-04-29) [Compare Source](https://togithub.com/babel/babel/compare/v7.9.0...v7.9.6) ##### :eyeglasses: Spec Compliance - `babel-plugin-proposal-object-rest-spread` - [#11471](https://togithub.com/babel/babel/pull/11471) Fix evaluation order with object spread, 2 ([@jridgewell](https://togithub.com/jridgewell)) - [#11412](https://togithub.com/babel/babel/pull/11412) Fix evaluation order with object spread ([@Zzzen](https://togithub.com/Zzzen)) - `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#11480](https://togithub.com/babel/babel/pull/11480) Super property eval order ([@jridgewell](https://togithub.com/jridgewell)) ##### :rocket: New Feature - `babel-traverse`, `babel-types` - [#11448](https://togithub.com/babel/babel/pull/11448) Adding createFlowUnionType in place of createUnionTypeAnnotation without breaking change ([@Beraliv](https://togithub.com/Beraliv)) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` - [#11495](https://togithub.com/babel/babel/pull/11495) Fix helpers.unsupportedIterableToArray for Map and Set ([@ChintanAcharya](https://togithub.com/ChintanAcharya)) - `babel-traverse` - [#11482](https://togithub.com/babel/babel/pull/11482) handle objectMethod in scope.isPure ([@Zzzen](https://togithub.com/Zzzen)) - `babel-plugin-transform-typescript` - [#11410](https://togithub.com/babel/babel/pull/11410) Throw error for TypeScript `declare const enum` ([@dosentmatter](https://togithub.com/dosentmatter)) - `babel-compat-data` - [#11462](https://togithub.com/babel/babel/pull/11462) chore: add node.js 14 support data ([@JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#11449](https://togithub.com/babel/babel/pull/11449) Set exprAllowed to false for star token ([@existentialism](https://togithub.com/existentialism)) - [#11355](https://togithub.com/babel/babel/pull/11355) fix: disallow expression after binding identifier `of` ([@JLHwung](https://togithub.com/JLHwung)) - [#11417](https://togithub.com/babel/babel/pull/11417) fix: report missing plugins on type exports ([@JLHwung](https://togithub.com/JLHwung)) - [#11388](https://togithub.com/babel/babel/pull/11388) fix: do not push new token context when function is following dot/questionDot ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties` - [#11424](https://togithub.com/babel/babel/pull/11424) Fix redeclaring private in nested class's superClass ([@jridgewell](https://togithub.com/jridgewell)) - [#11405](https://togithub.com/babel/babel/pull/11405) Fix nested classes reference private fields ([@jridgewell](https://togithub.com/jridgewell)) - `babel-traverse`, `babel-types` - [#11378](https://togithub.com/babel/babel/pull/11378) transform-spread: create TS types (not Flow) when using TS ([@Beraliv](https://togithub.com/Beraliv)) - `babel-standalone` - [#11395](https://togithub.com/babel/babel/pull/11395) chore: update stage preset in babel-standalone ([@JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-runtime` - [#11366](https://togithub.com/babel/babel/pull/11366) fix: replace backslashes with forward slashes from resolved path for … ([@johannes-z](https://togithub.com/johannes-z)) - `babel-generator`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-transform-async-to-generator` - [#11382](https://togithub.com/babel/babel/pull/11382) Unify parens printing for postfix-like expressions ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-parser` - [#11478](https://togithub.com/babel/babel/pull/11478) Add some parser missing plugins errors ([@JLHwung](https://togithub.com/JLHwung)) - [#11417](https://togithub.com/babel/babel/pull/11417) fix: report missing plugins on type exports ([@JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#11421](https://togithub.com/babel/babel/pull/11421) polish: recommend preset for js extensions ([@JLHwung](https://togithub.com/JLHwung)) - [#11397](https://togithub.com/babel/babel/pull/11397) fix: add classPrivateProperties and classPrivateMethods to missing plugin helper ([@JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - `babel-parser` - [#11492](https://togithub.com/babel/babel/pull/11492) docs: update AST spec ([@JLHwung](https://togithub.com/JLHwung)) - Other - [#11493](https://togithub.com/babel/babel/pull/11493) Add note about experimental nature of [@babel/eslint-](https://togithub.com/babel/eslint-)\* packages ([@kaicataldo](https://togithub.com/kaicataldo)) - [#11403](https://togithub.com/babel/babel/pull/11403) contributing.md updates [skip ci]([@hzoo](https://togithub.com/hzoo)) ##### :house: Internal - `babel-compat-data`, `babel-preset-env` - [#11496](https://togithub.com/babel/babel/pull/11496) Update compat table script ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#11450](https://togithub.com/babel/babel/pull/11450) Update compat data ([@JLHwung](https://togithub.com/JLHwung)) - Other - [#11479](https://togithub.com/babel/babel/pull/11479) Canary build of packages using CodeSandbox CI + mini repl ([@hzoo](https://togithub.com/hzoo)) - [#11467](https://togithub.com/babel/babel/pull/11467) chore: test against node.js 14 ([@JLHwung](https://togithub.com/JLHwung)) - [#11456](https://togithub.com/babel/babel/pull/11456) remove `< x.y.z` engines specification ([@JLHwung](https://togithub.com/JLHwung)) - [#11433](https://togithub.com/babel/babel/pull/11433) chore: remove included proposal plugins ([@JLHwung](https://togithub.com/JLHwung)) - [#11422](https://togithub.com/babel/babel/pull/11422) chore: upgrade @babel/\* deps ([@JLHwung](https://togithub.com/JLHwung)) - `babel-node` - [#11440](https://togithub.com/babel/babel/pull/11440) refactor(babel-node): Refactor babel-node tests configuration ([@arku](https://togithub.com/arku)) ##### :running_woman: Performance - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-classes`, `babel-plugin-transform-function-name`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#11401](https://togithub.com/babel/babel/pull/11401) Speed up the createSuper helper ([@jridgewell](https://togithub.com/jridgewell))typescript-eslint/typescript-eslint
### [`v2.30.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#2300-httpsgithubcomtypescript-eslinttypescript-eslintcomparev2290v2300-2020-04-27) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.29.0...v2.30.0) ##### Bug Fixes - **eslint-plugin:** [prefer-string-starts-ends-with] check for negative start index in slice ([#1920](https://togithub.com/typescript-eslint/typescript-eslint/issues/1920)) ([ed2bd60](https://togithub.com/typescript-eslint/typescript-eslint/commit/ed2bd6067f74ae33e36a084719bb91efedfba599)) - **eslint-plugin:** fix no-base-to-string boolean literal check ([#1850](https://togithub.com/typescript-eslint/typescript-eslint/issues/1850)) ([2f45e99](https://togithub.com/typescript-eslint/typescript-eslint/commit/2f45e9992a8f12b6233716e77a6159f9cea2c879)) ##### Features - **eslint-plugin:** add extension rule `dot-notation` ([#1867](https://togithub.com/typescript-eslint/typescript-eslint/issues/1867)) ([a85c3e1](https://togithub.com/typescript-eslint/typescript-eslint/commit/a85c3e1515d735b6c245cc658cdaec6deb05d630)) - **eslint-plugin:** create `no-invalid-void-type` rule ([#1847](https://togithub.com/typescript-eslint/typescript-eslint/issues/1847)) ([f667ff1](https://togithub.com/typescript-eslint/typescript-eslint/commit/f667ff1708d4ed28b7ea5beea742889da69a76d9)) - **experimental-utils:** allow rule options to be a readonly tuple ([#1924](https://togithub.com/typescript-eslint/typescript-eslint/issues/1924)) ([4ef6788](https://togithub.com/typescript-eslint/typescript-eslint/commit/4ef67884962b6aac61cc895aaa3ba16aa892ecf4))karma-runner/karma
### [`v5.0.4`](https://togithub.com/karma-runner/karma/blob/master/CHANGELOG.md#504-httpsgithubcomkarma-runnerkarmacomparev503v504-2020-04-30) [Compare Source](https://togithub.com/karma-runner/karma/compare/v5.0.3...v5.0.4) ##### Bug Fixes - **browser:** make sure that empty results array is still recognized ([#3486](https://togithub.com/karma-runner/karma/issues/3486)) ([fa95fa3](https://togithub.com/karma-runner/karma/commit/fa95fa3c917470fa4b9ad736287379d1e9ebb350)) ### [`v5.0.3`](https://togithub.com/karma-runner/karma/blob/master/CHANGELOG.md#503-httpsgithubcomkarma-runnerkarmacomparev502v503-2020-04-29) [Compare Source](https://togithub.com/karma-runner/karma/compare/v5.0.2...v5.0.3) ##### Bug Fixes - **client:** flush resultsBuffer on engine upgrade ([#3212](https://togithub.com/karma-runner/karma/issues/3212)) ([e44ca94](https://togithub.com/karma-runner/karma/commit/e44ca944fe94ae455cd6dc45d9985a6d9fb94754)), closes [#3211](https://togithub.com/karma-runner/karma/issues/3211)karma-runner/karma-mocha
### [`v2.0.1`](https://togithub.com/karma-runner/karma-mocha/blob/master/CHANGELOG.md#201-httpsgithubcomkarma-runnerkarma-mochacomparev200v201-2020-04-29) [Compare Source](https://togithub.com/karma-runner/karma-mocha/compare/v2.0.0...v2.0.1) ##### Bug Fixes - **deps:** Report fails without emit 'test end' event ([#223](https://togithub.com/karma-runner/karma-mocha/issues/223)) ([1a8226c](https://togithub.com/karma-runner/karma-mocha/commit/1a8226c915350fd2e203fb60084642cb14aef498))rollup/rollup
### [`v2.7.6`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#276) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.7.5...v2.7.6) _2020-04-30_ ##### Bug Fixes - Fix a type issue when a default export references a global variable ([#3526](https://togithub.com/rollup/rollup/issues/3526)) ##### Pull Requests - [#3526](https://togithub.com/rollup/rollup/pull/3526): Handles default exporting global variables ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.7.5`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#275) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.7.4...v2.7.5) _2020-04-29_ ##### Bug Fixes - Prevent infinite loop when default values of function parameters in a default export contain a slash ([#3522](https://togithub.com/rollup/rollup/issues/3522)) ##### Pull Requests - [#3522](https://togithub.com/rollup/rollup/pull/3522): Avoid infinite loop when finding position for id insertion in default export ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.7.4`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#274) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.7.3...v2.7.4) _2020-04-29_ ##### Bug Fixes - Fix an issue where wrong variable names were used when preserving modules ([#3521](https://togithub.com/rollup/rollup/issues/3521)) ##### Pull Requests - [#3521](https://togithub.com/rollup/rollup/pull/3521): Fix and improve default export alias logic ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.7.3`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#273) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.7.2...v2.7.3) _2020-04-27_ ##### Bug Fixes - Do not access `__proto__` when running Rollup ([#3518](https://togithub.com/rollup/rollup/issues/3518)) ##### Pull Requests - [#3518](https://togithub.com/rollup/rollup/pull/3518): use acorn-class-fields and acorn-static-class-features from npm ([@nitsky](https://togithub.com/nitsky))Renovate configuration
:date: Schedule: "before 3am on Monday" (UTC).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: 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.