@nuxt/vue-renderer
Advanced tools
Comparing version 2.3.4 to 2.4.0
@@ -6,4 +6,34 @@ # Change Log | ||
# [2.4.0](https://github.com/nuxt/nuxt.js/compare/v2.3.4...v2.4.0) (2019-01-28) | ||
### Bug Fixes | ||
* **deps:** update all non-major dependencies ([#4358](https://github.com/nuxt/nuxt.js/issues/4358)) ([45fdae0](https://github.com/nuxt/nuxt.js/commit/45fdae0)) | ||
* **deps:** update dependency vue-no-ssr to ^1.1.0 ([#4372](https://github.com/nuxt/nuxt.js/issues/4372)) ([e731250](https://github.com/nuxt/nuxt.js/commit/e731250)) | ||
* correct renderer.noSSR name ([6990efc](https://github.com/nuxt/nuxt.js/commit/6990efc)) | ||
* **renderer:** ignore invalid sourcemaps ([4b643b9](https://github.com/nuxt/nuxt.js/commit/4b643b9)) | ||
* **vue-renderer:** improve ready handling ([#4511](https://github.com/nuxt/nuxt.js/issues/4511)) ([f0cb654](https://github.com/nuxt/nuxt.js/commit/f0cb654)) | ||
* **vue-renderer:** parse JSON values before passing to bundle-renderer ([c0721c0](https://github.com/nuxt/nuxt.js/commit/c0721c0)), closes [#4439](https://github.com/nuxt/nuxt.js/issues/4439) | ||
* csp SHA hashes accumulate when using custom script-src rules ([#4519](https://github.com/nuxt/nuxt.js/issues/4519)) ([683dbba](https://github.com/nuxt/nuxt.js/commit/683dbba)) | ||
* hmr in modern mode ([#4623](https://github.com/nuxt/nuxt.js/issues/4623)) ([df9b32a](https://github.com/nuxt/nuxt.js/commit/df9b32a)) | ||
* improvements for build and dev stability ([#4470](https://github.com/nuxt/nuxt.js/issues/4470)) ([fe05169](https://github.com/nuxt/nuxt.js/commit/fe05169)) | ||
* undefined script in modern mode ([0a21d4b](https://github.com/nuxt/nuxt.js/commit/0a21d4b)) | ||
### Features | ||
* **modern:** auto detect modern mode ([#4422](https://github.com/nuxt/nuxt.js/issues/4422)) ([fe492d8](https://github.com/nuxt/nuxt.js/commit/fe492d8)) | ||
* check modern build file in modern mode ([#4467](https://github.com/nuxt/nuxt.js/issues/4467)) ([14fe679](https://github.com/nuxt/nuxt.js/commit/14fe679)) | ||
* 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) | ||
* preload and push modern resources in modern mode ([#4362](https://github.com/nuxt/nuxt.js/issues/4362)) ([701190d](https://github.com/nuxt/nuxt.js/commit/701190d)) | ||
* use runInNewContext: true for nuxt dev ([#4508](https://github.com/nuxt/nuxt.js/issues/4508)) ([1162f2d](https://github.com/nuxt/nuxt.js/commit/1162f2d)) | ||
* **vue-app, vue-renderer:** support meta `headAttrs` ([#4536](https://github.com/nuxt/nuxt.js/issues/4536)) ([9961453](https://github.com/nuxt/nuxt.js/commit/9961453)) | ||
## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26) | ||
**Note:** Version bump only for package @nuxt/vue-renderer |
{ | ||
"name": "@nuxt/vue-renderer", | ||
"version": "2.3.4", | ||
"version": "2.4.0", | ||
"repository": "nuxt/nuxt.js", | ||
@@ -11,14 +11,10 @@ "license": "MIT", | ||
"dependencies": { | ||
"@nuxt/common": "2.3.4", | ||
"@nuxtjs/devalue": "^1.1.0", | ||
"consola": "^2.3.0", | ||
"@nuxt/devalue": "^1.2.0", | ||
"@nuxt/utils": "2.4.0", | ||
"consola": "^2.3.2", | ||
"fs-extra": "^7.0.1", | ||
"lru-cache": "^4.1.3", | ||
"vue": "^2.5.17", | ||
"vue-meta": "^1.5.6", | ||
"vue-no-ssr": "^1.1.0", | ||
"vue-router": "^3.0.2", | ||
"vue-server-renderer": "^2.5.17", | ||
"vue-template-compiler": "^2.5.17", | ||
"vuex": "^3.0.1" | ||
"lru-cache": "^5.1.1", | ||
"vue": "^2.5.22", | ||
"vue-meta": "^1.5.8", | ||
"vue-server-renderer": "^2.5.22" | ||
}, | ||
@@ -25,0 +21,0 @@ "publishConfig": { |
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
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
82838
8
2455
2
+ Added@nuxt/devalue@^1.2.0
+ Added@nuxt/utils@2.4.0
+ Added@nuxt/devalue@1.2.5(transitive)
+ Added@nuxt/utils@2.4.0(transitive)
+ Addedlru-cache@5.1.1(transitive)
+ Addedserialize-javascript@1.9.1(transitive)
+ Addedyallist@3.1.1(transitive)
- Removed@nuxt/common@2.3.4
- Removed@nuxtjs/devalue@^1.1.0
- Removedvue-no-ssr@^1.1.0
- Removedvue-router@^3.0.2
- Removedvue-template-compiler@^2.5.17
- Removedvuex@^3.0.1
- Removed@nuxt/common@2.3.4(transitive)
- Removed@nuxtjs/devalue@1.2.3(transitive)
- Removedde-indent@1.0.2(transitive)
- Removedlru-cache@4.1.5(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedvue-no-ssr@1.1.1(transitive)
- Removedvue-router@3.6.5(transitive)
- Removedvue-template-compiler@2.7.16(transitive)
- Removedvuex@3.6.2(transitive)
- Removedyallist@2.1.2(transitive)
Updatedconsola@^2.3.2
Updatedlru-cache@^5.1.1
Updatedvue@^2.5.22
Updatedvue-meta@^1.5.8
Updatedvue-server-renderer@^2.5.22