Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 19, 2025

This PR contains the following updates:

Package Change Age Confidence
@storybook/addon-docs (source) 9.0.16 -> 9.0.17 age confidence
@storybook/react (source) 9.0.16 -> 9.0.17 age confidence
@storybook/react-vite (source) 9.0.16 -> 9.0.17 age confidence
@stylistic/eslint-plugin (source) 5.1.0 -> 5.2.1 age confidence
@types/node (source) 22.16.3 -> 22.16.5 age confidence
@vitejs/plugin-react-swc (source) 3.10.2 -> 3.11.0 age confidence
eslint-plugin-storybook (source) 9.0.16 -> 9.0.17 age confidence
storybook (source) 9.0.16 -> 9.0.17 age confidence
typedoc-plugin-markdown (source) 4.7.0 -> 4.7.1 age confidence
vite (source) 7.0.4 -> 7.0.5 age confidence

Release Notes

storybookjs/storybook (@​storybook/addon-docs)

v9.0.17

Compare Source

storybookjs/storybook (@​storybook/react)

v9.0.17

Compare Source

eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v5.2.1

Compare Source

Bug Fixes
Chores
Performance

v5.2.0

Compare Source

Features
Bug Fixes
  • disallow extra properties in rule options (#​883) (bac5f3f)
  • indent: align first element when VariableDeclarator is first (#​861) (ddd14c8)
Documentation
Chores
vitejs/vite-plugin-react (@​vitejs/plugin-react-swc)

v3.11.0

Compare Source

Add HMR support for compound components (#​518)

HMR now works for compound components like this:

const Root = () => <div>Accordion Root</div>
const Item = () => <div>Accordion Item</div>

export const Accordion = { Root, Item }
Return Plugin[] instead of PluginOption[] (#​537)

The return type has changed from react(): PluginOption[] to more specialized type react(): Plugin[]. This allows for type-safe manipulation of plugins, for example:

// previously this causes type errors
react()
  .map(p => ({ ...p, applyToEnvironment: e => e.name === 'client' }))
storybookjs/storybook (storybook)

v9.0.17

Compare Source

typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown)

v4.7.1

Compare Source

Patch Changes
  • Escape square brackets in index signature types (#​829).
  • Fix missing segments in declaration titles that contain periods.
vitejs/vite (vite)

v7.0.5

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bd8f873 to 5ab2e71 Compare July 19, 2025 20:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5ab2e71 to 7ffa1f8 Compare July 21, 2025 13:57
@sonarqubecloud
Copy link

@TomPlum TomPlum merged commit 59e73ab into main Jul 21, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants