Skip to content

Commit 1f3d130

Browse files
chore(deps): update dependency @babel/runtime to v7.29.2 (#74)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@babel/runtime](https://babel.dev/docs/en/next/babel-runtime) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-runtime)) | devDependencies | minor | [`7.28.6` -> `7.29.2`](https://renovatebot.com/diffs/npm/@babel%2fruntime/7.28.6/7.29.2) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>babel/babel (@&#8203;babel/runtime)</summary> ### [`v7.29.2`](https://redirect.github.com/babel/babel/releases/tag/v7.29.2) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.28.6...v7.29.2) #### v7.29.2 (2026-03-16) ##### 👓 Spec Compliance - `babel-parser` - [#&#8203;17840](https://redirect.github.com/babel/babel/pull/17840) \[7.x backport] async x => {} must be in leading pos ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### 🐛 Bug Fix - `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-preset-env`, `babel-runtime-corejs3` - [#&#8203;17805](https://redirect.github.com/babel/babel/pull/17805) \[7.x backport] fix: Properly handle await in finally ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-preset-env` - [#&#8203;17789](https://redirect.github.com/babel/babel/pull/17789) \[7.x backport] preset-env include/exclude should accept bugfix plugins ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### 🏠 Internal - [#&#8203;17813](https://redirect.github.com/babel/babel/pull/17813) chore: update eslint peer deps ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### Committers: 2 - Huáng Jùnliàng ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - [@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu) </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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent 404b174 commit 1f3d130

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"sideEffects": false,
6161
"devDependencies": {
6262
"@babel/eslint-parser": "7.28.6",
63-
"@babel/runtime": "7.28.6",
63+
"@babel/runtime": "7.29.2",
6464
"@eslint/js": "10.0.1",
6565
"@semantic-release/changelog": "6.0.3",
6666
"@semantic-release/commit-analyzer": "13.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,10 @@
277277
dependencies:
278278
"@babel/helper-plugin-utils" "^7.28.6"
279279

280-
"@babel/runtime@7.28.6":
281-
version "7.28.6"
282-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.6.tgz#d267a43cb1836dc4d182cce93ae75ba954ef6d2b"
283-
integrity sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==
280+
"@babel/runtime@7.29.2":
281+
version "7.29.2"
282+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.29.2.tgz#9a6e2d05f4b6692e1801cd4fb176ad823930ed5e"
283+
integrity sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==
284284

285285
"@babel/template@^7.28.6", "@babel/template@^7.3.3":
286286
version "7.28.6"

0 commit comments

Comments
 (0)