Skip to content

Conversation

nerdy-tech-com-gitub
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade @nuxtjs/tailwindcss from 6.12.0 to 6.14.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 64 versions ahead of your current version.

  • The recommended version was released 5 months ago.

Release notes
Package name: @nuxtjs/tailwindcss
  • 6.14.0 - 2025-04-27

    compare changes

    🚀 Enhancements

    • Add initial tw4 support in v6 (#980)
    • defineConfig: Enable conditional return (#979)

    🩹 Fixes

    • Content resolution for [...path].vue pages (#965)
    • Try resolving tailwindcss from module (#974)
    • config-hmr: InteropDefault when importing config changes (d3e4de7)
    • content: Move strict scanning to experimental (75efd5c)
    • types: Mark as optional (4a4af2c)
    • content: Spa-loading-template path with nuxt 4 app dir (3f59d4a)
    • content: Revert pages to only app as layers also inherit it (4eea740)
    • Only show Tailwind v4 warning when v4 is used (#983, #984)
    • defineConfig: Pass cwd path to requireModule (a0da2ee)

    💅 Refactors

    • proxy: Use ohash diff to determine changes instead (#985)

    🏡 Chore

    • Move kit back to explicit dependency (#968)

    ❤️ Contributors

  • 6.14.0-20250426-121731-6bc319c - 2025-04-26
  • 6.14.0-20250425-191014-9cc0bd5 - 2025-04-25
  • 6.14.0-20250425-132432-680246d - 2025-04-25
  • 6.14.0-20250424-101458-103b18d - 2025-04-24
  • 6.13.3-20250420-215513-4eea740 - 2025-04-20
  • 6.13.3-20250408-204410-3f59d4a - 2025-04-08
  • 6.13.3-20250408-110514-4a4af2c - 2025-04-08
  • 6.13.3-20250408-103736-d3e4de7 - 2025-04-08
  • 6.13.3-20250403-163632-f767243 - 2025-04-03
  • 6.13.3-20250315-114712-d40ed3f - 2025-03-15
  • 6.13.3-20250315-114642-d40ed3f - 2025-03-15
  • 6.13.2 - 2025-03-10

    compare changes

    🩹 Fixes

    • content: Resolve app/ dir for utils, resolves #955 (#955)
    • content: Use pages:extend to get page routes (f226a64)
    • config: Dedupe tailwind.config from configPaths, closes #949 (#949)

    📖 Documentation

    • Mention tailwindcss-cli if tailwindcss init fails (#946)
    • Direct to v3 tailwindcss docs (a7c54c4)
    • Revert to NuxtTailwind (#963)
    • Update module-options.md (159ab53)

    🏡 Chore

    • ci: Fix corepack for actions/setup-node (c996f0a)
    • Fix lint (3dd3ada)

    ❤️ Contributors

  • 6.13.2-20250310-171359-f172e36 - 2025-03-10
  • 6.13.2-20250310-170312-f172e36 - 2025-03-10
  • 6.13.2-20250310-122122-f226a64 - 2025-03-10
  • 6.13.2-20250309-150115-159ab53 - 2025-03-09
  • 6.13.2-20250309-123142-188acc0 - 2025-03-09
  • 6.13.2-20250223-120303-c996f0a - 2025-02-23
  • 6.13.2-20250124-091515-a7c54c4 - 2025-01-24
  • 6.13.2-20250124-090634-18f416e - 2025-01-24
  • 6.13.1 - 2025-01-14

    compare changes

    🩹 Fixes

    • Check for non-resolved tailwind.config (c448158), closes #939
  • 6.13.0 - 2025-01-13

    compare changes

    🚀 Enhancements

    • content: Add spaLoadingTemplate to content resolution (#907)
    • Enable c12 for loading config and provide defineConfig (#913)
    • merger: Add to exports (#922)

    🩹 Fixes

    • hmr: Fix variable (f47e093)
    • load: Add .js to tailwindcss/resolveConfig (0696aba)
    • config: Use mjs template (#930)
    • injectPosition: Resolve file paths to determine position (71be9ac)

    📖 Documentation

    • Add command to create tailwind.config.js for pnpm (#910)
    • Provide GitHub link for examples (#904)
    • Update outdated content (#937)

    🏡 Chore

    • Update dependencies (#917)
    • Update deps (2077e60)
    • Update resolveContentConfig a bit and viewer logging (#931)
    • Update deps (3ff6d76)

    ❤️ Contributors

  • 6.13.0-20250113-122609-71be9ac - 2025-01-13
  • 6.13.0-20250113-121252-078772c - 2025-01-13
  • 6.13.0-20241225-182546-3a7a8a0 - 2024-12-25
  • 6.13.0-20241225-180954-2077e60 - 2024-12-25
  • 6.13.0-20241225-180446-bbe05d0 - 2024-12-25
  • 6.13.0-20241216-171624-0696aba - 2024-12-16
  • 6.13.0-20241216-161830-67a730c - 2024-12-16
  • 6.13.0-20241127-182533-f47e093 - 2024-11-27
  • 6.13.0-20241127-172430-a94cbaf - 2024-11-27
  • 6.13.0-20241122-164943-191d7a2 - 2024-11-22
  • 6.13.0-20241028-183114-4a05009 - 2024-10-28
  • 6.13.0-20241028-175812-cad23ac - 2024-10-28
  • 6.13.0-20241028-175657-cad23ac - 2024-10-28
  • 6.12.2 - 2024-10-17

    compare changes

    🩹 Fixes

    • #883 Tab view src leading baseURL (#885, #883)
    • viewer: Provide workaround for nuxt2 modules:done serverMiddleware race condition (9d42549)

    📖 Documentation

    • Mention tailwind intelliSense integration with IDEs pointing to tailwind docs / editor config (#875)

    🏡 Chore

    • Use klona and content configuration as object (f606398)
    • Fix test and provide toggle (60a4bba)
    • Update docs and add examples test ci (#853)
    • Update deps (#900)
    • Indicate compatibility with new v4 major (#876)
    • Update test (2d051e2)
    • Remove console output testing (98296a8)
    • Fix lint (a7b886a)

    ❤️ Contributors

  • 6.12.2-20241014-164133-9d42549 - 2024-10-14
  • 6.12.2-20241013-180044-98296a8 - 2024-10-13
  • 6.12.2-20241009-163044-2d051e2 - 2024-10-09
  • 6.12.2-20241006-142907-e8e98de - 2024-10-06
  • 6.12.2-20241006-142812-e8e98de - 2024-10-06
  • 6.12.2-20241006-142510-7c8307e - 2024-10-06
  • 6.12.2-1728218630.689b239 - 2024-10-06
  • 6.12.2-1728160327.5d5a857 - 2024-10-05
  • 6.12.2-1722531999.1be5497 - 2024-08-01
  • 6.12.2-1720701009.60a4bba - 2024-07-11
  • 6.12.1 - 2024-07-11

    compare changes

    🩹 Fixes

    • Better check for unsafe config to fallback (#839)
    • Safer checking for templates, closes #860 and closes #865 (#860, #865)

    ❤️ Contributors

  • 6.12.1-1720694086.d11f4f2 - 2024-07-11
  • 6.12.1-1720693788.6bb93e2 - 2024-07-11
  • 6.12.1-1720169774.36febad - 2024-07-05
  • 6.12.1-1719996110.427cfb5 - 2024-07-03
  • 6.12.1-1719945910.bb1b78b - 2024-07-02
  • 6.12.1-1719945903.bb1b78b - 2024-07-02
  • 6.12.1-1719756183.bb1b78b - 2024-06-30
  • 6.12.1-1719430546.7704e81 - 2024-06-26
  • 6.12.1-1718187406.a0d7599 - 2024-06-12
  • 6.12.1-1715798143.63a8a8e - 2024-05-15
  • 6.12.1-1715702207.63a8a8e - 2024-05-14
  • 6.12.1-1714992685.32c811d - 2024-05-06
  • 6.12.1-1714313356.b6bdbe3 - 2024-04-28
  • 6.12.1-1714303107.9977f25 - 2024-04-28
  • 6.12.1-1714295291.9d78a9f - 2024-04-28
  • 6.12.1-1714225131.fb8fafb - 2024-04-27
  • 6.12.0 - 2024-04-17

    compare changes

    It's here. First-class HMR 🔥

    After working on rewriting how the config gets loaded, the module went through a big internal rewrite for us to support native module invalidation for your configuration files; this means that you can make changes to your Tailwind configuration files without restarting your Nuxt server. This comes with ZERO breaking changes, but you may face a warning in your console that may not allow you to use this latest feature:

    image

    To eliminate this, check where you are using Tailwind plugins in your project (either in nuxt.config, a hook, or a module such as nuxt/ui), and rather than passing these plugins into the inline module configuration, create a separate config file that you can pass to the configPath option of the module (not required if you provide this in tailwind.config as the module already picks that). If you are unable to resolve this, you can also specify quiet: true to the module configuration while a dependency module may provide a release with this update.

    We have tested this rewrite intensively and will appreciate feedback on these changes, delivering any bugfixes with this as soon as possible. Thank you for your patience ❤️

    🚀 Enhancements

    • First class HMR (#818)

    📖 Documentation

    • Update configuration docs (#827)
    • Use new nuxi module add command in installation (#829)
    • Update classRegex, closes #824 (#824)

    🏡 Chore

    • Remove unneeded postcss-custom-properties plugin (#836)
    • Migrate to eslint v9 (#834)
    • Update deps (87fb919)

    ❤️ Contributors

from @nuxtjs/tailwindcss GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade @nuxtjs/tailwindcss from 6.12.0 to 6.14.0.

See this package in npm:
@nuxtjs/tailwindcss

See this project in Snyk:
https://app.snyk.io/org/nerds-github/project/ef708957-d107-4807-bb9b-ffb67ea15337?utm_source=github&utm_medium=referral&page=upgrade-pr
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.

2 participants