Release notes
*Sourced from [@babel/runtime's releases](https://github.com/babel/babel/releases).*
>
> ## v7.6.0 (2019-09-06)
>
> #### :eyeglasses: Spec Compliance
> * `babel-generator`, `babel-parser`
> * [#10269](https://github-redirect.dependabot.com/babel/babel/pull/10269) Fix parenthesis for nullish coalescing ([@vivek12345](https://github.com/vivek12345))
> * `babel-helpers`, `babel-plugin-transform-block-scoping`, `babel-traverse`
> * [#9498](https://github-redirect.dependabot.com/babel/babel/pull/9498) Fix tdz checks in transform-block-scoping plugin ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
>
> #### :rocket: New Feature
> * `babel-core`
> * [#10181](https://github-redirect.dependabot.com/babel/babel/pull/10181) feat(errors): validate preset when filename is absent ([@JLHwung](https://github.com/JLHwung))
> * `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-private-methods`
> * [#10217](https://github-redirect.dependabot.com/babel/babel/pull/10217) Class Private Static Accessors ([@tim-mc](https://github.com/tim-mc))
> * `babel-generator`, `babel-parser`, `babel-types`
> * [#10148](https://github-redirect.dependabot.com/babel/babel/pull/10148) V8intrinsic syntax plugin ([@JLHwung](https://github.com/JLHwung))
> * `babel-preset-typescript`
> * [#10382](https://github-redirect.dependabot.com/babel/babel/pull/10382) Allow setting 'allowNamespaces' in typescript preset ([@dsgkirkby](https://github.com/dsgkirkby))
> * `babel-parser`
> * [#10352](https://github-redirect.dependabot.com/babel/babel/pull/10352) Do not register ambient classes to the TS scope ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-types`
> * [#10248](https://github-redirect.dependabot.com/babel/babel/pull/10248) Add static to class property builder ([@yuri-karadzhov](https://github.com/yuri-karadzhov))
>
> #### :bug: Bug Fix
> * `babel-helpers`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env`
> * [#10396](https://github-redirect.dependabot.com/babel/babel/pull/10396) fix: early return when instance is not iterable ([@JLHwung](https://github.com/JLHwung))
> * `babel-plugin-transform-runtime`
> * [#10398](https://github-redirect.dependabot.com/babel/babel/pull/10398) Add supports for polyfill computed methods ([@rhyzx](https://github.com/rhyzx))
> * `babel-preset-env`
> * [#10397](https://github-redirect.dependabot.com/babel/babel/pull/10397) Don't polyfill when evaluation is not confident ([@rhyzx](https://github.com/rhyzx))
> * [#10218](https://github-redirect.dependabot.com/babel/babel/pull/10218) [preset-env] Include / exclude module plugins properly ([@AdamRamberg](https://github.com/AdamRamberg))
> * [#10284](https://github-redirect.dependabot.com/babel/babel/pull/10284) Replace es.string.reverse with es.array.reverse ([@epicfaace](https://github.com/epicfaace))
> * `babel-plugin-transform-named-capturing-groups-regex`
> * [#10395](https://github-redirect.dependabot.com/babel/babel/pull/10395) fix: transform name capturing regex once ([@JLHwung](https://github.com/JLHwung))
> * `babel-types`
> * [#10098](https://github-redirect.dependabot.com/babel/babel/pull/10098) fix typescript for babel-types ([@tanhauhau](https://github.com/tanhauhau))
> * [#10319](https://github-redirect.dependabot.com/babel/babel/pull/10319) Add a builder definition including name for tsTypeParameter ([@deificx](https://github.com/deificx))
> * `babel-parser`
> * [#10380](https://github-redirect.dependabot.com/babel/babel/pull/10380) Refactor trailing comment adjustment ([@banga](https://github.com/banga))
> * [#10369](https://github-redirect.dependabot.com/babel/babel/pull/10369) Retain trailing comments in array expressions ([@banga](https://github.com/banga))
> * [#10292](https://github-redirect.dependabot.com/babel/babel/pull/10292) fix: assign trailing comment to ObjectProperty only when inside an ObjectExpression ([@JLHwung](https://github.com/JLHwung))
> * `babel-parser`, `babel-types`
> * [#10366](https://github-redirect.dependabot.com/babel/babel/pull/10366) Don't allow JSXNamespacedName to chain ([@jridgewell](https://github.com/jridgewell))
> * `babel-generator`, `babel-plugin-transform-typescript`, `babel-types`
> * [#10341](https://github-redirect.dependabot.com/babel/babel/pull/10341) Add TSBigIntKeyword to @babel/types ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-core`, `babel-types`
> * [#9960](https://github-redirect.dependabot.com/babel/babel/pull/9960) Do not delete "fake" source map comments from strings ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-plugin-transform-flow-comments`
> * [#10329](https://github-redirect.dependabot.com/babel/babel/pull/10329) Fix flow comments plugin issues ([@zaygraveyard](https://github.com/zaygraveyard))
> * `babel-helpers`, `babel-plugin-transform-react-constant-elements`
> ... (truncated)
Changelog
*Sourced from [@babel/runtime's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).*
> ## v7.6.0 (2019-09-06)
>
> #### :eyeglasses: Spec Compliance
> * `babel-generator`, `babel-parser`
> * [#10269](https://github-redirect.dependabot.com/babel/babel/pull/10269) Fix parenthesis for nullish coalescing ([@vivek12345](https://github.com/vivek12345))
> * `babel-helpers`, `babel-plugin-transform-block-scoping`, `babel-traverse`
> * [#9498](https://github-redirect.dependabot.com/babel/babel/pull/9498) Fix tdz checks in transform-block-scoping plugin ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
>
> #### :rocket: New Feature
> * `babel-core`
> * [#10181](https://github-redirect.dependabot.com/babel/babel/pull/10181) feat(errors): validate preset when filename is absent ([@JLHwung](https://github.com/JLHwung))
> * `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-private-methods`
> * [#10217](https://github-redirect.dependabot.com/babel/babel/pull/10217) Class Private Static Accessors ([@tim-mc](https://github.com/tim-mc))
> * `babel-generator`, `babel-parser`, `babel-types`
> * [#10148](https://github-redirect.dependabot.com/babel/babel/pull/10148) V8intrinsic syntax plugin ([@JLHwung](https://github.com/JLHwung))
> * `babel-preset-typescript`
> * [#10382](https://github-redirect.dependabot.com/babel/babel/pull/10382) Allow setting 'allowNamespaces' in typescript preset ([@dsgkirkby](https://github.com/dsgkirkby))
> * `babel-parser`
> * [#10352](https://github-redirect.dependabot.com/babel/babel/pull/10352) Do not register ambient classes to the TS scope ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-types`
> * [#10248](https://github-redirect.dependabot.com/babel/babel/pull/10248) Add static to class property builder ([@yuri-karadzhov](https://github.com/yuri-karadzhov))
>
> #### :bug: Bug Fix
> * `babel-helpers`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env`
> * [#10396](https://github-redirect.dependabot.com/babel/babel/pull/10396) fix: early return when instance is not iterable ([@JLHwung](https://github.com/JLHwung))
> * `babel-plugin-transform-runtime`
> * [#10398](https://github-redirect.dependabot.com/babel/babel/pull/10398) Add supports for polyfill computed methods ([@rhyzx](https://github.com/rhyzx))
> * `babel-preset-env`
> * [#10397](https://github-redirect.dependabot.com/babel/babel/pull/10397) Don't polyfill when evaluation is not confident ([@rhyzx](https://github.com/rhyzx))
> * [#10218](https://github-redirect.dependabot.com/babel/babel/pull/10218) [preset-env] Include / exclude module plugins properly ([@AdamRamberg](https://github.com/AdamRamberg))
> * [#10284](https://github-redirect.dependabot.com/babel/babel/pull/10284) Replace es.string.reverse with es.array.reverse ([@epicfaace](https://github.com/epicfaace))
> * `babel-plugin-transform-named-capturing-groups-regex`
> * [#10395](https://github-redirect.dependabot.com/babel/babel/pull/10395) fix: transform name capturing regex once ([@JLHwung](https://github.com/JLHwung))
> * `babel-types`
> * [#10098](https://github-redirect.dependabot.com/babel/babel/pull/10098) fix typescript for babel-types ([@tanhauhau](https://github.com/tanhauhau))
> * [#10319](https://github-redirect.dependabot.com/babel/babel/pull/10319) Add a builder definition including name for tsTypeParameter ([@deificx](https://github.com/deificx))
> * `babel-parser`
> * [#10380](https://github-redirect.dependabot.com/babel/babel/pull/10380) Refactor trailing comment adjustment ([@banga](https://github.com/banga))
> * [#10369](https://github-redirect.dependabot.com/babel/babel/pull/10369) Retain trailing comments in array expressions ([@banga](https://github.com/banga))
> * [#10292](https://github-redirect.dependabot.com/babel/babel/pull/10292) fix: assign trailing comment to ObjectProperty only when inside an ObjectExpression ([@JLHwung](https://github.com/JLHwung))
> * `babel-parser`, `babel-types`
> * [#10366](https://github-redirect.dependabot.com/babel/babel/pull/10366) Don't allow JSXNamespacedName to chain ([@jridgewell](https://github.com/jridgewell))
> * `babel-generator`, `babel-plugin-transform-typescript`, `babel-types`
> * [#10341](https://github-redirect.dependabot.com/babel/babel/pull/10341) Add TSBigIntKeyword to @babel/types ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-core`, `babel-types`
> * [#9960](https://github-redirect.dependabot.com/babel/babel/pull/9960) Do not delete "fake" source map comments from strings ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-plugin-transform-flow-comments`
> * [#10329](https://github-redirect.dependabot.com/babel/babel/pull/10329) Fix flow comments plugin issues ([@zaygraveyard](https://github.com/zaygraveyard))
> * `babel-helpers`, `babel-plugin-transform-react-constant-elements`
> * [#10307](https://github-redirect.dependabot.com/babel/babel/pull/10307) [fix] jsx helper calls order ([@Sinewyk](https://github.com/Sinewyk))
> ... (truncated)
Commits
- [`cbd5a26`](https://github.com/babel/babel/commit/cbd5a26e57758e3f748174ff84aa570e8780e85d) v7.6.0
- [`42e5974`](https://github.com/babel/babel/commit/42e5974fd4dff5338366738cb05dbaf9ff12d38b) Remove old uglify option
- [`735abc0`](https://github.com/babel/babel/commit/735abc0ed8dfbcfbfb46b1862d6f2c3c28052b63) Update lerna
- [`aa7678f`](https://github.com/babel/babel/commit/aa7678f32a544057b8d5b13239a59181412e841d) Remove core-js from @babel/register. ([#9847](https://github-redirect.dependabot.com/babel/babel/issues/9847))
- [`b64cb9a`](https://github.com/babel/babel/commit/b64cb9aaf10b54fad8b718b15cfdec63547ba92b) fix: early return when instance is not iterable ([#10396](https://github-redirect.dependabot.com/babel/babel/issues/10396))
- [`8da9d8b`](https://github.com/babel/babel/commit/8da9d8b4b8b5ff485bd84588d3022930b4e71575) feat(errors): validate preset when filename is absent ([#10181](https://github-redirect.dependabot.com/babel/babel/issues/10181))
- [`3e4889d`](https://github.com/babel/babel/commit/3e4889d649802f592b4c4d16f9fc8b6cee945783) Class Private Static Accessors ([#10217](https://github-redirect.dependabot.com/babel/babel/issues/10217))
- [`da0af5f`](https://github.com/babel/babel/commit/da0af5fd99a9b747370a2240df3abf2940b9649c) V8intrinsic syntax plugin ([#10148](https://github-redirect.dependabot.com/babel/babel/issues/10148))
- [`b02e35c`](https://github.com/babel/babel/commit/b02e35c19a23d5092591a818551f5beaf4dd8d5a) Fix parenthesis for nullish coalescing ([#10269](https://github-redirect.dependabot.com/babel/babel/issues/10269))
- [`3e8a5c5`](https://github.com/babel/babel/commit/3e8a5c5e28214a6f7849bd2faa47efa5ebf5a881) Use "validateLogs" for preset-env's debug fixtures ([#10401](https://github-redirect.dependabot.com/babel/babel/issues/10401))
- Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.1.5...v7.6.0)
Maintainer changes
This version was pushed to npm by [nicolo-ribaudo](https://www.npmjs.com/~nicolo-ribaudo), a new releaser for @babel/runtime since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps @babel/runtime from 7.1.5 to 7.6.0.
Release notes
*Sourced from [@babel/runtime's releases](https://github.com/babel/babel/releases).* > > ## v7.6.0 (2019-09-06) > > #### :eyeglasses: Spec Compliance > * `babel-generator`, `babel-parser` > * [#10269](https://github-redirect.dependabot.com/babel/babel/pull/10269) Fix parenthesis for nullish coalescing ([@vivek12345](https://github.com/vivek12345)) > * `babel-helpers`, `babel-plugin-transform-block-scoping`, `babel-traverse` > * [#9498](https://github-redirect.dependabot.com/babel/babel/pull/9498) Fix tdz checks in transform-block-scoping plugin ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > > #### :rocket: New Feature > * `babel-core` > * [#10181](https://github-redirect.dependabot.com/babel/babel/pull/10181) feat(errors): validate preset when filename is absent ([@JLHwung](https://github.com/JLHwung)) > * `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-private-methods` > * [#10217](https://github-redirect.dependabot.com/babel/babel/pull/10217) Class Private Static Accessors ([@tim-mc](https://github.com/tim-mc)) > * `babel-generator`, `babel-parser`, `babel-types` > * [#10148](https://github-redirect.dependabot.com/babel/babel/pull/10148) V8intrinsic syntax plugin ([@JLHwung](https://github.com/JLHwung)) > * `babel-preset-typescript` > * [#10382](https://github-redirect.dependabot.com/babel/babel/pull/10382) Allow setting 'allowNamespaces' in typescript preset ([@dsgkirkby](https://github.com/dsgkirkby)) > * `babel-parser` > * [#10352](https://github-redirect.dependabot.com/babel/babel/pull/10352) Do not register ambient classes to the TS scope ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-types` > * [#10248](https://github-redirect.dependabot.com/babel/babel/pull/10248) Add static to class property builder ([@yuri-karadzhov](https://github.com/yuri-karadzhov)) > > #### :bug: Bug Fix > * `babel-helpers`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` > * [#10396](https://github-redirect.dependabot.com/babel/babel/pull/10396) fix: early return when instance is not iterable ([@JLHwung](https://github.com/JLHwung)) > * `babel-plugin-transform-runtime` > * [#10398](https://github-redirect.dependabot.com/babel/babel/pull/10398) Add supports for polyfill computed methods ([@rhyzx](https://github.com/rhyzx)) > * `babel-preset-env` > * [#10397](https://github-redirect.dependabot.com/babel/babel/pull/10397) Don't polyfill when evaluation is not confident ([@rhyzx](https://github.com/rhyzx)) > * [#10218](https://github-redirect.dependabot.com/babel/babel/pull/10218) [preset-env] Include / exclude module plugins properly ([@AdamRamberg](https://github.com/AdamRamberg)) > * [#10284](https://github-redirect.dependabot.com/babel/babel/pull/10284) Replace es.string.reverse with es.array.reverse ([@epicfaace](https://github.com/epicfaace)) > * `babel-plugin-transform-named-capturing-groups-regex` > * [#10395](https://github-redirect.dependabot.com/babel/babel/pull/10395) fix: transform name capturing regex once ([@JLHwung](https://github.com/JLHwung)) > * `babel-types` > * [#10098](https://github-redirect.dependabot.com/babel/babel/pull/10098) fix typescript for babel-types ([@tanhauhau](https://github.com/tanhauhau)) > * [#10319](https://github-redirect.dependabot.com/babel/babel/pull/10319) Add a builder definition including name for tsTypeParameter ([@deificx](https://github.com/deificx)) > * `babel-parser` > * [#10380](https://github-redirect.dependabot.com/babel/babel/pull/10380) Refactor trailing comment adjustment ([@banga](https://github.com/banga)) > * [#10369](https://github-redirect.dependabot.com/babel/babel/pull/10369) Retain trailing comments in array expressions ([@banga](https://github.com/banga)) > * [#10292](https://github-redirect.dependabot.com/babel/babel/pull/10292) fix: assign trailing comment to ObjectProperty only when inside an ObjectExpression ([@JLHwung](https://github.com/JLHwung)) > * `babel-parser`, `babel-types` > * [#10366](https://github-redirect.dependabot.com/babel/babel/pull/10366) Don't allow JSXNamespacedName to chain ([@jridgewell](https://github.com/jridgewell)) > * `babel-generator`, `babel-plugin-transform-typescript`, `babel-types` > * [#10341](https://github-redirect.dependabot.com/babel/babel/pull/10341) Add TSBigIntKeyword to @babel/types ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-core`, `babel-types` > * [#9960](https://github-redirect.dependabot.com/babel/babel/pull/9960) Do not delete "fake" source map comments from strings ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-plugin-transform-flow-comments` > * [#10329](https://github-redirect.dependabot.com/babel/babel/pull/10329) Fix flow comments plugin issues ([@zaygraveyard](https://github.com/zaygraveyard)) > * `babel-helpers`, `babel-plugin-transform-react-constant-elements` > ... (truncated)Changelog
*Sourced from [@babel/runtime's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > ## v7.6.0 (2019-09-06) > > #### :eyeglasses: Spec Compliance > * `babel-generator`, `babel-parser` > * [#10269](https://github-redirect.dependabot.com/babel/babel/pull/10269) Fix parenthesis for nullish coalescing ([@vivek12345](https://github.com/vivek12345)) > * `babel-helpers`, `babel-plugin-transform-block-scoping`, `babel-traverse` > * [#9498](https://github-redirect.dependabot.com/babel/babel/pull/9498) Fix tdz checks in transform-block-scoping plugin ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > > #### :rocket: New Feature > * `babel-core` > * [#10181](https://github-redirect.dependabot.com/babel/babel/pull/10181) feat(errors): validate preset when filename is absent ([@JLHwung](https://github.com/JLHwung)) > * `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-private-methods` > * [#10217](https://github-redirect.dependabot.com/babel/babel/pull/10217) Class Private Static Accessors ([@tim-mc](https://github.com/tim-mc)) > * `babel-generator`, `babel-parser`, `babel-types` > * [#10148](https://github-redirect.dependabot.com/babel/babel/pull/10148) V8intrinsic syntax plugin ([@JLHwung](https://github.com/JLHwung)) > * `babel-preset-typescript` > * [#10382](https://github-redirect.dependabot.com/babel/babel/pull/10382) Allow setting 'allowNamespaces' in typescript preset ([@dsgkirkby](https://github.com/dsgkirkby)) > * `babel-parser` > * [#10352](https://github-redirect.dependabot.com/babel/babel/pull/10352) Do not register ambient classes to the TS scope ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-types` > * [#10248](https://github-redirect.dependabot.com/babel/babel/pull/10248) Add static to class property builder ([@yuri-karadzhov](https://github.com/yuri-karadzhov)) > > #### :bug: Bug Fix > * `babel-helpers`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` > * [#10396](https://github-redirect.dependabot.com/babel/babel/pull/10396) fix: early return when instance is not iterable ([@JLHwung](https://github.com/JLHwung)) > * `babel-plugin-transform-runtime` > * [#10398](https://github-redirect.dependabot.com/babel/babel/pull/10398) Add supports for polyfill computed methods ([@rhyzx](https://github.com/rhyzx)) > * `babel-preset-env` > * [#10397](https://github-redirect.dependabot.com/babel/babel/pull/10397) Don't polyfill when evaluation is not confident ([@rhyzx](https://github.com/rhyzx)) > * [#10218](https://github-redirect.dependabot.com/babel/babel/pull/10218) [preset-env] Include / exclude module plugins properly ([@AdamRamberg](https://github.com/AdamRamberg)) > * [#10284](https://github-redirect.dependabot.com/babel/babel/pull/10284) Replace es.string.reverse with es.array.reverse ([@epicfaace](https://github.com/epicfaace)) > * `babel-plugin-transform-named-capturing-groups-regex` > * [#10395](https://github-redirect.dependabot.com/babel/babel/pull/10395) fix: transform name capturing regex once ([@JLHwung](https://github.com/JLHwung)) > * `babel-types` > * [#10098](https://github-redirect.dependabot.com/babel/babel/pull/10098) fix typescript for babel-types ([@tanhauhau](https://github.com/tanhauhau)) > * [#10319](https://github-redirect.dependabot.com/babel/babel/pull/10319) Add a builder definition including name for tsTypeParameter ([@deificx](https://github.com/deificx)) > * `babel-parser` > * [#10380](https://github-redirect.dependabot.com/babel/babel/pull/10380) Refactor trailing comment adjustment ([@banga](https://github.com/banga)) > * [#10369](https://github-redirect.dependabot.com/babel/babel/pull/10369) Retain trailing comments in array expressions ([@banga](https://github.com/banga)) > * [#10292](https://github-redirect.dependabot.com/babel/babel/pull/10292) fix: assign trailing comment to ObjectProperty only when inside an ObjectExpression ([@JLHwung](https://github.com/JLHwung)) > * `babel-parser`, `babel-types` > * [#10366](https://github-redirect.dependabot.com/babel/babel/pull/10366) Don't allow JSXNamespacedName to chain ([@jridgewell](https://github.com/jridgewell)) > * `babel-generator`, `babel-plugin-transform-typescript`, `babel-types` > * [#10341](https://github-redirect.dependabot.com/babel/babel/pull/10341) Add TSBigIntKeyword to @babel/types ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-core`, `babel-types` > * [#9960](https://github-redirect.dependabot.com/babel/babel/pull/9960) Do not delete "fake" source map comments from strings ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-plugin-transform-flow-comments` > * [#10329](https://github-redirect.dependabot.com/babel/babel/pull/10329) Fix flow comments plugin issues ([@zaygraveyard](https://github.com/zaygraveyard)) > * `babel-helpers`, `babel-plugin-transform-react-constant-elements` > * [#10307](https://github-redirect.dependabot.com/babel/babel/pull/10307) [fix] jsx helper calls order ([@Sinewyk](https://github.com/Sinewyk)) > ... (truncated)Commits
- [`cbd5a26`](https://github.com/babel/babel/commit/cbd5a26e57758e3f748174ff84aa570e8780e85d) v7.6.0 - [`42e5974`](https://github.com/babel/babel/commit/42e5974fd4dff5338366738cb05dbaf9ff12d38b) Remove old uglify option - [`735abc0`](https://github.com/babel/babel/commit/735abc0ed8dfbcfbfb46b1862d6f2c3c28052b63) Update lerna - [`aa7678f`](https://github.com/babel/babel/commit/aa7678f32a544057b8d5b13239a59181412e841d) Remove core-js from @babel/register. ([#9847](https://github-redirect.dependabot.com/babel/babel/issues/9847)) - [`b64cb9a`](https://github.com/babel/babel/commit/b64cb9aaf10b54fad8b718b15cfdec63547ba92b) fix: early return when instance is not iterable ([#10396](https://github-redirect.dependabot.com/babel/babel/issues/10396)) - [`8da9d8b`](https://github.com/babel/babel/commit/8da9d8b4b8b5ff485bd84588d3022930b4e71575) feat(errors): validate preset when filename is absent ([#10181](https://github-redirect.dependabot.com/babel/babel/issues/10181)) - [`3e4889d`](https://github.com/babel/babel/commit/3e4889d649802f592b4c4d16f9fc8b6cee945783) Class Private Static Accessors ([#10217](https://github-redirect.dependabot.com/babel/babel/issues/10217)) - [`da0af5f`](https://github.com/babel/babel/commit/da0af5fd99a9b747370a2240df3abf2940b9649c) V8intrinsic syntax plugin ([#10148](https://github-redirect.dependabot.com/babel/babel/issues/10148)) - [`b02e35c`](https://github.com/babel/babel/commit/b02e35c19a23d5092591a818551f5beaf4dd8d5a) Fix parenthesis for nullish coalescing ([#10269](https://github-redirect.dependabot.com/babel/babel/issues/10269)) - [`3e8a5c5`](https://github.com/babel/babel/commit/3e8a5c5e28214a6f7849bd2faa47efa5ebf5a881) Use "validateLogs" for preset-env's debug fixtures ([#10401](https://github-redirect.dependabot.com/babel/babel/issues/10401)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.1.5...v7.6.0)Maintainer changes
This version was pushed to npm by [nicolo-ribaudo](https://www.npmjs.com/~nicolo-ribaudo), a new releaser for @babel/runtime since your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.