Comparing version 2.3.4 to 2.4.0
#!/usr/bin/env node | ||
require('../dist/cli.js').run() | ||
.catch((error) => { | ||
require('consola').fatal(error) | ||
process.exit(2) | ||
}) |
@@ -6,2 +6,29 @@ # Change Log | ||
# [2.4.0](https://github.com/nuxt/nuxt.js/compare/v2.3.4...v2.4.0) (2019-01-28) | ||
### Bug Fixes | ||
* exit with proper error code on errors ([#4806](https://github.com/nuxt/nuxt.js/issues/4806)) ([a7ba73e](https://github.com/nuxt/nuxt.js/commit/a7ba73e)) | ||
* improvements for build and dev stability ([#4470](https://github.com/nuxt/nuxt.js/issues/4470)) ([fe05169](https://github.com/nuxt/nuxt.js/commit/fe05169)) | ||
* modern=true or false not work as expected ([#4378](https://github.com/nuxt/nuxt.js/issues/4378)) ([4c27088](https://github.com/nuxt/nuxt.js/commit/4c27088)) | ||
* **config:** define once default nuxt config filename ([#4814](https://github.com/nuxt/nuxt.js/issues/4814)) ([06a18ca](https://github.com/nuxt/nuxt.js/commit/06a18ca)) | ||
* **deps:** update all non-major dependencies ([#4358](https://github.com/nuxt/nuxt.js/issues/4358)) ([45fdae0](https://github.com/nuxt/nuxt.js/commit/45fdae0)) | ||
* **dev:** Show correct path when webpack watched files changed ([25dea5f](https://github.com/nuxt/nuxt.js/commit/25dea5f)) | ||
### Features | ||
* **cli:** add `--devtools` option for build and generate ([#4357](https://github.com/nuxt/nuxt.js/issues/4357)) ([e6f73b5](https://github.com/nuxt/nuxt.js/commit/e6f73b5)) | ||
* improve SSR bundle ([#4439](https://github.com/nuxt/nuxt.js/issues/4439)) ([0f104aa](https://github.com/nuxt/nuxt.js/commit/0f104aa)), closes [#4225](https://github.com/nuxt/nuxt.js/issues/4225) [#3465](https://github.com/nuxt/nuxt.js/issues/3465) [#1728](https://github.com/nuxt/nuxt.js/issues/1728) [#1601](https://github.com/nuxt/nuxt.js/issues/1601) [#1481](https://github.com/nuxt/nuxt.js/issues/1481) | ||
* **cli:** improvements and external commands ([#4314](https://github.com/nuxt/nuxt.js/issues/4314)) ([0145551](https://github.com/nuxt/nuxt.js/commit/0145551)) | ||
* nuxt-ts ([#4658](https://github.com/nuxt/nuxt.js/issues/4658)) ([ee0096b](https://github.com/nuxt/nuxt.js/commit/ee0096b)) | ||
* **nuxt-ts:** typescript support improvements ([#4750](https://github.com/nuxt/nuxt.js/issues/4750)) ([dfaffc0](https://github.com/nuxt/nuxt.js/commit/dfaffc0)) | ||
* **test:** unit tests for core/config module ([#4760](https://github.com/nuxt/nuxt.js/issues/4760)) ([a616c09](https://github.com/nuxt/nuxt.js/commit/a616c09)) | ||
* **webpack,cli:** standalone build mode ([#4661](https://github.com/nuxt/nuxt.js/issues/4661)) ([bdb6791](https://github.com/nuxt/nuxt.js/commit/bdb6791)) | ||
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26) | ||
@@ -8,0 +35,0 @@ |
{ | ||
"name": "@nuxt/cli", | ||
"version": "2.3.4", | ||
"version": "2.4.0", | ||
"repository": "nuxt/nuxt.js", | ||
@@ -15,7 +15,8 @@ "license": "MIT", | ||
"dependencies": { | ||
"@nuxt/config": "2.3.4", | ||
"boxen": "^2.0.0", | ||
"chalk": "^2.4.1", | ||
"consola": "^2.3.0", | ||
"esm": "^3.0.84", | ||
"@nuxt/config": "2.4.0", | ||
"boxen": "^2.1.0", | ||
"chalk": "^2.4.2", | ||
"consola": "^2.3.2", | ||
"esm": "^3.1.4", | ||
"execa": "^1.0.0", | ||
"minimist": "^1.2.0", | ||
@@ -22,0 +23,0 @@ "pretty-bytes": "^5.1.0", |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
90354
12
2927
10
13
+ Addedexeca@^1.0.0
+ Added@nuxt/config@2.4.0(transitive)
+ Added@nuxt/utils@2.4.0(transitive)
+ Addedcross-spawn@6.0.6(transitive)
+ Addedend-of-stream@1.4.4(transitive)
+ Addedexeca@1.0.0(transitive)
+ Addedget-stream@4.1.0(transitive)
+ Addednice-try@1.0.5(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpump@3.0.2(transitive)
+ Addedsemver@5.7.2(transitive)
+ Addedserialize-javascript@1.9.1(transitive)
+ Addedwrappy@1.0.2(transitive)
- Removed@nuxt/common@2.3.4(transitive)
- Removed@nuxt/config@2.3.4(transitive)
Updated@nuxt/config@2.4.0
Updatedboxen@^2.1.0
Updatedchalk@^2.4.2
Updatedconsola@^2.3.2
Updatedesm@^3.1.4