ricokahler / next-plugin-preval

Pre-evaluate async functions during builds and import them like JSON
MIT License
255 stars 12 forks source link

chore(deps): update dependency @babel/cli to v7.14.8 #53

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) 7.14.5 -> 7.14.8 age adoption passing confidence

Release Notes

babel/babel ### [`v7.14.8`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7148-2021-07-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.5...v7.14.8) ##### :eyeglasses: Spec Compliance - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-static-block`, `babel-plugin-transform-new-target` - [#​13560](https://togithub.com/babel/babel/pull/13560) fix(class-properties): replace `new.target` in static properties with `undefined` ([@​colinaaa](https://togithub.com/colinaaa)) - `babel-parser` - [#​13088](https://togithub.com/babel/babel/pull/13088) Fix await binding error within static block ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13531](https://togithub.com/babel/babel/pull/13531) fix: disallow computed `async`/`get`/`set` keyword ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-module-transforms`, `babel-helper-simple-access`, `babel-plugin-transform-modules-commonjs` - [#​13258](https://togithub.com/babel/babel/pull/13258) Fix const violations in ESM imports when transformed to CJS ([@​overlookmotel](https://togithub.com/overlookmotel)) ##### :bug: Bug Fix - `babel-parser` - [#​13575](https://togithub.com/babel/babel/pull/13575) Update babel-parser.d.ts ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​13548](https://togithub.com/babel/babel/pull/13548) Fix parser `strictMode` option ([@​overlookmotel](https://togithub.com/overlookmotel)) - [#​13573](https://togithub.com/babel/babel/pull/13573) Fix issue to allow module block in member expression ([@​nme077](https://togithub.com/nme077)) - [#​13521](https://togithub.com/babel/babel/pull/13521) Overhaul comment attachment ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13534](https://togithub.com/babel/babel/pull/13534) Async do expression should start at async ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-arrow-functions`, `babel-traverse` - [#​12344](https://togithub.com/babel/babel/pull/12344) Fix arrow transformation when `arguments` is defined as variable ([@​snitin315](https://togithub.com/snitin315)) - `babel-traverse` - [#​13527](https://togithub.com/babel/babel/pull/13527) fix: accept duplicated import/variable in different module ([@​colinaaa](https://togithub.com/colinaaa)) - `babel-types` - [#​13525](https://togithub.com/babel/babel/pull/13525) fix(babel-types): accept `UnaryExpression` in `TSLiteralType` ([@​colinaaa](https://togithub.com/colinaaa)) - [#​13500](https://togithub.com/babel/babel/pull/13500) Add typeParameters to tagged template visitor keys ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-core` - [#​13515](https://togithub.com/babel/babel/pull/13515) Fix config validation message typo ([@​jaeseokk](https://togithub.com/jaeseokk)) - `babel-cli` - [#​13508](https://togithub.com/babel/babel/pull/13508) fix: sync default_extensions to babel-cli usage ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - [#​13562](https://togithub.com/babel/babel/pull/13562) Fix `make generate-standalone` -> `make build-standalone` ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ##### :house: Internal - `babel-helpers` - [#​13522](https://togithub.com/babel/babel/pull/13522) minor improvement to gulp generate-runtime-helpers error message ([@​lightmare](https://togithub.com/lightmare)) ##### :running_woman: Performance - `babel-parser` - [#​13521](https://togithub.com/babel/babel/pull/13521) Overhaul comment attachment ([@​JLHwung](https://togithub.com/JLHwung))

Configuration

πŸ“… Schedule: "before 3am on the first day of the month" (UTC).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ”• 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.

codecov[bot] commented 3 years ago

Codecov Report

Merging #53 (90efcd8) into main (ab658f7) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #53   +/-   ##
=======================================
  Coverage   92.39%   92.39%           
=======================================
  Files           2        2           
  Lines          92       92           
  Branches       30       30           
=======================================
  Hits           85       85           
  Misses          6        6           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update ab658f7...90efcd8. Read the comment docs.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.2.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: