mountainash / Mixcloud-Play

Mixcloud macOS desktop app with media controls, track title in menu bar & notifications
https://github.com/mountainash/Mixcloud-Play/releases/latest
20 stars 3 forks source link

Update dependency @babel/preset-env to v7.8.7 #8

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@babel/preset-env (source) devDependencies patch 7.8.3 -> 7.8.7

Release Notes

babel/babel ### [`v7.8.7`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v787-2020-03-05) [Compare Source](https://togithub.com/babel/babel/compare/v7.8.6...v7.8.7) ##### :bug: Bug Fix - `babel-preset-env` - [#​11201](https://togithub.com/babel/babel/pull/11201) Allow using `preset-env` with newer versions of `compat-data` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​11193](https://togithub.com/babel/babel/pull/11193) Pass URLs to import() rather than paths ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​11198](https://togithub.com/babel/babel/pull/11198) fix(babel-parser): chain off optionally chained keys named class and function ([@​Vages](https://togithub.com/Vages)) - `babel-helper-call-delegate`, `babel-plugin-transform-parameters` - [#​11158](https://togithub.com/babel/babel/pull/11158) Fix scope of function body when var redeclares param ([@​openorclose](https://togithub.com/openorclose)) - `babel-generator` - [#​11190](https://togithub.com/babel/babel/pull/11190) Fix printing parentheses around optional chains ([@​sag1v](https://togithub.com/sag1v)) - `babel-types` - [#​11184](https://togithub.com/babel/babel/pull/11184) Add "Statement" as alias to Flow enum declaration ([@​gkz](https://togithub.com/gkz)) - `babel-plugin-transform-typescript` - [#​11129](https://togithub.com/babel/babel/pull/11129) Typescript: Preserve decorated definite class properties ([@​jamescdavis](https://togithub.com/jamescdavis)) ##### :house: Internal - `babel-parser` - [#​11192](https://togithub.com/babel/babel/pull/11192) Refactor: add parser message template ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​11181](https://togithub.com/babel/babel/pull/11181) Set correct version for [@​babel/eslint-plugin-development](https://togithub.com/babel/eslint-plugin-development) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.8.6`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v786-2020-02-27) [Compare Source](https://togithub.com/babel/babel/compare/v7.8.4...v7.8.6) ##### :eyeglasses: Spec Compliance - `babel-helper-module-transforms`, `babel-helper-replace-supers`, `babel-plugin-transform-modules-commonjs` - [#​11109](https://togithub.com/babel/babel/pull/11109) Fix rewriteThis in helper-module-transforms for computed class elements ([@​sidntrivedi012](https://togithub.com/sidntrivedi012)) - `babel-parser` - [#​10956](https://togithub.com/babel/babel/pull/10956) Refactor await/yield production parameter tracking ([@​JLHwung](https://togithub.com/JLHwung)) ##### :boom: Breaking Change - [#​11137](https://togithub.com/babel/babel/pull/11137) Breaking: align babel-eslint-parser & espree ([@​kaicataldo](https://togithub.com/kaicataldo)) ##### :rocket: New Feature - `babel-helper-create-regexp-features-plugin`, `babel-plugin-transform-classes`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-preset-env` - [#​11134](https://togithub.com/babel/babel/pull/11134) Mark `wrapNativeSuper` and `wrapRegExp` as pure ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-helper-compilation-targets` - [#​11124](https://togithub.com/babel/babel/pull/11124) fix: search for browserslist if esmodules is falsy ([@​fengzilong](https://togithub.com/fengzilong)) - `babel-register` - [#​11160](https://togithub.com/babel/babel/pull/11160) fix: workaround misleading node.js ENOENT error ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​11146](https://togithub.com/babel/babel/pull/11146) Parse declare modifier around accessibility modifiers ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11092](https://togithub.com/babel/babel/pull/11092) Fix Async Generic After Await Parsing Error ([@​liamfd](https://togithub.com/liamfd)) - Other - [#​11137](https://togithub.com/babel/babel/pull/11137) Breaking: align babel-eslint-parser & espree ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-compat-data`, `babel-preset-env` - [#​10929](https://togithub.com/babel/babel/pull/10929) Update preset-env builtin-definitions ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-traverse` - [#​11136](https://togithub.com/babel/babel/pull/11136) fix [@​babel/traverse](https://togithub.com/babel/traverse) can't use path.remove() with noScope ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-helper-replace-supers` - [#​11068](https://togithub.com/babel/babel/pull/11068) Fix classNameTDZError in computed prototype methods with class fields ([@​sidntrivedi012](https://togithub.com/sidntrivedi012)) - `babel-template` - [#​11112](https://togithub.com/babel/babel/pull/11112) Respect preserveComments option in tempate.ast() ([@​dentrado](https://togithub.com/dentrado)) - `babel-plugin-transform-for-of` - [#​11088](https://togithub.com/babel/babel/pull/11088) Allow redeclaration of loop variable in body ([@​openorclose](https://togithub.com/openorclose)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​11074](https://togithub.com/babel/babel/pull/11074) Fix export bindings not updated by 'for ... in' and 'for ... of' ([@​vedantroy](https://togithub.com/vedantroy)) - `babel-standalone` - [#​10797](https://togithub.com/babel/babel/pull/10797) fix: specify sourceFileName when generating inline sourcemaps ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​11089](https://togithub.com/babel/babel/pull/11089) Make `isReferenced` return false for method parameter name ([@​brokensandals](https://togithub.com/brokensandals)) ##### :nail_care: Polish - `babel-core`, `babel-generator`, `babel-plugin-external-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-function-bind`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-classes`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-function-name`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​11133](https://togithub.com/babel/babel/pull/11133) Skip newlines around inline `#__PURE__` annotations ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - Other - [#​11175](https://togithub.com/babel/babel/pull/11175) replace `gulp-watch` by `gulp.watch` ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11163](https://togithub.com/babel/babel/pull/11163) chore: migrate lock threads to github actions ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11164](https://togithub.com/babel/babel/pull/11164) chore: specify dependency rule of check-compat-data-ci ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11106](https://togithub.com/babel/babel/pull/11106) Centralize [@​babel/eslint-](https://togithub.com/babel/eslint-)\* tests ([@​kaicataldo](https://togithub.com/kaicataldo)) - [#​11072](https://togithub.com/babel/babel/pull/11072) Update [@​babel](https://togithub.com/babel) deps ([@​existentialism](https://togithub.com/existentialism)) - [#​11070](https://togithub.com/babel/babel/pull/11070) Clean babel-eslint-\*/\*\*/lib ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-generator`, `babel-helper-fixtures`, `babel-parser`, `babel-traverse` - [#​11168](https://togithub.com/babel/babel/pull/11168) Enable more eslint recommended rules ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-replace-supers` - [#​11121](https://togithub.com/babel/babel/pull/11121) Fix typing of ReplaceSupers options ([@​existentialism](https://togithub.com/existentialism)) - `babel-core`, `babel-plugin-syntax-decorators`, `babel-template`, `babel-traverse` - [#​11119](https://togithub.com/babel/babel/pull/11119) Add eslint-plugin-jest ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​11096](https://togithub.com/babel/babel/pull/11096) Wrap type-only class fields in flow comments ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-parser`, `babel-types` - [#​11093](https://togithub.com/babel/babel/pull/11093) Turn on no-fallthrough rule ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-stage-0`, `babel-preset-stage-1`, `babel-preset-stage-2`, `babel-preset-stage-3` - [#​11101](https://togithub.com/babel/babel/pull/11101) Remove stage presets from the monorepo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-preset-env-standalone` - [#​10993](https://togithub.com/babel/babel/pull/10993) Archive [@​babel/preset-env-standalone](https://togithub.com/babel/preset-env-standalone) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.8.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v784-2020-01-30) [Compare Source](https://togithub.com/babel/babel/compare/v7.8.3...v7.8.4) > :warning: In Babel 7.8.0 we introduced the `--copy-ignored` option for `@babel/cli`, defaulting to `false`. However, previous versions behaved as if that option was present: for this reason, we changed its default value to `true` (when `--copy-files` is provided) and introduced a `--no-copy-ignored` option to disable it. > > ##### :eyeglasses: Spec Compliance > > - `babel-parser` > - [#​11031](https://togithub.com/babel/babel/pull/11031) fix: properly parse member expression after property initializer ([@​vedantroy](https://togithub.com/vedantroy)) > - [#​11017](https://togithub.com/babel/babel/pull/11017) Update coalesce precedence ([@​JLHwung](https://togithub.com/JLHwung)) > - [#​11009](https://togithub.com/babel/babel/pull/11009) fix: triple `__proto__` in object patterns should be allowed ([@​JLHwung](https://togithub.com/JLHwung)) > - [#​10987](https://togithub.com/babel/babel/pull/10987) Duplicate `__proto__` key should be allowed in object patterns ([@​JLHwung](https://togithub.com/JLHwung)) > > ##### :bug: Bug Fix > > - `babel-cli` > - [#​11063](https://togithub.com/babel/babel/pull/11063) [@​babel/cli] Copy ignored files by default ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > - `babel-compat-data` > - [#​11066](https://togithub.com/babel/babel/pull/11066) Fix core-js 2 builtin data for opera ([@​danez](https://togithub.com/danez)) > - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-classes`, `babel-plugin-transform-parameters`, `babel-plugin-transform-typeof-symbol`, `babel-preset-env` > - [#​11049](https://togithub.com/babel/babel/pull/11049) Avoid compiling the \_typeof helper with itself ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > - `babel-traverse` > - [#​11011](https://togithub.com/babel/babel/pull/11011) Bug/missing references after crawl ([@​regiontog](https://togithub.com/regiontog)) > - `babel-plugin-transform-parameters` > - [#​9714](https://togithub.com/babel/babel/pull/9714) Fix rest parameters indexing with TypeScript 'this parameter' ([@​BenoitZugmeyer](https://togithub.com/BenoitZugmeyer)) > - `babel-plugin-transform-for-of` > - [#​11023](https://togithub.com/babel/babel/pull/11023) fix: for-of transform should skip for-await-of ([@​JLHwung](https://togithub.com/JLHwung)) > - `babel-compat-data`, `babel-preset-env` > - [#​11016](https://togithub.com/babel/babel/pull/11016) Re-generate preset-env fixtures ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > - `babel-generator` > - [#​11014](https://togithub.com/babel/babel/pull/11014) Fix parentheses removal in nullish-coalescing operation ([@​sidntrivedi012](https://togithub.com/sidntrivedi012)) > - `babel-helper-compilation-targets` > - [#​11006](https://togithub.com/babel/babel/pull/11006) fix: supply '.' subpath for backward compatibility with node.js 13.0-13.1 ([@​JLHwung](https://togithub.com/JLHwung)) > > ##### :nail_care: Polish > > - `babel-core` > - [#​10969](https://togithub.com/babel/babel/pull/10969) polish: throw human-friendly error when item-option pair is incorrectly unwrapped ([@​JLHwung](https://togithub.com/JLHwung)) > > ##### :memo: Documentation > > - `babel-parser` > - [#​11015](https://togithub.com/babel/babel/pull/11015) add AST for the module attribute proposal ([@​xtuc](https://togithub.com/xtuc)) > > ##### :house: Internal > > - `babel-compat-data` > - [#​11039](https://togithub.com/babel/babel/pull/11039) Update compat table ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > - [#​11041](https://togithub.com/babel/babel/pull/11041) Delete duplicated file in `@babel/compat-data` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > - [#​10814](https://togithub.com/babel/babel/pull/10814) chore: map mobile browser data to their desktop version ([@​JLHwung](https://togithub.com/JLHwung)) > - [#​11024](https://togithub.com/babel/babel/pull/11024) Check that generated compat-data is up to date on CI ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > - `babel-parser` > - [#​11032](https://togithub.com/babel/babel/pull/11032) refactor: simplify toAssignable routine ([@​JLHwung](https://togithub.com/JLHwung)) > - [#​11026](https://togithub.com/babel/babel/pull/11026) chore: use [@​babel/eslint-config-internal](https://togithub.com/babel/eslint-config-internal) ([@​JLHwung](https://togithub.com/JLHwung)) > - `babel-preset-env` > - [#​11030](https://togithub.com/babel/babel/pull/11030) update compat-data related docs/config [skip ci]([@​JLHwung](https://togithub.com/JLHwung)) > - `babel-compat-data`, `babel-node`, `babel-parser`, `babel-preset-env` > - [#​11025](https://togithub.com/babel/babel/pull/11025) Enable `no-process-exit` ([@​JLHwung](https://togithub.com/JLHwung)) > - Other > - [#​11021](https://togithub.com/babel/babel/pull/11021) chore: replace yarn-upgrade by bump-babel-dependencies in vuejs e2e tests ([@​JLHwung](https://togithub.com/JLHwung)) > - [#​11004](https://togithub.com/babel/babel/pull/11004) chore: test against [@​vue/babel-preset-app](https://togithub.com/vue/babel-preset-app) ([@​JLHwung](https://togithub.com/JLHwung)) > - `babel-core` > - [#​10995](https://togithub.com/babel/babel/pull/10995) Exclude `import()` tests from pubilsh build ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > > ##### :running_woman: Performance > > - `babel-parser` > - [#​11029](https://togithub.com/babel/babel/pull/11029) fix(babel-parser): avoid state.clone() to clone the whole token store ([@​3cp](https://togithub.com/3cp))

Renovate configuration

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

: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.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



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

renovate[bot] commented 4 years ago

PR has been edited

:construction_worker: This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.