launchpad-ui
launchpad-ui copied to clipboard
fix(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
storybookjs/storybook (@storybook/addon-a11y)
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!
List of all updates
- A11y: Improved toolbar a11y by fixing semantics - #28672, thanks @mehm8128!
- Addon Vitest: Remove Optimize deps candidates due to Vitest warnings - #31809, thanks @valentinpalkovic!
- Angular: Bundle using TSup - #31690, thanks @ndelangen!
- Angular: Prevent directory import in Angular builders - #32012, thanks @ghengeveld!
- Automigration: Await updateMainConfig in removeEssentials - #32140, thanks @valentinpalkovic!
- Builder-Vite: Fix logic related to setting allowedHosts when IP address used - #31472, thanks @JSMike!
- Controls: Improve the accessibility of the object control - #31581, thanks @Sidnioulz!
- Core: Abort play function on HMR - #31542, thanks @ghengeveld!
- Core: Avoid pausing animations in non-Vitest Playwright environments - #32123, thanks @ghengeveld!
- Core: Cleanup of type following up v9 and small verbatimModuleSyntax type fix - #31823, thanks @alcpereira!
- Core: Fix aria-controls attribute on sidebar nodes to include all children - #31491, thanks @candrepa1!
- Core: Fix horizontal scrollbar covering part of the toolbar - #31704, thanks @Sidnioulz!
- Core: Fix moving log file across drives and projectRoot detection on Windows - #32020, thanks @ghengeveld!
- Core: Prevent interactions panel from flickering and showing incorrect state - #32150, thanks @ghengeveld!
- Core: Serve dynamic favicon based on testing module status - #31763, thanks @ghengeveld!
- Core: Support container queries in addon panels - #23261, thanks @neil-morrison44!
- CSF Factories: Add parameters/globals types,
extendAPI, portable stories - #30601, thanks @kasperpeulen! - CSF: Improve controls parameters - #31745, thanks @kasperpeulen!
- CSF: Improve docs parameter types - #31736, thanks @kasperpeulen!
- CSF: Only add preview annotations to definePreview in csf-factories automigration - #31727, thanks @kasperpeulen!
- Docs: Update @storybook/icons - #32144, thanks @valentinpalkovic!
- Docs: Update
react-element-to-jsx-string- #31170, thanks @7rulnik! - Init: Exclude mdx stories when docs feature isn't selected during init - #32142, thanks @valentinpalkovic!
- Maintenance: Add flag to toggle default automigrations - #32113, thanks @yannbf!
- React Native Web: Simplify config by using vite-plugin-rnw - #32051, thanks @dannyhw!
- Telemetry: Add automigration errors - #32103, thanks @yannbf!
- Telemetry: Fix
project.jsonfor getAbsolutePath - #31510, thanks @ndelangen! - Test: Add mock capabilities - #31987, thanks @valentinpalkovic!
- Test: Consider exports map - #32157, thanks @valentinpalkovic!
- Test: Fix missing source map for Webpack/Vite mock loaders and plugins - #32111, thanks @valentinpalkovic!
- Test: Invalidate vite cache for manual mocks - #32152, thanks @valentinpalkovic!
- Test: Remove source map generation from webpack automock-loader - #32115, thanks @valentinpalkovic!
- UI: Apply user updates for mobile navigation accessibility - #31401, thanks @yatishgoel!
- UI: Fix interaction step collapse icon - #31853, thanks @AvitalHass!
- UI: Visual focus indicators (VFIs) aren't visible in high contrast mode (rebase) - #31848, thanks @Sidnioulz!
v9.0.18
- CLI: Fix Storybook doctor compatibility checks - #32077, thanks @yannbf!
- Svelte: Fix union types generating invalid labels in argTypes - #31980, thanks @grantralls!
- Telemetry: Add nodeLinker to telemetry - #32072, thanks @valentinpalkovic!
v9.0.17
- Addon Vitest: Fix support for plain
stories.tsxfiles - #32041, thanks @ghengeveld! - Onboarding: Intent survey - #31944, thanks @ghengeveld!
- UI: Fix text color for failing stories in sidebar - #32042, thanks @ghengeveld!
v9.0.16
- Automigration: Fail with non-zero exit code on migration failure - #31923, thanks @mrginglymus!
- CLI: Fix
sbCLI by explicitly exportingbin/index.cjsfromstorybookpackage - #31922, thanks @ghengeveld! - Core: Fix issue where collapsed test controls can be tabbed into - #31921, thanks @zenocross!
- Core: Various fixes - #31870, thanks @ghengeveld!
- Docs: Prevent JSON tree control from swallowing keyboard events when not in focus - #31841, thanks @takashi-kasajima!
- Ember: Allow ember v5 as peer deps - #25893, thanks @gossi!
- Next.js: upgrade sass-loader to 16.0.5 - #31855, thanks @terrymun!
- NextJs-Vite: Enable next/font loading when using next-vite - #31906, thanks @k35o!
- Portable stories: Fix playwright CT to allow functions to be passed as props - #31335, thanks @adamscybot!
- UI: Set color scheme to sync scrollbar color with user-selected theme - #28666, thanks @elisezhg!
v9.0.15
- CLI: Do not fail incompatible package check in doctor if only core packages used - #31886, thanks @mrginglymus!
- React: Bump @joshwooding/vite-plugin-react-docgen-typescript to 0.6.1 - #31899, thanks @mrginglymus!
v9.0.14
- CLI: Prebundle more in cli-storybook package - #31746, thanks @ndelangen!
- Core: Fix FIPS compliance - #31806, thanks @JReinhold!
- Core: Fix addon scrollbars and align scrollbar colors with toolbars - #31844, thanks @Sidnioulz!
- Deps: Extend
vitepeerDependencies range to include7.0.0- #31859, thanks @ghengeveld! - Deps: Update vite-plugin-babel to 1.3.2 to fix vite 7.0.0 peerDependency issue - #31888, thanks @ghengeveld!
- UI: Hide keyboard shortcuts entry from menu when shortcuts are disabled - #23411, thanks @Spielboerg!
v9.0.13
- Core: Gracefully handle disallowed cross-origin clipboard access - #31834, thanks @ghengeveld!
- Core: Support array-based catch-all Next.js route segments in AppRouterProvider - #31524, thanks @yatishgoel!
- Next.js-Vite: Support Next.js v15.4 - #31828, thanks @valentinpalkovic!
- React Native Web: Fix shift spread operator in react-native-web-vite presets - #31804, thanks @xlecunff-pass!
- Telemetry: Fix prompting without checking isTTY - #31781, thanks @Synar!
- Vite: Remove addon-themes and theming from optimized deps list - #31833, thanks @ghengeveld!
v9.0.12
- Addon Vitest: Support init in Vitest >= 3.2 - #31715, thanks @valentinpalkovic!
- CLI: Fix package manager instantiation in empty directories - #31743, thanks @yannbf!
- CLI: Improve support for upgrading Storybook in monorepos - #31557, thanks @yannbf!
- CLI: Show Storybook version in the upgrade command - #31774, thanks @yannbf!
- Core: Enhance package manager install methods to support optional force flag - #31796, thanks @valentinpalkovic!
v9.0.11
- Addons: Use chromatic-com/storybook without version specifier - #31627, thanks @valentinpalkovic!
- Angular: Tailwind 4 compatibility - #31759, thanks @valentinpalkovic!
- Angular: fix Storybook experimentalZoneless is not compatible with Angular 20 - #31772, thanks @guysenpai!
- React Native: Fix window event listeners that dont exist on rn - #31780, thanks @dannyhw!
v9.0.10
- CLI: Add RN/RNW "both" init option - #31778, thanks @shilman!
- Nextjs-Vite: Use tsconfig paths plugin - #31764, thanks @kasperpeulen!
vitejs/vite-plugin-react (@vitejs/plugin-react-oxc)
v0.3.0
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' }))
v0.2.3
Disable refresh transform when server.hmr: false is set #502
This fixes "$RefreshReg$ is not defined" error when running Vitest with the plugin.
v0.2.2
Add Vite 7-beta to peerDependencies range #497
React plugins are compatible with Vite 7, this removes the warning when testing the beta.
v0.2.1
Add explicit semicolon in preambleCode #485
This fixes an edge case when using HTML minifiers that strips line breaks aggressively.
vitejs/vite-plugin-react (@vitejs/plugin-react-swc)
v3.11.0
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' }))
v3.10.2
Suggest @vitejs/plugin-react-oxc if rolldown-vite is detected #491
Emit a log which recommends @vitejs/plugin-react-oxc when rolldown-vite is detected to improve performance and use Oxc under the hood. The warning can be disabled by setting disableOxcRecommendation: true in the plugin options.
Use optimizeDeps.rollupOptions instead of optimizeDeps.esbuildOptions for rolldown-vite #489
This suppresses the warning about optimizeDeps.esbuildOptions being deprecated in rolldown-vite.
Add Vite 7-beta to peerDependencies range #497
React plugins are compatible with Vite 7, this removes the warning when testing the beta.
v3.10.1
Add explicit semicolon in preambleCode #485
This fixes an edge case when using HTML minifiers that strips line breaks aggressively.
axios/axios (axios)
v1.11.0
Bug Fixes
- form-data npm pakcage (#6970) (e72c193)
- prevent RangeError when using large Buffers (#6961) (a2214ca)
- types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)
Contributors to this release
motiondivision/motion (framer-motion)
v12.23.12
Added
- Exporting internal APIs for use in view animations.
v12.23.11
Added
- Children of variants with
delayChildren: stagger()will now be staggered correctly alongside their newly-entering siblings.
v12.23.10
Fixed
- Fixed shared layout animation in situations where no
motioncomponents have re-rendered between shared element switching.
v12.23.9
Changed
- Removing redundant
renderRequestMotionValuelifecycle.
v12.23.7
Fixed
springValuecleanup.- Removed additional
removeNodefromAnimatePresencewhen usingpopLayout.
v12.23.6
Changed
- Added explainer for reduced motion warning.
- Refactored
motioncomponent creation to remove indirection.
v12.23.5
Fixed
- Fix animation timings within dynamically-generated popups.
v12.23.3
Changed
useScroll: Re-attempt to initialise scroll animation within auseEffectif refs weren't hydrated during theuseLayoutEffect. Throw if refs are still not hydrated during theuseEffect.
v12.23.2
Added
- Added pages for remaining error and warning messages.
v12.23.1
Changed
- Improved error messages. Some error messages will now link through to detailed documentation and solutions.
v12.23.0
Added
- Add
.stop()and.cancel()methods touseDragControls().
v12.22.0
Added
- Allow
delayChildrento acceptstagger(). This enablesfromandeaseoptions when staggering variant children.
Deprecated
staggerChildrenandstaggerDirectionoptions.
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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.
⚠️ No Changeset found
Latest commit: 9978fe751899beabc66217e9203684766a10a4d7
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
yarn add https://pkg.pr.new/@launchpad-ui/[email protected]
yarn add https://pkg.pr.new/@launchpad-ui/[email protected]
yarn add https://pkg.pr.new/@launchpad-ui/[email protected]
commit: 9978fe7
Size Change: 0 B
Total Size: 530 kB
ℹ️ View Unchanged
| Filename | Size |
|---|---|
apps/vscode/dist/client.js |
111 kB |
apps/vscode/dist/server.js |
261 kB |
packages/box/dist/index.es.js |
7.26 kB |
packages/box/dist/index.js |
7.82 kB |
packages/box/dist/style.css |
2.67 kB |
packages/button/dist/index.es.js |
1.89 kB |
packages/button/dist/index.js |
2.32 kB |
packages/button/dist/style.css |
3 kB |
packages/components/dist/index.es.js |
19 kB |
packages/components/dist/index.js |
19.9 kB |
packages/components/dist/style.css |
8.36 kB |
packages/core/dist/index.es.js |
512 B |
packages/core/dist/index.js |
1.27 kB |
packages/drawer/dist/index.es.js |
1.76 kB |
packages/drawer/dist/index.js |
2.22 kB |
packages/drawer/dist/style.css |
497 B |
packages/dropdown/dist/index.es.js |
1.15 kB |
packages/dropdown/dist/index.js |
1.59 kB |
packages/filter/dist/index.es.js |
2.23 kB |
packages/filter/dist/index.js |
2.68 kB |
packages/filter/dist/style.css |
881 B |
packages/focus-trap/dist/index.es.js |
418 B |
packages/focus-trap/dist/index.js |
852 B |
packages/form/dist/index.es.js |
4.25 kB |
packages/form/dist/index.js |
4.73 kB |
packages/form/dist/style.css |
2.21 kB |
packages/icons/dist/index.es.js |
1.3 kB |
packages/icons/dist/index.js |
1.73 kB |
packages/icons/dist/style.css |
532 B |
packages/menu/dist/index.es.js |
3.69 kB |
packages/menu/dist/index.js |
4.16 kB |
packages/menu/dist/style.css |
872 B |
packages/modal/dist/index.es.js |
3.08 kB |
packages/modal/dist/index.js |
3.55 kB |
packages/modal/dist/style.css |
898 B |
packages/navigation/dist/index.es.js |
2.75 kB |
packages/navigation/dist/index.js |
3.21 kB |
packages/navigation/dist/style.css |
874 B |
packages/overlay/dist/index.es.js |
1.02 kB |
packages/overlay/dist/index.js |
1.42 kB |
packages/popover/dist/index.es.js |
3.01 kB |
packages/popover/dist/index.js |
3.43 kB |
packages/popover/dist/style.css |
529 B |
packages/portal/dist/index.es.js |
420 B |
packages/portal/dist/index.js |
835 B |
packages/table/dist/index.es.js |
1.01 kB |
packages/table/dist/index.js |
1.44 kB |
packages/table/dist/style.css |
700 B |
packages/tokens/dist/fonts.css |
183 B |
packages/tokens/dist/index.css |
1.47 kB |
packages/tokens/dist/index.es.js |
3.07 kB |
packages/tokens/dist/index.js |
3.11 kB |
packages/tokens/dist/media-queries.css |
113 B |
packages/tokens/dist/themes.css |
2.27 kB |
packages/tooltip/dist/index.es.js |
598 B |
packages/tooltip/dist/index.js |
1.02 kB |
packages/tooltip/dist/style.css |
337 B |
packages/vars/dist/index.es.js |
2.66 kB |
packages/vars/dist/index.js |
2.66 kB |
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.