Skip to content

Commit f786c52

Browse files
committed
Auto merge of #4109 - rust-lang:renovate/babel-monorepo, r=Turbo87
Update dependency @babel/eslint-parser to v7.16.0 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [`@babel/eslint-parser](https://babel.dev/)` ([source](https://github.com/babel/babel)) | [`7.15.8` -> `7.16.0`](https://renovatebot.com/diffs/npm/`@babel%2feslint-parser/7.15.8/7.16.0)` | [![age](https://badges.renovateapi.com/packages/npm/`@babel%2feslint-parser/7.16.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@babel%2feslint-parser/7.16.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@babel%2feslint-parser/7.16.0/compatibility-slim/7.15.8)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@babel%2feslint-parser/7.16.0/confidence-slim/7.15.8)](https://docs.renovatebot.com/merge-confidence/)` | --- ### Release Notes <details> <summary>babel/babel</summary> ### [`v7.16.0`](https://github.com/babel/babel/blob/master/CHANGELOG.md#v7160-2021-10-30) [Compare Source](https://github.com/babel/babel/compare/v7.15.8...v7.16.0) ##### 👓 Spec Compliance - `babel-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#&#8203;13824](https://github.com/babel/babel/pull/13824) Await promises from sync iterators with `for-await` ([`@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo))` ##### 🚀 New Feature - `babel-generator`, `babel-parser`, `babel-plugin-transform-typescript`, `babel-types` - [#&#8203;13802](https://github.com/babel/babel/pull/13802) Support TypeScript 4.5 type-only import/export specifiers ([`@&#8203;sosukesuzuki](https://github.com/sosukesuzuki))` - `babel-parser` - [#&#8203;13887](https://github.com/babel/babel/pull/13887) feat: support `startColumn` option ([`@&#8203;JLHwung](https://github.com/JLHwung))` - `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-parser`, `babel-plugin-syntax-typescript`, `babel-preset-typescript` - [#&#8203;13838](https://github.com/babel/babel/pull/13838) Handle `.mts` and `.cts` files in ``@babel/preset-typescript`` ([`@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo))` - Other - [#&#8203;13782](https://github.com/babel/babel/pull/13782) Add ESLint 8 support to ``@babel/eslint-parser`` ([`@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo))` - `babel-generator`, `babel-parser`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator` - [#&#8203;13749](https://github.com/babel/babel/pull/13749) Caret topic (pipe operator) ([`@&#8203;js-choi](https://github.com/js-choi))` - `babel-compat-data`, `babel-generator`, `babel-parser`, `babel-preset-env`, `babel-types` - [#&#8203;13713](https://github.com/babel/babel/pull/13713) Enable class static blocks by default ([`@&#8203;sosukesuzuki](https://github.com/sosukesuzuki))` - `babel-helper-skip-transparent-expression-wrappers`, `babel-plugin-proposal-optional-chaining` - [#&#8203;13687](https://github.com/babel/babel/pull/13687) add `skipTransparentExprWrapperNodes` helper ([`@&#8203;lightmare](https://github.com/lightmare))` - `babel-traverse`, `babel-types` - [#&#8203;13666](https://github.com/babel/babel/pull/13666) Add aliases for Standardized, TypeScript, and Flow ([`@&#8203;jridgewell](https://github.com/jridgewell))` ##### 🐛 Bug Fix - `babel-parser`, `babel-plugin-transform-typescript` - [#&#8203;13876](https://github.com/babel/babel/pull/13876) \[ts] Support private methods overloads ([`@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo))` - `babel-plugin-transform-typescript` - [#&#8203;13865](https://github.com/babel/babel/pull/13865) fix: allow enum member without initializer after non-literal member ([`@&#8203;lightmare](https://github.com/lightmare))` - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-plugin-transform-typescript` - [#&#8203;13854](https://github.com/babel/babel/pull/13854) Don't transform `declare class` in plugin-proposal-class-properties ([`@&#8203;forivall](https://github.com/forivall))` - `babel-compat-data`, `babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-transform-react-constant-elements`, `babel-preset-env`, `babel-traverse` - [#&#8203;13842](https://github.com/babel/babel/pull/13842) Implement `@&#8203;babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression` ([`@&#8203;JLHwung](https://github.com/JLHwung))` - `babel-plugin-proposal-async-generator-functions`, `babel-traverse` - [#&#8203;13813](https://github.com/babel/babel/pull/13813) Restore traversal context after enter / traverse ([`@&#8203;JLHwung](https://github.com/JLHwung))` - `babel-traverse`, `babel-types` - [#&#8203;13832](https://github.com/babel/babel/pull/13832) Mark static block as FunctionParent ([`@&#8203;JLHwung](https://github.com/JLHwung))` - `babel-generator` - [#&#8203;13825](https://github.com/babel/babel/pull/13825) Fix missing inner comments in function expressions ([`@&#8203;overlookmotel](https://github.com/overlookmotel))` ##### 🏠 Internal - *Every package* - [#&#8203;13772](https://github.com/babel/babel/pull/13772) Use `workspace:^` to specify ``@babel/`` dependencies ([`@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo))` - Other - [#&#8203;13856](https://github.com/babel/babel/pull/13856) Update to Yarn 3.1 ([`@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo))` - [#&#8203;13867](https://github.com/babel/babel/pull/13867) Test on Node.js 17 ([`@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo))` - `babel-helper-fixtures`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-runtime`, `babel-preset-react` - [#&#8203;13858](https://github.com/babel/babel/pull/13858) Force loading plugins/presets from the monorepo in tests ([`@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo))` - `babel-types` - [#&#8203;13844](https://github.com/babel/babel/pull/13844) \[ts] precise return type on `createTypeAnnotationBasedOnTypeof` (babel-types) ([`@&#8203;lightmare](https://github.com/lightmare))` - `babel-helpers` - [#&#8203;13841](https://github.com/babel/babel/pull/13841) minor: remove ineffectual helper names filter ([`@&#8203;lightmare](https://github.com/lightmare))` - `babel-core`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx`, `babel-types` - [#&#8203;13820](https://github.com/babel/babel/pull/13820) Improve transform-react-jsx typings ([`@&#8203;JLHwung](https://github.com/JLHwung))` ##### 🏃‍♀️ Performance - `babel-types` - [#&#8203;13843](https://github.com/babel/babel/pull/13843) Simplify (transpiled) babel-types builder wrappers ([`@&#8203;lightmare](https://github.com/lightmare))` </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 33e3cfa + fa97001 commit f786c52

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"tracked-toolbox": "1.2.3"
5353
},
5454
"devDependencies": {
55-
"@babel/eslint-parser": "7.15.8",
55+
"@babel/eslint-parser": "7.16.0",
5656
"@ember/optional-features": "2.0.0",
5757
"@ember/render-modifiers": "2.0.0",
5858
"@ember/test-helpers": "2.5.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
semver "^6.3.0"
3636
source-map "^0.5.0"
3737

38-
"@babel/eslint-parser@7.15.8", "@babel/eslint-parser@^7.12.16":
39-
version "7.15.8"
40-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.15.8.tgz#8988660b59d739500b67d0585fd4daca218d9f11"
41-
integrity sha512-fYP7QFngCvgxjUuw8O057SVH5jCXsbFFOoE77CFDcvzwBVgTOkMD/L4mIC5Ud1xf8chK/no2fRbSSn1wvNmKuQ==
38+
"@babel/eslint-parser@7.16.0", "@babel/eslint-parser@^7.12.16":
39+
version "7.16.0"
40+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.16.0.tgz#032cf6c8d844a95ad62f779d2708fb4f77e1a81c"
41+
integrity sha512-c+AsYOHjI+FgCa+ifLd8sDXp4U4mjkfFgL9NdQWhuA731kAUJs0WdJIXET4A14EJAR9Jv9FFF/MzPWJfV9Oirw==
4242
dependencies:
4343
eslint-scope "^5.1.1"
4444
eslint-visitor-keys "^2.1.0"

0 commit comments

Comments
 (0)