Commit 8516588
authored
chore(deps): update all non-major dependencies (minor) (#8163)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core))
| [`7.28.6` →
`7.29.0`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.28.6/7.29.0)
|

|

|
| [@babel/preset-env](https://babel.dev/docs/en/next/babel-preset-env)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-preset-env))
| [`7.28.6` →
`7.29.0`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.28.6/7.29.0)
|

|

|
| [globals](https://redirect.github.com/sindresorhus/globals) |
[`17.1.0` →
`17.3.0`](https://renovatebot.com/diffs/npm/globals/17.1.0/17.3.0) |

|

|
|
[typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint))
| [`8.53.1` →
`8.54.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.53.1/8.54.0)
|

|

|
---
### Release Notes
<details>
<summary>babel/babel (@​babel/core)</summary>
###
[`v7.29.0`](https://redirect.github.com/babel/babel/releases/tag/v7.29.0)
[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.28.6...v7.29.0)
##### v7.29.0 (2026-01-31)
Thanks [@​simbahax](https://redirect.github.com/simbahax) for your
first PR!
##### 🚀 New Feature
- `babel-types`
- [#​17750](https://redirect.github.com/babel/babel/pull/17750)
\[7.x backport] Add attributes import declaration builder
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-standalone`
- [#​17663](https://redirect.github.com/babel/babel/pull/17663)
\[7.x backport] feat(standalone): export async transform
([@​JLHwung](https://redirect.github.com/JLHwung))
- [#​17725](https://redirect.github.com/babel/babel/pull/17725)
\[7.x backport] feat: read standalone targets from data-targets
([@​JLHwung](https://redirect.github.com/JLHwung))
##### 🐛 Bug Fix
- `babel-parser`
- [#​17765](https://redirect.github.com/babel/babel/pull/17765)
fix(parser): correctly parse type assertions in `extends` clause
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- [#​17723](https://redirect.github.com/babel/babel/pull/17723)
\[7.x backport] fix(parser): improve super type argument parsing
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-traverse`
- [#​17708](https://redirect.github.com/babel/babel/pull/17708)
fix(traverse): provide a hub when traversing a File or Program and no
parentPath is given
([@​simbahax](https://redirect.github.com/simbahax))
- `babel-plugin-transform-block-scoping`, `babel-traverse`
- [#​17737](https://redirect.github.com/babel/babel/pull/17737)
\[7.x backport] fix: Rename switch discriminant references when body
creates shadowing variable
([@​magic-akari](https://redirect.github.com/magic-akari))
##### :running\_woman: Performance
- `babel-generator`, `babel-runtime-corejs3`
- [#​17642](https://redirect.github.com/babel/babel/pull/17642)
\[Babel 7] Improve generator performance
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
##### Committers: 6
- David ([@​simbahax](https://redirect.github.com/simbahax))
- Huáng Jùnliàng
([@​JLHwung](https://redirect.github.com/JLHwung))
- Nicolò Ribaudo
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- [@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)
- [@​magic-akari](https://redirect.github.com/magic-akari)
</details>
<details>
<summary>sindresorhus/globals (globals)</summary>
###
[`v17.3.0`](https://redirect.github.com/sindresorhus/globals/releases/tag/v17.3.0)
[Compare
Source](https://redirect.github.com/sindresorhus/globals/compare/v17.2.0...v17.3.0)
- Update globals (2026-02-01)
([#​336](https://redirect.github.com/sindresorhus/globals/issues/336))
[`295fba9`](https://redirect.github.com/sindresorhus/globals/commit/295fba9)
***
###
[`v17.2.0`](https://redirect.github.com/sindresorhus/globals/releases/tag/v17.2.0)
[Compare
Source](https://redirect.github.com/sindresorhus/globals/compare/v17.1.0...v17.2.0)
- `jasmine`: Add `throwUnless` and `throwUnlessAsync` globals
([#​335](https://redirect.github.com/sindresorhus/globals/issues/335))
[`97f23a7`](https://redirect.github.com/sindresorhus/globals/commit/97f23a7)
***
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(typescript-eslint)</summary>
###
[`v8.54.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8540-2026-01-26)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.53.1...v8.54.0)
This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on
Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule
defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/UI5/webcomponents-react).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 6e6f13f commit 8516588
2 files changed
Lines changed: 357 additions & 129 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments