mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
Merge remote-tracking branch 'upstream/2.x' into dev
This commit is contained in:
commit
fb13b41cf1
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package nuxt.js
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30)
|
||||
|
||||
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package nuxt-legacy
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package nuxt-legacy
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nuxt-legacy",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"description": "Legacy build of Nuxt.js for Node.js < 8.0.0",
|
||||
"keywords": [
|
||||
"nuxt",
|
||||
@ -54,12 +54,12 @@
|
||||
"@babel/polyfill": "^7.2.5",
|
||||
"@babel/preset-env": "^7.3.1",
|
||||
"@babel/register": "^7.0.0",
|
||||
"@nuxt/builder": "2.4.1",
|
||||
"@nuxt/cli": "2.4.1",
|
||||
"@nuxt/core": "2.4.1",
|
||||
"@nuxt/generator": "2.4.1",
|
||||
"@nuxt/builder": "2.4.2",
|
||||
"@nuxt/cli": "2.4.2",
|
||||
"@nuxt/core": "2.4.2",
|
||||
"@nuxt/generator": "2.4.2",
|
||||
"@nuxt/opencollective": "^0.2.1",
|
||||
"@nuxt/webpack": "2.4.1"
|
||||
"@nuxt/webpack": "2.4.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.0.0",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package nuxt-start
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package nuxt-start
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nuxt-start",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"description": "Starts Nuxt.js Application in production mode",
|
||||
"keywords": [
|
||||
"nuxt",
|
||||
@ -52,8 +52,8 @@
|
||||
"main": "dist/nuxt-start.js",
|
||||
"bin": "bin/nuxt-start.js",
|
||||
"dependencies": {
|
||||
"@nuxt/cli": "2.4.1",
|
||||
"@nuxt/core": "2.4.1",
|
||||
"@nuxt/cli": "2.4.2",
|
||||
"@nuxt/core": "2.4.2",
|
||||
"vue": "^2.5.22",
|
||||
"vue-meta": "^1.5.8",
|
||||
"vue-no-ssr": "^1.1.1",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package nuxt-ts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package nuxt-ts
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nuxt-ts",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"description": "Nuxt With Runtime Typescript Support",
|
||||
"keywords": [
|
||||
"nuxt",
|
||||
@ -56,13 +56,13 @@
|
||||
"nuxts": "bin/nuxt-ts.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/builder": "2.4.1",
|
||||
"@nuxt/cli": "2.4.1",
|
||||
"@nuxt/core": "2.4.1",
|
||||
"@nuxt/generator": "2.4.1",
|
||||
"@nuxt/builder": "2.4.2",
|
||||
"@nuxt/cli": "2.4.2",
|
||||
"@nuxt/core": "2.4.2",
|
||||
"@nuxt/generator": "2.4.2",
|
||||
"@nuxt/opencollective": "^0.2.1",
|
||||
"@nuxt/typescript": "2.4.1",
|
||||
"@nuxt/webpack": "2.4.1"
|
||||
"@nuxt/typescript": "2.4.2",
|
||||
"@nuxt/webpack": "2.4.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.0.0",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package nuxt
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package nuxt
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nuxt",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
|
||||
"keywords": [
|
||||
"nuxt",
|
||||
@ -54,12 +54,12 @@
|
||||
"postinstall": "opencollective || exit 0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/builder": "2.4.1",
|
||||
"@nuxt/cli": "2.4.1",
|
||||
"@nuxt/core": "2.4.1",
|
||||
"@nuxt/generator": "2.4.1",
|
||||
"@nuxt/builder": "2.4.2",
|
||||
"@nuxt/cli": "2.4.2",
|
||||
"@nuxt/core": "2.4.2",
|
||||
"@nuxt/generator": "2.4.2",
|
||||
"@nuxt/opencollective": "^0.2.1",
|
||||
"@nuxt/webpack": "2.4.1"
|
||||
"@nuxt/webpack": "2.4.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"conventionalCommits": true,
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/babel-preset-app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/babel-preset-app
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/babel-preset-app",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"description": "babel-preset-app for nuxt.js",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/builder
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/builder
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/builder",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -9,8 +9,8 @@
|
||||
"main": "dist/builder.js",
|
||||
"dependencies": {
|
||||
"@nuxt/devalue": "^1.2.0",
|
||||
"@nuxt/utils": "2.4.1",
|
||||
"@nuxt/vue-app": "2.4.1",
|
||||
"@nuxt/utils": "2.4.2",
|
||||
"@nuxt/vue-app": "2.4.2",
|
||||
"chokidar": "^2.0.4",
|
||||
"consola": "^2.3.2",
|
||||
"fs-extra": "^7.0.1",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/cli
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/cli
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/cli",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -12,7 +12,7 @@
|
||||
"nuxt-cli": "bin/nuxt-cli.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/config": "2.4.1",
|
||||
"@nuxt/config": "2.4.2",
|
||||
"boxen": "^2.1.0",
|
||||
"chalk": "^2.4.2",
|
||||
"consola": "^2.3.2",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/config
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/config
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/config",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -8,7 +8,7 @@
|
||||
],
|
||||
"main": "dist/config.js",
|
||||
"dependencies": {
|
||||
"@nuxt/utils": "2.4.1",
|
||||
"@nuxt/utils": "2.4.2",
|
||||
"consola": "^2.3.2",
|
||||
"std-env": "^2.2.1"
|
||||
},
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/core
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/core",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -8,11 +8,11 @@
|
||||
],
|
||||
"main": "dist/core.js",
|
||||
"dependencies": {
|
||||
"@nuxt/config": "2.4.1",
|
||||
"@nuxt/config": "2.4.2",
|
||||
"@nuxt/devalue": "^1.2.0",
|
||||
"@nuxt/server": "2.4.1",
|
||||
"@nuxt/utils": "2.4.1",
|
||||
"@nuxt/vue-renderer": "2.4.1",
|
||||
"@nuxt/server": "2.4.2",
|
||||
"@nuxt/utils": "2.4.2",
|
||||
"@nuxt/vue-renderer": "2.4.2",
|
||||
"consola": "^2.3.2",
|
||||
"debug": "^4.1.1",
|
||||
"esm": "^3.1.4",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/generator
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/generator
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/generator",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -8,7 +8,7 @@
|
||||
],
|
||||
"main": "dist/generator.js",
|
||||
"dependencies": {
|
||||
"@nuxt/utils": "2.4.1",
|
||||
"@nuxt/utils": "2.4.2",
|
||||
"chalk": "^2.4.2",
|
||||
"consola": "^2.3.2",
|
||||
"fs-extra": "^7.0.1",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/server
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/server
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/server",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -8,8 +8,8 @@
|
||||
],
|
||||
"main": "dist/server.js",
|
||||
"dependencies": {
|
||||
"@nuxt/config": "2.4.1",
|
||||
"@nuxt/utils": "2.4.1",
|
||||
"@nuxt/config": "2.4.2",
|
||||
"@nuxt/utils": "2.4.2",
|
||||
"@nuxtjs/youch": "^4.2.3",
|
||||
"chalk": "^2.4.2",
|
||||
"compression": "^1.7.3",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/typescript
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/typescript
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/typescript",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/utils
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/utils
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/utils",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/vue-app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/vue-app
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/vue-app",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/vue-renderer
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/vue-renderer
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/vue-renderer",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -9,7 +9,7 @@
|
||||
"main": "dist/vue-renderer.js",
|
||||
"dependencies": {
|
||||
"@nuxt/devalue": "^1.2.0",
|
||||
"@nuxt/utils": "2.4.1",
|
||||
"@nuxt/utils": "2.4.2",
|
||||
"consola": "^2.3.2",
|
||||
"fs-extra": "^7.0.1",
|
||||
"lru-cache": "^5.1.1",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/webpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30)
|
||||
|
||||
**Note:** Version bump only for package @nuxt/webpack
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/webpack",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -10,9 +10,9 @@
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.2.2",
|
||||
"@babel/polyfill": "^7.2.5",
|
||||
"@nuxt/babel-preset-app": "2.4.1",
|
||||
"@nuxt/babel-preset-app": "2.4.2",
|
||||
"@nuxt/friendly-errors-webpack-plugin": "^2.4.0",
|
||||
"@nuxt/utils": "2.4.1",
|
||||
"@nuxt/utils": "2.4.2",
|
||||
"babel-loader": "^8.0.5",
|
||||
"cache-loader": "^2.0.1",
|
||||
"caniuse-lite": "^1.0.30000932",
|
||||
|
Loading…
Reference in New Issue
Block a user