Commit d5edf3c
authored
chore(deps): update all non-major dependencies (patch) (#7871)
This PR contains the following updates:
| Package | Change | Age | 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.4` ->
`7.28.5`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.28.4/7.28.5)
|
[](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.3` ->
`7.28.5`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.28.3/7.28.5)
|
[](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.18.10` ->
`22.18.12`](https://renovatebot.com/diffs/npm/@types%2fnode/22.18.10/22.18.12)
|
[](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.10` ->
`9.1.15`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/9.1.10/9.1.15)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [lint-staged](https://redirect.github.com/lint-staged/lint-staged) |
[`16.2.4` ->
`16.2.6`](https://renovatebot.com/diffs/npm/lint-staged/16.2.4/16.2.6) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [vite](https://vite.dev)
([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite))
| [`7.1.11` ->
`7.1.12`](https://renovatebot.com/diffs/npm/vite/7.1.11/7.1.12) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>babel/babel (@​babel/core)</summary>
###
[`v7.28.5`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7285-2025-10-23)
[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.28.4...v7.28.5)
##### 👓 Spec Compliance
- `babel-parser`
- [#​17446](https://redirect.github.com/babel/babel/pull/17446)
Allow `Runtime Errors for Function Call Assignment Targets`
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-helper-validator-identifier`
- [#​17501](https://redirect.github.com/babel/babel/pull/17501)
fix: update identifier to unicode 17
([@​fisker](https://redirect.github.com/fisker))
##### 🐛 Bug Fix
- `babel-plugin-proposal-destructuring-private`
- [#​17534](https://redirect.github.com/babel/babel/pull/17534)
Allow mixing private destructuring and rest
([@​CO0Ki3](https://redirect.github.com/CO0Ki3))
- `babel-parser`
- [#​17521](https://redirect.github.com/babel/babel/pull/17521)
Improve `@babel/parser` error typing
([@​JLHwung](https://redirect.github.com/JLHwung))
- [#​17491](https://redirect.github.com/babel/babel/pull/17491)
fix: improve ts-only declaration parsing
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-plugin-proposal-discard-binding`,
`babel-plugin-transform-destructuring`
- [#​17519](https://redirect.github.com/babel/babel/pull/17519)
fix: `rest` correctly returns plain array
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-helper-create-class-features-plugin`,
`babel-helper-member-expression-to-functions`,
`babel-plugin-transform-block-scoping`,
`babel-plugin-transform-optional-chaining`, `babel-traverse`,
`babel-types`
- [#​17503](https://redirect.github.com/babel/babel/pull/17503)
Fix `JSXIdentifier` handling in `isReferencedIdentifier`
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-traverse`
- [#​17504](https://redirect.github.com/babel/babel/pull/17504)
fix: ensure scope.push register in anonymous fn
([@​JLHwung](https://redirect.github.com/JLHwung))
##### 🏠 Internal
- `babel-types`
- [#​17494](https://redirect.github.com/babel/babel/pull/17494)
Type checking babel-types scripts
([@​JLHwung](https://redirect.github.com/JLHwung))
##### :running\_woman: Performance
- `babel-core`
- [#​17490](https://redirect.github.com/babel/babel/pull/17490)
Faster finding of locations in `buildCodeFrameError`
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
</details>
<details>
<summary>storybookjs/storybook (eslint-plugin-storybook)</summary>
###
[`v9.1.15`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#9115)
[Compare
Source](https://redirect.github.com/storybookjs/storybook/compare/v9.1.14...v9.1.15)
- Core: Add `preview-first-load` telemetry -
[#​32770](https://redirect.github.com/storybookjs/storybook/pull/32770),
thanks [@​shilman](https://redirect.github.com/shilman)!
- Dependencies: Update `vite-plugin-storybook-nextjs` -
[#​32821](https://redirect.github.com/storybookjs/storybook/pull/32821),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
###
[`v9.1.14`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#9114)
[Compare
Source](https://redirect.github.com/storybookjs/storybook/compare/v9.1.13...v9.1.14)
- NextJS: Add NextJS 16 support -
[#​32791](https://redirect.github.com/storybookjs/storybook/pull/32791),
thanks [@​yannbf](https://redirect.github.com/yannbf) and
[@​ndelangen](https://redirect.github.com/ndelangen)!
- Addon-Vitest: Support Vitest 4 -
[#​32819](https://redirect.github.com/storybookjs/storybook/pull/32819),
thanks [@​yannbf](https://redirect.github.com/yannbf) and
[@​ndelangen](https://redirect.github.com/ndelangen)!
- CSF: Fix `play-fn` tag for methods -
[#​32695](https://redirect.github.com/storybookjs/storybook/pull/32695),
thanks [@​shilman](https://redirect.github.com/shilman)!
###
[`v9.1.13`](https://redirect.github.com/storybookjs/storybook/compare/v9.1.12...c2483f0e584fea0a7b4c306489b506f6165dc73b)
[Compare
Source](https://redirect.github.com/storybookjs/storybook/compare/v9.1.12...v9.1.13)
###
[`v9.1.12`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#9112)
[Compare
Source](https://redirect.github.com/storybookjs/storybook/compare/v9.1.11...v9.1.12)
- Maintenance: Hotfix for missing nextjs dts files, thanks
[@​ndelangen](https://redirect.github.com/ndelangen)!
###
[`v9.1.11`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#9111)
[Compare
Source](https://redirect.github.com/storybookjs/storybook/compare/v9.1.10...v9.1.11)
- Automigration: Improve the viewport/backgrounds automigration -
[#​32619](https://redirect.github.com/storybookjs/storybook/pull/32619),
thanks
[@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)!
- Mocking: Fix `sb.mock` usage in Storybook's deployed in subpaths -
[#​32678](https://redirect.github.com/storybookjs/storybook/pull/32678),
thanks
[@​valentinpalkovic](https://redirect.github.com/valentinpalkovic)!
- NextJS-Vite: Automatically fix bad PostCSS configuration -
[#​32691](https://redirect.github.com/storybookjs/storybook/pull/32691),
thanks [@​ndelangen](https://redirect.github.com/ndelangen)!
- React Native Web: Fix REACT\_NATIVE\_AND\_RNW should detect vite
builder -
[#​32718](https://redirect.github.com/storybookjs/storybook/pull/32718),
thanks [@​dannyhw](https://redirect.github.com/dannyhw)!
- Telemetry: Add metadata for react routers -
[#​32615](https://redirect.github.com/storybookjs/storybook/pull/32615),
thanks [@​shilman](https://redirect.github.com/shilman)!
</details>
<details>
<summary>lint-staged/lint-staged (lint-staged)</summary>
###
[`v16.2.6`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1626)
[Compare
Source](https://redirect.github.com/lint-staged/lint-staged/compare/v16.2.5...v16.2.6)
##### Patch Changes
-
[#​1693](https://redirect.github.com/lint-staged/lint-staged/pull/1693)
[`33d4502`](https://redirect.github.com/lint-staged/lint-staged/commit/33d4502ef9c939a9c6f41fc630a34e0985220f8e)
Thanks
[@​Adrian-Baran-GY](https://redirect.github.com/Adrian-Baran-GY)!
- Fix problems with `--continue-on-error` option, where tasks might have
still been killed (`SIGINT`) when one of them failed.
###
[`v16.2.5`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1625)
[Compare
Source](https://redirect.github.com/lint-staged/lint-staged/compare/v16.2.4...v16.2.5)
##### Patch Changes
-
[#​1687](https://redirect.github.com/lint-staged/lint-staged/pull/1687)
[`9e02d9d`](https://redirect.github.com/lint-staged/lint-staged/commit/9e02d9dc8a84bfeb7995520f00f7080b07a2e839)
Thanks [@​iiroj](https://redirect.github.com/iiroj)! - Fix
unhandled promise rejection when spawning tasks (*instead of the tasks
themselves failing*). Previously when a task failed to spawn,
*lint-staged* also failed and the backup stash might not have been
automatically restored.
</details>
<details>
<summary>vitejs/vite (vite)</summary>
###
[`v7.1.12`](https://redirect.github.com/vitejs/vite/releases/tag/v7.1.12)
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v7.1.11...v7.1.12)
Please refer to
[CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v7.1.12/packages/vite/CHANGELOG.md)
for details.
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 24f1dd3 commit d5edf3c
2 files changed
+206
-96
lines changed| 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 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments