Skip to content

build(deps): bump postcss, @nuxt/types, nuxt and @nuxtjs/tailwindcss#169

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-b28b385a55
Open

build(deps): bump postcss, @nuxt/types, nuxt and @nuxtjs/tailwindcss#169
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-b28b385a55

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Bumps postcss, @nuxt/types, nuxt and @nuxtjs/tailwindcss. These dependencies needed to be updated together.
Updates postcss from 8.4.31 to 8.5.10

Release notes

Sourced from postcss's releases.

8.5.10

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).

8.5.9

  • Speed up source map encoding paring in case of the error.

8.5.8

  • Fixed Processor#version.

8.5.7

  • Improved source map annotation cleaning performance (by CodeAnt AI).

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).

8.5.4

8.5.3

8.5.2

8.5.1

8.5 “Duke Alloces”

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"
</tr></table>

... (truncated)

Changelog

Sourced from postcss's changelog.

8.5.10

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).

8.5.9

  • Speed up source map encoding paring in case of the error.

8.5.8

  • Fixed Processor#version.

8.5.7

  • Improved source map annotation cleaning performance (by CodeAnt AI).

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).

8.5.4

8.5.3

8.5.2

8.5.1

8.5 “Duke Alloces”

  • Added Input#document for sources like CSS-in-JS or HTML (by @​romainmenke).

8.4.49

... (truncated)

Commits

Updates @nuxt/types from 2.15.8 to 2.18.1

Release notes

Sourced from @​nuxt/types's releases.

v2.18.1

👉 Changelog

compare changes

🩹 Fixes

  • webpack: Depend on earlier version of mkdirp (f67056b9e)

❤️ Contributors

v2.18.0

👉 Changelog

compare changes

🚀 Enhancements

  • webpack: Migrate to memfs (#27652)

🩹 Fixes

  • vue-app: Don't throw if we can't read sessionStorage (#27662)
  • config: Add back md4 monkey-patch for wider ecosystem (#27865)

🏡 Chore

❤️ Contributors

v2.17.4

👉 Changelog

compare changes

🩹 Fixes

  • types: Bump serve-static types to v1.15.7 (1c44c376d)
  • generator: Use maintained html-minifier-terser (#26914)
  • vue-app: Prevent double page mount (#10874)
  • core: Don't skip loading runtime modules if one is improperly resolved (#10193)
  • vue-app: Prevent error page mounting twice (#27484)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by danielroe, a new releaser for @​nuxt/types since your current version.


Updates nuxt from 2.15.8 to 2.18.1

Release notes

Sourced from nuxt's releases.

v2.18.1

👉 Changelog

compare changes

🩹 Fixes

  • webpack: Depend on earlier version of mkdirp (f67056b9e)

❤️ Contributors

v2.18.0

👉 Changelog

compare changes

🚀 Enhancements

  • webpack: Migrate to memfs (#27652)

🩹 Fixes

  • vue-app: Don't throw if we can't read sessionStorage (#27662)
  • config: Add back md4 monkey-patch for wider ecosystem (#27865)

🏡 Chore

❤️ Contributors

v2.17.4

👉 Changelog

compare changes

🩹 Fixes

  • types: Bump serve-static types to v1.15.7 (1c44c376d)
  • generator: Use maintained html-minifier-terser (#26914)
  • vue-app: Prevent double page mount (#10874)
  • core: Don't skip loading runtime modules if one is improperly resolved (#10193)
  • vue-app: Prevent error page mounting twice (#27484)

... (truncated)

Commits

Updates @nuxtjs/tailwindcss from 4.2.1 to 6.14.0

Release notes

Sourced from @​nuxtjs/tailwindcss's releases.

v6.14.0

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

v6.13.2

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)

... (truncated)

Changelog

Sourced from @​nuxtjs/tailwindcss's changelog.

v6.14.0

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

v6.13.2

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)

... (truncated)

Commits
  • 6fe86db chore(release): v6.14.0
  • a0da2ee fix(defineConfig): pass cwd path to requireModule
  • 6bc319c refactor(proxy): use ohash diff to determine changes instead (#985)
  • 9cc0bd5 feat(defineConfig): enable conditional return (#979)
  • 680246d fix: only show Tailwind v4 warning when v4 is used (#983) (#984)
  • 103b18d feat: add initial tw4 support in v6 (#980)
  • 4eea740 fix(content): revert pages to only app as layers also inherit it
  • 3f59d4a fix(content): spa-loading-template path with nuxt 4 app dir
  • 4a4af2c fix(types): mark as optional
  • 75efd5c fix(content): move strict scanning to experimental
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ineshbose, a new releaser for @​nuxtjs/tailwindcss since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [postcss](https://github.com/postcss/postcss), [@nuxt/types](https://github.com/nuxt/nuxt/tree/HEAD/packages/types), [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) and [@nuxtjs/tailwindcss](https://github.com/nuxt-modules/tailwindcss). These dependencies needed to be updated together.

Updates `postcss` from 8.4.31 to 8.5.10
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.31...8.5.10)

Updates `@nuxt/types` from 2.15.8 to 2.18.1
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v2.18.1/packages/types)

Updates `nuxt` from 2.15.8 to 2.18.1
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v2.18.1/packages/nuxt)

Updates `@nuxtjs/tailwindcss` from 4.2.1 to 6.14.0
- [Release notes](https://github.com/nuxt-modules/tailwindcss/releases)
- [Changelog](https://github.com/nuxt-modules/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/tailwindcss@v4.2.1...v6.14.0)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.10
  dependency-type: direct:development
- dependency-name: "@nuxt/types"
  dependency-version: 2.18.1
  dependency-type: direct:production
- dependency-name: nuxt
  dependency-version: 2.18.1
  dependency-type: direct:production
- dependency-name: "@nuxtjs/tailwindcss"
  dependency-version: 6.14.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants