Bumps the npm-production group with 4 updates in the / directory:@headlessui/react,@tailwindcss/postcss,@tailwindcss/vite andframer-motion.
Updates@headlessui/react from 2.2.6 to 2.2.9
Release notes
Sourced from@headlessui/react's releases.
@headlessui/react@v2.2.9
Fixed
- Improve focus management in shadow DOM roots (#3794)
- Don't accidentally open the
Combobox when touching theComboboxButton while dragging on mobile (#3795) - Ensure sibling
Dialog components are scrollable on mobile (#3796) - Infer
Combobox type based ononChange handler (#3798) - Allow home/end key default behavior inside
ComboboxInput whenCombobox is closed (#3798) - Ensure interacting with a
Dialog on iOS works after interacting with a disallowed area (#3801) - Freeze Listbox values as soon as a value is selected (#3802)
- Ensure refs are forwarded when freezing data (#3390)
- Do not serialize React components into form fields (49e9e8e)
@headlessui/react@v2.2.8
Fixed
- Ensure we are not freezing data when the
static prop is used (#3779) - Ensure
onChange types are contravariant instead of bivariant (#3781) - Support
<summary> as a focusable element inside<details> (#3389) - Fix
Maximum update depth exceeded crash when usingtransition prop (#3782) - Ensure pressing
Tab in theComboboxInput, correctly syncs the input value (#3785) - Ensure
--button-width and--input-width have the latest value (#3786) - Fix 'Invalid prop
data-headlessui-state supplied toReact.Fragment' warning (#3788) - Ensure
element inref callback is always connected when rendering in aPortal (#3789) - Ensure form state is up to date when using uncontrolled components (#3790)
- Ensure
data-open onComboboxInput is up to date (#3791) - Ensure changing the
immediate prop value on theCombobox component works as expected (#3792)
@headlessui/react@v2.2.7
Fixed
- Fix incorrect double invocation of menu items, listbox options and combobox options (#3766)
- Fix memory leak in SSR environment (#3767)
- Ensure programmatic
.click() onMenuButton ref works (#3768) - Don't activate hovered items while using the keyboard (#3769)
Changelog
Sourced from@headlessui/react's changelog.
[2.2.9] - 2025-09-25
Fixed
- Improve focus management in shadow DOM roots (#3794)
- Don't accidentally open the
Combobox when touching theComboboxButton while dragging on mobile (#3795) - Ensure sibling
Dialog components are scrollable on mobile (#3796) - Infer
Combobox type based ononChange handler (#3798) - Allow home/end key default behavior inside
ComboboxInput whenCombobox is closed (#3798) - Ensure interacting with a
Dialog on iOS works after interacting with a disallowed area (#3801) - Freeze Listbox values as soon as a value is selected (#3802)
- Ensure refs are forwarded when freezing data (#3390)
- Do not serialize React components into form fields (49e9e8e)
[2.2.8] - 2025-09-12
Fixed
- Ensure we are not freezing data when the
static prop is used (#3779) - Ensure
onChange types are contravariant instead of bivariant (#3781) - Support
<summary> as a focusable element inside<details> (#3389) - Fix
Maximum update depth exceeded crash when usingtransition prop (#3782) - Ensure pressing
Tab in theComboboxInput, correctly syncs the input value (#3785) - Ensure
--button-width and--input-width have the latest value (#3786) - Fix 'Invalid prop
data-headlessui-state supplied toReact.Fragment' warning (#3788) - Ensure
element inref callback is always connected when rendering in aPortal (#3789) - Ensure form state is up to date when using uncontrolled components (#3790)
- Ensure
data-open onComboboxInput is up to date (#3791) - Ensure changing the
immediate prop value on theCombobox component works as expected (#3792)
[2.2.7] - 2025-07-30
Fixed
- Fix incorrect double invocation of menu items, listbox options and combobox options (#3766)
- Fix memory leak in SSR environment (#3767)
- Ensure programmatic
.click() onMenuButton ref works (#3768) - Don't activate hovered items while using the keyboard (#3769)
Commits
589ea90 2.2.9 -@headlessui/reactbba75c7 update changelogca536ed update changelog49e9e8e do not serialize React components into form fields2a647a7 Ensure refs are forwarded when freezing data (#3390)da2fa94 Freeze values as soon as possible (#3802)6b5709a Fix touch actions on iOS after entering disallowed area (#3801)433b174 Allow home/end key default behavior insideComboboxInput whenCombobox is...31b3e47 InferCombobox type based ononChange handler (#3798)b0615ad Ensure siblingDialog components are scrollable on mobile (#3796)- Additional commits viewable incompare view
Updates@tailwindcss/postcss from 4.1.11 to 4.1.14
Release notes
Sourced from@tailwindcss/postcss's releases.
v4.1.14
Fixed
- Handle
' syntax in ClojureScript when extracting classes (#18888) - Handle
@variant inside@custom-variant (#18885) - Merge suggestions when using
@utility (#18900) - Ensure that file system watchers created when using the CLI are always cleaned up (#18905)
- Do not generate
grid-column utilities when configuringgrid-column-start orgrid-column-end (#18907) - Do not generate
grid-row utilities when configuringgrid-row-start orgrid-row-end (#18907) - Prevent duplicate CSS when overwriting a static utility with a theme key (#18056)
- Show Lightning CSS warnings (if any) when optimizing/minifying (#18918)
- Use
default export condition for@tailwindcss/vite (#18948) - Re-throw errors from PostCSS nodes (#18373)
- Detect classes in markdown inline directives (#18967)
- Ensure files with only
@theme produce no output when built (#18979) - Support Maud templates when extracting classes (#18988)
- Upgrade: Do not migrate
variant = 'outline' during upgrades (#18922) - Upgrade: Show version mismatch (if any) when running upgrade tool (#19028)
- Upgrade: Ensure first class inside
className is migrated (#19031) - Upgrade: Migrate classes inside
*ClassName and*Class attributes (#19031)
v4.1.13
Changed
- Drop warning from browser build (#18731)
- Drop exact duplicate declarations when emitting CSS (#18809)
Fixed
- Don't transition
visibility when usingtransition (#18795) - Discard matched variants with unknown named values (#18799)
- Discard matched variants with non-string values (#18799)
- Show suggestions for known
matchVariant values (#18798) - Replace deprecated
clip withclip-path insr-only (#18769) - Hide internal fields from completions in
matchUtilities (#18820) - Ignore
.vercel folders by default (can be overridden by@source … rules) (#18855) - Consider variants starting with
@- to be invalid (e.g.@-2xl:flex) (#18869) - Do not allow custom variants to start or end with a
- or_ (#18867,#18872) - Upgrade: Migrate
aria theme keys to@custom-variant (#18815) - Upgrade: Migrate
data theme keys to@custom-variant (#18816) - Upgrade: Migrate
supports theme keys to@custom-variant (#18817)
v4.1.12
Fixed
- Don't consider the global important state in
@apply (#18404) - Add missing suggestions for
flex-<number> utilities (#18642) - Fix trailing
) from interfering with extraction in Clojure keywords (#18345) - Detect classes inside Elixir charlist, word list, and string sigils (#18432)
- Track source locations through
@plugin and@config (#18345)
... (truncated)
Changelog
Sourced from@tailwindcss/postcss's changelog.
[4.1.14] - 2025-10-01
Fixed
- Handle
' syntax in ClojureScript when extracting classes (#18888) - Handle
@variant inside@custom-variant (#18885) - Merge suggestions when using
@utility (#18900) - Ensure that file system watchers created when using the CLI are always cleaned up (#18905)
- Do not generate
grid-column utilities when configuringgrid-column-start orgrid-column-end (#18907) - Do not generate
grid-row utilities when configuringgrid-row-start orgrid-row-end (#18907) - Prevent duplicate CSS when overwriting a static utility with a theme key (#18056)
- Show Lightning CSS warnings (if any) when optimizing/minifying (#18918)
- Use
default export condition for@tailwindcss/vite (#18948) - Re-throw errors from PostCSS nodes (#18373)
- Detect classes in markdown inline directives (#18967)
- Ensure files with only
@theme produce no output when built (#18979) - Support Maud templates when extracting classes (#18988)
- Upgrade: Do not migrate
variant = 'outline' during upgrades (#18922) - Upgrade: Show version mismatch (if any) when running upgrade tool (#19028)
- Upgrade: Ensure first class inside
className is migrated (#19031) - Upgrade: Migrate classes inside
*ClassName and*Class attributes (#19031)
[4.1.13] - 2025-09-03
Changed
- Drop warning from browser build (#18731)
- Drop exact duplicate declarations when emitting CSS (#18809)
Fixed
- Don't transition
visibility when usingtransition (#18795) - Discard matched variants with unknown named values (#18799)
- Discard matched variants with non-string values (#18799)
- Show suggestions for known
matchVariant values (#18798) - Replace deprecated
clip withclip-path insr-only (#18769) - Hide internal fields from completions in
matchUtilities (#18820) - Ignore
.vercel folders by default (can be overridden by@source … rules) (#18855) - Consider variants starting with
@- to be invalid (e.g.@-2xl:flex) (#18869) - Do not allow custom variants to start or end with a
- or_ (#18867,#18872) - Upgrade: Migrate
aria theme keys to@custom-variant (#18815) - Upgrade: Migrate
data theme keys to@custom-variant (#18816) - Upgrade: Migrate
supports theme keys to@custom-variant (#18817)
[4.1.12] - 2025-08-13
Fixed
- Don't consider the global important state in
@apply (#18404) - Add missing suggestions for
flex-<number> utilities (#18642)
... (truncated)
Commits
Updates@tailwindcss/vite from 4.1.11 to 4.1.14
Release notes
Sourced from@tailwindcss/vite's releases.
v4.1.14
Fixed
- Handle
' syntax in ClojureScript when extracting classes (#18888) - Handle
@variant inside@custom-variant (#18885) - Merge suggestions when using
@utility (#18900) - Ensure that file system watchers created when using the CLI are always cleaned up (#18905)
- Do not generate
grid-column utilities when configuringgrid-column-start orgrid-column-end (#18907) - Do not generate
grid-row utilities when configuringgrid-row-start orgrid-row-end (#18907) - Prevent duplicate CSS when overwriting a static utility with a theme key (#18056)
- Show Lightning CSS warnings (if any) when optimizing/minifying (#18918)
- Use
default export condition for@tailwindcss/vite (#18948) - Re-throw errors from PostCSS nodes (#18373)
- Detect classes in markdown inline directives (#18967)
- Ensure files with only
@theme produce no output when built (#18979) - Support Maud templates when extracting classes (#18988)
- Upgrade: Do not migrate
variant = 'outline' during upgrades (#18922) - Upgrade: Show version mismatch (if any) when running upgrade tool (#19028)
- Upgrade: Ensure first class inside
className is migrated (#19031) - Upgrade: Migrate classes inside
*ClassName and*Class attributes (#19031)
v4.1.13
Changed
- Drop warning from browser build (#18731)
- Drop exact duplicate declarations when emitting CSS (#18809)
Fixed
- Don't transition
visibility when usingtransition (#18795) - Discard matched variants with unknown named values (#18799)
- Discard matched variants with non-string values (#18799)
- Show suggestions for known
matchVariant values (#18798) - Replace deprecated
clip withclip-path insr-only (#18769) - Hide internal fields from completions in
matchUtilities (#18820) - Ignore
.vercel folders by default (can be overridden by@source … rules) (#18855) - Consider variants starting with
@- to be invalid (e.g.@-2xl:flex) (#18869) - Do not allow custom variants to start or end with a
- or_ (#18867,#18872) - Upgrade: Migrate
aria theme keys to@custom-variant (#18815) - Upgrade: Migrate
data theme keys to@custom-variant (#18816) - Upgrade: Migrate
supports theme keys to@custom-variant (#18817)
v4.1.12
Fixed
- Don't consider the global important state in
@apply (#18404) - Add missing suggestions for
flex-<number> utilities (#18642) - Fix trailing
) from interfering with extraction in Clojure keywords (#18345) - Detect classes inside Elixir charlist, word list, and string sigils (#18432)
- Track source locations through
@plugin and@config (#18345)
... (truncated)
Changelog
Sourced from@tailwindcss/vite's changelog.
[4.1.14] - 2025-10-01
Fixed
- Handle
' syntax in ClojureScript when extracting classes (#18888) - Handle
@variant inside@custom-variant (#18885) - Merge suggestions when using
@utility (#18900) - Ensure that file system watchers created when using the CLI are always cleaned up (#18905)
- Do not generate
grid-column utilities when configuringgrid-column-start orgrid-column-end (#18907) - Do not generate
grid-row utilities when configuringgrid-row-start orgrid-row-end (#18907) - Prevent duplicate CSS when overwriting a static utility with a theme key (#18056)
- Show Lightning CSS warnings (if any) when optimizing/minifying (#18918)
- Use
default export condition for@tailwindcss/vite (#18948) - Re-throw errors from PostCSS nodes (#18373)
- Detect classes in markdown inline directives (#18967)
- Ensure files with only
@theme produce no output when built (#18979) - Support Maud templates when extracting classes (#18988)
- Upgrade: Do not migrate
variant = 'outline' during upgrades (#18922) - Upgrade: Show version mismatch (if any) when running upgrade tool (#19028)
- Upgrade: Ensure first class inside
className is migrated (#19031) - Upgrade: Migrate classes inside
*ClassName and*Class attributes (#19031)
[4.1.13] - 2025-09-03
Changed
- Drop warning from browser build (#18731)
- Drop exact duplicate declarations when emitting CSS (#18809)
Fixed
- Don't transition
visibility when usingtransition (#18795) - Discard matched variants with unknown named values (#18799)
- Discard matched variants with non-string values (#18799)
- Show suggestions for known
matchVariant values (#18798) - Replace deprecated
clip withclip-path insr-only (#18769) - Hide internal fields from completions in
matchUtilities (#18820) - Ignore
.vercel folders by default (can be overridden by@source … rules) (#18855) - Consider variants starting with
@- to be invalid (e.g.@-2xl:flex) (#18869) - Do not allow custom variants to start or end with a
- or_ (#18867,#18872) - Upgrade: Migrate
aria theme keys to@custom-variant (#18815) - Upgrade: Migrate
data theme keys to@custom-variant (#18816) - Upgrade: Migrate
supports theme keys to@custom-variant (#18817)
[4.1.12] - 2025-08-13
Fixed
- Don't consider the global important state in
@apply (#18404) - Add missing suggestions for
flex-<number> utilities (#18642)
... (truncated)
Commits
Updatesframer-motion from 12.23.9 to 12.23.22
Changelog
Sourced fromframer-motion's changelog.
[12.23.22] 2025-09-25
Added
- Exporting
HTMLElements anduseComposedRefs type for internal use.
[12.23.21] 2025-09-24
Fixed
- Fixing main-thread
scroll with animations that containdelay.
[12.23.20] 2025-09-24
Fixed
- Suppress non-animatable value warning for instant animations.
[12.23.19] 2025-09-23
Fixed
- Remove support for changing
ref prop.
[12.23.18] 2025-09-19
Fixed
<motion /> components now support changingref prop.
[12.23.17] 2025-09-19
Fixed
- Ensure
animate()onComplete only fires once, when all values are complete.
[12.23.16] 2025-09-19
Fixed
- Fixing
ref when passed to a child ofAnimatePresence in"popLayout" mode.
[12.23.15] 2025-09-18
Fixed
- Fixing
export * error in RSC.
[12.23.14] 2025-09-17
... (truncated)
Commits
Updatestailwindcss from 4.1.11 to 4.1.14
Release notes
Sourced fromtailwindcss's releases.
v4.1.14
Fixed
- Handle
' syntax in ClojureScript when extracting classes (#18888) - Handle
@variant inside@custom-variant (#18885) - Merge suggestions when using
@utility (#18900) - Ensure that file system watchers created when using the CLI are always cleaned up (#18905)
- Do not generate
grid-column utilities when configuringgrid-column-start orgrid-column-end (#18907) - Do not generate
grid-row utilities when configuringgrid-row-start orgrid-row-end (#18907) - Prevent duplicate CSS when overwriting a static utility with a theme key (#18056)
- Show Lightning CSS warnings (if any) when optimizing/minifying (#18918)
- Use
default export condition for@tailwindcss/vite (#18948) - Re-throw errors from PostCSS nodes (#18373)
- Detect classes in markdown inline directives (#18967)
- Ensure files with only
@theme produce no output when built (#18979) - Support Maud templates when extracting classes (#18988)
- Upgrade: Do not migrate
variant = 'outline' during upgrades (#18922) - Upgrade: Show version mismatch (if any) when running upgrade tool (#19028)
- Upgrade: Ensure first class inside
className is migrated (#19031) - Upgrade: Migrate classes inside
*ClassName and*Class attributes (#19031)
v4.1.13
Changed
- Drop warning from browser build (#18731)
- Drop exact duplicate declarations when emitting CSS (#18809)
Fixed
- Don't transition
visibility when usingtransition (#18795) - Discard matched variants with unknown named values (#18799)
- Discard matched variants with non-string values (#18799)
- Show suggestions for known
matchVariant values (#18798) - Replace deprecated
clip withclip-path insr-only (#18769) - Hide internal fields from completions in
matchUtilities (#18820) - Ignore
.vercel folders by default (can be overridden by@source … rules) (#18855) - Consider variants starting with
@- to be invalid (e.g.@-2xl:flex) (#18869) - Do not allow custom variants to start or end with a
- or_ (#18867,#18872) - Upgrade: Migrate
aria theme keys to@custom-variant (#18815) - Upgrade: Migrate
data theme keys to@custom-variant (#18816) - Upgrade: Migrate
supports theme keys to@custom-variant (#18817)
v4.1.12
Fixed
- Don't consider the global important state in
@apply (#18404) - Add missing suggestions for
flex-<number> utilities (#18642) - Fix trailing
) from interfering with extraction in Clojure keywords (#18345) - Detect classes inside Elixir charlist, word list, and string sigils (#18432)
- Track source locations through
@plugin and@config (#18345)
... (truncated)
Changelog
Sourced fromtailwindcss's changelog.
[4.1.14] - 2025-10-01
Fixed
- Handle
' syntax in ClojureScript when extracting classes (#18888) - Handle
@variant inside@custom-variant (#18885) - Merge suggestions when using
@utility (#18900) - Ensure that file system watchers created when using the CLI are always cleaned up (#18905)
- Do not generate
grid-column utilities when configuringgrid-column-start orgrid-column-end (#18907) - Do not generate
grid-row utilities when configuringgrid-row-start orgrid-row-end (#18907) - Prevent duplicate CSS when overwriting a static utility with a theme key (#18056)
- Show Lightning CSS warnings (if any) when optimizing/minifying (#18918)
- Use
default export condition for@tailwindcss/vite (#18948) - Re-throw errors from PostCSS nodes (#18373)
- Detect classes in markdown inline directives (#18967)
- Ensure files with only
@theme produce no output when built (#18979) - Support Maud templates when extracting classes (#18988)
- Upgrade: Do not migrate
variant = 'outline' during upgrades (#18922) - Upgrade: Show version mismatch (if any) when running upgrade tool (#19028)
- Upgrade: Ensure first class inside
className is migrated (#19031) - Upgrade: Migrate classes inside
*ClassName and*Class attributes (#19031)
[4.1.13] - 2025-09-03
Changed
- Drop warning from browser build (#18731)
- Drop exact duplicate declarations when emitting CSS (#18809)
Fixed
- Don't transition
visibility when usingtransition (#18795) - Discard matched variants with unknown named values (#18799)
- Discard matched variants with non-string values (#18799)
- Show suggestions for known
matchVariant values (#18798) - Replace deprecated
clip withclip-path insr-only (#18769) - Hide internal fields from completions in
matchUtilities (#18820) - Ignore
.vercel folders by default (can be overridden by@source … rules) (#18855) - Consider variants starting with
@- to be invalid (e.g.@-2xl:flex) (#18869) - Do not allow custom variants to start or end with a
- or_ (#18867,#18872) - Upgrade: Migrate
aria theme keys to@custom-variant (#18815) - Upgrade: Migrate
data theme keys to@custom-variant (#18816) - Upgrade: Migrate
supports theme keys to@custom-variant (#18817)
[4.1.12] - 2025-08-13
Fixed
- Don't consider the global important state in
@apply (#18404) - Add missing suggestions for
flex-<number> utilities (#18642)
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR@dependabot recreate will recreate this PR, overwriting any edits that have been made to it@dependabot merge will merge this PR after your CI passes on it@dependabot squash and merge will squash and merge this PR after your CI passes on it@dependabot cancel merge will cancel a previously requested merge and block automerging@dependabot reopen will reopen this PR if it is closed@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Uh oh!
There was an error while loading.Please reload this page.
Bumps the npm-production group with 4 updates in the / directory:@headlessui/react,@tailwindcss/postcss,@tailwindcss/vite andframer-motion.
Updates
@headlessui/reactfrom 2.2.6 to 2.2.9Release notes
Sourced from
@headlessui/react's releases.Changelog
Sourced from
@headlessui/react's changelog.Commits
589ea902.2.9 -@headlessui/reactbba75c7update changelogca536edupdate changelog49e9e8edo not serialize React components into form fields2a647a7Ensure refs are forwarded when freezing data (#3390)da2fa94Freeze values as soon as possible (#3802)6b5709aFix touch actions on iOS after entering disallowed area (#3801)433b174Allow home/end key default behavior insideComboboxInputwhenComboboxis...31b3e47InferComboboxtype based ononChangehandler (#3798)b0615adEnsure siblingDialogcomponents are scrollable on mobile (#3796)Updates
@tailwindcss/postcssfrom 4.1.11 to 4.1.14Release notes
Sourced from
@tailwindcss/postcss's releases.... (truncated)
Changelog
Sourced from
@tailwindcss/postcss's changelog.... (truncated)
Commits
b67cbcfPrepare v4.1.14 release (#19037)b497e1eAddUpgrading from Tailwind CSS v…when running upgrade tool (#19026)210575aUpdate dedent 1.6.0 → 1.7.0 (minor) (#19010)d0f7f82Add plugin option documentation to the postcss plugin readme (#18940)5b8136eRe-throw errors from PostCSS nodes (#18373)1334c99Prepare v4.1.13 release (#18868)6791e81Prepare v4.1.12 release (#18728)4923042Allow users to disable url rewriting in the PostCSS plugin (#18321)88b9f15Center the dropdown icon added to an input with a paired datalist in Chrome (...9169d73update READMEsUpdates
@tailwindcss/vitefrom 4.1.11 to 4.1.14Release notes
Sourced from
@tailwindcss/vite's releases.... (truncated)
Changelog
Sourced from
@tailwindcss/vite's changelog.... (truncated)
Commits
b67cbcfPrepare v4.1.14 release (#19037)5a94f81Usedefaultexport condition for@tailwindcss/vite(#18948)1334c99Prepare v4.1.13 release (#18868)6791e81Prepare v4.1.12 release (#18728)9169d73update READMEsUpdates
framer-motionfrom 12.23.9 to 12.23.22Changelog
Sourced fromframer-motion's changelog.
... (truncated)
Commits
833abbbv12.23.2241346e2Exporting HTMLElementsf469973Update README.md with Notion logo5232c64Update sponsor links and images in README7d5ab4bAdd Notion logo to Gold sectionaae6399Updating tests0ef633ev12.23.2128ea5f8Updating changelogd941e3aMerge pull request#3380 from motiondivision/fix/return-total-duration80288e5Replacing map with for loopUpdates
tailwindcssfrom 4.1.11 to 4.1.14Release notes
Sourced fromtailwindcss's releases.
... (truncated)
Changelog
Sourced fromtailwindcss's changelog.
... (truncated)
Commits
b67cbcfPrepare v4.1.14 release (#19037)cc8fefcUpdate magic-string to version 0.30.19210575aUpdate dedent 1.6.0 → 1.7.0 (minor) (#19010)c6e0a55Ensure files with only@themeproduce no output when built (#18979)9a5bae2Revert "Update all pnpm dependencies (2025-09-20) (#18971)"42eadfdUpdate all pnpm dependencies (2025-09-20) (#18971)c2aab49Bump Prettier (#18960)d1fd645Proposal: Allow overwriting static utilities that have a namespace (#18056)340b59dDo not generategrid-columnwhen configuringgrid-column-startor `grid-c...b7c7e48Add@container-sizeutility (#18901)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions