Skip to content

Commit 7fa3dde

Browse files
committed
Auto merge of #4153 - rust-lang:renovate/babel-monorepo, r=Turbo87
Update dependency @babel/eslint-parser to v7.16.3 [![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.16.0` -> `7.16.3`](https://renovatebot.com/diffs/npm/`@babel%2feslint-parser/7.16.0/7.16.3)` | [![age](https://badges.renovateapi.com/packages/npm/`@babel%2feslint-parser/7.16.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@babel%2feslint-parser/7.16.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@babel%2feslint-parser/7.16.3/compatibility-slim/7.16.0)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@babel%2feslint-parser/7.16.3/confidence-slim/7.16.0)](https://docs.renovatebot.com/merge-confidence/)` | --- ### Release Notes <details> <summary>babel/babel</summary> ### [`v7.16.3`](https://github.com/babel/babel/blob/master/CHANGELOG.md#v7163-2021-11-09) [Compare Source](https://github.com/babel/babel/compare/v7.16.0...v7.16.3) ##### 🐛 Bug Fix - `babel-helpers` - [#&#8203;13862](https://github.com/babel/babel/pull/13862) fix(helpers): match `Reflect.get` behaviour ([`@&#8203;lightmare](https://github.com/lightmare))` - `babel-plugin-transform-parameters`, `babel-traverse` - [#&#8203;13941](https://github.com/babel/babel/pull/13941) Support transforming params of arrow functions in class fields ([`@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo))` - `babel-parser` - [#&#8203;13928](https://github.com/babel/babel/pull/13928) fix: incorrect await rejection following arrow function in parameters (Closes [#&#8203;13872](https://github.com/babel/babel/issues/13872)) ([`@&#8203;The-x-Theorist](https://github.com/The-x-Theorist))` - Other - [#&#8203;13918](https://github.com/babel/babel/pull/13918) Fix `parserOverride` support in ``@babel/eslint-parser`` ([`@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo))` ##### 🏠 Internal - `babel-parser` - [#&#8203;13891](https://github.com/babel/babel/pull/13891) Simplifiy tracking of valid JSX positions ([`@&#8203;JLHwung](https://github.com/JLHwung))` - [#&#8203;13892](https://github.com/babel/babel/pull/13892) extract tt.lt and tt.gt from tt.relation ([`@&#8203;JLHwung](https://github.com/JLHwung))` - `babel-helper-compilation-targets`, `babel-preset-env` - [#&#8203;13914](https://github.com/babel/babel/pull/13914) Update browserslist ([`@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo))` </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 5fce71a + f8a37d5 commit 7fa3dde

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.16.0",
55+
"@babel/eslint-parser": "7.16.3",
5656
"@ember/optional-features": "2.0.0",
5757
"@ember/render-modifiers": "2.0.0",
5858
"@ember/test-helpers": "2.6.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/[email protected].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==
38+
"@babel/[email protected].3", "@babel/eslint-parser@^7.12.16":
39+
version "7.16.3"
40+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.16.3.tgz#2a6b1702f3f5aea48e00cea5a5bcc241c437e459"
41+
integrity sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==
4242
dependencies:
4343
eslint-scope "^5.1.1"
4444
eslint-visitor-keys "^2.1.0"

0 commit comments

Comments
 (0)