Release notes
*Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).*
>
> ## v7.3.3 (2019-02-15)
>
> #### :eyeglasses: Spec Compliancy
> * `babel-generator`
> * [#9501](https://github-redirect.dependabot.com/babel/babel/pull/9501) Correctly output escapes in directives ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
>
> #### :bug: Bug Fix
> * `babel-parser`
> * [#9477](https://github-redirect.dependabot.com/babel/babel/pull/9477) Fix regression with let ([@danez](https://github.com/danez))
> * [#9431](https://github-redirect.dependabot.com/babel/babel/pull/9431) Typescript function destructured params ([@mhcgrq](https://github.com/mhcgrq))
> * [#9463](https://github-redirect.dependabot.com/babel/babel/pull/9463) Fix range for TypeScript optional parameter in arrow function ([@existentialism](https://github.com/existentialism))
>
> #### :nail_care: Polish
> * `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-parameters`
> * [#9458](https://github-redirect.dependabot.com/babel/babel/pull/9458) Fix duplicated assertThisInitialized calls in constructors ([@rubennorte](https://github.com/rubennorte))
>
> #### :house: Internal
> * Other
> * [#9517](https://github-redirect.dependabot.com/babel/babel/pull/9517) Add duplicate-package-checker-webpack-plugin ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
> * [#9469](https://github-redirect.dependabot.com/babel/babel/pull/9469) Exclude generate @babel/types files from coverage report ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
> * `babel-parser`
> * [#9491](https://github-redirect.dependabot.com/babel/babel/pull/9491) Better error output in parser tests ([@danez](https://github.com/danez))
>
> #### Committers: 8
> - Alec ([@Alec321](https://github.com/Alec321))
> - Brian Ng ([@existentialism](https://github.com/existentialism))
> - Daniel Tschinder ([@danez](https://github.com/danez))
> - Downpooooour ([@mhcgrq](https://github.com/mhcgrq))
> - Ilya Lesik ([@ilyalesik](https://github.com/ilyalesik))
> - Nicolò Ribaudo ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
> - Rubén Norte ([@rubennorte](https://github.com/rubennorte))
> - Yifei Fu ([[@yifei](https://github.com/yifei)-fu](https://github.com/yifei-fu))
>
> ## v7.3.2 (2019-02-04)
>
> Various spec compliancy fixes and better support for smart pipelines and private methods.
>
> Thanks [@gverni](https://github.com/gverni), [@naffiq](https://github.com/naffiq), [@spondbob](https://github.com/spondbob) and [@dstaley](https://github.com/dstaley) for their first PRs!
>
> #### :eyeglasses: Spec Compliancy
> * `babel-parser`
> * [#9403](https://github-redirect.dependabot.com/babel/babel/pull/9403) Fix line continuation with Unicode line terminators. ([@danez](https://github.com/danez))
> * [#9400](https://github-redirect.dependabot.com/babel/babel/pull/9400) Make yield a contextual keyword. ([@danez](https://github.com/danez))
> * [#9398](https://github-redirect.dependabot.com/babel/babel/pull/9398) Correctly fail for invalid yield in for. ([@danez](https://github.com/danez))
> * [#9375](https://github-redirect.dependabot.com/babel/babel/pull/9375) Make let a contextual keyword. ([@danez](https://github.com/danez))
>
> #### :rocket: New Feature
> * `babel-plugin-proposal-pipeline-operator`
> * [#9401](https://github-redirect.dependabot.com/babel/babel/pull/9401) Support for await and yield in pipelines. ([@thiagoarrais](https://github.com/thiagoarrais))
> ... (truncated)
Changelog
*Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).*
> # Changelog
>
> > **Tags:**
> > - :boom: [Breaking Change]
> > - :eyeglasses: [Spec Compliancy]
> > - :rocket: [New Feature]
> > - :bug: [Bug Fix]
> > - :memo: [Documentation]
> > - :house: [Internal]
> > - :nail_care: [Polish]
>
> _Note: Gaps between patch versions are faulty, broken or test releases._
>
> See [CHANGELOG - v4](https://github.com/babel/babel/blob/master/.github/CHANGELOG-v4.md), [CHANGELOG - v5](https://github.com/babel/babel/blob/master/.github/CHANGELOG-v5.md), and [CHANGELOG - v6](https://github.com/babel/babel/blob/master/.github/CHANGELOG-v6.md) for v4.x-v6.x changes.
> See [CHANGELOG - 6to5](https://github.com/babel/babel/blob/master/.github/CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
> See [Babylon's CHANGELOG](https://github.com/babel/babel/blob/master/packages/babylon/CHANGELOG.md) for the Babylon pre-7.0.0-beta.29 version changelog.
>
> ## v7.2.1 (2018-12-04)
>
> This release fixes a regression introduced in v7.2.0 (https://github-redirect.dependabot.com/babel/babel/issues/9120)
>
> #### :bug: Bug Fix
> * `babel-helper-create-class-features-plugin`
> * [#9121](https://github-redirect.dependabot.com/babel/babel/pull/9121) Don't use isClassPrivateMethod because it isn't supported in <7.2.0. ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
>
> ## v7.2.0 (2018-12-03)
>
> You can read more about this release at https://babeljs.io/blog/2018/12/03/7.2.0.
>
> #### :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))
> * `babel-core`
> * [#8986](https://github-redirect.dependabot.com/babel/babel/pull/8986) Export @babel/parser#tokTypes in @babel/core. ([@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))
> * `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](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))
>
> #### :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))
> * [#9074](https://github-redirect.dependabot.com/babel/babel/pull/9074) Disallow await inside arrow functions. ([[@nicolo](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](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))
> * [#9055](https://github-redirect.dependabot.com/babel/babel/pull/9055) Fix bug with parsing TS generic async arrow function. ([@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))
> * `babel-helper-fixtures`, `babel-parser`
> ... (truncated)
Commits
- [`d1fe2d0`](https://github.com/babel/babel/commit/d1fe2d05f4c468640facf40565e30f7110757f2d) v7.3.3
- [`b9a3806`](https://github.com/babel/babel/commit/b9a3806f9ea1e867d4316b146f640d76e6c24234) Upgrade to @babel/preset-typescript to use @babel/plugin-transform-typescript...
- [`b25fea4`](https://github.com/babel/babel/commit/b25fea49feefaadf6b4a0cf2351ed9bb2e7903fb) Create a new release after a v*.*.* commit instead of the tag ([#9470](https://github-redirect.dependabot.com/babel/babel/issues/9470))
- [`83cbc11`](https://github.com/babel/babel/commit/83cbc11d46bb3c2d528e8993a91078ba63d2ac9f) Correctly output escapes in directives ([#9501](https://github-redirect.dependabot.com/babel/babel/issues/9501))
- [`0f685d9`](https://github.com/babel/babel/commit/0f685d9b4232743ccafa796f433301aae61764bc) Only allow Identifiers, Patterns and Rest in parameters of FunctionDeclarations
- [`d86b831`](https://github.com/babel/babel/commit/d86b831364c960b5f890e8feead1cbacdd77932e) Add duplicate-package-checker-webpack-plugin ([#9517](https://github-redirect.dependabot.com/babel/babel/issues/9517))
- [`0050266`](https://github.com/babel/babel/commit/0050266a50ef60507126b19338509e6e4bb7980b) Add missing dependencies ([#9516](https://github-redirect.dependabot.com/babel/babel/issues/9516))
- [`b6300a0`](https://github.com/babel/babel/commit/b6300a0869250e47ff36f24660bfb96a11fd7e24) Add importKind to ImportDeclaration in babel/types
- [`4ba998c`](https://github.com/babel/babel/commit/4ba998c5db1a3c3ad712c8603bb9a05cb2d85e49) Add importKind to spec
- [`2fb1f9a`](https://github.com/babel/babel/commit/2fb1f9aed35aebbd5bf547a9a398b39724096635) Add tests for options to babel-node ([#9510](https://github-redirect.dependabot.com/babel/babel/issues/9510))
- Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.1.6...v7.3.3)
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 squash and merge` will squash and 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/core from 7.1.6 to 7.3.3.
Release notes
*Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).* > > ## v7.3.3 (2019-02-15) > > #### :eyeglasses: Spec Compliancy > * `babel-generator` > * [#9501](https://github-redirect.dependabot.com/babel/babel/pull/9501) Correctly output escapes in directives ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > > #### :bug: Bug Fix > * `babel-parser` > * [#9477](https://github-redirect.dependabot.com/babel/babel/pull/9477) Fix regression with let ([@danez](https://github.com/danez)) > * [#9431](https://github-redirect.dependabot.com/babel/babel/pull/9431) Typescript function destructured params ([@mhcgrq](https://github.com/mhcgrq)) > * [#9463](https://github-redirect.dependabot.com/babel/babel/pull/9463) Fix range for TypeScript optional parameter in arrow function ([@existentialism](https://github.com/existentialism)) > > #### :nail_care: Polish > * `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-parameters` > * [#9458](https://github-redirect.dependabot.com/babel/babel/pull/9458) Fix duplicated assertThisInitialized calls in constructors ([@rubennorte](https://github.com/rubennorte)) > > #### :house: Internal > * Other > * [#9517](https://github-redirect.dependabot.com/babel/babel/pull/9517) Add duplicate-package-checker-webpack-plugin ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * [#9469](https://github-redirect.dependabot.com/babel/babel/pull/9469) Exclude generate @babel/types files from coverage report ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-parser` > * [#9491](https://github-redirect.dependabot.com/babel/babel/pull/9491) Better error output in parser tests ([@danez](https://github.com/danez)) > > #### Committers: 8 > - Alec ([@Alec321](https://github.com/Alec321)) > - Brian Ng ([@existentialism](https://github.com/existentialism)) > - Daniel Tschinder ([@danez](https://github.com/danez)) > - Downpooooour ([@mhcgrq](https://github.com/mhcgrq)) > - Ilya Lesik ([@ilyalesik](https://github.com/ilyalesik)) > - Nicolò Ribaudo ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > - Rubén Norte ([@rubennorte](https://github.com/rubennorte)) > - Yifei Fu ([[@yifei](https://github.com/yifei)-fu](https://github.com/yifei-fu)) > > ## v7.3.2 (2019-02-04) > > Various spec compliancy fixes and better support for smart pipelines and private methods. > > Thanks [@gverni](https://github.com/gverni), [@naffiq](https://github.com/naffiq), [@spondbob](https://github.com/spondbob) and [@dstaley](https://github.com/dstaley) for their first PRs! > > #### :eyeglasses: Spec Compliancy > * `babel-parser` > * [#9403](https://github-redirect.dependabot.com/babel/babel/pull/9403) Fix line continuation with Unicode line terminators. ([@danez](https://github.com/danez)) > * [#9400](https://github-redirect.dependabot.com/babel/babel/pull/9400) Make yield a contextual keyword. ([@danez](https://github.com/danez)) > * [#9398](https://github-redirect.dependabot.com/babel/babel/pull/9398) Correctly fail for invalid yield in for. ([@danez](https://github.com/danez)) > * [#9375](https://github-redirect.dependabot.com/babel/babel/pull/9375) Make let a contextual keyword. ([@danez](https://github.com/danez)) > > #### :rocket: New Feature > * `babel-plugin-proposal-pipeline-operator` > * [#9401](https://github-redirect.dependabot.com/babel/babel/pull/9401) Support for await and yield in pipelines. ([@thiagoarrais](https://github.com/thiagoarrais)) > ... (truncated)Changelog
*Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > # Changelog > > > **Tags:** > > - :boom: [Breaking Change] > > - :eyeglasses: [Spec Compliancy] > > - :rocket: [New Feature] > > - :bug: [Bug Fix] > > - :memo: [Documentation] > > - :house: [Internal] > > - :nail_care: [Polish] > > _Note: Gaps between patch versions are faulty, broken or test releases._ > > See [CHANGELOG - v4](https://github.com/babel/babel/blob/master/.github/CHANGELOG-v4.md), [CHANGELOG - v5](https://github.com/babel/babel/blob/master/.github/CHANGELOG-v5.md), and [CHANGELOG - v6](https://github.com/babel/babel/blob/master/.github/CHANGELOG-v6.md) for v4.x-v6.x changes. > See [CHANGELOG - 6to5](https://github.com/babel/babel/blob/master/.github/CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. > See [Babylon's CHANGELOG](https://github.com/babel/babel/blob/master/packages/babylon/CHANGELOG.md) for the Babylon pre-7.0.0-beta.29 version changelog. > > ## v7.2.1 (2018-12-04) > > This release fixes a regression introduced in v7.2.0 (https://github-redirect.dependabot.com/babel/babel/issues/9120) > > #### :bug: Bug Fix > * `babel-helper-create-class-features-plugin` > * [#9121](https://github-redirect.dependabot.com/babel/babel/pull/9121) Don't use isClassPrivateMethod because it isn't supported in <7.2.0. ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > > ## v7.2.0 (2018-12-03) > > You can read more about this release at https://babeljs.io/blog/2018/12/03/7.2.0. > > #### :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)) > * `babel-core` > * [#8986](https://github-redirect.dependabot.com/babel/babel/pull/8986) Export @babel/parser#tokTypes in @babel/core. ([@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)) > * `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](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)) > > #### :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)) > * [#9074](https://github-redirect.dependabot.com/babel/babel/pull/9074) Disallow await inside arrow functions. ([[@nicolo](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](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)) > * [#9055](https://github-redirect.dependabot.com/babel/babel/pull/9055) Fix bug with parsing TS generic async arrow function. ([@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)) > * `babel-helper-fixtures`, `babel-parser` > ... (truncated)Commits
- [`d1fe2d0`](https://github.com/babel/babel/commit/d1fe2d05f4c468640facf40565e30f7110757f2d) v7.3.3 - [`b9a3806`](https://github.com/babel/babel/commit/b9a3806f9ea1e867d4316b146f640d76e6c24234) Upgrade to @babel/preset-typescript to use @babel/plugin-transform-typescript... - [`b25fea4`](https://github.com/babel/babel/commit/b25fea49feefaadf6b4a0cf2351ed9bb2e7903fb) Create a new release after a v*.*.* commit instead of the tag ([#9470](https://github-redirect.dependabot.com/babel/babel/issues/9470)) - [`83cbc11`](https://github.com/babel/babel/commit/83cbc11d46bb3c2d528e8993a91078ba63d2ac9f) Correctly output escapes in directives ([#9501](https://github-redirect.dependabot.com/babel/babel/issues/9501)) - [`0f685d9`](https://github.com/babel/babel/commit/0f685d9b4232743ccafa796f433301aae61764bc) Only allow Identifiers, Patterns and Rest in parameters of FunctionDeclarations - [`d86b831`](https://github.com/babel/babel/commit/d86b831364c960b5f890e8feead1cbacdd77932e) Add duplicate-package-checker-webpack-plugin ([#9517](https://github-redirect.dependabot.com/babel/babel/issues/9517)) - [`0050266`](https://github.com/babel/babel/commit/0050266a50ef60507126b19338509e6e4bb7980b) Add missing dependencies ([#9516](https://github-redirect.dependabot.com/babel/babel/issues/9516)) - [`b6300a0`](https://github.com/babel/babel/commit/b6300a0869250e47ff36f24660bfb96a11fd7e24) Add importKind to ImportDeclaration in babel/types - [`4ba998c`](https://github.com/babel/babel/commit/4ba998c5db1a3c3ad712c8603bb9a05cb2d85e49) Add importKind to spec - [`2fb1f9a`](https://github.com/babel/babel/commit/2fb1f9aed35aebbd5bf547a9a398b39724096635) Add tests for options to babel-node ([#9510](https://github-redirect.dependabot.com/babel/babel/issues/9510)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.1.6...v7.3.3)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 squash and merge` will squash and 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.