Open mend-for-github-com[bot] opened 8 months ago
This PR contains the following updates:
7.14.7
7.14.8
By merging this PR, the below issues will be automatically resolved and closed:
This PR contains the following updates:
7.14.7
->7.14.8
By merging this PR, the below issues will be automatically resolved and closed:
Release Notes
babel/babel (@babel/preset-env)
### [`v7.14.8`](https://redirect.github.com/babel/babel/releases/tag/v7.14.8) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.14.7...v7.14.8) #### v7.14.8 (2021-07-20) Thanks [@colinaaa](https://redirect.github.com/colinaaa), [@jaeseokk](https://redirect.github.com/jaeseokk) and [@nme077](https://redirect.github.com/nme077) for your first PRs! ##### :eyeglasses: Spec Compliance - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-static-block`, `babel-plugin-transform-new-target` - [#13560](https://redirect.github.com/babel/babel/pull/13560) fix(class-properties): replace `new.target` in static properties with `undefined` ([@colinaaa](https://redirect.github.com/colinaaa)) - `babel-parser` - [#13088](https://redirect.github.com/babel/babel/pull/13088) Fix await binding error within static block ([@JLHwung](https://redirect.github.com/JLHwung)) - [#13531](https://redirect.github.com/babel/babel/pull/13531) fix: disallow computed `async`/`get`/`set` keyword ([@JLHwung](https://redirect.github.com/JLHwung)) - `babel-helper-module-transforms`, `babel-helper-simple-access`, `babel-plugin-transform-modules-commonjs` - [#13258](https://redirect.github.com/babel/babel/pull/13258) Fix const violations in ESM imports when transformed to CJS ([@overlookmotel](https://redirect.github.com/overlookmotel)) ##### :bug: Bug Fix - `babel-parser` - [#13575](https://redirect.github.com/babel/babel/pull/13575) Update babel-parser.d.ts ([@sosukesuzuki](https://redirect.github.com/sosukesuzuki)) - [#13548](https://redirect.github.com/babel/babel/pull/13548) Fix parser `strictMode` option ([@overlookmotel](https://redirect.github.com/overlookmotel)) - [#13573](https://redirect.github.com/babel/babel/pull/13573) Fix issue to allow module block in member expression ([@nme077](https://redirect.github.com/nme077)) - [#13521](https://redirect.github.com/babel/babel/pull/13521) Overhaul comment attachment ([@JLHwung](https://redirect.github.com/JLHwung)) - [#13534](https://redirect.github.com/babel/babel/pull/13534) Async do expression should start at async ([@JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-transform-arrow-functions`, `babel-traverse` - [#12344](https://redirect.github.com/babel/babel/pull/12344) Fix arrow transformation when `arguments` is defined as variable ([@snitin315](https://redirect.github.com/snitin315)) - `babel-traverse` - [#13527](https://redirect.github.com/babel/babel/pull/13527) fix: accept duplicated import/variable in different module ([@colinaaa](https://redirect.github.com/colinaaa)) - `babel-types` - [#13525](https://redirect.github.com/babel/babel/pull/13525) fix(babel-types): accept `UnaryExpression` in `TSLiteralType` ([@colinaaa](https://redirect.github.com/colinaaa)) - [#13500](https://redirect.github.com/babel/babel/pull/13500) Add typeParameters to tagged template visitor keys ([@JLHwung](https://redirect.github.com/JLHwung)) ##### :nail_care: Polish - `babel-core` - [#13515](https://redirect.github.com/babel/babel/pull/13515) Fix config validation message typo ([@jaeseokk](https://redirect.github.com/jaeseokk)) - `babel-cli` - [#13508](https://redirect.github.com/babel/babel/pull/13508) fix: sync default_extensions to babel-cli usage ([@JLHwung](https://redirect.github.com/JLHwung)) ##### :memo: Documentation - [#13562](https://redirect.github.com/babel/babel/pull/13562) Fix `make generate-standalone` -> `make build-standalone` ([@sosukesuzuki](https://redirect.github.com/sosukesuzuki)) ##### :house: Internal - `babel-helpers` - [#13522](https://redirect.github.com/babel/babel/pull/13522) minor improvement to gulp generate-runtime-helpers error message ([@lightmare](https://redirect.github.com/lightmare)) ##### :running_woman: Performance - `babel-parser` - [#13521](https://redirect.github.com/babel/babel/pull/13521) Overhaul comment attachment ([@JLHwung](https://redirect.github.com/JLHwung)) ##### Committers: 12 - Babel Bot ([@babel-bot](https://redirect.github.com/babel-bot)) - Bogdan Savluk ([@zxbodya](https://redirect.github.com/zxbodya)) - Federico Ciardi ([@fedeci](https://redirect.github.com/fedeci)) - Huáng Jùnliàng ([@JLHwung](https://redirect.github.com/JLHwung)) - Jaeseok Kang ([@jaeseokk](https://redirect.github.com/jaeseokk)) - Mickey Rose ([@lightmare](https://redirect.github.com/lightmare)) - Nicholas Eveland ([@nme077](https://redirect.github.com/nme077)) - Nitin Kumar ([@snitin315](https://redirect.github.com/snitin315)) - Sosuke Suzuki ([@sosukesuzuki](https://redirect.github.com/sosukesuzuki)) - Tony Gorez ([@tony-go](https://redirect.github.com/tony-go)) - [@overlookmotel](https://redirect.github.com/overlookmotel) - 王清雨 ([@colinaaa](https://redirect.github.com/colinaaa))