Skip to content

Commit 9bc9594

Browse files
chore(deps): update all non-major dependencies (minor) (#7637)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@eslint/js](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint/tree/HEAD/packages/js)) | [`9.32.0` -> `9.33.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.32.0/9.33.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@eslint%2fjs/9.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@eslint%2fjs/9.32.0/9.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`9.32.0` -> `9.33.0`](https://renovatebot.com/diffs/npm/eslint/9.32.0/9.33.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/9.32.0/9.33.0?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.0.18` -> `9.1.1`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/9.0.18/9.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-storybook/9.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-storybook/9.0.18/9.1.1?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.38.0` -> `8.39.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.38.0/8.39.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.39.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.38.0/8.39.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eslint/eslint (@&#8203;eslint/js)</summary> ### [`v9.33.0`](https://redirect.github.com/eslint/eslint/compare/v9.32.0...ad283717ed4764a171120ca7c6cba82a78fa024c) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.32.0...v9.33.0) </details> <details> <summary>eslint/eslint (eslint)</summary> ### [`v9.33.0`](https://redirect.github.com/eslint/eslint/compare/v9.32.0...a90d7c4fe5ef83054e29d21d7ffb442103429d03) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.32.0...v9.33.0) </details> <details> <summary>storybookjs/storybook (eslint-plugin-storybook)</summary> ### [`v9.1.1`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#911) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v9.1.0...v9.1.1) - CLI: Fix throwing in readonly environments - [#&#8203;31785](https://redirect.github.com/storybookjs/storybook/pull/31785), thanks [@&#8203;JReinhold](https://redirect.github.com/JReinhold)! - Onboarding: Tweak referral wording in survey - [#&#8203;32185](https://redirect.github.com/storybookjs/storybook/pull/32185), thanks [@&#8203;shilman](https://redirect.github.com/shilman)! - Telemetry: Send index stats on dev exit - [#&#8203;32168](https://redirect.github.com/storybookjs/storybook/pull/32168), thanks [@&#8203;shilman](https://redirect.github.com/shilman)! ### [`v9.1.0`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#910) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v9.0.18...v9.1.0) Storybook 9.1 is packed with new features and improvements to enhance accessibility, streamline testing, and make your development workflow even smoother! 🚀 Improved upgrade command with monorepo support for seamless upgrades 🅰 Angular fixes for Tailwind 4, cache busting, and zoneless compatibility 🧪 `sb.mock` API and Automocking: one-line module mocking to simplify your testing workflow 🧪 Favicon shows test run status for quick visual feedback ⚛️ Easier configuration for React Native projects 🔥 Auto-abort play functions on HMR to avoid unwanted side effects 🏗️ Improved CSF factories API for type safe story definitions ♿️ A11y improvements across Storybook’s UI — addon panel, toolbar, sidebar, mobile & more 💯 Dozens more fixes and improvements based on community feedback! <details> <summary>List of all updates</summary> - A11y: Improved toolbar a11y by fixing semantics - [#&#8203;28672](https://redirect.github.com/storybookjs/storybook/pull/28672), thanks [@&#8203;mehm8128](https://redirect.github.com/mehm8128)! - Addon Vitest: Remove Optimize deps candidates due to Vitest warnings - [#&#8203;31809](https://redirect.github.com/storybookjs/storybook/pull/31809), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Angular: Bundle using TSup - [#&#8203;31690](https://redirect.github.com/storybookjs/storybook/pull/31690), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Angular: Prevent directory import in Angular builders - [#&#8203;32012](https://redirect.github.com/storybookjs/storybook/pull/32012), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Automigration: Await updateMainConfig in removeEssentials - [#&#8203;32140](https://redirect.github.com/storybookjs/storybook/pull/32140), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Builder-Vite: Fix logic related to setting allowedHosts when IP address used - [#&#8203;31472](https://redirect.github.com/storybookjs/storybook/pull/31472), thanks [@&#8203;JSMike](https://redirect.github.com/JSMike)! - Controls: Improve the accessibility of the object control - [#&#8203;31581](https://redirect.github.com/storybookjs/storybook/pull/31581), thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! - Core: Abort play function on HMR - [#&#8203;31542](https://redirect.github.com/storybookjs/storybook/pull/31542), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Avoid pausing animations in non-Vitest Playwright environments - [#&#8203;32123](https://redirect.github.com/storybookjs/storybook/pull/32123), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Cleanup of type following up v9 and small verbatimModuleSyntax type fix - [#&#8203;31823](https://redirect.github.com/storybookjs/storybook/pull/31823), thanks [@&#8203;alcpereira](https://redirect.github.com/alcpereira)! - Core: Fix aria-controls attribute on sidebar nodes to include all children - [#&#8203;31491](https://redirect.github.com/storybookjs/storybook/pull/31491), thanks [@&#8203;candrepa1](https://redirect.github.com/candrepa1)! - Core: Fix horizontal scrollbar covering part of the toolbar - [#&#8203;31704](https://redirect.github.com/storybookjs/storybook/pull/31704), thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! - Core: Fix moving log file across drives and projectRoot detection on Windows - [#&#8203;32020](https://redirect.github.com/storybookjs/storybook/pull/32020), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Prevent interactions panel from flickering and showing incorrect state - [#&#8203;32150](https://redirect.github.com/storybookjs/storybook/pull/32150), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Serve dynamic favicon based on testing module status - [#&#8203;31763](https://redirect.github.com/storybookjs/storybook/pull/31763), thanks [@&#8203;ghengeveld](https://redirect.github.com/ghengeveld)! - Core: Support container queries in addon panels - [#&#8203;23261](https://redirect.github.com/storybookjs/storybook/pull/23261), thanks [@&#8203;neil-morrison44](https://redirect.github.com/neil-morrison44)! - CSF Factories: Add parameters/globals types, `extend` API, portable stories - [#&#8203;30601](https://redirect.github.com/storybookjs/storybook/pull/30601), thanks [@&#8203;kasperpeulen](https://redirect.github.com/kasperpeulen)! - CSF: Improve controls parameters - [#&#8203;31745](https://redirect.github.com/storybookjs/storybook/pull/31745), thanks [@&#8203;kasperpeulen](https://redirect.github.com/kasperpeulen)! - CSF: Improve docs parameter types - [#&#8203;31736](https://redirect.github.com/storybookjs/storybook/pull/31736), thanks [@&#8203;kasperpeulen](https://redirect.github.com/kasperpeulen)! - CSF: Only add preview annotations to definePreview in csf-factories automigration - [#&#8203;31727](https://redirect.github.com/storybookjs/storybook/pull/31727), thanks [@&#8203;kasperpeulen](https://redirect.github.com/kasperpeulen)! - Docs: Update [@&#8203;storybook/icons](https://redirect.github.com/storybook/icons) - [#&#8203;32144](https://redirect.github.com/storybookjs/storybook/pull/32144), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Docs: Update `react-element-to-jsx-string` - [#&#8203;31170](https://redirect.github.com/storybookjs/storybook/pull/31170), thanks [@&#8203;7rulnik](https://redirect.github.com/7rulnik)! - Init: Exclude mdx stories when docs feature isn't selected during init - [#&#8203;32142](https://redirect.github.com/storybookjs/storybook/pull/32142), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Maintenance: Add flag to toggle default automigrations - [#&#8203;32113](https://redirect.github.com/storybookjs/storybook/pull/32113), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - React Native Web: Simplify config by using vite-plugin-rnw - [#&#8203;32051](https://redirect.github.com/storybookjs/storybook/pull/32051), thanks [@&#8203;dannyhw](https://redirect.github.com/dannyhw)! - Telemetry: Add automigration errors - [#&#8203;32103](https://redirect.github.com/storybookjs/storybook/pull/32103), thanks [@&#8203;yannbf](https://redirect.github.com/yannbf)! - Telemetry: Fix `project.json` for getAbsolutePath - [#&#8203;31510](https://redirect.github.com/storybookjs/storybook/pull/31510), thanks [@&#8203;ndelangen](https://redirect.github.com/ndelangen)! - Test: Add mock capabilities - [#&#8203;31987](https://redirect.github.com/storybookjs/storybook/pull/31987), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Test: Consider exports map - [#&#8203;32157](https://redirect.github.com/storybookjs/storybook/pull/32157), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Test: Fix missing source map for Webpack/Vite mock loaders and plugins - [#&#8203;32111](https://redirect.github.com/storybookjs/storybook/pull/32111), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Test: Invalidate vite cache for manual mocks - [#&#8203;32152](https://redirect.github.com/storybookjs/storybook/pull/32152), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - Test: Remove source map generation from webpack automock-loader - [#&#8203;32115](https://redirect.github.com/storybookjs/storybook/pull/32115), thanks [@&#8203;valentinpalkovic](https://redirect.github.com/valentinpalkovic)! - UI: Apply user updates for mobile navigation accessibility - [#&#8203;31401](https://redirect.github.com/storybookjs/storybook/pull/31401), thanks [@&#8203;yatishgoel](https://redirect.github.com/yatishgoel)! - UI: Fix interaction step collapse icon - [#&#8203;31853](https://redirect.github.com/storybookjs/storybook/pull/31853), thanks [@&#8203;AvitalHass](https://redirect.github.com/AvitalHass)! - UI: Visual focus indicators (VFIs) aren't visible in high contrast mode (rebase) - [#&#8203;31848](https://redirect.github.com/storybookjs/storybook/pull/31848), thanks [@&#8203;Sidnioulz](https://redirect.github.com/Sidnioulz)! </details> </details> <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.39.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8390-2025-08-04) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.38.0...v8.39.0) ##### 🚀 Features - update to TypeScript 5.9.2 ([#&#8203;11445](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11445)) ##### ❤️ Thank You - Brad Zacher [@&#8203;bradzacher](https://redirect.github.com/bradzacher) 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:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc842ee commit 9bc9594

File tree

2 files changed

+118
-118
lines changed

2 files changed

+118
-118
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@babel/preset-typescript": "7.27.1",
5959
"@cypress/code-coverage": "3.14.5",
6060
"@eslint/compat": "1.3.2",
61-
"@eslint/js": "9.32.0",
61+
"@eslint/js": "9.33.0",
6262
"@semantic-release/github": "11.0.4",
6363
"@testing-library/cypress": "10.0.3",
6464
"@types/jscodeshift": "17.3.0",
@@ -73,15 +73,15 @@
7373
"cypress-real-events": "1.14.0",
7474
"dedent": "1.6.0",
7575
"documentation": "14.0.3",
76-
"eslint": "9.32.0",
76+
"eslint": "9.33.0",
7777
"eslint-config-prettier": "10.1.8",
7878
"eslint-import-resolver-typescript": "4.4.4",
7979
"eslint-plugin-import": "2.32.0",
8080
"eslint-plugin-no-only-tests": "3.3.0",
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.0.18",
84+
"eslint-plugin-storybook": "9.1.1",
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.38.0",
99+
"typescript-eslint": "8.39.0",
100100
"vite": "6.3.5",
101101
"vite-plugin-istanbul": "7.1.0",
102102
"vite-tsconfig-paths": "5.1.4"

0 commit comments

Comments
 (0)