v3.3.3
版本发布时间: 2023-04-02 22:19:50
nuxt/nuxt最新发布版本:v3.13.2(2024-09-16 05:27:05)
3.3.3 is your regularly scheduled bugfix/patch release.
✅ 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.
👉 Changelog
🩹 Fixes
- schema: Prefer src to rootDir aliases (#19937)
- nuxt: Don't override options signature with schema (#19934)
- vite: Allow extending vue config per-environment (#19968)
- nuxt: Store payloads in cache without trailing slash (#19992)
- webpack: Transpile rest of nuxt runtime directories (#19936)
- nuxt: Suppress handled errors (#20002)
- vite: Remove separate rollup dependency (#20013)
-
nuxt: Sync
setResponseStatus
signature with h3 (#19987) - schema: Add export condition for nuxt2 support (1fd491f1a)
💅 Refactors
- vite: Use rollup types re-exported from vite (#20011)
📖 Documentation
- Fix
pages:extend
example (72724076b) - Remove unused function call (#20021)
- Add explanation for middleware execution order (#20029)
- Fix a couple of typos (b083493ec)
🏡 Chore
- Remove unneeded types packages (e60cb2698)
- Use pnpm workspace protocol internally (#19962)
- Bump version of
mkdist
to1.2.0
(a96451d2d) - Fix fixture package.json files (8c2ca23c5)
- Fix typo in code comment (2f8e991b9)
✅ Tests
- Skip bundle size test in ecosystem-ci suites (434e2013e)
- Bump bundle size test by 100 bytes (5785908ec)
🤖 CI
- Run docs linting step on node 18 (1ae5b2c58)
❤️ Contributors
- Daniel Roe (@danielroe)
- Ben Hong (@bencodezen)
- Julien Le Coupanec (@LeCoupa)
- David Mignot (@idflood)