Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update babel to ^7.20.13 (main) (elastic#149790)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/parser](https://babel.dev/docs/en/next/babel-parser) ([source](https://github.com/babel/babel)) | [`^7.20.7` -> `^7.20.13`](https://renovatebot.com/diffs/npm/@babel%2fparser/7.20.7/7.20.13) | [![age](https://badges.renovateapi.com/packages/npm/@babel%2fparser/7.20.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fparser/7.20.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@babel%2fparser/7.20.13/compatibility-slim/7.20.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fparser/7.20.13/confidence-slim/7.20.7)](https://docs.renovatebot.com/merge-confidence/) | | [@babel/runtime](https://babel.dev/docs/en/next/babel-runtime) ([source](https://github.com/babel/babel)) | [`^7.20.7` -> `^7.20.13`](https://renovatebot.com/diffs/npm/@babel%2fruntime/7.20.7/7.20.13) | [![age](https://badges.renovateapi.com/packages/npm/@babel%2fruntime/7.20.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fruntime/7.20.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@babel%2fruntime/7.20.13/compatibility-slim/7.20.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fruntime/7.20.13/confidence-slim/7.20.7)](https://docs.renovatebot.com/merge-confidence/) | | [@babel/traverse](https://babel.dev/docs/en/next/babel-traverse) ([source](https://github.com/babel/babel)) | [`^7.20.12` -> `^7.20.13`](https://renovatebot.com/diffs/npm/@babel%2ftraverse/7.20.12/7.20.13) | [![age](https://badges.renovateapi.com/packages/npm/@babel%2ftraverse/7.20.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@babel%2ftraverse/7.20.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@babel%2ftraverse/7.20.13/compatibility-slim/7.20.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@babel%2ftraverse/7.20.13/confidence-slim/7.20.12)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@&elastic#8203;babel/parser)</summary> ### [`v7.20.13`](https://github.com/babel/babel/releases/tag/v7.20.13) [Compare Source](https://github.com/babel/babel/compare/v7.20.7...v7.20.13) ##### v7.20.13 (2023-01-21) ##### 🐛 Bug Fix - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#&elastic#8203;15332](https://github.com/babel/babel/pull/15332) Ensure class decorators can access decorated non-static members ([@&elastic#8203;JLHwung](https://github.com/JLHwung)) - `babel-plugin-transform-typescript` - [#&elastic#8203;15349](https://github.com/babel/babel/pull/15349) fix: Preserve `import {type T} from 'x'` when `onlyRemoveTypeImports:true` ([@&elastic#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - [#&elastic#8203;15344](https://github.com/babel/babel/pull/15344) fix: Properties that are `abstract` should not be initialized. ([@&elastic#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-parser` - [#&elastic#8203;15338](https://github.com/babel/babel/pull/15338) Allow negative number in ambient const initializer ([@&elastic#8203;JLHwung](https://github.com/JLHwung)) ##### ↩️ Revert - `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#&elastic#8203;15355](https://github.com/babel/babel/pull/15355) Reverts "Re-use common JSX element transform for <>...\</>" ([@&elastic#8203;JLHwung](https://github.com/JLHwung)) ##### Committers: 4 - Babel Bot ([@&elastic#8203;babel-bot](https://github.com/babel-bot)) - Huáng Jùnliàng ([@&elastic#8203;JLHwung](https://github.com/JLHwung)) - Nicolò Ribaudo ([@&elastic#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - [@&elastic#8203;liuxingbaoyu](https://github.com/liuxingbaoyu) </details> <details> <summary>babel/babel (@&elastic#8203;babel/runtime)</summary> ### [`v7.20.13`](https://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v72013-2023-01-21) [Compare Source](https://github.com/babel/babel/compare/v7.20.7...v7.20.13) ##### 🐛 Bug Fix - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#&elastic#8203;15332](https://github.com/babel/babel/pull/15332) Ensure class decorators can access decorated non-static members ([@&elastic#8203;JLHwung](https://github.com/JLHwung)) - `babel-plugin-transform-typescript` - [#&elastic#8203;15349](https://github.com/babel/babel/pull/15349) fix: Preserve `import {type T} from 'x'` when `onlyRemoveTypeImports:true` ([@&elastic#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - [#&elastic#8203;15344](https://github.com/babel/babel/pull/15344) fix: Properties that are `abstract` should not be initialized. ([@&elastic#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-parser` - [#&elastic#8203;15338](https://github.com/babel/babel/pull/15338) Allow negative number in ambient const initializer ([@&elastic#8203;JLHwung](https://github.com/JLHwung)) ##### ↩️ Revert - `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#&elastic#8203;15355](https://github.com/babel/babel/pull/15355) Reverts "Re-use common JSX element transform for <>...\</>" ([@&elastic#8203;JLHwung](https://github.com/JLHwung)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTYuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExNi4xIn0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Budzenski <[email protected]>
- Loading branch information