Skip to content

Update npm dependencies update to latest#2674

Merged
jattasNI merged 2 commits intomainfrom
renovate/npm-dependencies-update-to-latest
Aug 7, 2025
Merged

Update npm dependencies update to latest#2674
jattasNI merged 2 commits intomainfrom
renovate/npm-dependencies-update-to-latest

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@chromatic-com/storybook 4.0.1 -> 4.1.0 age confidence
@storybook/addon-a11y (source) 9.0.17 -> 9.1.1 age confidence
@storybook/addon-docs (source) 9.0.17 -> 9.1.1 age confidence
@storybook/addon-links (source) 9.0.17 -> 9.1.1 age confidence
@storybook/builder-vite (source) 9.0.17 -> 9.1.1 age confidence
@storybook/cli (source) 9.0.17 -> 9.1.1 age confidence
@storybook/html-vite (source) 9.0.17 -> 9.1.1 age confidence
@vitejs/plugin-react-swc (source) 3.10.2 -> 3.11.0 age confidence
jasmine (source) 5.8.0 -> 5.9.0 age confidence
jasmine-core (source) 5.8.0 -> 5.9.0 age confidence
prosemirror-model 1.25.2 -> 1.25.3 age confidence
rollup (source) 4.45.1 -> 4.46.2 age confidence
storybook (source) 9.0.17 -> 9.1.1 age confidence
storybook-addon-pseudo-states (source) 9.0.17 -> 9.1.1 age confidence
vite (source) 7.0.4 -> 7.1.0 age confidence
webpack 5.100.2 -> 5.101.0 age confidence

Release Notes

chromaui/addon-visual-tests (@​chromatic-com/storybook)

v4.1.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 2
storybookjs/storybook (@​storybook/addon-a11y)

v9.1.1

Compare Source

v9.1.0

Compare Source

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!

List of all updates

v9.0.18

Compare Source

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' }))
jasmine/jasmine-npm (jasmine)

v5.9.0

Compare Source

Please see the release notes.

jasmine/jasmine (jasmine-core)

v5.9.0

Compare Source

Please see the release notes.

prosemirror/prosemirror-model (prosemirror-model)

v1.25.3

Compare Source

Bug fixes

Fix a bug in Slice that made it possible for invalid ReplaceAroundSteps to be applied in some situations.

rollup/rollup (rollup)

v4.46.2

Compare Source

2025-07-29

Bug Fixes
  • Fix in-operator handling for external namespace and when the left side cannot be analyzed (#​6041)
Pull Requests

v4.46.1

Compare Source

2025-07-28

Bug Fixes
  • Do not fail when using the in operator on external namespaces (#​6036)
Pull Requests

v4.46.0

Compare Source

2025-07-27

Features
  • Optimize in checks on namespaces to keep them treeshake-able (#​6029)
Pull Requests

v4.45.3

Compare Source

2025-07-26

Bug Fixes
  • Do not fail build if a const is reassigned but warn instead (#​6020)
  • Fail with a helpful error message if an exported binding is not defined (#​6023)
Pull Requests
vitejs/vite (vite)

v7.1.0

Compare Source

Features
  • support files with more than 1000 lines by generateCodeFrame (#​20508) (e7d0b2a)
Bug Fixes
Tests

v7.0.6

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring

v7.0.5

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
webpack/webpack (webpack)

v5.101.0

Compare Source


Configuration

📅 Schedule: Branch creation - "monthly" (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 requested review from jattasNI and rajsite as code owners August 1, 2025 00:07
@renovate renovate bot force-pushed the renovate/npm-dependencies-update-to-latest branch 2 times, most recently from a7e485b to db57c10 Compare August 4, 2025 16:28
@renovate renovate bot force-pushed the renovate/npm-dependencies-update-to-latest branch from db57c10 to 793c7fd Compare August 6, 2025 01:46
@renovate renovate bot force-pushed the renovate/npm-dependencies-update-to-latest branch 2 times, most recently from 54a44a3 to 15b09ca Compare August 7, 2025 08:27
@renovate renovate bot force-pushed the renovate/npm-dependencies-update-to-latest branch from 15b09ca to efe2620 Compare August 7, 2025 13:20
@jattasNI jattasNI enabled auto-merge (squash) August 7, 2025 13:52
@jattasNI jattasNI merged commit 411be30 into main Aug 7, 2025
16 of 17 checks passed
@jattasNI jattasNI deleted the renovate/npm-dependencies-update-to-latest branch August 7, 2025 15:06
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.

1 participant