Update dependency nuxt to v2.17.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
nuxt (source) | dependencies | minor | 2.16.3 -> 2.17.2 |
Release Notes
nuxt/nuxt (nuxt)
v2.17.2
👉 Changelog
🩹 Fixes
- types: Prevent overwriting vue types in template (#22802)
- types: Don't pin webpack types to exact version (#23531)
- Remove md4 patch now that
webpack
has it in core (#23703)
🤖 CI
- Add script to update changelog for 2.x releases (#23031)
- Revert to codecov-action v3 (e66e44803)
- Remove node version from matrix (#23706)
- Use node 18 for ci jobs (#23701)
❤ ️ Contributors
- Daniel Roe (@danielroe)
- Rafał Chłodnicki (@rchl)
v2.17.1
2.17.1 is the next patch release for Nuxt 2.
👉 Changelog
🩹 Fixes
- webpack: Downgrade dev-middleware to fix peer dep issue (#21626)
- webpack: Pin webpack-dev-middleware to 5.0.0 (#21804)
❤ ️ Contributors
- Daniel Roe (@danielroe)
- Lehoczky Zoltán (@Lehoczky)
v2.17.0
2.17.0 is the next minor release for Nuxt 2.
✨ Highlights
Nuxt 2.17 comes with a few new features, including better support for new Vue 2.7 types, and supporting passing postcss config as a function.
It also includes support for Node 20+ and a fix for a dependency issue with the Babel preset that affected new installs.
👉 Changelog
🚀 Enhancements
- types: Support nuxt types for defineComponent (#19789)
- csp: Support generating nonce for scripts and links in ssr (#9621)
- webpack: Support passing function as postcssOptions (#19495)
🔥 Performance
- config: Avoid recursive md4 patching (7fab95252)
🩹 Fixes
- Relax node engines upper constraint (010b539ed)
- utils: Respect patterns within paths when sorting routes (#20669)
- vue-app: Skip page render early on error or navigation (#20719)
- babel-preset-app: Add explicit dep on used babel plugin (#21488)
🏡 Chore
- Reenable publishing
🙈 (4ce8b118e) - Exclude yaml exception vulnerability (build-time dep) (c8ed87a26)
- Bump jest dependencies (#20506)
- Remove resolved advisories (98cd35665)
- Skip publishing node_modules folder (8799cfacc)
- Remove obsolete useWorkspaces option (27e450119)
✅ Tests
- Add catchall path to route generation test (71c359516)
- Update windows snapshot (4ec274ae2)
- Update jest snapshots to remove escaped quotes (f93411c7c)
🤖 CI
❤ ️ Contributors
- Olga Bulat (@obulat)
- Daniel Roe (@danielroe)
- Xin Du (Clark) (@clarkdo)
- Rafał Chłodnicki (@rchl)
- Marcelo Botega Fontana (@marcelobotega)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.