Comparing version 2.3.0 to 2.3.1
@@ -6,2 +6,40 @@ # Change Log | ||
## 2.3.1 (2018-11-16) | ||
### Bug Fixes | ||
* **cli:** prefer require dependencies from local node_modules ([#4337](https://github.com/nuxt/nuxt.js/issues/4337)) ([992849e](https://github.com/nuxt/nuxt.js/commit/992849e)) | ||
* **cli:** remove duplicate error message in start and build ([#4258](https://github.com/nuxt/nuxt.js/issues/4258)) ([17e0890](https://github.com/nuxt/nuxt.js/commit/17e0890)) | ||
* **deps:** update all non-major dependencies ([#4253](https://github.com/nuxt/nuxt.js/issues/4253)) ([f10f860](https://github.com/nuxt/nuxt.js/commit/f10f860)) | ||
* **deps:** update all non-major dependencies ([#4270](https://github.com/nuxt/nuxt.js/issues/4270)) ([1a154e8](https://github.com/nuxt/nuxt.js/commit/1a154e8)) | ||
* **deps:** update all non-major dependencies ([#4310](https://github.com/nuxt/nuxt.js/issues/4310)) ([bfb6d6a](https://github.com/nuxt/nuxt.js/commit/bfb6d6a)) | ||
* **deps:** update dependency consola to ^2.2.0 ([#4269](https://github.com/nuxt/nuxt.js/issues/4269)) ([47f67cc](https://github.com/nuxt/nuxt.js/commit/47f67cc)) | ||
* **dev:** better icon for windows support ([c62c965](https://github.com/nuxt/nuxt.js/commit/c62c965)) | ||
* **distributions:** add bin to all distributions ([#4336](https://github.com/nuxt/nuxt.js/issues/4336)) ([c9459e7](https://github.com/nuxt/nuxt.js/commit/c9459e7)) | ||
* --modern not trigger modern build ([78de095](https://github.com/nuxt/nuxt.js/commit/78de095)) | ||
* **pkg:** stick [@nuxt](https://github.com/nuxt) dependency versions ([#4339](https://github.com/nuxt/nuxt.js/issues/4339)) ([ca5d538](https://github.com/nuxt/nuxt.js/commit/ca5d538)) | ||
* **publish:** set each package's publishConfig to public ([28b246d](https://github.com/nuxt/nuxt.js/commit/28b246d)), closes [lerna/lerna#178](https://github.com/lerna/lerna/issues/178) | ||
* make generate default value be false in build command ([e4fe240](https://github.com/nuxt/nuxt.js/commit/e4fe240)) | ||
* typo in cli/commands/build ([#4236](https://github.com/nuxt/nuxt.js/issues/4236)) ([c86dfbf](https://github.com/nuxt/nuxt.js/commit/c86dfbf)) | ||
### Features | ||
* add --modern to nuxt start ([#4254](https://github.com/nuxt/nuxt.js/issues/4254)) ([12151d8](https://github.com/nuxt/nuxt.js/commit/12151d8)) | ||
* client mode modern and support dev/generate ([#4264](https://github.com/nuxt/nuxt.js/issues/4264)) ([2a36dba](https://github.com/nuxt/nuxt.js/commit/2a36dba)) | ||
* dx improvements ([#4259](https://github.com/nuxt/nuxt.js/issues/4259)) ([7c4e77f](https://github.com/nuxt/nuxt.js/commit/7c4e77f)) | ||
* migrate nuxt into monorepo ([#4051](https://github.com/nuxt/nuxt.js/issues/4051)) ([9c1e0d1](https://github.com/nuxt/nuxt.js/commit/9c1e0d1)) | ||
* modern build ([#4231](https://github.com/nuxt/nuxt.js/issues/4231)) ([bed0714](https://github.com/nuxt/nuxt.js/commit/bed0714)) | ||
* split builder into more refined modules ([#4171](https://github.com/nuxt/nuxt.js/issues/4171)) ([9df5f49](https://github.com/nuxt/nuxt.js/commit/9df5f49)) | ||
* update to consola 2 ([#4247](https://github.com/nuxt/nuxt.js/issues/4247)) ([1dd32d0](https://github.com/nuxt/nuxt.js/commit/1dd32d0)) | ||
* **cli:** add help command ([#4248](https://github.com/nuxt/nuxt.js/issues/4248)) ([19287cc](https://github.com/nuxt/nuxt.js/commit/19287cc)) | ||
* **cli:** add imports mock and cleanup ([#4195](https://github.com/nuxt/nuxt.js/issues/4195)) ([4b7afcc](https://github.com/nuxt/nuxt.js/commit/4b7afcc)) | ||
* **cli:** list commands ([#4245](https://github.com/nuxt/nuxt.js/issues/4245)) ([6dadadf](https://github.com/nuxt/nuxt.js/commit/6dadadf)) | ||
* **cli:** support async nuxt.config.js ([#4021](https://github.com/nuxt/nuxt.js/issues/4021)) ([f27939d](https://github.com/nuxt/nuxt.js/commit/f27939d)) | ||
# 2.3.0 (2018-11-16) | ||
@@ -8,0 +46,0 @@ |
{ | ||
"name": "@nuxt/cli", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"repository": "nuxt/nuxt.js", | ||
@@ -15,3 +15,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@nuxt/config": "^2.3.0", | ||
"@nuxt/config": "^2.3.1", | ||
"boxen": "^2.0.0", | ||
@@ -18,0 +18,0 @@ "chalk": "^2.4.1", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89059
2733
6
2
Updated@nuxt/config@^2.3.1