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 - autoclosed #261

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch 7.11.0 -> 7.11.6
@babel/plugin-transform-runtime devDependencies patch 7.11.0 -> 7.11.5
@babel/preset-env (source) devDependencies patch 7.11.0 -> 7.11.5
@babel/runtime (source) devDependencies patch 7.11.0 -> 7.11.2

Release Notes

babel/babel ### [`v7.11.6`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7116-2020-09-03) [Compare Source](https://togithub.com/babel/babel/compare/v7.11.5...v7.11.6) ##### :house: Internal - [#​12028](https://togithub.com/babel/babel/pull/12028) Run prepublish build after versioning ([@​JLHwung](https://togithub.com/JLHwung)) ##### :leftwards_arrow_with_hook: Revert - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-transform-fixture-test-runner` - [#​12027](https://togithub.com/babel/babel/pull/12027) Revert [#​12014](https://togithub.com/babel/babel/issues/12014) ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.11.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7115-2020-08-31) [Compare Source](https://togithub.com/babel/babel/compare/v7.11.4...v7.11.5) ##### :bug: Bug Fix - `babel-helper-builder-react-jsx-experimental`, `babel-plugin-transform-react-jsx-development` - [#​12017](https://togithub.com/babel/babel/pull/12017) Fix `jsxDEV` for generated elements ([@​Timer](https://togithub.com/Timer)) - `babel-parser` - [#​11931](https://togithub.com/babel/babel/pull/11931) fix: ExpressionBody should respect [In] parameter ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11987](https://togithub.com/babel/babel/pull/11987) Set generator to true during error recovery of accessor ([@​existentialism](https://togithub.com/existentialism)) - Other - [#​11993](https://togithub.com/babel/babel/pull/11993) Added linting support for private class methods ([@​giovannicalo](https://togithub.com/giovannicalo)) - `babel-plugin-proposal-function-bind` - [#​12000](https://togithub.com/babel/babel/pull/12000) fix(plugin-proposal-function-bind): fix invalid code emitted for `::super.foo` ([@​uhyo](https://togithub.com/uhyo)) ##### :nail_care: Polish - `babel-traverse` - [#​11832](https://togithub.com/babel/babel/pull/11832) Forward deopt node path ([@​johanholmerin](https://togithub.com/johanholmerin)) ##### :house: Internal - Other - [#​12013](https://togithub.com/babel/babel/pull/12013) Remove unused enhanced-resolve and normalize lock resolutions ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12010](https://togithub.com/babel/babel/pull/12010) chore: use Rollup 2 ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12002](https://togithub.com/babel/babel/pull/12002) Restructure CI workflow ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11781](https://togithub.com/babel/babel/pull/11781) chore: improve Yarn 2 cache on CI ([@​JLHwung](https://togithub.com/JLHwung)) - _Every package_ - [#​11962](https://togithub.com/babel/babel/pull/11962) Use Yarn 2 ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.11.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7114-2020-08-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.11.1...v7.11.4) ##### :bug: Bug Fix - `babel-helper-replace-supers` - [#​11985](https://togithub.com/babel/babel/pull/11985) fix: declare [@​babel/traverse](https://togithub.com/babel/traverse) as a dependency ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​11974](https://togithub.com/babel/babel/pull/11974) Ensure `import()` is not transpiled in `babel-core` published source ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​11979](https://togithub.com/babel/babel/pull/11979) Throw error on invalid flow async generic arrow syntax ([@​existentialism](https://togithub.com/existentialism)) - [#​11955](https://togithub.com/babel/babel/pull/11955) Fix parsing type casted generic flow arrow exprs ([@​existentialism](https://togithub.com/existentialism)) - [#​11973](https://togithub.com/babel/babel/pull/11973) fix: do not transform ClassPrivateMethods in estree ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11941](https://togithub.com/babel/babel/pull/11941) fix: push new token context when braceHashL is seen ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11943](https://togithub.com/babel/babel/pull/11943) fix: reset EndLocation for catch param ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​11978](https://togithub.com/babel/babel/pull/11978) fix: do not mutate newTypes ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11970](https://togithub.com/babel/babel/pull/11970) fix: ensure defaults are set in [@​babel/eslint-parser](https://togithub.com/babel/eslint-parser) ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-generator` - [#​11947](https://togithub.com/babel/babel/pull/11947) fix: disallow line break between async and property ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - Other - [#​11952](https://togithub.com/babel/babel/pull/11952) Move legacy node version tests to GitHub actions ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11936](https://togithub.com/babel/babel/pull/11936) chore: do not push version commit on lerna version ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​11923](https://togithub.com/babel/babel/pull/11923) Add more parser test cases ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11944](https://togithub.com/babel/babel/pull/11944) Simplify tokenizer update context ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11945](https://togithub.com/babel/babel/pull/11945) chore: enable flowcheck on CI ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11930](https://togithub.com/babel/babel/pull/11930) Refactor [In] production parameter tracking ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers` - [#​11953](https://togithub.com/babel/babel/pull/11953) chore: remove obsolete comment ([@​jamescdavis](https://togithub.com/jamescdavis)) - `babel-helper-transform-fixture-test-runner` - [#​11951](https://togithub.com/babel/babel/pull/11951) chore: build babel-polyfill-dist on make watch ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core`, `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-spread` - [#​11531](https://togithub.com/babel/babel/pull/11531) Isolated exec tests ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-helper-bindify-decorators`, `babel-helper-call-delegate`, `babel-helper-explode-assignable-expression`, `babel-helper-explode-class`, `babel-helper-remap-async-to-generator`, `babel-helper-replace-supers` - [#​11937](https://togithub.com/babel/babel/pull/11937) Move some [@​babel/traverse](https://togithub.com/babel/traverse) from deps to devDeps ([@​Monchi](https://togithub.com/Monchi)) ### [`v7.11.1`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7111-2020-08-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.11.0...v7.11.1) ##### :bug: Bug Fix - `babel-parser` - [#​11912](https://togithub.com/babel/babel/pull/11912) rescan gt/lt token after TsAsExpression is parsed ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​11906](https://togithub.com/babel/babel/pull/11906) Do not cache non-existent config files forever ([@​devongovett](https://togithub.com/devongovett)) - `babel-plugin-transform-block-scoping`, `babel-standalone` - [#​11901](https://togithub.com/babel/babel/pull/11901) fix: ensure `[…map.keys]` can be correctly transformed in loose mode ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - [#​11900](https://togithub.com/babel/babel/pull/11900) docs: remove experimental warning on README ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-parser` - [#​11871](https://togithub.com/babel/babel/pull/11871) Parser refactoring ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​11899](https://togithub.com/babel/babel/pull/11899) Update `@babel/*` deps ([@​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.

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

basilbot commented 4 years ago

Deploy preview for basiljs2 ready!

Built with commit 78aa64f24ca893320a56345c9f4be835def47273

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