-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An in-range update of nuxt-start is breaking the build 🚨 #102
Comments
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v2.4.3🐛 Bugfixes
|
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v2.4.5v2.4.5 (2019-02-26) Bug fixes and Improvements
|
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v2.5.1Bug Fixes
|
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v2.6.0Migration GuideThis version is addressing most of the problems of 2.5 and is without any breaking changes. For most of the users, a normal version upgrade would be enough. However, reading this guide can help to have a smooth upgrade. General Tips
Missing App DependenciesBecause of how package managers (yarn, npm) work, a wrong version of a dependency from one of the other dependencies may be hoisted into The well-known problem is with Core-jsSince
|
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v2.6.2Fixes
Security Fixes
Thanks to our awesome contributors to this release
|
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v2.7.0DX Improvements 💅SSR logs in your browser 🖥️We all know the This can be really annoying when developing a Nuxt.js application, starting with this version and running Detecting
|
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v2.7.1Fixes
Dependency Upgrades
Thanks to
|
Your tests are still failing with this version. Compare changes Release Notes for v2.8.0😎 Developer Experience
🐛 Bug Fixes
🚀 Features
💅 Refactors
📝 Examples
🏡 Chore
♻️ Tests
⚓ Dependency upgrades💖 Thanks to |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v2.8.1🐛 Bug Fixes
💅 Refactors
💖 Thanks to
|
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v2.9.0
|
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v2.9.1🐛 Bug Fixes
📝 Examples
💖 Thanks to
|
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v2.9.2🐛 Bug Fixes
💅 Refactors
|
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v2.10.0🌟Highlights
🐛 Bug Fixes
🚀 Features
💅 Refactors
📝 Examples
🏡 Chore
💖 Thanks to
|
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v2.10.1🐞 Fixes
🏡 Chore
⚓ Dependency Upgrades
💖 Thanks to
|
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v2.11.0🐛 Bug Fixes
🚀 Features
💅 Refactors
🔥 Performance
📝 Examples
🏡 Chore
👓 Tests
💖 Thanks to
|
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v2.12.0🚀 Features
👌 DX
🔥 Performance
🐛 Bug Fixes
💅 Refactors
📝 Examples
🏡 Chore👓 Tests
💖 Thanks to
|
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v2.12.1🐛 Bug Fixes
🏡 Chore
💖 Thanks to
|
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 |
The dependency nuxt-start was updated from
2.3.4
to2.4.0
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
nuxt-start is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
Release Notes for v2.4.0
Important news 👀
New core team member 🐤
We are really proud to announce Kevin Marrec (@kevinmarrec) as a new core team member of Nuxt.js. He is French 🇫🇷 and responsible for the TypeScript integration 💚
Official Consulting ⛑
We now offer official support & consulting from the core team. We partnered with Otechie for the process and already did some beta-tests with selected companies.
Are you interested or curious?
Learn more on https://otechie.com/nuxt 🙌
RFC Process 📎
We invite you to take a look at our nuxt/rfcs repository where we discuss the future of Nuxt and its vision.
Here are some interesting proposals if you want to learn more about the upcoming changes of Nuxt:
config/
directory and autocompleteRelease Plan 🚢
Starting with this release, Nuxt will adhere to a formalized release plan (as good as possible). Also, an end of life for older major versions is defined within RELEASE_PLAN.md.
Quick summary:
We strongly invite you to read the RELEASE_PLAN.md for further details.
Thank you ❤️
We want to specially thanks:
New Features ✨
Speaking of TypeScript...
In order to run Nuxt with TypeScript, we created a new distribution, called nuxt-ts (we also have nuxt-ts-edge).
We want to thank @hmsk for his donation of the package name on npm ❤️
You can explore Nuxt TypeScript example or play with it directly in our Nuxt TS CodeSandBox.
For a more advanced example, you can look at the HackerNews-TS repo or play with it on CodeSandBox, made by @husayt & @kevinmarrec.
This work has been made by @kevinmarrec with the help of @pi0 & @Atinux.
Smart prefetching ⚡️
Nuxt.js will automagically prefetch the code-splitted pages linked with
<nuxt-link>
when visible in the viewport by default. This hugely improves the end user performances, inspired by quicklink.Demos are online and we recommend you to try it out to feel the difference:
Bonus: we added
$nuxt.isOnline
and$nuxt.isOffline
which is reactive, so you can use it directly inside your components (see this example).You can learn more about this feature in the associated PR #4574 and in the documentation.
HMR & best practices for
store/
👀This feature has been implemented by @manniL & @Atinux on PRs #4589, #4582 and #4791
Autocomplete for VS Code (via. Vetur extension) ✅
If you are using VS Code, with this version, you will now have autocomplete for Nuxt.js components:
This feature has been implemented by @octref & @Atinux on PR #4524
Port taken? Nuxt got your back! 💪
If Nuxt wants to listen on a port which is already used, it will warn you in development and listen to a free port instead:
In production it will throw an error instead to avoid unwanted behavior:
This feature has been implemented by @ricardogobbosouza on PR #4428 with the help of @pi0 and @manniL.
Suggest installing missing dependencies or mismatches 💯
Nuxt requires all peer like dependencies as a dependency for easier usage. Sometimes this causes unwanted behaviors when users explicitly add a specific version in their package.json which is incompatible with nuxt. This could also help to resolve popular Vue packages version mismatch error (#198, #669, #1084, #1414, #1851, #2079, #2406, #3454).
Nuxt is now able to automatically self-verify installed dependencies and warn with a proper message in case of detecting problems.
This feature has been implemented by @pi0 in PR #4669
Auto-detection of modern bundles 🥇
When running
nuxt start
, Nuxt will automatically detect if you built your app modern mode enabled. No need to runnuxt start --modern
explicitly anymore 🌟This detection was created by @clarkdo on PR #4422
Plugin modes and file extensions 💅
Until now, you used
ssr: false
in your plugin declarations to disable server-side rendering. We decided to deprecate that option and introduce amode
instead, which can be'all'
,'client'
or'server'
. No worries,ssr
is still working (until Nuxt 3).The new feature coming with the
mode
is that you can define it by using the file suffix:plugins/plugin.server.js
plugins/plugin.client.js
plugins/plugin.js
By adding the plugins to your
nuxt.config.js
:The declaration will be internally transformed to:
(If you specify the
mode
manually, it will overwrite the suffix detection)This feature has been implemented by @clarkdo on PR #4592
Module commands 🖥
Nuxt modules can now include
bin
scripts that are recognized by Nuxt's CLI.Here's an example of
my-module/bin/command.js
:The command could be run with:
npx nuxt command arg1 arg2
You can learn more about that in the modules command documentation.
This feature has been implemented by @galvez on PR #4314 with the help of @pi0.
PostCSS in Vue Components 💃
You can now use
lang="postcss"
in your Vue components. Postcss has applied to all your styles anyway (e.g. to resolve aliases like~
) but thelang
attribute enables autocomplete and syntax highlighting for some IDEs.This feature has been implemented by @manniL on PR #4417.
No more extensions for Stylesheets needed 🦅
We are concerned to improve the Developer Experience ("DX") with each release. This small change allows you to omit the file extension for CSS/SCSS/Postcss/Less/Stylus/... files listed in the
css
array inside yournuxt.config.js
. For theplugins
orserverMiddleware
key, this is already possible.This feature has been implemented by @manniL on PR #4671.
SSR Bundle improvements 🔹
We made a full rewrite of how SSR bundle is packaged.
This means better performance, less memory overhead, fewer OOM crashes and easier SSR bundle debugging.
This feature has been implemented by @pi0 on PR #4439.
Other changes 🌔
process.modern
can be used for distinguishing modern environment.server.timing
to give Server-Timing header, useful for monitoring and performances overview (PR #4800)HardSourceWebpackPlugin
byhardSource: true
inhardSource
ofnuxt.config.js
scrollToTop
tofalse
in pages (PR #4564)nuxt-link
andnuxt-child
(n-link
andn-child
) are available now (PR #4525)PascalCase
as recommended by the Vue styleguide (PR #4396)headAttrs
are now supported for the appTemplate (PR #4536)crossorigin
attribute (PR #4472)compression
middleware (PR #4381)FriendlyErrorsWebpackPlugin
overlay (PR #4381)exclude
option to exclude pages from beinggenerated
(in static mode) but still get rendered via fallback/SPA (PR #4754)build.hotMiddleware.client
(PR #4796)runInNewContext: true
for nuxt dev (#4508)Further Patches (30+) 🔍
middleware
correctly when usingVue.extend
in layout (fix #4724)undefined
script in modern mode & generated (0a21d4b)publicPath
is falsy (PR #4365)$nuxt.$loading
typedefs (#4778)loading
property to Component options (#4786)FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: