gis.utah.gov
gis.utah.gov copied to clipboard
deps(dev): bump the major-dependencies group across 1 directory with 2 updates
Bumps the major-dependencies group with 2 updates in the / directory: tailwind-merge and tailwindcss.
Updates tailwind-merge from 2.6.0 to 3.0.2
Release notes
Sourced from tailwind-merge's releases.
v3.0.2
Bug Fixes
- Fix
pxvalue not being recognized for some class groups by@dcastilin dcastil/tailwind-merge#538- Fix doc comment being in incorrect place in default config by
@gjtorikianin dcastil/tailwind-merge#526Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v3.0.1...v3.0.2
Thanks to
@brandonmcconnell,@manavm1990,@langy,@jamesreaco,@roboflow,@syntaxfm,@getsentry,@codecovand a private sponsor for sponsoring tailwind-merge! ❤️v3.0.1
Bug Fixes
- Update info about supported Tailwind CSS version in README by
@dcastilin b9c136d- Update incorrect link in v3 changelog by
@dcastilin e22885eFull Changelog: https://github.com/dcastil/tailwind-merge/compare/v3.0.0...v3.0.1
Thanks to
@brandonmcconnell,@manavm1990,@langy,@jamesreaco,@roboflow,@syntaxfm,@getsentry,@codecovand a private sponsor for sponsoring tailwind-merge! ❤️v3.0.0
Tailwind CSS v4 is here and it's time to upgrade tailwind-merge to support it. tailwind-merge v3.0.0 is more accurate than ever and follows the Tailwind CSS spec more closely than in v2. That is thanks to Tailwind CSS v4 being more consistent than ever.
This release drops support for Tailwind CSS v3 and in turn adds support for Tailwind CSS v4. That means you should upgrade to Tailwind CSS v4 and tailwind-merge v3 together. All breaking changes are related to the Tailwind CSS v4 support.
Check out the migration guide and if you have any questions, feel free to create an issue.
Breaking Changes
- Dropping support for Tailwind CSS v3 in favor of support for Tailwind CSS v4 by
@dcastilin dcastil/tailwind-merge#518- Theme scales keys changed and now match Tailwind CSS v4 theme variable namespace exactly by
@dcastilin dcastil/tailwind-merge#518isLengthvalidator was removed and split into separate validatorsisNumberandisFractionby@dcastilin dcastil/tailwind-merge#518- Prefix defined in config shouldn't include combining
-character anymore by@dcastilin dcastil/tailwind-merge#518- Tailwind CSS v3 prefix position in class not supported anymore in favor of Tailwind CSS v4 position by
@dcastilin dcastil/tailwind-merge#518- Custom separators are no longer supported by
@dcastilin dcastil/tailwind-merge#518- New mandatory
orderSensitiveModifiersproperty in config when usingcreateTailwindMergeby@dcastilin dcastil/tailwind-merge#518DefaultThemeGroupIdstype union consists of different string literals than before by@dcastilin dcastil/tailwind-merge#518- Classes removed in Tailwind CSS v4 are not supported by tailwind-merge anymore by
@dcastilin dcastil/tailwind-merge#518New Features
- Support for new important modifier position at the end of class by
@dcastilin dcastil/tailwind-merge#518- Support for arbitrary CSS variable syntax by
@dcastilin dcastil/tailwind-merge#518- There are a bunch of new validators used by tailwind-merge, primarily for new Tailwind CSS v4 features like arbitrary CSS variables by
@dcastilin dcastil/tailwind-merge#518Bug Fixes
- Previously some order-sensitive modifiers like
before:were treated as not order-sensitive. This is now fixed by@dcastilin dcastil/tailwind-merge#518Documentation
... (truncated)
Commits
b5423b8v3.0.26ac89acadd changelog for v3.0.22475d15Merge pull request #538 from dcastil/bugfix/536/fix-px-value-not-being-recogn...6fcfdadadd test case for px value in spacing scale9cb92c4put px value into spacing scaled862881Merge pull request #535 from dcastil/dependabot/npm_and_yarn/dot-github/actio...d246731Bump@octokit/plugin-paginate-restin /.github/actions/metrics-report2e8f3d5Merge pull request #533 from dcastil/dependabot/npm_and_yarn/dot-github/actio...50921deBump@octokit/requestin /.github/actions/metrics-report431c42aMerge pull request #531 from dcastil/dependabot/npm_and_yarn/dot-github/actio...- Additional commits viewable in compare view
Updates tailwindcss from 3.4.17 to 4.0.9
Release notes
Sourced from tailwindcss's releases.
v4.0.9
Fixed
- Make JS APIs available to plugins and configs in the Standalone CLI (#15934)
- Vite: Don't crash when importing a virtual module from JavaScript that ends in
.css(#16780)- Fix an issue where
@reference "…"would sometimes omit keyframe animations (#16774)- Ensure
z-*!utilities are properly marked as!important(#16795)- Read UTF-8 CSS files that start with a byte-order mark (BOM) (#16800)
- Ensure nested functions in selectors used with JavaScript plugins are not truncated (#16802)
Changed
- Emit variable fallbacks when using
@reference "…"instead of duplicate CSS variable declarations (#16774)v4.0.8
Added
- Allow
@importwiththeme(…)options for stylesheets that contain more than just@themerules (#16514)Fixed
- Don't add
!importantto CSS variable declarations when using the important modifier (#16668)- Vite: Ignore files and directories specified in your
.gitignorefile when using automatic source detection(#16631)- Vite: Don't rely on the module graph for detecting candidates to ensure setups with multiple Vite builds work as expected (#16631)
- Vite: Ensure Astro production builds always contain classes used in client-only components (#16631)
- Vite: Always scan raw file contents for utility classes before any other transforms have been applied to ensure utility classes are scanned without any additional escaping (#16631)
- Ensure utilities with more declarations are always sorted before utilities with fewer declarations when utilities only define CSS variables (#16715)
- Only include
translate-z-pxutilities once in compiled CSS (#16718)Changed
v4.0.7
Fixed
- Export
tailwindcss/lib/util/flattenColorPalette.jsfor backward compatibility (#16411)- Fix sorting of numeric utility suggestions when they have different magnitudes (#16414)
- Show suggestions for fractions in IntelliSense (#16353)
- Don’t replace
_in suggested theme keys (#16433)- Ensure
--default-outline-widthcan be used to change theoutline-widthvalue of theoutlineutility (#16469)- Ensure drop shadow utilities don't inherit unexpectedly (#16471)
- Export config and plugin types from
tailwindcss/pluginfor backward compatibility (#16505)- Ensure JavaScript plugins that emit nested rules referencing the utility name work as expected (#16539)
- Statically link Visual Studio redistributables in
@tailwindcss/oxideWindows builds (#16602)- Ensure that Next.js splat routes are scanned for classes (#16457)
- Pin exact version of
tailwindcssin@tailwindcss/*packages (#16623)- Upgrade: Report errors when updating dependencies (#16504)
- Upgrade: Ensure a
darkModeJS config setting with block syntax converts to use@slot(#16507)- Upgrade: Ensure the latest version of
tailwindcssand@tailwindcss/postcssare installed when upgrading (#16620)
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
[4.0.9] - 2025-02-25
Fixed
- Make JS APIs available to plugins and configs in the Standalone CLI (#15934)
- Vite: Don't crash when importing a virtual module from JavaScript that ends in
.css(#16780)- Fix an issue where
@reference "…"would sometimes omit keyframe animations (#16774)- Ensure
z-*!utilities are properly marked as!important(#16795)- Read UTF-8 CSS files that start with a byte-order mark (BOM) (#16800)
- Ensure nested functions in selectors used with JavaScript plugins are not truncated (#16802)
Changed
- Emit variable fallbacks when using
@reference "…"instead of duplicate CSS variable declarations (#16774)[4.0.8] - 2025-02-21
Added
- Allow
@importwiththeme(…)options for stylesheets that contain more than just@themerules (#16514)Fixed
- Don't add
!importantto CSS variable declarations when using the important modifier (#16668)- Vite: Ignore files and directories specified in your
.gitignorefile when using automatic source detection(#16631)- Vite: Don't rely on the module graph for detecting candidates to ensure setups with multiple Vite builds work as expected (#16631)
- Vite: Ensure Astro production builds always contain classes used in client-only components (#16631)
- Vite: Always scan raw file contents for utility classes before any other transforms have been applied to ensure utility classes are scanned without any additional escaping (#16631)
- Ensure utilities with more declarations are always sorted before utilities with fewer declarations when utilities only define CSS variables (#16715)
- Only include
translate-z-pxutilities once in compiled CSS (#16718)Changed
[4.0.7] - 2025-02-18
Fixed
- Export
tailwindcss/lib/util/flattenColorPalette.jsfor backward compatibility (#16411)- Fix sorting of numeric utility suggestions when they have different magnitudes (#16414)
- Show suggestions for fractions in IntelliSense (#16353)
- Don’t replace
_in suggested theme keys (#16433)- Ensure
--default-outline-widthcan be used to change theoutline-widthvalue of theoutlineutility (#16469)- Ensure drop shadow utilities don't inherit unexpectedly (#16471)
- Export config and plugin types from
tailwindcss/pluginfor backward compatibility (#16505)- Ensure JavaScript plugins that emit nested rules referencing the utility name work as expected (#16539)
- Statically link Visual Studio redistributables in
@tailwindcss/oxideWindows builds (#16602)- Ensure that Next.js splat routes are scanned for classes (#16457)
- Pin exact version of
tailwindcssin@tailwindcss/*packages (#16623)
... (truncated)
Commits
85d7375Prepare v4.0.9 release (#16804)b56f12eEnsure nested functions in selectors used with JavaScript plugins are not tru...294952fHandle BOM (#16800)ef57e6eFixz-*!utilities (#16795)b389483Make@referenceemit variable fallbacks instead of CSS variable declaration...751eb74Addinverted-colorsvariant (#11693)62d3e74Addwrap-anywhereutility (#12128)419b3dcPrepare v4.0.8 release (#16713)b47b6d2Remove doubletranslate-z-pxvalues (#16718)113142aUse amount of properties when sorting (#16715)- Additional commits viewable in compare view
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
Deploy Preview for gis-utah-gov failed.
| Name | Link |
|---|---|
| Latest commit | 7d547a8112d6447af8dbdbb8742a882a4d4effbb |
| Latest deploy log | https://app.netlify.com/projects/gis-utah-gov/deploys/6826373f300d4a0008d9d290 |
@dependabot rebase
@dependabot ignore tailwind-merge major version
OK, I won't notify you about version 3.x.x of tailwind-merge again, unless you unignore it.
@dependabot ignore tailwindcss major version
OK, I won't notify you about version 4.x.x of tailwindcss again, unless you unignore it.
Looks like these dependencies are no longer updatable, so this is no longer needed.
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.
To ignore these dependencies, configure ignore rules in dependabot.yml