Skip to content

Commit b7d8947

Browse files
chore(deps): update dependency @babel/preset-env to v7.21.4 (#4443)
[![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/preset-env](https://babel.dev/docs/en/next/babel-preset-env) ([source](https://github.com/babel/babel)) | [`7.20.2` -> `7.21.4`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.20.2/7.21.4) | [![age](https://badges.renovateapi.com/packages/npm/@babel%2fpreset-env/7.21.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fpreset-env/7.21.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@babel%2fpreset-env/7.21.4/compatibility-slim/7.20.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fpreset-env/7.21.4/confidence-slim/7.20.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel</summary> ### [`v7.21.4`](https://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7214-2023-03-31) [Compare Source](https://github.com/babel/babel/compare/v7.20.2...v7.21.4) ##### 🐛 Bug Fix - `babel-core`, `babel-helper-module-imports`, `babel-preset-typescript` - [#&#8203;15478](https://github.com/babel/babel/pull/15478) Fix support for `import/export` in `.cts` files ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-generator` - [#&#8203;15496](https://github.com/babel/babel/pull/15496) Fix compact printing of non-null assertion operators ([@&#8203;rtsao](https://github.com/rtsao)) ##### 💅 Polish - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-typescript`, `babel-traverse` - [#&#8203;15427](https://github.com/babel/babel/pull/15427) Fix moving comments of removed nodes ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ##### 🏠 Internal - Other - [#&#8203;15519](https://github.com/babel/babel/pull/15519) Update Prettier integration test ([@&#8203;fisker](https://github.com/fisker)) - `babel-parser` - [#&#8203;15510](https://github.com/babel/babel/pull/15510) refactor: introduce `lookaheadInLineCharCode` ([@&#8203;JLHwung](https://github.com/JLHwung)) - `babel-code-frame`, `babel-highlight` - [#&#8203;15499](https://github.com/babel/babel/pull/15499) Polish babel-code-frame highlight test ([@&#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**: Enabled. ♻ **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, 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/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMy4zIiwidXBkYXRlZEluVmVyIjoiMzUuMjMuMyJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 95fa413 commit b7d8947

File tree

2 files changed

+249
-15
lines changed

2 files changed

+249
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@babel/cli": "^7.20.7",
4848
"@babel/core": "7.21.3",
49-
"@babel/preset-env": "7.20.2",
49+
"@babel/preset-env": "7.21.4",
5050
"@babel/preset-react": "7.18.6",
5151
"@babel/preset-typescript": "7.21.0",
5252
"@cypress/code-coverage": "^3.10.0",

0 commit comments

Comments
 (0)