developmint.de icon indicating copy to clipboard operation
developmint.de copied to clipboard

chore(deps): update dependency @nuxtjs/tailwindcss to v5

Open renovate[bot] opened this issue 3 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxtjs/tailwindcss ^1.1.2 -> ^5.3.3 age adoption passing confidence

Release Notes

nuxt-community/tailwindcss-module

v5.3.3

Compare Source

v5.3.2

Compare Source

v5.3.1

Compare Source

v5.3.0

Compare Source

Features

v5.2.0

Compare Source

Features
Bug Fixes
5.1.3 (2022-06-22)
Bug Fixes
5.1.2 (2022-05-23)
Bug Fixes
  • use correct defuArrayFn and fix srcDir error (cef3a9f)
5.1.1 (2022-05-23)
Bug Fixes

v5.1.3

Compare Source

v5.1.2

Compare Source

v5.1.1

Compare Source

v5.1.0

Compare Source

Features
5.0.4 (2022-05-02)
Bug Fixes
5.0.3 (2022-04-20)
Bug Fixes
5.0.2 (2022-03-16)
Bug Fixes
  • init postcss plugins (nuxt 2) and use default nesting config (8afaf22)
5.0.1 (2022-03-15)
Bug Fixes
  • append to postcss options and use new nuxt 3 schema (#​437) (fed1c31)
  • enable postcss-nesting by default (bac29b4)

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

Bug Fixes
  • add composables directory to content (c36333a)

v4.2.1

Compare Source

  • fix: specify files to avoid rootDir watcher (#​370)

v4.2.0

Compare Source

Features
4.1.3 (2021-06-05)
Bug Fixes
4.1.2 (2021-05-13)
4.1.1 (2021-05-07)

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

Features
4.0.3 (2021-04-01)
4.0.2 (2021-03-23)
4.0.1 (2021-03-16)
Bug Fixes
  • use postcss-nesting instead (6240fdf)

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v3.4.3

Compare Source

v3.4.2

Compare Source

v3.4.1

Compare Source

v3.4.0

Compare Source

Features
3.3.4 (2020-12-11)
Bug Fixes
3.3.3 (2020-12-04)
3.3.2 (2020-12-04)
Bug Fixes
3.3.1 (2020-12-03)
Bug Fixes
  • handle color as string and smarted light/dark detection (6058ea8)

v3.3.4

Compare Source

v3.3.3

Compare Source

v3.3.2

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

Features

v3.2.0

Compare Source

Features

v3.1.0

Compare Source

Features
3.0.2 (2020-08-25)
Bug Fixes
3.0.1 (2020-08-24)

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • ability to extend the Tailwind config (#​133)
Features
2.1.1 (2020-07-29)

v2.1.1

Compare Source

v2.1.0

Compare Source

Features
Bug Fixes
  • force production env for postcss on nuxt build (977d605)
1.4.1 (2020-04-22)
Bug Fixes

v2.0.0

Compare Source

Version 2.0 is out, including TailwindCSS v1.4 ✨

This version is a breaking change since we actually removed nuxt-purgecss dependency, since Tailwind 1.4 has a purge option now!

If you are upgrading, take a look at the new tailwind.config.js:

// tailwind.config.js
module.exports = {
  /* ... your actual config */,
  purge: {
    // Learn more on https://tailwindcss.com/docs/controlling-file-size/#removing-unused-css
    enabled: process.env.NODE_ENV === 'production',
    content: [
      'components/**/*.vue',
      'layouts/**/*.vue',
      'pages/**/*.vue',
      'plugins/**/*.js',
      'nuxt.config.js'
    ]
  }
}

v1.4.1

Compare Source

v1.4.0

Compare Source

Features

  • Add exposeConfig option to reference resolved config in javascript runtime (PR #​69)

See demo and source code

Chore

  • Upgrade dependencies

v1.3.3

Compare Source

v1.3.2

Compare Source

  • Upgrade to Tailwind v1.2 (#​60)
  • Fix override PurgeCSS "enabled" option (#​59)

v1.3.1

Compare Source

Fix a regression: PurgeCSS stopped working after upgrade to v.1.3.0

Related Issues: #​52 and #​54

v1.3.0

Compare Source

  • Upgrade TailwindCSS to v1.1.4
  • Add purgeCSSInDev option to activate purgeCSS in development mode

v1.2.0

Compare Source

Features
  • add support for deprecated build.postcss.plugins array syntax (#​36) (6c3f550)
1.1.2 (2019-08-08)
Bug Fixes
  • upgrade tailwind and remove log (c2a5798)
1.1.1 (2019-07-29)
Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Apr 25 '22 01:04 renovate[bot]