3.8.2 is a patch release and we've deferred some exciting features in our next release (3.9.0, expected in December) but it does bring a significant Nitro minor release: v2.8.0. It's well worth checking out the release notes.
👉 Note that as Nitro has updated to rollup v4, but as Nuxt's vite dependency is still on rollup v3 until v3.9, you may experience type mismatches in modules or your projects if you are dependent on particular rollup plugins or plugin types.
✅ Upgrading
As usual, our recommendation for upgrading is to run:
nuxi upgrade --force
This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
Fix regression causing root of CSS or SCSS to report violations
6.0.0
Dropped Node.js 12 and 14 support.
Added support for postcss-styled-syntax.
5.0.0
Breaking change: Dropped Node.js 8 support. Node.js 12 or greater is now required.
Breaking change: Dropped support for Stylelint 13 and earlier.
Added support for Stylelint 14.
4.1.0
Added name option to extended rule object to improve error messaging (for order).
Fixed order not reporting warnings, if autofix didn't fix them.
4.0.0
Breaking change: Dropped Node.js 8 support. Node.js 10 or greater is now required.
Breaking change: Always remove empty line before the first property if this property has any emptyLineBefore* option targeting it in properties-order. Even if option set to always empty line before the first property will be removed.
Fixed false positives for emptyLineBeforeUnspecified.
Added emptyLineBefore: "threshold" option, and related options (emptyLineMinimumPropertyThreshold, emptyLineBeforeUnspecified: "threshold") to properties-order.
3.0.1
Fixed properties-order not report warnings, if autofix didn't fix them.
Fixed properties-alphabetical-order now puts shorthands before their longhand forms even if that isn't alphabetical to avoid broken CSS. E. g. border-color will be before border-bottom-color.
Bumps postcss to 8.4.31 and updates ancestor dependencies postcss, nuxt, @storybook/vue, stylelint, stylelint-config-recommended-scss, stylelint-order and stylelint-scss. These dependencies need to be updated together.
Updates
postcss
from 7.0.39 to 8.4.31Release notes
Sourced from postcss's releases.
... (truncated)
Changelog
Sourced from postcss's changelog.
... (truncated)
Commits
90208de
Release 8.4.31 version58cc860
Fix carrier return parsing4fff8e4
Improve pnpm test outputcd43ed1
Update dependenciescaa916b
Update dependencies8972f76
Typo11a5286
Typo45c5501
Release 8.4.30 versionbc3c341
Update linterb2be58a
Merge pull request #1881 from romainmenke/improve-sourcemap-performance--phil...Updates
nuxt
from 2.17.2 to 3.8.2Release notes
Sourced from nuxt's releases.
... (truncated)
Commits
8d1fc6c
v3.8.21cc05b9
fix(nuxt): handle errors when booting app withapp:error
(#24376)23e908a
chore(deps): update all non-major dependencies (main) (#24374)6368543
chore(deps): upgrade to nitro 2.8 (#24370)a10e33c
fix(nuxt): use max length + iterations foruseCookie
timeout (#24253)6e44b1b
fix(nuxt): respect custom timeout inuseFetch
(#24364)94b16be
chore(deps): update dependency globby to v14 (main) (#24219)4e859ce
chore(deps): update all non-major dependencies (main) (#24357)7cce0ef
fix(nuxt): log errors rendering islands (#24356)eb5a0b1
chore(deps): update all non-major dependencies (main) (#24348)Updates
@storybook/vue
from 6.5.9 to 7.5.3Release notes
Sourced from
@storybook/vue
's releases.... (truncated)
Changelog
Sourced from
@storybook/vue
's changelog.... (truncated)
Commits
dc82000
Bump version from "7.5.2" to "7.5.3" [skip ci]0ef03ec
Bump version from "7.5.1" to "7.5.2" [skip ci]6ceb141
Bump version from "7.5.0" to "7.5.1" [skip ci]fea453a
Bump version from "7.5.0-alpha.7" to "7.5.0" [skip ci]0a6e94c
Bump version from "7.5.0-alpha.6" to "7.5.0-alpha.7" [skip ci]25af33c
Bump version from "7.5.0-alpha.5" to "7.5.0-alpha.6" [skip ci]816e86e
Bump version from "7.5.0-alpha.4" to "7.5.0-alpha.5" [skip ci]149711c
Bump version from "7.5.0-alpha.3" to "7.5.0-alpha.4" [skip ci]a12a65b
Bump version from "7.5.0-alpha.2" to "7.5.0-alpha.3" [skip ci]70e6750
Bump version from "7.5.0-alpha.1" to "7.5.0-alpha.2" [skip ci]Updates
stylelint
from 9.10.1 to 15.11.0Release notes
Sourced from stylelint's releases.
... (truncated)
Changelog
Sourced from stylelint's changelog.
... (truncated)
Commits
8914d46
15.11.029fe2df
Prepare 15.11.0 (#7212)fafb83e
Bump known-css-properties from 0.28.0 to 0.29.0 (#7247)6e06398
Bump css-functions-list from 3.2.0 to 3.2.1 (#7242)9941121
Remove some TODOs (#7234)f1d3228
Fixdeclaration-block-no-redundant-longhand-properties
autofix for `grid-te...2a1fc6d
Bump postcss from 8.4.28 to 8.4.31 (#7218)dfd1ffc
Fixdeclaration-block-no-redundant-longhand-properties
false negative for `...3374bb4
Fixdeclaration-block-no-redundant-longhand-properties
false negatives for ...e468814
AddignoreRules
tomax-nesting-depth
(#7215)Maintainer changes
This version was pushed to npm by mattxwang, a new releaser for stylelint since your current version.
Updates
stylelint-config-recommended-scss
from 3.3.0 to 13.1.0Release notes
Sourced from stylelint-config-recommended-scss's releases.
... (truncated)
Changelog
Sourced from stylelint-config-recommended-scss's changelog.
... (truncated)
Commits
dd4fe68
13.1.0fbcfd99
Prepare 13.1.00cdbc84
Replace deprecated rule (#259)f11cf0c
Bump@stylelint/remark-preset
from 4.0.0 to 5.0.0 (#257)ec48268
Bump stylelint from 15.10.3 to 15.11.0 (#258)badcc67
Bump jest from 29.6.4 to 29.7.0 (#255)bdc2f64
Bump stylelint-scss from 5.1.0 to 5.3.0 (#254)ee14376
Bump eslint-plugin-jest from 27.2.3 to 27.6.0 (#253)dd69e4a
Bump prettier from 3.0.0 to 3.0.3 (#246)aa308e4
Bump eslint from 8.48.0 to 8.52.0 (#250)Updates
stylelint-order
from 2.2.1 to 6.0.3Release notes
Sourced from stylelint-order's releases.
Changelog
Sourced from stylelint-order's changelog.