Release notes
*Sourced from [@babel/preset-env's releases](https://github.com/babel/babel/releases).*
> ## v7.2.0 (2018-12-03)
>
> Thanks to [**Gcaufy**](https://github.com/Gcaufy), [**morozRed**](https://github.com/morozRed), [**phapp88**](https://github.com/phapp88), [**tim-mc**](https://github.com/tim-mc) and [**katrotz**](https://github.com/katrotz) for their first PRs!
>
> #### :rocket: New Feature
> * `babel-parser`
> * [#8289](https://github-redirect.dependabot.com/babel/babel/pull/8289) Implement Smart Pipeline proposal in @babel/parser. ([[**mAAdhaTTah**](https://github.com/mAAdhaTTah)](https://github.com/mAAdhaTTah))
> * `babel-core`
> * [#8986](https://github-redirect.dependabot.com/babel/babel/pull/8986) Export @babel/parser#tokTypes in @babel/core. ([[**kaicataldo**](https://github.com/kaicataldo)](https://github.com/kaicataldo))
> * `babel-node`
> * [#9078](https://github-redirect.dependabot.com/babel/babel/pull/9078) Pass `rootMode` from `@babel/node`.. ([[**wtgtybhertgeghgtwtg**](https://github.com/wtgtybhertgeghgtwtg)](https://github.com/wtgtybhertgeghgtwtg))
> * `babel-generator`, `babel-helpers`, `babel-plugin-class-features`, `babel-plugin-proposal-private-methods`, `babel-plugin-syntax-class-properties`, `babel-types`
> * [#8654](https://github-redirect.dependabot.com/babel/babel/pull/8654) Private class methods stage 3. ([[**tim-mc**](https://github.com/tim-mc)](https://github.com/tim-mc))
> * `babel-preset-env`
> * [#9048](https://github-redirect.dependabot.com/babel/babel/pull/9048) Update mappings for node 10 in preset-env. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
>
> #### :bug: Bug Fix
> * `babel-parser`
> * [#9114](https://github-redirect.dependabot.com/babel/babel/pull/9114) Parse non-octals with leading zeros in non strict mode correctly. ([[**danez**](https://github.com/danez)](https://github.com/danez))
> * [#9074](https://github-redirect.dependabot.com/babel/babel/pull/9074) Disallow await inside arrow functions. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * [#9069](https://github-redirect.dependabot.com/babel/babel/pull/9069) [flow] Allow type casts in array patterns inside arrow parameters. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * [#9058](https://github-redirect.dependabot.com/babel/babel/pull/9058) Fix compatibility between typescript and jsx plugins in interface declarations. ([[**danez**](https://github.com/danez)](https://github.com/danez))
> * [#9055](https://github-redirect.dependabot.com/babel/babel/pull/9055) Fix bug with parsing TS generic async arrow function. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
> * [#9035](https://github-redirect.dependabot.com/babel/babel/pull/9035) Fix parsing typescript function types with destructuring. ([[**danez**](https://github.com/danez)](https://github.com/danez))
> * `babel-helper-fixtures`, `babel-parser`
> * [#9113](https://github-redirect.dependabot.com/babel/babel/pull/9113) Ignore empty fixture directories and fix fixtures in the parser. ([[**danez**](https://github.com/danez)](https://github.com/danez))
> * `babel-preset-env`
> * [#9091](https://github-redirect.dependabot.com/babel/babel/pull/9091) Update mapping for regex unicode plugin in preset-env. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
> * `babel-plugin-transform-destructuring`
> * [#8916](https://github-redirect.dependabot.com/babel/babel/pull/8916) Fix destructuring assignment in arrow functions without block. ([[**RubenVerborgh**](https://github.com/RubenVerborgh)](https://github.com/RubenVerborgh))
> * `babel-plugin-proposal-optional-chaining`
> * [#9073](https://github-redirect.dependabot.com/babel/babel/pull/9073) Microbouji patch/8136. ([[**jridgewell**](https://github.com/jridgewell)](https://github.com/jridgewell))
> * `babel-core`, `babel-helper-wrap-function`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-function-sent`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-classes`
> * [#9039](https://github-redirect.dependabot.com/babel/babel/pull/9039) Fix recursive async function expressions. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-core`
> * [#9034](https://github-redirect.dependabot.com/babel/babel/pull/9034) Normalize presets before merging config with others.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth))
>
> #### :nail_care: Polish
> * `babel-generator`
> * [#9089](https://github-redirect.dependabot.com/babel/babel/pull/9089) Remove unused variable. ([[**Gcaufy**](https://github.com/Gcaufy)](https://github.com/Gcaufy))
> * `babel-node`
> * [#9079](https://github-redirect.dependabot.com/babel/babel/pull/9079) Move `fs-readdir-recursive` and `output-file-sync` to `devDependencies` for `@babel/node`.. ([[**wtgtybhertgeghgtwtg**](https://github.com/wtgtybhertgeghgtwtg)](https://github.com/wtgtybhertgeghgtwtg))
> * `babel-parser`
> * [#9046](https://github-redirect.dependabot.com/babel/babel/pull/9046) a better error message for disallowed trailing commas/additional parameters after rest elements in function params. ([[**morozRed**](https://github.com/morozRed)](https://github.com/morozRed))
> * `babel-plugin-external-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-export-namespace-from`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-json-strings`, `babel-plugin-proposal-logical-assignment-operators`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-proposal-numeric-separator`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-proposal-optional-catch-binding`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-proposal-unicode-property-regex`, `babel-plugin-syntax-async-generators`, `babel-plugin-syntax-bigint`, `babel-plugin-syntax-class-properties`, `babel-plugin-syntax-decorators`, `babel-plugin-syntax-do-expressions`, `babel-plugin-syntax-dynamic-import`, `babel-plugin-syntax-export-default-from`, `babel-plugin-syntax-export-namespace-from`, `babel-plugin-syntax-flow`, `babel-plugin-syntax-function-bind`, `babel-plugin-syntax-function-sent`, `babel-plugin-syntax-import-meta`, `babel-plugin-syntax-json-strings`, `babel-plugin-syntax-jsx`, `babel-plugin-syntax-logical-assignment-operators`, `babel-plugin-syntax-nullish-coalescing-operator`, `babel-plugin-syntax-numeric-separator`, `babel-plugin-syntax-object-rest-spread`, `babel-plugin-syntax-optional-catch-binding`, `babel-plugin-syntax-optional-chaining`, `babel-plugin-syntax-pipeline-operator`, `babel-plugin-syntax-throw-expressions`, `babel-plugin-syntax-typescript`, `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-computed-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-dotall-regex`, `babel-plugin-transform-duplicate-keys`, `babel-plugin-transform-exponentiation-operator`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-for-of`, `babel-plugin-transform-function-name`, `babel-plugin-transform-instanceof`, `babel-plugin-transform-jscript`, `babel-plugin-transform-literals`, `babel-plugin-transform-member-expression-literals`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-object-assign`, `babel-plugin-transform-object-set-prototype-of-to-assign`, `babel-plugin-transform-object-super`, `babel-plugin-transform-parameters`, `babel-plugin-transform-property-literals`, `babel-plugin-transform-property-mutators`, `babel-plugin-transform-proto-to-assign`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-display-name`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-compat`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-reserved-words`, `babel-plugin-transform-runtime`, `babel-plugin-transform-shorthand-properties`, `babel-plugin-transform-spread`, `babel-plugin-transform-sticky-regex`, `babel-plugin-transform-strict-mode`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-plugin-transform-unicode-regex`
> * [#8769](https://github-redirect.dependabot.com/babel/babel/pull/8769) Add plugins name. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
>
> #### :house: Internal
> * `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods`
> * [#9083](https://github-redirect.dependabot.com/babel/babel/pull/9083) Make @babel/plugin-class-features a normal helper package. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> ... (truncated)
Commits
- [`282129e`](https://github.com/babel/babel/commit/282129ea66dcdbfc9093eb8ff2278bed1127c861) v7.2.0
- [`fc5d49b`](https://github.com/babel/babel/commit/fc5d49b6f6265e8026c43f965d53dfea4ba19344) Add access:public to @babel/helper-create-class-features-plugin
- [`6c2771c`](https://github.com/babel/babel/commit/6c2771c116759d0d84e91e25153bb228e734c17c) Add @babel/plugin-proposal-private-methods to @babel/standalone ([#9115](https://github-redirect.dependabot.com/babel/babel/issues/9115))
- [`fdc869c`](https://github.com/babel/babel/commit/fdc869ce16d47ab5cc5f14d6174ee8f370c2ef85) Merge pull request [#8289](https://github-redirect.dependabot.com/babel/babel/issues/8289) from valtech-nyc/implement-smart-pipeline-in-parser
- [`fa9df67`](https://github.com/babel/babel/commit/fa9df678ac976c1cec4ca68b63ac6ae909c1e7b7) Move tests from babylon to babel-parser and enable one test that works now
- [`3932830`](https://github.com/babel/babel/commit/39328305359c8deadb650d38eddb92b015eec9dd) Parse non-octals with leading zeros in non strict mode correctly ([#9114](https://github-redirect.dependabot.com/babel/babel/issues/9114))
- [`07eaa3c`](https://github.com/babel/babel/commit/07eaa3c63ff06edbeb14b4cc30aca44d294a4731) Ignore empty fixture directories and fix fixtures in the parser ([#9113](https://github-redirect.dependabot.com/babel/babel/issues/9113))
- [`3530d11`](https://github.com/babel/babel/commit/3530d114180798d71c37f3f8c8809d81db15e742) Update find-cache-dir ([#9111](https://github-redirect.dependabot.com/babel/babel/issues/9111))
- [`806e133`](https://github.com/babel/babel/commit/806e1334737f4fbf29615c04d227076b76d7f041) Export @babel/parser#tokTypes in @babel/core ([#8986](https://github-redirect.dependabot.com/babel/babel/issues/8986))
- [`2bf8dde`](https://github.com/babel/babel/commit/2bf8dde782e935b2421be1445f4b2fe86f61643e) Propagates the extensions overrides provided by CLI during files walk ([#8668](https://github-redirect.dependabot.com/babel/babel/issues/8668))
- Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.1.6...v7.2.0)
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.
If all status checks pass Dependabot will automatically merge this pull request.
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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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/preset-env from 7.1.6 to 7.2.0.
Release notes
*Sourced from [@babel/preset-env's releases](https://github.com/babel/babel/releases).* > ## v7.2.0 (2018-12-03) > > Thanks to [**Gcaufy**](https://github.com/Gcaufy), [**morozRed**](https://github.com/morozRed), [**phapp88**](https://github.com/phapp88), [**tim-mc**](https://github.com/tim-mc) and [**katrotz**](https://github.com/katrotz) for their first PRs! > > #### :rocket: New Feature > * `babel-parser` > * [#8289](https://github-redirect.dependabot.com/babel/babel/pull/8289) Implement Smart Pipeline proposal in @babel/parser. ([[**mAAdhaTTah**](https://github.com/mAAdhaTTah)](https://github.com/mAAdhaTTah)) > * `babel-core` > * [#8986](https://github-redirect.dependabot.com/babel/babel/pull/8986) Export @babel/parser#tokTypes in @babel/core. ([[**kaicataldo**](https://github.com/kaicataldo)](https://github.com/kaicataldo)) > * `babel-node` > * [#9078](https://github-redirect.dependabot.com/babel/babel/pull/9078) Pass `rootMode` from `@babel/node`.. ([[**wtgtybhertgeghgtwtg**](https://github.com/wtgtybhertgeghgtwtg)](https://github.com/wtgtybhertgeghgtwtg)) > * `babel-generator`, `babel-helpers`, `babel-plugin-class-features`, `babel-plugin-proposal-private-methods`, `babel-plugin-syntax-class-properties`, `babel-types` > * [#8654](https://github-redirect.dependabot.com/babel/babel/pull/8654) Private class methods stage 3. ([[**tim-mc**](https://github.com/tim-mc)](https://github.com/tim-mc)) > * `babel-preset-env` > * [#9048](https://github-redirect.dependabot.com/babel/babel/pull/9048) Update mappings for node 10 in preset-env. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > > #### :bug: Bug Fix > * `babel-parser` > * [#9114](https://github-redirect.dependabot.com/babel/babel/pull/9114) Parse non-octals with leading zeros in non strict mode correctly. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * [#9074](https://github-redirect.dependabot.com/babel/babel/pull/9074) Disallow await inside arrow functions. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * [#9069](https://github-redirect.dependabot.com/babel/babel/pull/9069) [flow] Allow type casts in array patterns inside arrow parameters. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * [#9058](https://github-redirect.dependabot.com/babel/babel/pull/9058) Fix compatibility between typescript and jsx plugins in interface declarations. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * [#9055](https://github-redirect.dependabot.com/babel/babel/pull/9055) Fix bug with parsing TS generic async arrow function. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * [#9035](https://github-redirect.dependabot.com/babel/babel/pull/9035) Fix parsing typescript function types with destructuring. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * `babel-helper-fixtures`, `babel-parser` > * [#9113](https://github-redirect.dependabot.com/babel/babel/pull/9113) Ignore empty fixture directories and fix fixtures in the parser. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * `babel-preset-env` > * [#9091](https://github-redirect.dependabot.com/babel/babel/pull/9091) Update mapping for regex unicode plugin in preset-env. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * `babel-plugin-transform-destructuring` > * [#8916](https://github-redirect.dependabot.com/babel/babel/pull/8916) Fix destructuring assignment in arrow functions without block. ([[**RubenVerborgh**](https://github.com/RubenVerborgh)](https://github.com/RubenVerborgh)) > * `babel-plugin-proposal-optional-chaining` > * [#9073](https://github-redirect.dependabot.com/babel/babel/pull/9073) Microbouji patch/8136. ([[**jridgewell**](https://github.com/jridgewell)](https://github.com/jridgewell)) > * `babel-core`, `babel-helper-wrap-function`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-function-sent`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-classes` > * [#9039](https://github-redirect.dependabot.com/babel/babel/pull/9039) Fix recursive async function expressions. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * `babel-core` > * [#9034](https://github-redirect.dependabot.com/babel/babel/pull/9034) Normalize presets before merging config with others.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > > #### :nail_care: Polish > * `babel-generator` > * [#9089](https://github-redirect.dependabot.com/babel/babel/pull/9089) Remove unused variable. ([[**Gcaufy**](https://github.com/Gcaufy)](https://github.com/Gcaufy)) > * `babel-node` > * [#9079](https://github-redirect.dependabot.com/babel/babel/pull/9079) Move `fs-readdir-recursive` and `output-file-sync` to `devDependencies` for `@babel/node`.. ([[**wtgtybhertgeghgtwtg**](https://github.com/wtgtybhertgeghgtwtg)](https://github.com/wtgtybhertgeghgtwtg)) > * `babel-parser` > * [#9046](https://github-redirect.dependabot.com/babel/babel/pull/9046) a better error message for disallowed trailing commas/additional parameters after rest elements in function params. ([[**morozRed**](https://github.com/morozRed)](https://github.com/morozRed)) > * `babel-plugin-external-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-export-namespace-from`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-json-strings`, `babel-plugin-proposal-logical-assignment-operators`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-proposal-numeric-separator`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-proposal-optional-catch-binding`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-proposal-unicode-property-regex`, `babel-plugin-syntax-async-generators`, `babel-plugin-syntax-bigint`, `babel-plugin-syntax-class-properties`, `babel-plugin-syntax-decorators`, `babel-plugin-syntax-do-expressions`, `babel-plugin-syntax-dynamic-import`, `babel-plugin-syntax-export-default-from`, `babel-plugin-syntax-export-namespace-from`, `babel-plugin-syntax-flow`, `babel-plugin-syntax-function-bind`, `babel-plugin-syntax-function-sent`, `babel-plugin-syntax-import-meta`, `babel-plugin-syntax-json-strings`, `babel-plugin-syntax-jsx`, `babel-plugin-syntax-logical-assignment-operators`, `babel-plugin-syntax-nullish-coalescing-operator`, `babel-plugin-syntax-numeric-separator`, `babel-plugin-syntax-object-rest-spread`, `babel-plugin-syntax-optional-catch-binding`, `babel-plugin-syntax-optional-chaining`, `babel-plugin-syntax-pipeline-operator`, `babel-plugin-syntax-throw-expressions`, `babel-plugin-syntax-typescript`, `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-computed-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-dotall-regex`, `babel-plugin-transform-duplicate-keys`, `babel-plugin-transform-exponentiation-operator`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-for-of`, `babel-plugin-transform-function-name`, `babel-plugin-transform-instanceof`, `babel-plugin-transform-jscript`, `babel-plugin-transform-literals`, `babel-plugin-transform-member-expression-literals`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-object-assign`, `babel-plugin-transform-object-set-prototype-of-to-assign`, `babel-plugin-transform-object-super`, `babel-plugin-transform-parameters`, `babel-plugin-transform-property-literals`, `babel-plugin-transform-property-mutators`, `babel-plugin-transform-proto-to-assign`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-display-name`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-compat`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-reserved-words`, `babel-plugin-transform-runtime`, `babel-plugin-transform-shorthand-properties`, `babel-plugin-transform-spread`, `babel-plugin-transform-sticky-regex`, `babel-plugin-transform-strict-mode`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-plugin-transform-unicode-regex` > * [#8769](https://github-redirect.dependabot.com/babel/babel/pull/8769) Add plugins name. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > > #### :house: Internal > * `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods` > * [#9083](https://github-redirect.dependabot.com/babel/babel/pull/9083) Make @babel/plugin-class-features a normal helper package. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > ... (truncated)Commits
- [`282129e`](https://github.com/babel/babel/commit/282129ea66dcdbfc9093eb8ff2278bed1127c861) v7.2.0 - [`fc5d49b`](https://github.com/babel/babel/commit/fc5d49b6f6265e8026c43f965d53dfea4ba19344) Add access:public to @babel/helper-create-class-features-plugin - [`6c2771c`](https://github.com/babel/babel/commit/6c2771c116759d0d84e91e25153bb228e734c17c) Add @babel/plugin-proposal-private-methods to @babel/standalone ([#9115](https://github-redirect.dependabot.com/babel/babel/issues/9115)) - [`fdc869c`](https://github.com/babel/babel/commit/fdc869ce16d47ab5cc5f14d6174ee8f370c2ef85) Merge pull request [#8289](https://github-redirect.dependabot.com/babel/babel/issues/8289) from valtech-nyc/implement-smart-pipeline-in-parser - [`fa9df67`](https://github.com/babel/babel/commit/fa9df678ac976c1cec4ca68b63ac6ae909c1e7b7) Move tests from babylon to babel-parser and enable one test that works now - [`3932830`](https://github.com/babel/babel/commit/39328305359c8deadb650d38eddb92b015eec9dd) Parse non-octals with leading zeros in non strict mode correctly ([#9114](https://github-redirect.dependabot.com/babel/babel/issues/9114)) - [`07eaa3c`](https://github.com/babel/babel/commit/07eaa3c63ff06edbeb14b4cc30aca44d294a4731) Ignore empty fixture directories and fix fixtures in the parser ([#9113](https://github-redirect.dependabot.com/babel/babel/issues/9113)) - [`3530d11`](https://github.com/babel/babel/commit/3530d114180798d71c37f3f8c8809d81db15e742) Update find-cache-dir ([#9111](https://github-redirect.dependabot.com/babel/babel/issues/9111)) - [`806e133`](https://github.com/babel/babel/commit/806e1334737f4fbf29615c04d227076b76d7f041) Export @babel/parser#tokTypes in @babel/core ([#8986](https://github-redirect.dependabot.com/babel/babel/issues/8986)) - [`2bf8dde`](https://github.com/babel/babel/commit/2bf8dde782e935b2421be1445f4b2fe86f61643e) Propagates the extensions overrides provided by CLI during files walk ([#8668](https://github-redirect.dependabot.com/babel/babel/issues/8668)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.1.6...v7.2.0)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
.If all status checks pass Dependabot will automatically merge this pull request.
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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.