basiljs / basiljs.github.io

W.I.P. Basil.js reference build with jekyll and documentation.js
https://basiljs2.netlify.app
Other
5 stars 0 forks source link

Update babel monorepo to v7.11.0 #258

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies minor 7.10.5 -> 7.11.0
@babel/plugin-transform-runtime devDependencies minor 7.10.5 -> 7.11.0
@babel/preset-env (source) devDependencies minor 7.10.4 -> 7.11.0
@babel/runtime (source) devDependencies minor 7.10.5 -> 7.11.0

Release Notes

babel/babel ### [`v7.11.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7110-2020-07-30) [Compare Source](https://togithub.com/babel/babel/compare/v7.10.5...v7.11.0) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​11852](https://togithub.com/babel/babel/pull/11852) fix: disallow \\8, \\9 in strict mode string ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11854](https://togithub.com/babel/babel/pull/11854) fix: allow 09.1_1 and 09e1_1 in sloppy mode ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-optional-chaining` - [#​11850](https://togithub.com/babel/babel/pull/11850) fix: eval?.() is indirect ([@​JLHwung](https://togithub.com/JLHwung)) ##### :rocket: New Feature - `babel-cli`, `babel-core` - [#​11588](https://togithub.com/babel/babel/pull/11588) add showConfig support ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-preset-env` - [#​11876](https://togithub.com/babel/babel/pull/11876) enable logical assignment in babel preset env ([@​morrme](https://togithub.com/morrme)) - [#​11865](https://togithub.com/babel/babel/pull/11865) Add `numeric-separator` to `preset-env` ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11849](https://togithub.com/babel/babel/pull/11849) Add `export-namespace-from` to `preset-env` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​11863](https://togithub.com/babel/babel/pull/11863) feat: enable numericSeparator parsing support ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11755](https://togithub.com/babel/babel/pull/11755) Allow unknown/any in TS catch clause param ([@​existentialism](https://togithub.com/existentialism)) - [#​11753](https://togithub.com/babel/babel/pull/11753) TypeScript 4.0: Allow spread in the middle of tuples ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​11815](https://togithub.com/babel/babel/pull/11815) eslint-parser: ES2020 features ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-parser`, `babel-types` - [#​11754](https://togithub.com/babel/babel/pull/11754) TypeScript 4.0: Support labeled tuple elements ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-decimal`, `babel-standalone`, `babel-types` - [#​11640](https://togithub.com/babel/babel/pull/11640) Add decimal parsing support ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​10241](https://togithub.com/babel/babel/pull/10241) Add `cloneInputAst` option to `babel.transformFromAst` ([@​coderaiser](https://togithub.com/coderaiser)) ##### :bug: Bug Fix - Other - [#​11896](https://togithub.com/babel/babel/pull/11896) update: hardcode [@​babel/eslint-parser](https://togithub.com/babel/eslint-parser) min supported version check ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-helper-skip-transparent-expression-wrappers`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-transform-spread` - [#​11404](https://togithub.com/babel/babel/pull/11404) Skip TSAsExpression when transforming spread in CallExpression ([@​oliverdunk](https://togithub.com/oliverdunk)) - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-logical-assignment-operators` - [#​11702](https://togithub.com/babel/babel/pull/11702) add support for logical assignments with private properties ([@​ryzokuken](https://togithub.com/ryzokuken)) - `babel-plugin-transform-typescript` - [#​11747](https://togithub.com/babel/babel/pull/11747) Typescript: always strip declare from class fields ([@​jamescdavis](https://togithub.com/jamescdavis)) - `babel-plugin-transform-runtime` - [#​11893](https://togithub.com/babel/babel/pull/11893) Fix incorrect module path when absoluteRuntime is specified ([@​sz-coder](https://togithub.com/sz-coder)) - `babel-parser` - [#​11862](https://togithub.com/babel/babel/pull/11862) Correctly check reserved word for PropertyDefinition: IdentifierReference ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11847](https://togithub.com/babel/babel/pull/11847) fix: correctly set innerEndPos in CoverParenthesizedExpressionAndArrowParameterList ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-parser`, `babel-plugin-transform-typescript` - [#​11767](https://togithub.com/babel/babel/pull/11767) Follow-up on initial TS4 catch param support ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator` - [#​11836](https://togithub.com/babel/babel/pull/11836) Always retain lines for async arrow ([@​cwohlman](https://togithub.com/cwohlman)) ##### :nail_care: Polish - `babel-traverse` - [#​11791](https://togithub.com/babel/babel/pull/11791) babel-traverse: prefer clearer, reduced-bias option naming ([@​jayaddison](https://togithub.com/jayaddison)) ##### :house: Internal - Other - [#​11688](https://togithub.com/babel/babel/pull/11688) fix build config to work the same when running on windows ([@​zxbodya](https://togithub.com/zxbodya)) - [#​11894](https://togithub.com/babel/babel/pull/11894) Prepare to publish `@babel/eslint-*` packages ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11879](https://togithub.com/babel/babel/pull/11879) chore: use modules: "auto" ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11875](https://togithub.com/babel/babel/pull/11875) chore(github): fix issue template typo ([@​SirWindfield](https://togithub.com/SirWindfield)) - [#​11706](https://togithub.com/babel/babel/pull/11706) chore: update `spec-new` in CONTRIBUTING.md [skip ci]([@​JLHwung](https://togithub.com/JLHwung)) - `babel-standalone` - [#​11777](https://togithub.com/babel/babel/pull/11777) chore: build standalone once in prepublish step ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-helper-compilation-targets`, `babel-preset-env` - [#​11838](https://togithub.com/babel/babel/pull/11838) refactor: replace caniuse-db by mdn-browser-compat-data ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-core`, `babel-helper-module-transforms`, `babel-helper-split-export-declaration`, `babel-parser`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-classes`, `babel-preset-env`, `babel-traverse`, `babel-types` - [#​11846](https://togithub.com/babel/babel/pull/11846) chore: fix typo in codebase ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​11843](https://togithub.com/babel/babel/pull/11843) refactor: reorganize babel types definitions structure ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data` - [#​11837](https://togithub.com/babel/babel/pull/11837) chore: use repository HEAD when pulling third party repos ([@​JLHwung](https://togithub.com/JLHwung))

Renovate configuration

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

:vertical_traffic_light: Automerge: Enabled.

: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 these updates again.



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

basilbot commented 4 years ago

Deploy preview for basiljs2 ready!

Built with commit e7b5a35b9574ab083c14b8c92e2863b30f3c359b

https://deploy-preview-258--basiljs2.netlify.app