chore(deps): update dependency @nuxtjs/tailwindcss to v5
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @nuxtjs/tailwindcss | ^1.1.2 -> ^5.3.3 |
Release Notes
nuxt-community/tailwindcss-module
v5.3.3
v5.3.2
v5.3.1
v5.3.0
Features
v5.2.0
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
v5.1.2
v5.1.1
v5.1.0
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-nestingby default (bac29b4)
v5.0.4
v5.0.3
v5.0.2
v5.0.1
v5.0.0
Bug Fixes
- add composables directory to content (c36333a)
v4.2.1
- fix: specify files to avoid rootDir watcher (#370)
v4.2.0
Features
4.1.3 (2021-06-05)
Bug Fixes
4.1.2 (2021-05-13)
4.1.1 (2021-05-07)
v4.1.3
v4.1.2
v4.1.1
v4.1.0
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
v4.0.2
v4.0.1
v4.0.0
⚠ BREAKING CHANGES
- v4 (#287)
Features
v3.4.3
v3.4.2
v3.4.1
v3.4.0
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
v3.3.3
v3.3.2
v3.3.1
v3.3.0
Features
v3.2.0
Features
- use @tailwind util (#182) (839b77c)
v3.1.0
Features
3.0.2 (2020-08-25)
Bug Fixes
3.0.1 (2020-08-24)
v3.0.2
v3.0.1
v3.0.0
⚠ BREAKING CHANGES
- ability to extend the Tailwind config (#133)
Features
2.1.1 (2020-07-29)
v2.1.1
v2.1.0
Features
Bug Fixes
- force production env for postcss on nuxt build (977d605)
1.4.1 (2020-04-22)
Bug Fixes
v2.0.0
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
v1.4.0
Features
- Add
exposeConfigoption to reference resolved config in javascript runtime (PR #69)
See demo and source code
Chore
- Upgrade dependencies
v1.3.3
- Fix: don't purge base and components (#65 by @hecktarzuli)
- Upgrade dependencies (#63)
v1.3.2
v1.3.1
Fix a regression: PurgeCSS stopped working after upgrade to v.1.3.0
v1.3.0
- Upgrade TailwindCSS to
v1.1.4 - Add
purgeCSSInDevoption to activate purgeCSS in development mode
v1.2.0
Features
1.1.2 (2019-08-08)
Bug Fixes
- upgrade tailwind and remove log (c2a5798)
1.1.1 (2019-07-29)
Bug Fixes
- changelog (bc65736)
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.