-
Notifications
You must be signed in to change notification settings - Fork 9
fix(deps): update all non-major dependencies #1730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
commit: |
Size Change: 0 B Total Size: 530 kB ℹ️ View Unchanged
|
24c3728
to
9a7c32f
Compare
Edited/Blocked NotificationRenovate 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. |
This PR contains the following updates:
^0.32.0
->^0.33.0
3.13.3
->3.14.0
3.13.3
->3.14.0
3.20.5
->3.21.0
3.20.5
->3.21.0
3.20.5
->3.21.0
3.12.10
->3.12.11
3.12.10
->3.12.11
3.25.3
->3.25.4
3.25.3
->3.25.4
3.11.16
->3.12.0
3.11.16
->3.12.0
3.27.3
->3.28.0
3.27.3
->3.28.0
3.4.10
->3.4.11
3.29.1
->3.30.0
3.29.1
->3.30.0
3.8.25
->3.8.26
3.8.25
->3.8.26
3.12.3
->3.12.4
3.12.3
->3.12.4
3.9.13
->3.10.0
3.10.7
->3.10.8
3.10.7
->3.10.8
3.30.0
->3.31.0
3.30.0
->3.31.0
^9.0.9
->^9.1.0
^9.0.9
->^9.1.0
^9.0.9
->^9.1.0
^9.0.9
->^9.1.0
^22.15.3
->^22.17.0
^1.101.0
->^1.102.0
^0.2.0
->^0.3.0
^3.9.0
->^3.11.0
^1.10.0
->^1.11.0
12.20.5
->12.23.12
22.17.0
->22.18.0
21.2.1
->21.3.10
10.12.4
->10.14.0
3.41.1
->3.42.0
3.41.1
->3.42.0
1.10.1
->1.11.0
1.10.1
->1.11.0
7.59.0
->7.61.1
3.39.0
->3.40.0
^9.0.9
->^9.1.0
^9.0.9
->^9.1.0
^5.8.2
->^5.9.2
^5.1.0
->^5.2.0
^1.101.2
->^1.102.3
Release Notes
figma/rest-api-spec (@figma/rest-api-spec)
v0.33.0
Compare Source
adobe/react-spectrum (@react-aria/button)
v3.14.0
Compare Source
storybookjs/storybook (@storybook/addon-a11y)
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
extend
API, portable stories - #30601, thanks @kasperpeulen!react-element-to-jsx-string
- #31170, thanks @7rulnik!project.json
for getAbsolutePath - #31510, thanks @ndelangen!v9.0.18
Compare Source
v9.0.17
Compare Source
stories.tsx
files - #32041, thanks @ghengeveld!v9.0.16
Compare Source
sb
CLI by explicitly exportingbin/index.cjs
fromstorybook
package - #31922, thanks @ghengeveld!v9.0.15
Compare Source
v9.0.14
Compare Source
vite
peerDependencies range to include7.0.0
- #31859, thanks @ghengeveld!v9.0.13
Compare Source
v9.0.12
Compare Source
v9.0.11
Compare Source
v9.0.10
Compare Source
vitejs/vite-plugin-react (@vitejs/plugin-react-oxc)
v0.3.0
Compare Source
Add HMR support for compound components (#518)
HMR now works for compound components like this:
Return
Plugin[]
instead ofPluginOption[]
(#537)The return type has changed from
react(): PluginOption[]
to more specialized typereact(): Plugin[]
. This allows for type-safe manipulation of plugins, for example:v0.2.3
Compare Source
Disable refresh transform when
server.hmr: false
is set #502This fixes "
$RefreshReg$
is not defined" error when running Vitest with the plugin.v0.2.2
Compare Source
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
Compare Source
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
Compare Source
Add HMR support for compound components (#518)
HMR now works for compound components like this:
Return
Plugin[]
instead ofPluginOption[]
(#537)The return type has changed from
react(): PluginOption[]
to more specialized typereact(): Plugin[]
. This allows for type-safe manipulation of plugins, for example:v3.10.2
Compare Source
Suggest
@vitejs/plugin-react-oxc
if rolldown-vite is detected #491Emit a log which recommends
@vitejs/plugin-react-oxc
whenrolldown-vite
is detected to improve performance and use Oxc under the hood. The warning can be disabled by settingdisableOxcRecommendation: true
in the plugin options.Use
optimizeDeps.rollupOptions
instead ofoptimizeDeps.esbuildOptions
for rolldown-vite #489This 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
Compare Source
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
Compare Source
Bug Fixes
Contributors to this release
motiondivision/motion (framer-motion)
v12.23.12
Compare Source
Added
v12.23.11
Compare Source
Added
delayChildren: stagger()
will now be staggered correctly alongside their newly-entering siblings.v12.23.10
Compare Source
Fixed
motion
components have re-rendered between shared element switching.v12.23.9
Compare Source
Changed
renderRequest
MotionValue
lifecycle.v12.23.7
Compare Source
Fixed
springValue
cleanup.removeNode
fromAnimatePresence
when usingpopLayout
.v12.23.6
Compare Source
Changed
motion
component creation to remove indirection.v12.23.5
Compare Source
Fixed
v12.23.3
Compare Source
Changed
useScroll
: Re-attempt to initialise scroll animation within auseEffect
if refs weren't hydrated during theuseLayoutEffect
. Throw if refs are still not hydrated during theuseEffect
.v12.23.2
Compare Source
Added
v12.23.1
Compare Source
Changed
v12.23.0
Compare Source
Added
.stop()
and.cancel()
methods touseDragControls()
.v12.22.0
Compare Source
Added
delayChildren
to acceptstagger()
. This enablesfrom
andease
options when staggering variant children.Deprecated
staggerChildren
andstaggerDirection
options.nodejs/node (node)
v22.18.0
Compare Source
v22.17.1
Compare Source
nrwl/nx (nx)
v21.3.10
[Compare Source](https://redirect.github.com/nrwl/nx/compar
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.
This PR was generated by Mend Renovate. View the repository job log.