Commit df3f28d
authored
chore(deps): update all non-major dependencies (patch) (#7655)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [@babel/cli](https://babel.dev/docs/en/next/babel-cli)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-cli))
| [`7.28.0` ->
`7.28.3`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.28.0/7.28.3)
|
[](https://docs.renovatebot.com/merge-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.0` ->
`7.28.3`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.28.0/7.28.3)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [@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.0` ->
`7.28.3`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.28.0/7.28.3)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`22.17.1` ->
`22.17.2`](https://renovatebot.com/diffs/npm/@types%2fnode/22.17.1/22.17.2)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react))
| [`19.1.9` ->
`19.1.10`](https://renovatebot.com/diffs/npm/@types%2freact/19.1.9/19.1.10)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[eslint-plugin-storybook](https://redirect.github.com/storybookjs/storybook/code/lib/eslint-plugin#readme)
([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin))
| [`9.1.1` ->
`9.1.2`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/9.1.1/9.1.2)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint))
| [`8.39.0` ->
`8.39.1`](https://renovatebot.com/diffs/npm/typescript-eslint/8.39.0/8.39.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>babel/babel (@​babel/cli)</summary>
###
[`v7.28.3`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7283-2025-08-14)
[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.28.0...v7.28.3)
##### 👓 Spec Compliance
- `babel-helper-create-class-features-plugin`,
`babel-plugin-proposal-decorators`,
`babel-plugin-transform-class-static-block`, `babel-preset-env`
- [#​17443](https://redirect.github.com/babel/babel/pull/17443)
\[static blocks] Do not inject new static fields after static code
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
##### 🐛 Bug Fix
- `babel-parser`
- [#​17465](https://redirect.github.com/babel/babel/pull/17465)
fix(parser/typescript): parse `import("./a", {with:{},})`
([@​easrng](https://redirect.github.com/easrng))
- [#​17478](https://redirect.github.com/babel/babel/pull/17478)
fix(parser): stop subscript parsing on async arrow
([@​JLHwung](https://redirect.github.com/JLHwung))
##### :nail\_care: Polish
- `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`
- [#​17363](https://redirect.github.com/babel/babel/pull/17363) Do
not save last yield in call in temp var
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
##### 📝 Documentation
- [#​17448](https://redirect.github.com/babel/babel/pull/17448)
move eslint-{parser,plugin} docs to the website
([@​JLHwung](https://redirect.github.com/JLHwung))
##### 🏠 Internal
- [#​17454](https://redirect.github.com/babel/babel/pull/17454)
Enable type checking for `scripts` and `babel-worker.cjs`
([@​JLHwung](https://redirect.github.com/JLHwung))
##### 🔬 Output optimization
- `babel-plugin-proposal-destructuring-private`,
`babel-plugin-proposal-do-expressions`
- [#​17444](https://redirect.github.com/babel/babel/pull/17444)
Optimize do expression output
([@​JLHwung](https://redirect.github.com/JLHwung))
</details>
<details>
<summary>storybookjs/storybook (eslint-plugin-storybook)</summary>
###
[`v9.1.2`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#912)
[Compare
Source](https://redirect.github.com/storybookjs/storybook/compare/v9.1.1...v9.1.2)
- Addon Docs: Fix Symbol conversion issue in docs page and controls
panel -
[#​32220](https://redirect.github.com/storybookjs/storybook/pull/32220),
thanks [@​yannbf](https://redirect.github.com/yannbf)!
- Angular: Fix `entry.polyfills` undefined error -
[#​32230](https://redirect.github.com/storybookjs/storybook/pull/32230),
thanks [@​sk-pub](https://redirect.github.com/sk-pub)!
- Angular: Inherit options from browserTarget -
[#​32108](https://redirect.github.com/storybookjs/storybook/pull/32108),
thanks
[@​gingeekrishna](https://redirect.github.com/gingeekrishna)!
- Core: Improve addon detection in automigrations on windows -
[#​31937](https://redirect.github.com/storybookjs/storybook/pull/31937),
thanks [@​mrginglymus](https://redirect.github.com/mrginglymus)!
- Next.js: Return mocked router instead of actual router in useRouter -
[#​32131](https://redirect.github.com/storybookjs/storybook/pull/32131),
thanks [@​JulioJ11](https://redirect.github.com/JulioJ11)!
- Telemetry: Improve dev cancellation handling -
[#​32218](https://redirect.github.com/storybookjs/storybook/pull/32218),
thanks [@​shilman](https://redirect.github.com/shilman)!
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(typescript-eslint)</summary>
###
[`v8.39.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8391-2025-08-11)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.39.0...v8.39.1)
##### 🩹 Fixes
- **typescript-eslint:** handle `file://` urls in stack trace when
inferring `tsconfigRootDir`
([#​11464](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11464))
##### ❤️ Thank You
- Kirk Waiblinger
[@​kirkwaiblinger](https://redirect.github.com/kirkwaiblinger)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/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/SAP/ui5-webcomponents-react).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent fe14553 commit df3f28d
2 files changed
+243
-131
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments