Skip to content

Commit d5edf3c

Browse files
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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.28.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.28.4/7.28.5?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fpreset-env/7.28.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fpreset-env/7.28.3/7.28.5?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.18.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.18.10/22.18.12?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-storybook/9.1.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-storybook/9.1.10/9.1.15?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/16.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/16.2.4/16.2.6?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/7.1.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/7.1.11/7.1.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@&#8203;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` - [#&#8203;17446](https://redirect.github.com/babel/babel/pull/17446) Allow `Runtime Errors for Function Call Assignment Targets` ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helper-validator-identifier` - [#&#8203;17501](https://redirect.github.com/babel/babel/pull/17501) fix: update identifier to unicode 17 ([@&#8203;fisker](https://redirect.github.com/fisker)) ##### 🐛 Bug Fix - `babel-plugin-proposal-destructuring-private` - [#&#8203;17534](https://redirect.github.com/babel/babel/pull/17534) Allow mixing private destructuring and rest ([@&#8203;CO0Ki3](https://redirect.github.com/CO0Ki3)) - `babel-parser` - [#&#8203;17521](https://redirect.github.com/babel/babel/pull/17521) Improve `@babel/parser` error typing ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - [#&#8203;17491](https://redirect.github.com/babel/babel/pull/17491) fix: improve ts-only declaration parsing ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-proposal-discard-binding`, `babel-plugin-transform-destructuring` - [#&#8203;17519](https://redirect.github.com/babel/babel/pull/17519) fix: `rest` correctly returns plain array ([@&#8203;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` - [#&#8203;17503](https://redirect.github.com/babel/babel/pull/17503) Fix `JSXIdentifier` handling in `isReferencedIdentifier` ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-traverse` - [#&#8203;17504](https://redirect.github.com/babel/babel/pull/17504) fix: ensure scope.push register in anonymous fn ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### 🏠 Internal - `babel-types` - [#&#8203;17494](https://redirect.github.com/babel/babel/pull/17494) Type checking babel-types scripts ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### :running\_woman: Performance - `babel-core` - [#&#8203;17490](https://redirect.github.com/babel/babel/pull/17490) Faster finding of locations in `buildCodeFrameError` ([@&#8203;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 - [#&#8203;32770](https://redirect.github.com/storybookjs/storybook/pull/32770), thanks [@&#8203;shilman](https://redirect.github.com/shilman)! - Dependencies: Update `vite-plugin-storybook-nextjs` - [#&#8203;32821](https://redirect.github.com/storybookjs/storybook/pull/32821), thanks [@&#8203;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 - [#&#8203;32791](https://redirect.github.com/storybookjs/storybook/pull/32791), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf) and [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Addon-Vitest: Support Vitest 4 - [#&#8203;32819](https://redirect.github.com/storybookjs/storybook/pull/32819), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf) and [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - CSF: Fix `play-fn` tag for methods - [#&#8203;32695](https://redirect.github.com/storybookjs/storybook/pull/32695), thanks [@&#8203;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 [@&#8203;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 - [#&#8203;32619](https://redirect.github.com/storybookjs/storybook/pull/32619), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Mocking: Fix `sb.mock` usage in Storybook's deployed in subpaths - [#&#8203;32678](https://redirect.github.com/storybookjs/storybook/pull/32678), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - NextJS-Vite: Automatically fix bad PostCSS configuration - [#&#8203;32691](https://redirect.github.com/storybookjs/storybook/pull/32691), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - React Native Web: Fix REACT\_NATIVE\_AND\_RNW should detect vite builder - [#&#8203;32718](https://redirect.github.com/storybookjs/storybook/pull/32718), thanks [@&#8203;dannyhw](https://redirect.github.com/dannyhw)! - Telemetry: Add metadata for react routers - [#&#8203;32615](https://redirect.github.com/storybookjs/storybook/pull/32615), thanks [@&#8203;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 - [#&#8203;1693](https://redirect.github.com/lint-staged/lint-staged/pull/1693) [`33d4502`](https://redirect.github.com/lint-staged/lint-staged/commit/33d4502ef9c939a9c6f41fc630a34e0985220f8e) Thanks [@&#8203;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 - [#&#8203;1687](https://redirect.github.com/lint-staged/lint-staged/pull/1687) [`9e02d9d`](https://redirect.github.com/lint-staged/lint-staged/commit/9e02d9dc8a84bfeb7995520f00f7080b07a2e839) Thanks [@&#8203;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

File tree

2 files changed

+206
-96
lines changed

2 files changed

+206
-96
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
},
5454
"devDependencies": {
5555
"@babel/cli": "7.28.3",
56-
"@babel/core": "7.28.4",
57-
"@babel/preset-env": "7.28.3",
56+
"@babel/core": "7.28.5",
57+
"@babel/preset-env": "7.28.5",
5858
"@babel/preset-react": "7.27.1",
5959
"@babel/preset-typescript": "7.27.1",
6060
"@cypress/code-coverage": "3.14.7",
@@ -63,7 +63,7 @@
6363
"@semantic-release/github": "12.0.0",
6464
"@testing-library/cypress": "10.1.0",
6565
"@types/jscodeshift": "17.3.0",
66-
"@types/node": "22.18.10",
66+
"@types/node": "22.18.12",
6767
"@types/react": "19.1.17",
6868
"@types/react-dom": "19.1.11",
6969
"@ui5/webcomponents-tools": "2.15.1",
@@ -82,12 +82,12 @@
8282
"eslint-plugin-prettier": "5.5.4",
8383
"eslint-plugin-react": "7.37.5",
8484
"eslint-plugin-react-hooks": "6.1.1",
85-
"eslint-plugin-storybook": "9.1.10",
85+
"eslint-plugin-storybook": "9.1.15",
8686
"glob": "11.0.3",
8787
"globals": "16.4.0",
8888
"husky": "9.1.7",
8989
"lerna": "9.0.0",
90-
"lint-staged": "16.2.4",
90+
"lint-staged": "16.2.6",
9191
"npm-run-all2": "8.0.4",
9292
"postcss": "8.5.6",
9393
"postcss-cli": "11.0.1",
@@ -98,7 +98,7 @@
9898
"rimraf": "6.0.1",
9999
"typescript": "5.7.3",
100100
"typescript-eslint": "8.44.1",
101-
"vite": "7.1.11",
101+
"vite": "7.1.12",
102102
"vite-plugin-istanbul": "7.2.0",
103103
"vite-tsconfig-paths": "5.1.4"
104104
},

0 commit comments

Comments
 (0)