Skip to content

Commit df3f28d

Browse files
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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcli/7.28.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcli/7.28.0/7.28.3?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.28.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.28.0/7.28.3?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.0` -> `7.28.3`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.28.0/7.28.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fpreset-env/7.28.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fpreset-env/7.28.0/7.28.3?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.17.1` -> `22.17.2`](https://renovatebot.com/diffs/npm/@types%2fnode/22.17.1/22.17.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.17.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.17.1/22.17.2?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/19.1.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/19.1.9/19.1.10?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.1` -> `9.1.2`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/9.1.1/9.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-storybook/9.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-storybook/9.1.1/9.1.2?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.39.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.39.0/8.39.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@&#8203;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` - [#&#8203;17443](https://redirect.github.com/babel/babel/pull/17443) \[static blocks] Do not inject new static fields after static code ([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### 🐛 Bug Fix - `babel-parser` - [#&#8203;17465](https://redirect.github.com/babel/babel/pull/17465) fix(parser/typescript): parse `import("./a", {with:{},})` ([@&#8203;easrng](https://redirect.github.com/easrng)) - [#&#8203;17478](https://redirect.github.com/babel/babel/pull/17478) fix(parser): stop subscript parsing on async arrow ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### :nail\_care: Polish - `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime` - [#&#8203;17363](https://redirect.github.com/babel/babel/pull/17363) Do not save last yield in call in temp var ([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### 📝 Documentation - [#&#8203;17448](https://redirect.github.com/babel/babel/pull/17448) move eslint-{parser,plugin} docs to the website ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### 🏠 Internal - [#&#8203;17454](https://redirect.github.com/babel/babel/pull/17454) Enable type checking for `scripts` and `babel-worker.cjs` ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### 🔬 Output optimization - `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-do-expressions` - [#&#8203;17444](https://redirect.github.com/babel/babel/pull/17444) Optimize do expression output ([@&#8203;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 - [#&#8203;32220](https://redirect.github.com/storybookjs/storybook/pull/32220), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Angular: Fix `entry.polyfills` undefined error - [#&#8203;32230](https://redirect.github.com/storybookjs/storybook/pull/32230), thanks [@&#8203;sk-pub](https://redirect.github.com/sk-pub)! - Angular: Inherit options from browserTarget - [#&#8203;32108](https://redirect.github.com/storybookjs/storybook/pull/32108), thanks [@&#8203;gingeekrishna](https://redirect.github.com/gingeekrishna)! - Core: Improve addon detection in automigrations on windows - [#&#8203;31937](https://redirect.github.com/storybookjs/storybook/pull/31937), thanks [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus)! - Next.js: Return mocked router instead of actual router in useRouter - [#&#8203;32131](https://redirect.github.com/storybookjs/storybook/pull/32131), thanks [@&#8203;JulioJ11](https://redirect.github.com/JulioJ11)! - Telemetry: Improve dev cancellation handling - [#&#8203;32218](https://redirect.github.com/storybookjs/storybook/pull/32218), thanks [@&#8203;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` ([#&#8203;11464](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11464)) ##### ❤️ Thank You - Kirk Waiblinger [@&#8203;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

File tree

2 files changed

+243
-131
lines changed

2 files changed

+243
-131
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"tocbot": "4.36.4"
5252
},
5353
"devDependencies": {
54-
"@babel/cli": "7.28.0",
55-
"@babel/core": "7.28.0",
56-
"@babel/preset-env": "7.28.0",
54+
"@babel/cli": "7.28.3",
55+
"@babel/core": "7.28.3",
56+
"@babel/preset-env": "7.28.3",
5757
"@babel/preset-react": "7.27.1",
5858
"@babel/preset-typescript": "7.27.1",
5959
"@cypress/code-coverage": "3.14.5",
@@ -62,8 +62,8 @@
6262
"@semantic-release/github": "11.0.4",
6363
"@testing-library/cypress": "10.0.3",
6464
"@types/jscodeshift": "17.3.0",
65-
"@types/node": "22.17.1",
66-
"@types/react": "19.1.9",
65+
"@types/node": "22.17.2",
66+
"@types/react": "19.1.10",
6767
"@types/react-dom": "19.1.7",
6868
"@ui5/webcomponents-tools": "2.13.2",
6969
"@vitejs/plugin-react": "4.7.0",
@@ -81,7 +81,7 @@
8181
"eslint-plugin-prettier": "5.5.4",
8282
"eslint-plugin-react": "7.37.5",
8383
"eslint-plugin-react-hooks": "5.2.0",
84-
"eslint-plugin-storybook": "9.1.1",
84+
"eslint-plugin-storybook": "9.1.2",
8585
"glob": "11.0.3",
8686
"globals": "16.3.0",
8787
"husky": "9.1.7",
@@ -96,7 +96,7 @@
9696
"prettier": "3.6.2",
9797
"rimraf": "6.0.1",
9898
"typescript": "5.7.3",
99-
"typescript-eslint": "8.39.0",
99+
"typescript-eslint": "8.39.1",
100100
"vite": "6.3.5",
101101
"vite-plugin-istanbul": "7.1.0",
102102
"vite-tsconfig-paths": "5.1.4"

0 commit comments

Comments
 (0)